-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
594 lines (496 loc) · 27.9 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
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>IEI Thapar Students' Chapter</title>
<meta name="title" property="og:title" content="IEI Thapar Students' Chapter">
<meta property="og:description"
content="IEI aims to mentor young Engineering minds who have a passion for Engineering and wish to hone their technical skills.">
<meta name="image" property="og:image"
content="https://img.bitpixels.com/getthumbnail?code=68013&size=480&url=https://ieithapar.com">
<meta property="og:type" content="profile">
<meta name="author" content="Shivam Goyal">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" type="image/png">
<link rel="icon" href="favicon.png" type="image/png">
</head>
<body id="top" style="user-select: none;">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<img src="favicon.png" alt="IEI">
</div> <!-- end header-logo -->
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg"
data-natural-width=3000 data-natural-height=2000 data-position-y=top>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h1>
IEI Thapar <br />Students' Chapter
</h1>
<p>
IEI aims to mentor young Engineering minds who have a passion for Engineering and wish to hone their
technical skills.
</p>
</div> <!-- end home-content__main -->
</div> <!-- end home-content -->
<ul class="home-sidelinks">
<li><a class="smoothscroll" href="#about">About IEI</a></li>
<li><a class="smoothscroll" href="#upcoming_events">Upcoming Events</a></li>
<li><a class="smoothscroll" href="#past_events">Past Events</a></li>
<li><a class="smoothscroll" href="#team">Team IEI</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul> <!-- end home-sidelinks -->
<ul class="home-social">
<li class="home-social-title">Follow Us</li>
<li><a href="ttps://www.facebook.com/ieithapar/">
<i class="fab fa-facebook"></i>
<span class="home-social-text">Facebook</span>
</a></li>
<li><a href="https://www.linkedin.com/company/institution-of-engineers-india-thapar-student-s-chapter/">
<i class="fab fa-linkedin"></i>
<span class="home-social-text">LinkedIn</span>
</a></li>
<li><a href="mailto:contact@ieithapar.com">
<i class="fas fa-envelope"></i>
<span class="home-social-text">Email</span>
</a></li>
</ul> <!-- end home-social -->
<a href="#about" class="home-scroll smoothscroll">
<span class="home-scroll__text">Scroll Down</span>
<span class="home-scroll__icon"></span>
</a> <!-- end home-scroll -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id='about' class="s-about">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">About IEI</h3>
<h1 class="display-1">A Technical legacy worth noting</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
The Institution of Engineers (India) [IEI] is a statutory body to promote and advance the
engineering and technology, established in 1920 and incorporated by Royal Charter in 1935. It is the
largest multi-disciplinary professional body of engineers encompassing 15 (fifteen) engineering
disciplines with a membership of more than 820 thousand and serving the nation for more than 9
decades. The IEI has its headquarters located in Kolkata with national presence through more than
hundred Centres and several Overseas Chapters, Foras and Organ. IEI (Institution of Engineers
India) Thapar Chapter is a technical society of Thapar University which organizes various
workshops, technical exams, lecture series by industry experts. This society is open for all
technical branches of engineering.
</p>
</div>
</div> <!-- end about-desc -->
</section> <!-- end s-about -->
<!-- upcoming events
================================================== -->
<section id='upcoming_events' class="s-services light-gray">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Upcoming Events</h3>
<h1 class="display-1">Recruiting SuperSoon</h1>
<!-- <h1 class="display-1">Events lined up for enthusiasts</h1> -->
</div>
</div> <!-- end section-header -->
<div class="row half-bottom">
<div class="col-twelve tab-full" data-aos="fade-up">
<p><img src="images/events/recruitmentfresher.png" width="2000px" sizes="(max-width: 1000px) 100vw, 1000px"
alt=""></p>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-full">
<!-- <p class="lead">
We are pleased to announce that it is back with its larger and extravagant 2019 edition. The events
will encounter several international guest lecturers, unique competitions and globally acknowledged
Technical events. <br />
It's your chance of being part of the student chapter. Hurry up...!! <br />
Fill the form now: <b><a href="https://bit.ly/2lH4FeL"
target="_blank">https://bit.ly/2lH4FeL</a></b>
</p> -->
</div>
</div> <!-- end about-desc -->
</section> <!-- end s-services -->
<!-- past events
================================================== -->
<section id='past_events' class="s-services white">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Past Events</h3>
<h1 class="display-1">Project Showcase & Motivational Talks</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<!-- <p class="lead">
IEI conducts different workshops (on Lego Kits, ROS, Arduino Uno, Raspberry Pi kits), competitions,
technical quizzes and expert lectures on a regular basis.
</p> -->
</div>
</div> <!-- end about-desc -->
<div class="row half-bottom">
<div class="col-six tab-full" data-aos="fade-up">
<p><img src="images/events/1.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
<div class="col-six tab-full" data-aos="fade-up">
<p><img src="images/events/2.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
</div>
<div class="row half-bottom">
<div class="col-four tab-full" data-aos="fade-up">
<p><img src="images/events/3.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
<div class="col-four tab-full" data-aos="fade-up">
<p><img src="images/events/4.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
<div class="col-four tab-full" data-aos="fade-up">
<p><img src="images/events/5.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
</div>
<div class="row half-bottom">
<div class="col-four tab-full" data-aos="fade-up">
<p><img src="images/events/6.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
<div class="col-four tab-full" data-aos="fade-up">
<p><img src="images/events/7.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
<div class="col-four tab-full" data-aos="fade-up">
<p><img src="images/events/8.jpg" sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
</div>
<div class="testimonials-wrap" data-aos="fade-up" id="team">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">Inspiring Leaders</h2>
</div>
</div>
<div class="row testimonials">
<div class="col-full testimonials__slider">
<div class="testimonials__slide">
<img src="images/avatars/president.jpg" alt="Dr. Ashish Singla" class="testimonials__avatar">
<div class="testimonials__author">
Dr. Gagandeep Kaur
<span>President</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:gagandeep@thapar.edu"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/vicepresident.jpg" alt="Dr. Ankush Kansal"
class="testimonials__avatar">
<div class="testimonials__author">
Dr. Harpreet Vohra
<span>Vice President</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="mailto:hvohra@thapar.edu"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials -->
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">Inspired Team</h2>
</div>
</div>
<div class="row testimonials">
<div class="col-full testimonials__slider">
<div class="testimonials__slide">
<img src="images/avatars/jayant.jpg" alt="Jayant Dang" class="testimonials__avatar">
<div class="testimonials__author">
Jayant Dang
<span>General Secretary</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/yogen.jpg" alt="Yogen Aggarwal" class="testimonials__avatar">
<div class="testimonials__author">
Yogen Aggarwal
<span>General Secretary</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/karan.jpg" alt="Karan Bansal" class="testimonials__avatar">
<div class="testimonials__author">
Karan Bansal
<span>Finance Secretary</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/bhavya.jpg" alt="Bhavya Gupta" class="testimonials__avatar">
<div class="testimonials__author">
Bhavya Gupta
<span>Technical Head</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/sarthak.jpg" alt="Sarthak Arora" class="testimonials__avatar">
<div class="testimonials__author">
Sarthak Arora
<span>Joint Secretary</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/tanya.jpg" alt="Tanya Dora" class="testimonials__avatar">
<div class="testimonials__author">
Tanya Dora
<span>Joint Secretary</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/naman.jpg" alt="Naman Jain" class="testimonials__avatar">
<div class="testimonials__author">
Naman Jain
<span>Joint Secretary</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/shreyansh.jpg" alt="Shreyansh Chaudhary" class="testimonials__avatar">
<div class="testimonials__author">
Shreyansh Chaudhary
<span>Convener</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/nitya.jpg" alt="Nitya Shandilya" class="testimonials__avatar">
<div class="testimonials__author">
Nitya Shandilya
<span>Convener</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/arushi.jpg" alt="Arushi Jain" class="testimonials__avatar">
<div class="testimonials__author">
Arushi Jain
<span>Convener</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/prinzu.jpg" alt="Prinzu Choudhury" class="testimonials__avatar">
<div class="testimonials__author">
Prinzu Choudhury
<span>Convener</span>
<p>
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:"><i class="fas fa-envelope"></i></a>
</p>
</div>
</div> <!-- end testimonials__slide -->
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials -->
</div> <!-- end testimonials-wrap -->
</section> <!-- end s-services -->
<!-- stats
==================================================
<section id="stats" class="s-stats">
<div class="row stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="col-block stats__col ">
<div class="stats__count">129</div>
<h5>Awards Received</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">1507</div>
<h5>Cups of Coffee</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">108</div>
<h5>Events Completed</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">103</div>
<h5>Happy Clients</h5>
</div>
</div> <!-- end stats
</section> <!-- end s-stats -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--light">Contact Us</h3>
<h1 class="display-1 display-1--light">Get in touch and let's make something great together.</h1>
</div>
</div> <!-- end section-header -->
<div class="row">
<div class="col-full contact-main" data-aos="fade-up">
<p>
<a href="mailto:contact@ieithapar.com" class="contact-email">contact@ieithapar.com</a>
<span class="contact-number">Jayant Dang +91 84271 02939</span>
</p>
</div> <!-- end contact-main -->
</div> <!-- end row -->
<div class="row">
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Where To Find Us</h3>
<p class="contact-address">
IEI Office <br />
Thapar Institute, Patiala
</p>
</div> <!-- end contact-secondary -->
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Follow Us</h3>
<ul class="contact-social">
<li>
<a href="https://www.facebook.com/ieithapar/" target="_blank"><i
class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/institution-of-engineers-india-thapar-student-s-chapter/"
target="_blank"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="mailto:contact@ieithapar.com" target="_blank"><i class="fas fa-envelope"></i></a>
</li>
</ul> <!-- end contact-social -->
</div> <!-- end contact-secondary -->
</div> <!-- end row -->
<div class="row">
<div class="col-full cl-copyright">
<span><a href="https://itsshivam.com" target="_blank" style="color: #fff">< > with ❤ by Shivam Goyal
</a></span>
</div>
</div>
<div class="cl-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</section> <!-- end s-contact -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close"
title="Close (Esc)"></button> <button class="pswp__button pswp__button--share"
title="Share"></button> <button class="pswp__button pswp__button--fs"
title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom"
title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>