-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
752 lines (642 loc) · 23.8 KB
/
index.php
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
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
<!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 name="keywords" content="htmlcss bootstrap menu, navbar,0dega menu examples" />
<meta name="description" content="Board of Student Welfare, IIT Delhi" />
<title>Home | BSW</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js" type="text/javascript"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" i0degrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.min.js"></script>
<style type="text/css">
#carouselExampleIndicators img {
height: 600px;
}
.main-text {
position: absolute;
top: 50px;
width: 100%;
color: #FFF;
text-align: center;
font-family: NeueMontreal-Bold;
text-shadow: 2px 2px 10px #00000088;
font-size: 100px !important;
}
@media (max-width:988px){
.intro-text {
padding-top: 40px;
font-weight: 600;
font-size: 40px;
padding-left: 20px;
}
}
@media (min-width:987px){
.intro-text {
padding-top: 30px;
font-weight: 600;
font-size: 70px;
}}
.intro-text-subtitle {
font-weight: 400;
font-size: 4vw;
text-shadow: 2px 2px 2px #000000;
}
.btn-lg {
background-color: #00695c;
border-color: #00695c;
}
.btn-primary{
border-radius: 100px;
}
.about-us-title{
font-size: 4rem;
opacity: 0.6;
}
.about-us-text{
color: #fff;
font-weight: medium;
font-size:1rem;
margin-bottom: 20px;
}
.line-break{
width:80%;
border: 0;
height: 10px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#about-us{
background-image: linear-gradient(90deg, #67B26F 0%, rgba(76,162,205,0.61) 100%);
}
#right-drop-arrow{
font-size:10px !important;
line-height:12px !important;
}
.home-quick-links{
border-radius: 10px;
padding:10px;
margin:18px;
font-size: 30px;
color: rgba(0,0,0,0.46);
letter-spacing: 0;
text-align:center;
font-weight: bold;
line-height:60px !important;
cursor:pointer;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.1);
transition: all 0.4s ease-out;
}
.home-quick-links:hover{
scale:1.1;
transition: all 0.4s ease-out;
cursor:pointer;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}
#yourDost{
background: #FFE487;
border-radius: 10px;
font-family: 'neue_montrealmedium' !important;
}
#almaConnect{
background: #9FE5E3;
border-radius: 10px;
font-family: 'neue_montrealmedium' !important;
}
#bswLoans{
background: #7CAAE4;
border-radius: 10px;
font-family: 'neue_montrealmedium' !important;
}
#careerCounselling{
background: #EF949A;
border-radius: 10px;
font-size: 24px;
color: rgba(0,0,0,0.46);
letter-spacing: 0;
text-align: center;
font-family: 'neue_montrealmedium' !important;
}
#qPapers{
background: #EF949A;
border-radius: 10px;
font-size: 24px;
color: rgba(0,0,0,0.46);
letter-spacing: 0;
text-align: center;
font-family: 'neue_montrealmedium' !important;
}
#forms{
background: mediumseagreen;
border-radius: 10px;
font-size: 24px;
color: rgba(0,0,0,0.46);
letter-spacing: 0;
text-align: center;
font-family: 'neue_montrealmedium' !important;
}
.notice-inner:nth-child(even){
font-size: 1.1rem;
background:#ffc;
border-radius: 10px;
padding: 10px;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.1);
transition: all 0.15s ease-out;
}
.notice-inner:nth-child(odd){
font-size: 1.1rem;
background:#ffc;
border-radius: 10px;
padding: 10px;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.1);
transition: all 0.15s ease-out;
}
.notice-inner:hover{
font-size: 1.1rem;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
transition:all 0.15s ease-out;
}
.notice-ol{text-align:center;}
.notice-ol .notice-li{display:inline;padding-right:1em;}
.notice-ol .notice-li .notice-a{color:#fff;}
.quote-container {
margin-top: 20px;
position: relative;
}
.note {
color: #333;
position: relative;
width: 100%;
margin: 0 auto;
padding: 10px;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.1);
border-radius:10px;
transition: all 0.15s ease-out;
}
.note:hover{
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
transition:0.2s ease-out;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
transition: all 0.15s ease-out;
}
.note .author {
display: block;
margin: 40px 0 0 0;
text-align: right;
}
.pinned-note2 {
font-size: 1.2rem;
background: #d0fed0a6;
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
-o-transform: rotate(2deg);
-ms-transform: rotate(2deg);
transform: rotate(2deg);
}
.pinned-note1 {
font-size: 1.2rem;
background: #ffc;
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
-o-transform: rotate(2deg);
-ms-transform: rotate(2deg);
transform: rotate(2deg);
}
.pin {
background-color: #aaa;
display: block;
height: 32px;
width: 2px;
position: absolute;
left: 50%;
top: -16px;
z-index: 1;
}
.pin:after {
background-color: #A31;
background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
border-radius: 50%;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
inset 3px 3px 3px hsla(0,0%,100%,.2),
inset -3px -3px 3px hsla(0,0%,0%,.2),
23px 20px 3px hsla(0,0%,0%,.15);
content: '';
height: 12px;
left: -5px;
position: absolute;
top: -10px;
width: 12px;
}
.pin:before {
background-color: hsla(0,0%,0%,0.1);
box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
content: '';
height: 24px;
width: 2px;
left: 0;
position: absolute;
top: 8px;
transform: rotate(57.5deg);
-moz-transform: rotate(57.5deg);
-webkit-transform: rotate(57.5deg);
-o-transform: rotate(57.5deg);
-ms-transform: rotate(57.5deg);
transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
}
@media (max-width: 992px){
.home-quick-links:hover{
scale:1.1;
transition:0.15s ease-out;
cursor:pointer;
}
}
.photostack figcaption h2{
margin: -20px !important;
z-index: 2000 !important;
}
.photostack-img{
height: 300px !important;
width: 300px !important;
}
.gallery-img{
margin-bottom: -20px !important;
padding: 0px !important;
height: 300px !important;
width: 300px !important;
}
.photostack figure{
width: 360px !important;
height: 360px !important;
padding: 32px !important;
padding-top: 20px !important;
padding-bottom: 50px !important;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.2) !important;
transition: all 0.4s ease-in-out !important;
}
.photostack figure:hover{
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.4) !important;
transition: all 0.4s ease-in-out !important;
}
.photostack figcaption h2{
z-index:20000 !important;
position: relative !important;
padding: 30px !important;
}
#photostack-1
{
background-image: #000 !important;
}
.photostack{
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
</style>
</head>
<body >
<?php require 'components/header.php'; ?>
<div id="carousel-section">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="4000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 imagic" src="images/carousel2.jpg" alt="Second slide" style="object-fit: cover;">
<div class="carousel-caption " style="padding-bottom: 40px">
<!-- <a href="#about-us"> <button class="btn btn-primary text-uppercase btn-lg">start exploring</button></a> -->
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 imagic" src="images/carousel3.png" alt="Second slide" style="object-fit: cover;">
<div class="carousel-caption " style="padding-bottom: 40px">
<!-- <a href="#about-us"> <button class="btn btn-primary text-uppercase btn-lg">start exploring</button></a> -->
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 imagic" src="images/carousel4.jpg" alt="Second slide" style="object-fit: cover;">
<div class="carousel-caption " style="padding-bottom: 40px">
<!-- <a href="#about-us"> <button class="btn btn-primary text-uppercase btn-lg">start exploring</button></a> -->
</div>
</div>
<div class="carousel-item ">
<img class="d-block w-100 imagic" src="images/carousel1.jpg" alt="First slide" style="object-fit: cover;">
<div class="carousel-caption " style="padding-bottom: 40px">
<!-- <h1 class="main-text">Board of Student Welfare</h1> -->
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="main-text ">
<div class="col-12 " >
<h1 class="intro-text" style="">Board for Student Welfare</h1>
</div>
</div>
</div>
</div>
<div id="about-us">
<br />
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-4 justify-content-center">
<h1 class="about-us-title">About Us</h1>
</div>
<div class="col-12 col-lg-8">
<p class="about-us-text">BSW (Board for Student Welfare) is primarily a student body consisting of student representatives from each hostel and a few faculty members. The Board has been constituted to formulate various welfare initiatives, organise social events and provide mentorship to students across multiple domains. Our work includes giving financial help, informative sessions, counselling, mentorship, etc.
</p>
</div>
</div>
</div>
</div>
<div id="home-quick-links-notices">
<div class="container-fluid my-4">
<div class="row">
<div class="col-12 col-lg-5 d-none d-lg-block">
<a href="mental_health.php" style="text-decoration: none">
<div id="yourDost" class="home-quick-links">
<img src="images/yourDost.svg" width="60" height="60" alt="">
Counselling
</div>
</a>
<a href="bsw_loans.php" style="text-decoration: none" >
<div id="bswLoans" class="home-quick-links">
<img src="images/bswLoans.svg" width="60" height="60" alt="">
BSW Loans
</div>
</a>
<a href="question_papers.php" style="text-decoration: none" >
<div id="qPapers" class="home-quick-links">
<img src="images/qPapers.svg" width="60" height="60" alt="">
Question Papers
</div>
</a>
<a href="forms.php" style="text-decoration: none" >
<div id="forms" class="home-quick-links">
<img src="images/forms.ico" width="60" height="60" alt="">
Forms & Checklists
</div>
</a>
</div>
<div class="notice col-12 col-lg-4 my-2">
<div class="quote-container">
<i class="pin"></i>
<blockquote class="note pinned-note1">
<h3>Caution Money</h3>
<p>Your Journey at IIT Delhi might have come to an end but you'll belong here forever. A small contribution make someone else's journey at IIT a little easier, donate your caution money to BSW Funds to have a positive impact on your Juniors to come. <a href="https://www.facebook.com/boardforstudentwelfare/posts/3013430058726445">Learn More</a></p>
<h3>Updated Academic Calendar</h3>
<h5>2020-21</h5>
<p>Updated Academic Calendar for the year 2020-21 can be downloaded from <a href="https://home.iitd.ac.in/academic-calendar.php">here</a></p>
</blockquote>
</div>
</div>
<div class="col-12 col-lg-5 d-lg-none ">
<a href="mental_health.php" style="text-decoration: none">
<div id="yourDost" class="home-quick-links">
<img src="images/yourDost.svg" width="60" height="60" alt="">
Counselling
</div>
</a>
<a href="bsw_loans.php" style="text-decoration: none" >
<div id="bswLoans" class="home-quick-links">
<img src="images/bswLoans.svg" width="60" height="60" alt="">
BSW Loans
</div>
</a>
<a href="question_papers.php" style="text-decoration: none" >
<div id="qPapers" class="home-quick-links">
<img src="images/qPapers.svg" width="60" height="60" alt="">
Question Papers
</div>
</a>
<a href="forms.php" style="text-decoration: none" >
<div id="forms" class="home-quick-links">
<img src="images/forms.ico" width="60" height="60" alt="">
Forms & Checklists
</div>
</a>
</div>
<div class=" col-12 col-lg-3 notices my-4">
<a href="newsletter.php" style="text-decoration: none; width: 100%; border-radius: 10px; line-height: 60px;" class="btn btn-light my-2">
<h4 class="my-3"><span class="fa fa-newspaper-o"></span> Newsletter</h4>
</a>
<a href="diary.php" style="text-decoration: none; width: 100%; border-radius: 10px; line-height: 60px;" class="btn btn-light my-2 ">
<h4 class="my-3"><span class="fa fa-bookmark"></span> Diary</h4>
</a>
<a href="booklets.php" style="text-decoration: none; width: 100%; border-radius: 10px; line-height: 60px;" class="btn btn-light my-2 ">
<h4 class="my-3"><span class="fa fa-book"></span> Booklets</h4>
</a>
<a href="forms/wheelchair.pdf" style="text-decoration: none; width: 100%; border-radius: 10px; line-height: 60px;" class="btn btn-light my-2 ">
<h4 class="my-3"><span class="fa fa-wheelchair-alt"></span> Wheelchair Form</h4>
</a>
</div>
</div>
</div>
</div>
<div id="about-us">
<br />
<div class="container">
<div class="row justify-content-center">
<div class="col-12 justify-content-center">
<h1 class="about-us-title"><small>How does the board function?<small></h1>
</div>
</div>
<p style="font-size: 1.2rem; color:white;" class="mt-2">The Board is majorly divided into 2 units based on their domain of responsibilities : <span class="fa fa-cogs"></span> Operations and <span class="fa fa-users"></span> Mentorship.
<a href="about_us.php">Learn More</a> about BSW.</p>
<br>
</div>
</div>
<div id="events-gallery">
<div class="container-fluid" style="padding-right: 0px;padding-left: 0px; margin-bottom:0px;">
<div id="photostack-1" class="photostack col-12">
<div>
<figure>
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/comedynight.jpg" alt="Comedy Night ft. Nishant Tanwar" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Comedy Night ft. Nishant Tanwar</h2>
</figcaption>
</figure>
<figure>
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/bandnight.jpg" alt="Band NIght ft. Zikrr" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Band Night ft. Zikrr</h2>
</figcaption>
</figure>
<figure>
<a href="delhidarshan.php" class="photostack-img"><img class="gallery-img" src="images/op_delhidarshan/5.jpg" alt="Delhi Darshan" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Delhi Darshan</h2>
</figcaption>
</figure>
<figure>
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/promnight.jpg" alt="Prom Night" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Prom Night</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="sticdinner.php" class="photostack-img"><img class="gallery-img" src="images/op_sticd/5.jpg" alt="STIC Dinner" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">STIC Dinner</h2>
</figcaption>
</figure>
<figure>
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/jeopardy.jpg" alt="Jeopardy" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Jeopardy</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="delhidarshan.php" class="photostack-img"><img class="gallery-img" src="images/op_delhidarshan/1.jpg" alt="Delhi Darshan" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Delhi Darshan</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="delhidarshan.php" class="photostack-img"><img class="gallery-img" src="images/op_delhidarshan/6.jpg" alt="Delhi Darshan" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Delhi Darshan</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="delhidarshan.php" class="photostack-img"><img class="gallery-img" src="images/op_delhidarshan/2.jpg" alt="Delhi Darshan" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Delhi Darshan</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="delhidarshan.php" class="photostack-img"><img class="gallery-img" src="images/op_delhidarshan/8.jpg" alt="Delhi Darshan" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Delhi Darshan</h2>
</figcaption>
</figure>
<figure >
<a href="orientation.php" class="photostack-img"><img class="gallery-img" src="images/op_orientation/1.JPG" alt="Orientation" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Orientation</h2>
</figcaption>
</figure>
<figure >
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/op_speranza/11.png" alt="Enigma: The Magic Show" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Enigma: The Magic Show</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/enigma.png" alt="Enigma: The Magic Show" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Enigma: The Magic Show</h2>
</figcaption>
</figure>
<figure >
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/freshersmrmrs.jpg" alt="Mr & Ms Freshers" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Mr & Ms Freshers</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/bandnight_poster.jpg" alt="Band Night ft Zikrr" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Band Night ft. Zikrr</h2>
</figcaption>
</figure>
<figure data-dummy>
<a href="convergenz.php" class="photostack-img"><img class="gallery-img" src="images/op_speranza/2.JPG" alt="Comedy Night ft. Nishant Tanwar" style="height:240px; width:240px; object-fit:cover;"/></a>
<figcaption>
<h2 class="photostack-title">Comedy Night ft. Nishant Tanwar</h2>
</figcaption>
</figure>
</div>
</div>
</div>
<script src="js/classie.js"></script>
<script src="js/photostack.js"></script>
<script>
// [].slice.call( document.querySelectorAll( '.photostack' ) ).forEach( function( el ) { new Photostack( el ); } );
new Photostack( document.getElementById( 'photostack-1' ), {
callback : function( item ) {
//console.log(item)
}
} );
</script>
</div>
<?php require 'components/footer.php'; ?>
<div class="container">
<div class="row">
<div class="col-12">
<small id="credits" style="color: white; font-family: Montserrat; font-style: italic;"># Credits for IIT Delhi campus images used in the slideshow go to Nishant Bansal, Apar Ahuja and Sahil Kumar Raj respectively. </small>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" i0degrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" i0degrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script type="text/javascript">
var myNav = document.getElementById('myNav');
$(function (){
if ($(window).width() > 992) {
"use strict";
if (document.body.scrollTop >= 100 || document.documentElement.scrollTop >= 100 ) {
myNav.classList.add("nav-colored");
myNav.classList.remove("nav-transparent");
console.log("Nav is now colored on scroll")
}
else {
myNav.classList.add("nav-transparent");
myNav.classList.remove("nav-colored");
console.log("Nav transparent initally")
}
}
})
window.onscroll = function () {
if ($(window).width() > 992) {
"use strict";
if (document.body.scrollTop >= 100 || document.documentElement.scrollTop >= 100 ) {
myNav.classList.add("nav-colored");
myNav.classList.remove("nav-transparent");
console.log("Nav is now colored on scroll")
}
else {
myNav.classList.add("nav-transparent");
myNav.classList.remove("nav-colored");
console.log("Nav transparent initally")
}
}
};
if($(window).width() < 992){
myNav.classList.add("nav-colored");
myNav.classList.remove("nav-transparent");
console.log("Nav is colored")
}
</script>
<script src="js/scrollreveal.min.js"></script>
<script>
window.sr = ScrollReveal({reset: true});
window.sr = ScrollReveal();
sr.reveal('#texto', {duration: 700});
$('.carousel').carousel({
pause: "false"
});
</script>
</body>
</html>