-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
509 lines (431 loc) · 20.1 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
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
<html lang="en">
<head>
<title>Outreach Cell, IITK</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- JS Jquey -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/css/ionicons.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="assets/css/font_awesome.css"> -->
<link rel="stylesheet" href="assets/css/sum_animate_owl.css" />
<link rel="stylesheet" href="assets/css/custom_css.css">
</head>
<style>
.btn {
background: #D9BF77;
padding: 27px 44px;
text-transform: capitalize;
font-family: "Rubik", sans-serif;
color: #fff;
display: inline-block;
font-size: 14px;
border-radius: 5px;
font-weight: 500;
letter-spacing: 1px;
line-height: 0;
transition: color 0.4s linear;
position: relative;
z-index: 1;
border: 0;
overflow: hidden;
margin: 20px;
margin-left: 0px;
}
.btn.btn-outline {
border: 1px solid #D9BF77;
color: #464d65;
background: none;
border-radius: 5px;
text-transform: capitalize;
padding: 25px 57px;
display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
transition: color 0.4s linear;
position: relative;
overflow: hidden;
}
@media(max-width:766px) {
ol.thumbnail {
top: 30rem;
}
}
</style>
<body>
<!-- Header Start -->
<nav class="
navbar navbar-expand-lg navbar-dark
ftco_navbar
bg-dark
ftco-navbar-light
" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">
<div class="brand-logo brand-logo-white">
<img src="assets/img/logos/logo-white.png" alt="Outreach Cell Logo">
</div>
<div class="brand-logo brand-logo-blue">
<img src="assets/img/logos/logo-blue.png" alt="Outreach Cell Logo">
</div>
<div class="brand-text">
Outreach Cell <span><small>IIT</small> Kanpur</span>
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a href="index.html" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a href="events.html" class="nav-link">Events</a>
</li>
<li class="nav-item">
<a href="initiatives.html" class="nav-link">Gallery</a>
</li>
<li class="nav-item">
<a href="team.html" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="https://www.quora.com/q/thatsiitk" class="nav-link">Blogs</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar ends -->
<section class="slider-hero" style="height: 200px !important;">
<div class="overlay"></div>
<div class="featured-carousel owl-carousel">
<div class="item">
<div class="work">
<div class="img d-flex align-items-center js-fullheight" style="
height: 200px;
width: 100%;
background-image: url(assets/img/gallery/B.jpg);
">
<div class="container">
<div class="row">
<div class="col-md-6 order-md-last">
<div class="text mt-md-5">
<h2 style="padding-left: 2rem;">World Class</h2>
<p class="mb-5" style="padding-left: 2rem;">
IIT Kanpur is now one of the premier Institutes among
the world with world class infrastructure and faculty.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="work">
<div class="
img
d-flex
align-items-center
justify-content-center
js-fullheight
" style="
height: 200px;
width: 100%;
background-image: url(assets/img/gallery/1.jpg);
">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="text mt-md-5">
<h2 style="padding-left: 2rem;">First Batch</h2>
<p class="mb-5" style="padding-left: 2rem;">
The first batch of IITK graduated in the year 1964.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="work">
<div class="
img
d-flex
align-items-center
justify-content-center
js-fullheight
" style="
height: 200px;
width: 100%;
background-image: url(assets/img/gallery/C.jpg);
">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="text mt-md-5">
<h2 style="padding-left: 2rem;">Historical Legacy</h2>
<p class="mb-5" style="padding-left: 2rem;">
The institute began its operation from HBTI Kanpur
campus with 100 students.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Us -->
<section id="about" style="margin-bottom: 3rem;">
<div class="container">
<div class="heading-section">
<h2 class="mb-4" style="text-align: center;padding-top: 3rem;">About<span style="color: #D9BF77;">
Us</span></h2>
<p>Outreach Cell is the Students' Gymkhana body that works in collaboration with the Dean of
Resources and Alumni, IIT Kanpur.</p>
<p> We contribute to the crucial avenues of strengthening student-alumni relations, publicizing
achievements of IIT Kanpur and organizing outreach programs
in IIT Kanpur. We organize talks and networking programs for career guidance and mentorship for
developing student-alumni relations. We also
conceptualize and execute various campaigns such as #ThatsIITK, #AskIITK for prospective
students.</p>
<div>
<a href="https://www.iitk.ac.in/futurestudents/" class="btn btn-outline">Future Student's
Website</a>
<a href="http://iitk.ac.in" target="_blank" class="btn border-btn ml-15">IITK's homepage</a>
</div>
</div>
</div>
</section>
<!-- About US ends -->
<!-- Explore section -->
<section class="categories">
<div class="services">
<h4>Explore More About Us!</h4>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 ">
<a href="#" class="Faculty">
<div class="service ftco-animate fadeInUp ftco-animated">
<span class="icon">
<i class="fa fa-volume-up"></i>
</span>
<div>
<p>INITIATIVES</p>
</div>
<hr>
<p class="sm">Alumni Buddy Program, Institute Yearbook, Mock-En-Joy, and Alumni Startup
Internship Program are some of the key initiatives that Outreach Cell has taken to
assist the students of IIT Kanpur.</p>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="events.html" class="Cab-Share">
<div class="service ftco-animate fadeInUp ftco-animated">
<span class="icon">
<i class="fa fab fa-angellist"></i>
</span>
<div>
<p>EVENTS</p>
</div>
<hr>
<p class="sm">Outreach Cell organizes several talks, competitions, and interaction
sessions throughout the year - Tips from the Top, Legacy Hunt, student-alumni
interaction sessions to name a few.</p>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="team.html" class="Buy-Sell">
<div class="service ftco-animate fadeInUp ftco-animated">
<span class="icon">
<i class="fa fa-users"></i>
</span>
<div>
<p>TEAM</p>
</div>
<hr>
<p class="sm">The 3-tier Core Team of Outreach Cell that makes all these events happen
consists of Overall Coordinators, dedicated Managers, and enthusiastic Secretaries.
Click here to explore more</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Explore ends -->
<!-- Footer -->
<footer class="ftco-footer" id="contact">
<div class="container">
<div class="row mb-5 justify-content-between">
<div class="col-sm-12 col-lg-4">
<div class="ftco-footer-widget mb-4" id="footer-left">
<h2 class="ftco-heading-2 mb-4 logo"><a href="#">Outreach Cell, IITK</a></h2>
<!-- <p class="mb-4"></p> -->
<!-- outreach cell icon -->
<img src="assets/img/logos/logo-white.png">
</div>
</div>
<div class="col-sm-12 col-lg-5">
<!-- Social Media Handles -->
<h2 class="ftco-heading-2 mb-4">Stay Connected</h2>
<ul class="ftco-footer-social list-unstyled mt-2">
<li class="ftco-animate"><a href="#"><span class="fa fa-twitter"></span></a></li>
<li class="ftco-animate"><a href="https://www.facebook.com/outreach.cell.iitk"><span class="fa fa-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-instagram"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://www.quora.com/q/thatsiitk"><span class="fa fa-quora"></span></a></li>
</ul>
<h2 class="ftco-heading-2 mb-4">Navigation</h2>
<div class="row">
<div class="col-md-6">
<div class="ftco-footer-widget">
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="events.html">Initiatives</a></li>
<li><a href="https://www.quora.com/q/thatsiitk">Blog</a></li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="ftco-footer-widget">
<ul class="list-unstyled">
<li><a href="#">Gallery</a></li>
<li><a href="http://iitk.ac.in">IITK HomePage</a></li>
<li><a href="https://www.iitk.ac.in/futurestudents/">Future Students</a></li>
<li><a href="#">Contact</a></li>
<!-- <li><a href="#">Privacy</a></li> -->
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-3">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2 mb-4">Reach Us!</h2>
<div class="block-23 mb-3">
<ul>
<!-- <li><span class="icon fa fa-map marker"></span><span class="text">203 Fake St. Mountain View, San Francisco, California, USA</span></li> -->
<li><a href="#"><span class="icon fa fa-phone"></span><span class="text">+91
----------</span></a></li>
<li><a href="#"><span class="icon fa fa-paper-plane pr-4"></span><span
class="text"><span
class="__cf_email__">[email protected]</span></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid px-0 py-5 bg-black">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p class="mb-0">
Copyright ©
<script data-cfasync="false"
src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script>document.write(new Date().getFullYear());</script> All rights reserved
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer ends -->
<div class="my-5 text-center">
<ol class="thumbnail" style="top: 15rem;">
<li class="active img"><a href="#" style="font-size: x-large;">o</a></li>
<li><a href="#" style="font-size: x-large;">o</a></li>
<li><a href="#" style="font-size: x-large;">o</a></li>
</ol>
</div>
</section>
<div id="ftco-loader" class="show fullscreen">
<svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg>
</div>
<script src="assets/js/custom.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/1.js"></script>
<script>
eval(mod_pagespeed_a147YrEPFa);
</script>
<script>
eval(mod_pagespeed_QLYygotbeD);
</script>
<script>
eval(mod_pagespeed_aE9tETZ5$6);
</script>
<script src="assets/js/2.js"></script>
<script>
eval(mod_pagespeed_J6$yXPum4C);
</script>
<script>
eval(mod_pagespeed_LtkTRmmKrh);
</script>
<script>
eval(mod_pagespeed_ZOOf0FD9j$);
</script>
<script>
eval(mod_pagespeed_tF1BJTNvAQ);
</script>
<script src="assets/js/3.js"></script>
<script>
eval(mod_pagespeed_x6u0VPOgkx);
</script>
<script>
eval(mod_pagespeed_YLjgsN4cq2);
</script>
<script>
eval(mod_pagespeed_HGoFjy7m_2);
</script>
<!-- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script> -->
<script>
eval(mod_pagespeed_Cb5UoiM80m);
</script>
<script>
eval(mod_pagespeed_TR3h7af3ZU);
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
<!--
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script>
-->
<!-- <script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"rayId":"653d02b378440ed8","token":"cd0b4b3a733644fc843ef0b185f98241","version":"2021.5.1","si":10}'></script> -->
</body>
</html>