-
Notifications
You must be signed in to change notification settings - Fork 38
/
homecoming2022.php
360 lines (330 loc) · 11.9 KB
/
homecoming2022.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="shortcut icon" href="./flogo.ico" type="image/x-icon" />
<title>Students' Alumni Cell | Homecoming</title>
<link rel="stylesheet" type="text/css" href="css/homecoming.css">
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@200&display=swap" rel="stylesheet">
<style type="text/css">
.img{
background-image:url(img/hc22.jpg);
background-size:100% 100%;
height:700px
}
.padding{
padding:0 9rem;
}
.marleft{
margin-left:1.5rem;
}
@media only screen and (max-width:500px){
.padding{
padding:0 1rem;
}
.img{
height:330px;
margin-bottom:0px;
}
.section-2{
margin-top:-250px;
margin-bottom:-100px;
}
.marleft{
margin-left:2.5rem;
}
}
</style>
</head>
<body>
<section class="section-1">
<?php include'navbar.php' ?>
<header>
<div class="img">
</div>
</header>
</section>
<section class="section-2 pt-0 pe-1" style="padding-bottom:10rem;">
<div class="container-fluid" >
<div class="row">
<div class="col-md-7">
<h1 class="one">ABOUT US</h1>
<div class="row">
<div class="col-md-10 ml-4 col-12 ml-1 justify-content-left">
<p class="pt-3 x">
We live our day to day lives oblivious to the beauty that surrounds us and by the time we do realise what
exactly it is that we've been blessed with, it's generally too late. However when the good ol' days call
yet again, nostalgia surrounds us as we walk the hallowed boulevards of our youth. The Homecoming
brings to our alumni a chance to reconnect with their Alma Mater. It lets them relive the carefree days of
their college lives as they get a chance to visit all the locations they once frequented.
</p>
</div>
</div>
<!--<a class="btn btn-outline-primary marleft" href="loginpage.php" role="button">HomeComing</a>-->
</div>
<div class="col-md-5">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-10 col-12 trailer" style="padding-top:3.5rem; padding-bottom:15rem;">
<div class="first"></div>
<div class="second"></div>
<div class="third">
<img src="./img/homecoming2022/hc0.webp" class="img-2 x">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3">
<div class="container-fluid pt-3">
<div style="padding:0 2rem;">
<div class="row">
<div class="col-md-3 d-flex justify-content-center" style="padding:0 0rem;">
<h2 class="gallery-h3 pt-5 text-center">Grand Reunion</h2>
</div>
<div class="col-md-9">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-8 x">
<div class="image pt-3 ">
<img src="./img/homecoming2022/hc2.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
</div></div>
</div>
<div class="col-md-4 x align-items-center">
<div class="image pt-3">
<img src="./img/homecoming2022/hc1.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary">
<div class="image__title"></div>
<p class="image__description"></p>
</div></div>
<div class="image pt-3">
<img src="./img/homecoming2022/hc3.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary">
<div class="image__title"></div>
<p class="image__description"></p>
</div></div> </div>
</div>
</div>
</div>
<!-- </div> -->
</div>
</div>
</section>
<section class="section-3 pt-3">
<div class="container-fluid p-0">
<div style="padding:0 2.4rem;">
<div class="row">
<div class="col-md-3 d-flex justify-content-center" style="padding:0 0rem;">
<h1 class="gallery-h3 pt-5 text-center" >Musical Night</h1>
</div>
<div class="col-md-9">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-3 x pr-0 pt-2">
<div class="image pt-3 pb-3">
<img src="./img/homecoming2022/hc4.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Gala Dinner</div>
<p class="image__description"></p>
</div></div>
<div class="image pt-3 pb-3">
<img src="./img/homecoming2022/hc5.webp" class="img-fluid image__img"><div class="image__overlay image__overlay--primary">
<div class="image__title">Gala Dinner</div>
<p class="image__description"></p>
</div></div>
</div>
<div class="col-md-9 x pl-1">
<div class="image">
<img src="./img/homecoming2022/hc6.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Musical Night</div>
<p class="image__description">Taking a trip back to memory lane, Students' alumni cell presented Eastern Technology Music Society that took our alumni back, straight to
their KGP days as they sang with us just like they used to do it in their college days.</p>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 pt-3">
<div class="container-fluid p-0">
<div style="padding:0 3rem;">
<div class="row">
<div class="col-md-3 d-flex justify-content-center">
<h1 class="gallery-h3 pt-5 text-center">Campus Tour</h1>
</div>
<div class="col-md-9">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-4 x align-items-center">
<div class="image">
<img src="./img/homecoming2022/hc9.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Campus Tour</div>
<p class="image__description more-text">Campus Tour is our way of showing the 2200 acre campus in a nutshell and highlighting all the major developments around.
</p>
</div></div>
<div class="image pt-3">
<img src="./img/homecoming2022/hc8.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Campus Tour</div>
<p class="image__description">Remember the place where we took our first picture in the campus</p>
</div></div>
</div>
<div class="col-md-8 x">
<div class="image">
<img src="./img/homecoming2022/hc7.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Campus Tour</div>
<p class="image__description"> In the progressive world we live in, there are a lot of changes and yet a lot of constants and it’s a pleasure to see the
newer developments in harmony with the same old roads.</p>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 pt-3">
<div class="container-fluid p-0">
<div style="padding:0 3rem;">
<div class="row">
<div class="col-md-3 d-flex justify-content-center">
<h1 class="gallery-h3 pt-5 text-center">Department Visit</h1>
</div>
<div class="col-md-9">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-6 x align-items-center">
<div class="image">
<img src="./img/homecoming2022/hc10.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Department Visit</div>
<p class="image__description">Departments are our own shrine of knowledge filled with
bittersweet memories, and a visit surely brings back memories of all the hard work,
learning, and excitement</p>
</div></div>
</div>
<div class="col-md-6 x">
<div class="image">
<img src="./img/homecoming2022/hc11.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
</div></div>
</div>
<div class="col-md-6 x">
<div class="image pt-3">
<img src="./img/homecoming2022/hc12.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
</div></div>
</div>
<div class="col-md-6 x">
<div class="image pt-3">
<img src="./img/homecoming2022/hc13.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 pt-3">
<div class="container-fluid p-0">
<div style="padding:0 3rem;">
<div class="row">
<div class="col-md-3 d-flex justify-content-center">
<h1 class="gallery-h3 pt-5 text-center">Entertania</h1>
</div>
<div class="col-md-9">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-8 x">
<div class="image">
<img src="img/homecomingc/compressed homecoming/comedian.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Stand-Up Comedy</div>
<p class="image__description">Smiles can cast the most powerful spell of love and happiness.</p>
</div></div>
</div>
<div class="col-md-4 x align-items-center">
<div class="image">
<img src="img/homecomingc/compressed homecoming/etms1.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary">
<div class="image__title"></div>
<p class="image__description"></p>
</div></div>
<div class="image pt-3">
<img src="img/homecomingc/compressed homecoming/etms2.webp" class="img-fluid image__img"><div class="image__overlay image__overlay--primary">
<div class="image__title"></div>
<p class="image__description"></p>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 pt-3 pb-5">
<div class="container-fluid p-0">
<div style="padding:0 3rem;">
<div class="row">
<div class="col-md-3 d-flex justify-content-center">
<h1 class="gallery-h3 pt-5 text-center">Illumination</h1>
</div>
<div class="col-md-9">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-8 x">
<div class="image">
<img src="./img/homecoming2022/hc14.webp" class="img-fluid image__img">
<div class="image__overlay image__overlay--primary text-center">
<div class="image__title">Illumination</div>
<p class="image__description">The Illumination with diyas followed by the release of sky lanterns creates
an aura of happiness all around before we kick.</p>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include'footer.php' ?>
<!-- <?php include 'preloader.php' ?> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/ScrollTrigger.min.js"></script>
<script>
var arr = document.getElementsByClassName("x");
for(var i=0; i<arr.length;i++)
{
gsap.from(arr[i], {
scrollTrigger: {
trigger: arr[i],
toggleActions: "play none none none"
},
opacity:0,
duration:1.5,
y:50
});
}
</script>
</body>
</html>