forked from raunak-dev-edu/HoSCA-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
515 lines (442 loc) · 22.1 KB
/
events.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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="shortcut icon" type="image/jpg" href="/img/hosca.jpg" />
<link
href="https://fonts.googleapis.com/css2?family=Changa:wght@200&family=M+PLUS+1+Code:wght@300&family=Mukta:wght@300;400&family=Preahvihear&family=Zilla+Slab:wght@300&display=swap"
rel="stylesheet">
<title>HoSCA-Events</title>
<!-- MDB icon -->
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<!-- Google Fonts Roboto -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" />
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/events.css" />
</head>
<body>
<!-- navigation -->
<header>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark navbar-scroll">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="img/hosca.jpg" class="rounded-circle" height="63" background="white" alt="Hosca Logo"
loading="lazy" />
</a>
<!-- <a class="navbar-brand" href="#"> -->
<p class="fs-3 fw-bolder mb-0" id="hosca_nav">
House of Socio-Cultural Affairs</p>
</a>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse"
data-mdb-target="#navbarRightAlignExample" aria-controls="navbarRightAlignExample" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<!-- Collapsible wrapper -->
<div class="collapse navbar-collapse" id="navbarRightAlignExample">
<!-- Left links -->
<ul class="navbar-nav ms-auto me-5 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="club.html">Clubs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<!-- Navbar dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-mdb-toggle="dropdown" aria-expanded="false">
Committee
</a>
<!-- Dropdown menu -->
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item" href="committee.html">Gymkhana Cultural Committee</a>
</li>
<li>
<a class="dropdown-item" href="developers.html">HoSCA Club Members</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" href="events.html">Events</a>
</li>
</ul>
<!-- Left links -->
</div>
<!-- Collapsible wrapper -->
</div>
<!-- Container wrapper -->
</nav>
</header>
<!-- Our events -->
<div id="Our_events">
<h1>Our Events</h1>
</div>
<!-- Anwesha -->
<div class="card mb-3" style="max-width: 100%;">
<div class="row g-0">
<div class="col-md-6">
<div id="carouselMaterialStyle" class="carousel slide carousel-fade" data-mdb-ride="carousel">
<!-- Indicators -->
<div class="carousel-indicators visually-hidden">
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="2"
aria-label="Slide 3"></button>
</div>
<!-- anwesha ka images -->
<!-- Inner -->
<div class="carousel-inner rounded-5 shadow-4-strong">
<!-- Single item -->
<div class="carousel-item active">
<img src="img/events/anwesha/unnamed (13).jpg" class="d-block w-100" alt="Sunset Over the City" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<img src="img/events/anwesha/unnamed (9).png" class="d-block w-100" alt="Canyon at Nigh" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<img src="img/events/anwesha/b.jpg" class="d-block w-100" alt="Cliff Above a Stormy Sea" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Third slide label</h5>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p> -->
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<button class="carousel-control-prev visually-hidden visually-hidden" type="button"
data-mdb-target="#carouselMaterialStyle" data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next visually-hidden visually-hidden" type="button"
data-mdb-target="#carouselMaterialStyle" data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Anwesha ka content -->
</div>
<div class="col-md-6">
<div class="card-body">
<h5 class="card-title" style="font-family: Poppins;font-weight:bold;font-size:30px;">Anwesha</h5>
<p class="card-text" style="font-family: 'Open Sans';font-size:20px">
Anwesha is the Annual Techno-Cultural festival of the Indian Institute of Technology Patna. Anwesha, the
quest for grandeur, opulence, creativity and perfection, since its inception in 2010 has turned out to be
one of east India’s biggest and most awaited youth festivals, witnessing participation from all over the
country. The previous editions have been a memorable experience to the crowd, with an escalating footfall
every year.</p>
<!-- <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> -->
</div>
</div>
</div>
</div>
<br>
<!-- right side image card -->
<!-- Reverberance vale card ka content vala part -->
<div class="card mb-3" style="max-width: 100%;">
<div class="row g-0">
<div class="col-md-6">
<div class="card-body">
<h5 class="card-title" style="font-family: Poppins;font-weight:bold;font-size:30px">Reverberance</h5>
<p class="card-text" style="font-family: 'Open Sans';font-size:20px">Diwali is one among those festivals
which is most awaited at IIT Patna. To mark and
celebrate the festive spirit of Diwali, House of Socio-Cultural Affairs and House of Literature and Fine
Arts presents Reverberance, the Inter-Year Cultural Tournament.</p>
<!-- <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> -->
</div>
</div>
<div class="col-md-6">
<div id="carouselMaterialStyle" class="carousel slide carousel-fade" data-mdb-ride="carousel">
<!-- Indicators -->
<div class="carousel-indicators visually-hidden">
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="1"
aria-label="Slide 2"></button>
<!-- <button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="2" aria-label="Slide 3"></button> -->
</div>
<!-- reverberance ka image vala section -->
<!-- Inner -->
<div class="carousel-inner rounded-5 shadow-4-strong">
<!-- Single item -->
<div class="carousel-item active">
<img src="img/events/reverberance/45761428_1923729217747212_3862406545320968192_n.jpg"
class="d-block w-100" alt="Sunset Over the City" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<img src="img/events/reverberance/1412367_616054415103208_2119809909_o.jpg" class="d-block w-100"
alt="Canyon at Nigh" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> -->
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<button class="carousel-control-prev visually-hidden" type="button" data-mdb-target="#carouselMaterialStyle"
data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next visually-hidden" type="button" data-mdb-target="#carouselMaterialStyle"
data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br>
<!-- nebula vala card -->
<div class="card mb-3" style="max-width: 100%;">
<div class="row g-0">
<div class="col-md-6">
<div id="carouselMaterialStyle" class="carousel slide carousel-fade" data-mdb-ride="carousel">
<!-- Indicators -->
<div class="carousel-indicators visually-hidden">
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="2"
aria-label="Slide 3"></button>
</div>
<!-- nebula ka image vala section -->
<!-- Inner -->
<div class="carousel-inner rounded-5 shadow-4-strong">
<!-- Single item -->
<div class="carousel-item active">
<img src="img/events/nebula/_DSC7782.JPG" class="d-block w-100" alt="Sunset Over the City" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<img src="img/events/nebula/_DSC7630.JPG" class="d-block w-100" alt="Canyon at Nigh" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<img src="img/events/nebula/_DSC7649.JPG" class="d-block w-100" alt="Cliff Above a Stormy Sea" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Third slide label</h5>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p> -->
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<button class="carousel-control-prev visually-hidden" type="button" data-mdb-target="#carouselMaterialStyle"
data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next visually-hidden" type="button" data-mdb-target="#carouselMaterialStyle"
data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="col-md-6">
<div class="card-body">
<h5 class="card-title" style="font-family: Poppins;font-weight:bold;font-size:30px">Nebula</h5>
<p class="card-text" style="font-family: 'Open Sans';font-size:20px">Nebula - The Freshers Party welcomes
the freshmen into the college. It provides them with
a platform where they can showcase the talents and their skills. Nebula puts forth an unparalleled
multitude
of events, meticulously fashioned to suit the interests of band geeks, music and dance maniacs. The
cultural
delight of the fest, pro-nite, share the glamour of the Mr & Miss Nebula (Freshers) competition, serenity
of
classical art forms and amusement of comedy shows.
</p>
<!-- <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> -->
</div>
</div>
</div>
</div>
<br>
<!-- Independence day ke content vala section -->
<div class="card mb-3" style="max-width: 100%;">
<div class="row g-0">
<div class="col-md-6">
<div class="card-body">
<h5 class="card-title" style="font-family: Poppins;font-weight:bold;font-size:30px">Independence Day</h5>
<p class="card-text" style="font-family: 'Open Sans';font-size:20px">The Independence Day function at IIT
Patna starts with the flag hoisting ceremony by
Honorable Chief Guests. This is shortly followed up by inspiring talks by the guests. Lined up next are
the
jingoistic events organized by the students of IIT Patna. The intellectual minds present a mélange of
cultural activities, which creates an atmosphere of national pride on the premises of the institute's
campus.</p>
<!-- <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> -->
</div>
</div>
<div class="col-md-6">
<div id="carouselMaterialStyle" class="carousel slide carousel-fade" data-mdb-ride="carousel">
<!-- Indicators -->
<div class="carousel-indicators visually-hidden">
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="2"
aria-label="Slide 3"></button>
</div>
<!-- Independence day ka image vala section -->
<!-- Inner -->
<div class="carousel-inner rounded-5 shadow-4-strong">
<!-- Single item -->
<div class="carousel-item active">
<img src="img/events/Independence_day/DSC_0788.JPG" class="d-block w-100" alt="Sunset Over the City" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<img src="img/events/Independence_day/DSC_0799.JPG" class="d-block w-100" alt="Canyon at Nigh" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> -->
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<img src="img/events/Independence_day/DSC_0807.JPG" class="d-block w-100"
alt="Cliff Above a Stormy Sea" />
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Third slide label</h5>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p> -->
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<button class="carousel-control-prev visually-hidden" type="button" data-mdb-target="#carouselMaterialStyle"
data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next visually-hidden" type="button" data-mdb-target="#carouselMaterialStyle"
data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<br>
<!-- footer -->
<footer class="footer-distributed">
<!-- Left side footer -->
<div class="footer-left">
<img src="img/hosca.jpg">
<h3>House of <span>Socio-Cultural </span>Affairs</h3>
<div class="footer-icons">
<a href="https://www.facebook.com/iitp.sociocultural/"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/hosca_iitp_official/"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/user/CULTatIITP"><i class="fab fa-youtube"></i></a>
</div>
</div>
<!-- Middle of footer -->
<div class="footer-center">
<div class="footer-center-p">
<p>Quick Links</p>
</div>
<ul class="footer-links">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="club.html">Clubs</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="committee.html">Committee</a>
</li>
<li>
<a href="https://www.iitp.ac.in/" target="_blank">IIT Patna</a>
</li>
</ul>
</div>
<!-- Right side footer -->
<div class="footer-right">
<p class="footer-company-about">
<span>Indian Institute of Technology, Patna</span>
</p>
<div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3600.0811345297775!2d84.84899121501635!3d25.535674183739797!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39ed577f6954a4ab%3A0x6ce8f1b9fc2aa02a!2sIndian%20Institute%20of%20Technology%2C%20Patna%20(IIT%20Patna)!5e0!3m2!1sen!2sin!4v1667537698067!5m2!1sen!2sin"
width="250" height="200" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="footer-icons">
<a href="https://www.facebook.com/iitp.ac.in/"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/IITPAT?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><i
class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/iit_patna_official/"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/school/indian-institute-of-technology-patna/"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
<!-- Copyright -->
<div class="text-center p-3" style="background-color: #2c292f;">
© Copyright:
<span class="text-white">IIT Patna . All rights are reserved</span>
</div>
<!-- Copyright -->
</footer>
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript"></script>
<script src="myjs/nav.js"></script>
</body>
</html>