-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (336 loc) · 20 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://unpkg.com/flowbite@1.5.5/dist/flowbite.min.css" />
<script src="https://unpkg.com/flowbite@1.5.5/dist/flowbite.js"></script>
<style>
/* .framed {
box-shadow:
0 0 10px 0 #2167A7;
width: 100% !important;
background: url('./images/Rectangle.png');
background-size: cover;
} */
.btn2 {
border: 0.1rem solid #FEB702;
display: inline;
padding: 0.8rem 3rem;
border-radius: 0.4rem;
color: #2167A7;
}
hr.new5 {
border: 2px solid #2167A7;
border-radius: 5px;
}
.btn2:hover {
background-color: #FEB702;
color: white;
cursor: pointer;
}
@media only screen and (max-width:1050px) {
.eventsbox {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer {
display: flex;
flex-direction: column;
}
}
</style>
<title>Alumni Website</title>
</head>
<body>
<!-- Carousel -->
<div class="bg-green-400 p-10">
<div id="default-carousel" class="relative" data-carousel="static">
<!-- Carousel wrapper -->
<div class="relative h-56 overflow-hidden rounded-lg md:h-96 flex items-center justify-center">
<!-- Item 1 -->
<div class="hidden duration-700 ease-in-out " data-carousel-item>
<div class="bg-red-400 h-full items-center relative">
<span
class="absolute text-2xl z-10 font-semibold text-white -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2 sm:text-3xl dark:text-gray-800">First
Slide</span>
<img src="https://images.unsplash.com/photo-1518152006812-edab29b069ac?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
class="object-cover absolute block w-full -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="...">
</div>
</div>
<!-- Item 2 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img src="https://images.unsplash.com/photo-1583997052103-b4a1cb974ce5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974&q=80"
class="object-cover absolute block w-full -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2" alt="...">
</div>
<!-- Item 3 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img src="https://images.unsplash.com/photo-1576049519901-ef17971aedc4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=327&q=80"
class="object-contain absolute block w-full -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2" alt="...">
</div>
</div>
<!-- Slider indicators -->
<div class="absolute z-30 flex space-x-3 -translate-x-1/2 bottom-5 left-1/2">
<button type="button" class="w-3 h-3 rounded-full" aria-current="false" aria-label="Slide 1"
data-carousel-slide-to="0"></button>
<button type="button" class="w-3 h-3 rounded-full" aria-current="false" aria-label="Slide 2"
data-carousel-slide-to="1"></button>
<button type="button" class="w-3 h-3 rounded-full" aria-current="false" aria-label="Slide 3"
data-carousel-slide-to="2"></button>
</div>
<!-- Slider controls -->
<button type="button"
class="absolute top-0 left-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none"
data-carousel-prev>
<span
class="inline-flex items-center justify-center w-8 h-8 rounded-full sm:w-10 sm:h-10 bg-white/30 dark:bg-gray-800/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none">
<svg aria-hidden="true" class="w-5 h-5 text-white sm:w-6 sm:h-6 dark:text-gray-800" fill="none"
stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7">
</path>
</svg>
<span class="sr-only">Previous</span>
</span>
</button>
<button type="button"
class="absolute top-0 right-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none"
data-carousel-next>
<span
class="inline-flex items-center justify-center w-8 h-8 rounded-full sm:w-10 sm:h-10 bg-white/30 dark:bg-gray-800/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none">
<svg aria-hidden="true" class="w-5 h-5 text-white sm:w-6 sm:h-6 dark:text-gray-800" fill="none"
stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
<span class="sr-only">Next</span>
</span>
</button>
</div>
</div>
<!-- EVENTS -->
<div class=" lg:h-[80vh] h-[80vh] bg-[#f3f3f3]">
<div class="m-24 flex align-middle">
<div>
<div class="text-[#2167A7] lg:text-[28px] text font-bold mt-16 lg:ml-4 lg:mb-8 w-64">
ALUMNI EVENTS
</div>
</div>
<div class="w-full mt-20 ml-3 lg:ml-0">
<hr class="new5">
</div>
</div>
<div class="lg:h-[35vh] h-[70vh] m-24">
<div class=" flex justify-between w-[100%]">
<div class="left flex-col lg:w-[40%] w-[70%] lg:ml-4 lg:mb-8">
<div class="text-2xl font-semibold mb-3 border-b-2 border-[#2167A7]">Event Name</div>
<div class="flex justify-between">
<div class="info w-[40%] mb-6">
<div class="date text-[#2167A7] lg:text-[20px] text-[14px] font-semibold mb-1">
30 July,2022
</div>
<div class="time text-[#2167A7] mb-1 text-[18px] font-semibold">
<i class="fas fa-clock text-[#2167A7]"></i> 5:00 PM
</div>
<div class="location text-[#2167A7] text-[16px] font-semibold">
<i class="fas fa-location-dot text-[#2167A7] mb-4"></i> Jalandhar
</div>
</div>
<div class="about w-[70%] text-[12px] lg:text-[16px]">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laboriosam voluptates
reprehenderit consequatur velit perferendis aperiam alias sed molestias recusandae tempore.
</div>
<div>
</div>
</div>
</div>
<div class=" flex-col lg:w-[40%] w-[70%]">
<div class="heading text-[24px] font-semibold mb-3 border-b-2 border-[#2167A7]">Event Name</div>
<div class="flex justify-between">
<div class="info w-[40%]">
<div class="date text-[#2167A7] lg:text-[20px] text-[14px] font-semibold mb-1">
30 July,2022
</div>
<div class="time text-[#2167A7] mb-1 text-[18px] font-semibold">
<i class="fas fa-clock text-[#2167A7]"></i> 5:00 PM
</div>
<div class="location text-[#2167A7] text-[16px] font-semibold">
<i class="fas fa-location-dot text-[#2167A7]"></i> Jalandhar
</div>
</div>
<div class="about w-[70%] text-[12px] lg:text-[16px]">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laboriosam voluptates
reprehenderit consequatur velit perferendis aperiam alias sed molestias recusandae tempore.
</div>
<div>
</div>
</div>
</div>
</div>
<div class="mt-10 mb-10">
<div class="btn2 lg:text-[20px] text-[14px] font-semibold w-64 left-20">
<a href="#">View All Events</a>
</div>
</div>
</div>
<!-- NOTABLE ALUMNI -->
<div class="mt-36 p-10 bg-[#2167A7] flex flex-row flex-wrap" id="mainPart">
<div class="flex-auto ml-16 w-72 relative overflow-hidden " id="box1">
<div>
<img id="imgpart"
class=" object-cover ml-24 my-5 h-[560px] w-[85%] cursor-pointer border-2 border-yellow-200 "
src="https://images.unsplash.com/photo-1511629091441-ee46146481b6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
alt="" />
</div>
<div class="writtren absolute top-0 left-0 mx-[40px] my-5">
<h4 class="tracking-wide text-3xl -my-7 font-semibold text-white">NOTABLE</h4>
<h4 class="tracking-wide text-3xl my-5 py-1 font-semibold text-white">ALUMNI</h4>
</div>
</div>
<div class="flex-auto w-60 m-auto mr-14 text-[#FFFFFF] " id="box2">
<div class=" m-auto mt-10 pl-3 text-center tracking-widest font-bold text-white text-4xl">Miss XYZ
</div>
<div class="text-center text-[#ffffffcc] mx-20 mt-1 tracking-wide text-1xl">DESIGNATION </div>
<div class="flex items-center justify-center">
<div class="mr-6 text-white text-lg m-2">
<a href="https://www.facebook.com/" target="_blank">
<i class="socialIcons fa-brands fa-facebook text-2xl"></i>
</a>
</div>
<div class="mr-6 text-white text-lg m-2">
<a href="https://twitter.com/" target="_blank">
<i class="socialIcons fab fa-twitter text-2xl "></i>
</a>
</div>
<div class="mr-6 text-white text-lg m-2">
<a href="https://in.linkedin.com/" target="_blank" class="">
<i class=" socialIcons fa-brands fa-linkedin text-2xl "></i>
</a>
</div>
</div>
<div class="flex items-center justify-center">
<div class="grid grid-cols-2 mt-1 text-center divide-x-2 w-1/2">
<div class="mx-2 font-light">BTech (TT)</div>
<div class="mx-1 font-light">2013-2017</div>
</div>
</div>
<div class="items-center justify-center flex m-2">
<div class=" w-3/5 mt-1 tracking-wide p-3 text-center">
Lorem ipsum dolor sit amet consectetur
adipisicing
elit.
Voluptatum id, adipisci officiis beatae obcaecati aliquam magni laboriosam odit repudiandae sint
consequuntur laudantium doloribus non sed totam fugiat exercitationem porro quam.
</div>
</div>
<div class="text-center mt-10">
<button
class="text-white btn tracking-wide w-48 h-12 font-bold bg-[#329dff99] p-2 border-[1px] border-[#FFFFFF] rounded-[5px] border-solid">
Find Alumni
</button>
</div>
</div>
</div>
<!-- JOBS -->
<div class=" mx-[16px] md:mx-[160px] h-[780px] mt-36">
<form>
<div class="search border border-3 shadow-lg bg-[#FFFFFF] shadow-[1px_4px_9px_rgba(0, 0, 0, 0.25)] px-[32px]
py-[20px]
md:grid grid-cols-3 justify-items-stretch items-center">
<div class="flex gap-[8px] items-center">
<i class="fa fa-envelope-open" style="color: #2167A7;"></i>
<input class="w-full p-[5px] md:w-[330px] md:border-r-[1px] md:border-black" type="text"
placeholder="Skills, Designation, Companies">
</div>
<div class="flex gap-[8px] items-center mt-[8px] md:mt-0">
<i class="fa fa-map-marker" style="color: #2167A7;"></i>
<input class="w-full p-[5px]" type="text" placeholder="Location">
</div>
<div class="justify-self-end">
<button
class="mt-[16px] w-full py-1 rounded-[3px] bg-[#2167A7] text-white md:px-[92px] md:py-[15px] md:mt-0 md:rounded-[5px] md:text-[20px] hover:opacity-90"
type="submit">
Find Job
</button>
</div>
</div>
</form>
<div class="featured mt-[40px] mb-[80px] md:flex items-center">
<div class="text-[20px] font-medium mb-[16px] md:text-[24px] text-[#2167A7] basis-2/3">
Featured Companies
</div>
<div class="cards grid md:grid-cols-3 gap-3 md:gap-10 md:w-screen">
<div
class="px-[32px] md:px-[16px] py-[10px] border-[1px] border-[#2167A7] rounded-[3px] bg-white bg-opacity-[61] flex gap-[32px] cursor-pointer hover:opacity-75">
<img src="./images/company_logo.png" class="object-contain">
<div class="flex items-center gap-[64px] ml-[32px]
md:grid md:grid-rows-2 md:gap-0 md:ml-0">
<p class="text-[20px] font-[500]">Company A</p>
<p class="text-[16px] font-[200]">2 Jobs</p>
</div>
</div>
<div
class="px-[32px] md:px-[16px] py-[10px] border-[1px] border-[#2167A7] rounded-[3px] bg-white bg-opacity-[61] flex gap-[32px] cursor-pointer hover:opacity-75">
<img src="./images/company_logo.png" class="object-contain">
<div class="flex items-center gap-[64px] ml-[32px]
md:grid md:grid-rows-2 md:gap-0 md:ml-0">
<p class="text-[20px] font-[500]">Company A</p>
<p class="text-[16px] font-[200]">2 Jobs</p>
</div>
</div>
<div
class="px-[32px] md:px-[16px] py-[10px] border-[1px] border-[#2167A7] rounded-[3px] bg-white bg-opacity-[61] flex gap-[32px] cursor-pointer hover:opacity-75">
<img src="./images/company_logo.png" class="object-contain">
<div class="flex items-center gap-[64px] ml-[32px]
md:grid md:grid-rows-2 md:gap-0 md:ml-0">
<p class="text-[20px] font-[500]">Company A</p>
<p class="text-[16px] font-[200]">2 Jobs</p>
</div>
</div>
</div>
</div>
<div class="cards grid grid-rows gap-[16px] md:gap-[40px]">
<div
class="cardOne text-white py-[24px] pl-[64px] pr-[96px] bg-[#2167A7] rounded-[3px] grid grid-cols-2 md:flex items-center cursor-pointer transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-105 duration-300">
<img src="./images/logo2.png">
<div class="basis-1/3 md:px-[40px]">
<p class="text-[20px] font-[600]">Company Name</p>
<p class="text-[14px] font-[200] pt-1">Position</p>
</div>
<p class="pt-[16px] md:pt-0 text-[16px] leading-[155.02%] col-span-2">Lorem Ipsum is simply dummy
text of the printing and typesetting industry.Lorem Ipsum is Lorem Ipsum is simply dummy text of
the printing and typesetting industry.</p>
</div>
<div
class="cardOne text-white py-[24px] pl-[64px] pr-[96px] bg-[#2167A7] rounded-[3px] grid grid-cols-2 md:flex items-center cursor-pointer transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-105 duration-300">
<img src="./images/logo2.png">
<div class="basis-1/3 md:px-[40px]">
<p class="text-[20px] font-[600]">Company Name</p>
<p class="text-[14px] font-[200] pt-1">Position</p>
</div>
<p class="pt-[16px] md:pt-0 text-[16px] leading-[155.02%] col-span-2">Lorem Ipsum is simply dummy
text of the printing and typesetting industry.Lorem Ipsum is Lorem Ipsum is simply dummy text of
the printing and typesetting industry.</p>
</div>
<div
class="cardOne text-white py-[24px] pl-[64px] pr-[96px] bg-[#2167A7] rounded-[3px] grid grid-cols-2 md:flex items-center cursor-pointer transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-105 duration-300">
<img src="./images/logo2.png">
<div class="basis-1/3 md:px-[40px]">
<p class="text-[20px] font-[600]">Company Name</p>
<p class="text-[14px] font-[200] pt-1">Position</p>
</div>
<p class="pt-[16px] md:pt-0 text-[16px] leading-[155.02%] col-span-2">Lorem Ipsum is simply dummy
text of the printing and typesetting industry.Lorem Ipsum is Lorem Ipsum is simply dummy text of
the printing and typesetting industry.</p>
</div>
</div>
</div>
</div>
</body>
</html>