-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
595 lines (528 loc) · 28.6 KB
/
index.html
File metadata and controls
595 lines (528 loc) · 28.6 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IEEE ADGITM </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
<link rel="stylesheet" type="text/css" media="screen" href="animate.css">
<link rel="shortcut icon" href="images/IEEE ADGITMLogo.png" type="image/x-icon">
<script src="main.js"></script>
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="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" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" >
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> -->
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/elegant-icons.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/aos.css">
<link href="css/ihover.css" rel="stylesheet">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body >
<!-- Offcanvas Menu Section Begin -->
<div class="offcanvas-menu-overlay"></div>
<div class="canvas-open">
<i class="icon_menu"></i>
</div>
<div class="offcanvas-menu-wrapper">
<div class="canvas-close">
<i class="icon_close"></i>
</div>
<nav class="mainmenu mobile-menu">
<div class="logo">
<a href="index.html">
<img src="images/IEEE ADGITMLogo.png" alt="">
</a>
</div>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#wwd">What We Do</a></li>
<li><a href="#team">Our Team</a></li>
<li><a href="contact">Contact Us</a></li>
</ul>
</nav>
<div id="mobile-menu-wrap"></div>
</div>
<!-- Offcanvas Menu Section End -->
<!-- Header Section Begin -->
<header class="header-section">
<div class="menu-item">
<div class="container">
<div class="row">
<div class="col-lg-6 ml-auto">
<div class="nav-menu">
<nav class="mainmenu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#wwd">What We Do</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-lg-2 ml-auto">
<div class="logo">
<a href="index.html">
<img src="images/IEEE ADGITMLogo.png" alt="">
</a>
</div>
</div>
<div class="col-lg-4 ml-auto">
<div class="nav-menu">
<nav class="mainmenu">
<ul>
<li><a href="#team">Our Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Image Carousel -->
<div id="carausel">
<div class="site-section">
<div class="media-29191">
<div class="owl-2 owl-carousel">
<img src="images/slider_1-01.jpg" alt="Image" class="img-fluid">
<img src="images/slider_2-01.jpg" alt="Image" class="img-fluid">
<img src="images/slider_3-01.jpg" alt="Image" class="img-fluid">
<img src="images/slider_4-01.jpg" alt="Image" class="img-fluid">
<img src="images/slider_5_new-01.jpg" alt="Image" class="img-fluid">
<img src="images/slider_6-01.jpg" alt="Image" class="img-fluid">
</div>
</div>
</div>
</div>
<!-- welcome to IEEE ADGITM -->
<center><h1 id="wlcm" ><span id="grad"> IEEE ADGITM </span></h1></center>
<br>
<!-- About -->
<div id="about" class="container-fluid padding row text-center">
<div class="col-lg-12" >
<h1 class="section-title text-center heading" data-aos="flip-up">About Us</h1>
<br>
<p data-aos="flip-left" data-aos-easing="ease-out-cubic" data-aos-duration="2000">
IEEE ADGITM is a student branch under IEEE Region 10 (Asia-Pacific) in IEEE Delhi Section. We are a community of technically active engineering students who aim to learn, share and create. Our vision is “To make our college campus a learn and grow hub for all its students”. We want to inspire and innovate for a technologically advance future. </p>
</div>
</div>
<hr>
<!--Events -->
<div id="event">
<br>
<h1 class="section-title text-center heading" style="color:white" data-aos="flip-up"> Events Conducted</h1>
<section class="eventsec">
<div class="container site-section">
<div class="row align-items-stretch feature-2">
<div class="col-lg-4 feature-2-img">
<img src="images/event/Subs/Picture1.png" alt="Image" class="img-fluid">
</div>
<div class="col-lg-8 feature-2-contents pl-lg-5">
<div class="fixed-content">
<span class="caption">22 April</span>
<h2 class="head-2">PES Day Celebration</h2>
<p font-size="35px">The zenith of the relentless efforts of IEEE ADGITM is realized in the form of PES Day. An
event marked to celebrate the accomplishments of IEEE's oldest society PES. PES, the Power,
and Energy Society of IEEE ADGITM constantly strive to apply scientific and engineering
prowess to radicalize Electricity and Power.</p>
<a href="event.html">View Details</a>
</div>
</div>
</div>
</div>
<div class="container site-section">
<div class="row align-items-stretch feature-2">
<div class="col-lg-8 feature-2-contents pl-lg-5">
<div class="fixed-content">
<span class="caption">13 September</span>
<h2 class="head-2">Scratch to Marvel</h2>
<p font-size="35px">A brief introduction to all types of sensors was given to the students while
making them realize how much they are surrounded by sensors in their everyday life..</p>
<a href="event.html">View Details</a>
</div>
</div>
<div class="col-lg-4 feature-2-img">
<img src="images/event/Subs/Scratch to marvel5-01.jpg" alt="Image" class="img-fluid">
</div>
</div>
</div>
<div class="container site-section">
<div class="row align-items-stretch feature-2">
<div class="col-lg-4 feature-2-img">
<img src="images/event/Subs/Technorax.jpeg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-8 feature-2-contents pl-lg-5">
<div class="fixed-content">
<span class="caption">9-10 October</span>
<h2 class="head-2">Technorax V5.0</h2>
<p font-size="35px">IEEE ADGITM celebrated IEEE DAY on 9th and 10th October 2019 as its annual flagship
event TECHNORAX V5.0 which is also the official technical fest of Dr. Akhilesh Das Gupta
Institute of Technology and Management.</p>
<a href="event.html">View Details</a>
</div>
</div>
</div>
</div>
</section>
<center><a href="event.html" class="btn btn-info" >
ALL EVENTS BY IEEE ADGITM
</a></center>
<br>
</div>
<!-- Our Chapters -->
<div class="container-fluid padding ourChapters " id="chaptersIeee">
<br>
<h2 class="padding text-center heading" data-aos="flip-up">Our Chapters</h2>
<div class="row">
<div class="col-sm-12 col-md-4 padding text-center" >
<br>
<h4 data-aos="fade-right">IEEE CS ADGITM- Computer Science Society</h4>
<img class="chapterLogo" src="images/Low Res Logos/ieee_cs_black-01.png"alt="IEEE_CS_ADGITMlogo" data-toggle="modal" data-target="#csModal" />
<p data-aos="fade-right">It is part of one of the world's leading organisation of computing and IT professionals.
This chapter is responsible for conducting various workshops, seminars and SIGs for
IEEE members as well as other members.These helps it to justice to IEEE tagline- 'Advancing
Technology'.It has always been able to give tye members an exposure to the
tech world whilst building their acumen for much more complex problems.
Events have been conducted on topics like Machine Learning, Data
Structures using Java,GIT and Github and many more. </p>
<a href="https://www.computer.org/" class="btn btn-warning btn-lg" target="_blank" >
IEEE CS - More Info
</a>
<!-- Modal -->
<div class="modal fade" id="csModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">IEEE CS ADGITM- Computer Science Society</h4>
</div>
<div class="modal-body">
<h3 data-scroll-reveal="enter from the bottom after 0.3s"> Vision and Mission</h3>
<p data-scroll-reveal="enter from the bottom after 0.4s">To create an ever growing community of budding coding enthusiasts. We strongly believe that people who code together stay together and succeed together.</p>
<h3 data-scroll-reveal="enter from the bottom after 0.3s"> Goals</h3>
<p data-scroll-reveal="enter from the bottom after 0.4s"> Be essential to the global community of computer professionals and produce some great coders for the benefit of the world who can build strong and robust softwares.</p>
<h4> ChairPerson - <a href="https://www.linkedin.com/in/kansalvanika02/" target="_blank">Vanika Kansal</a> and <br> Vice ChairPerson - <a href="https://www.linkedin.com/in/anuj-gupta-b21620a5/" target="_blank">Anuj Gupta</a></h4>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4 padding pesLogo text-center" >
<br>
<!-- Trigger the modal with a button -->
<h4 data-aos="fade-up">IEEE PES ADGITM- Power and Energy Society</h4>
<img class="chapterLogo" src="images/Low Res Logos/pes_logo_black-01.png" alt="IEEE_PES_ADGITMlogo" data-toggle="modal" data-target="#pesModal" />
<p style="padding-top: 45px" data-aos="fade-up">This is part of world's largest forum for sharing the latest in technological and developments in the electric power industry, for developing standards that guide the development and construction of equipment and system, and for educating members of the industry and the general public. Over the last two years IEEE PES ADGITM ( formerly IEEE PES NIEC) emerged as one of the most growing chapters in the world , being a part of world's top 15 rank. This chapter is responsible for various Future Energy Development workshops and hackathons.</p>
<a href="https://www.ieee-pes.org" class="btn btn-warning btn-lg" target="_blank" >
IEEE PES - More Info
</a>
<!-- Modal -->
<div class="modal fade" id="pesModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">IEEE PES ADGITM- Power and Energy Society</h4>
</div>
<div class="modal-body">
<h3 > Vision and Mission</h3>
<p >To be the leading provider of technical information in the field of electric power and energy and build an active team of students who embrace planning, research and development in power related fields.</p>
<h3 > Goals</h3>
<p > Be essential to the global technical community and computer professionals everywhere and be universally recognized for the contributions of technical professionals in developing and applying technology to improve global conditions.</p>
<h4> ChairPerson - <a href="https://www.linkedin.com/in/akash-gupta-4a9a7716a/" target="_blank">Aakash Gupta</a> and <br> Vice ChairPerson - <a href="https://www.linkedin.com/in/hardic-jain-97516916b/" target="_blank">Hardic Jain</a></h4>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4 padding text-center" >
<br>
<!-- Trigger the modal with a button -->
<h4 data-aos="fade-left">IEEE WIE ADGITM- Women In Engineering</h4>
<img class="chapterLogo" src="images/Low Res Logos/wie_3-01-min.png" alt="IEEE_PES_ADGITMlogo" data-toggle="modal" data-target="#wieModal" />
<p style="text-align: center" data-aos="fade-left">This is part of one of the world's leaders in changing the face of engineering. This global network connects us to over 20000 members in over 100 countries to advance women in technology at all points in their life and career. The responsibility of organising various workshops and SIGs and attracting more & more of women engineers lies on it's shoulders. This is also responsible for organising interactive session like Wie star and self defence workshops.</p>
<br>
<a href="http://wie.ieee.org" class="btn btn-warning btn-lg" target="_blank">
IEEE WIE - More Info
</a>
<!-- Modal -->
<div class="modal fade" id="wieModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">IEEE WIE ADGITM- Women In Engineering</h4>
</div>
<div class="modal-body">
<h3 data-scroll-reveal="enter from the bottom after 0.3s"> Vision and Mission</h3>
<p data-scroll-reveal="enter from the bottom after 0.4s">To empower women by being the leading provider of technical information, community services, and personalized services and to do its part in establishing gender equality in the field of technology.</p>
<h3 data-scroll-reveal="enter from the bottom after 0.3s"> Goals</h3>
<p data-scroll-reveal="enter from the bottom after 0.4s"> IEEE ADGITM WIE Affinity group is a dream that will continue to evolve by bringing forth women in engineering to take technology to its Zenith.</p>
<h4> ChairPerson - <a href="https://www.linkedin.com/in/nishthaa-jain-489967155/" target="_blank">Nishtha Jain</a> and <br> Vice ChairPerson - <a href="https://www.linkedin.com/in/palak-kumar-1g21s6/" target="_blank">Palak Kumar</a> </h4>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<hr>
<!--Explore more-->
<h3 id="wwd"class="section-title text-center heading" data-aos="flip-up">Explore us More</h3>
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-md-4 ml-auto">
<div class="year-experience-99301">
<h2 class="heading-39291">Gallery</h2>
<span class="text">Have a look at some of <span>our cherished moments</span></span>
<a href="IEEE ADGITM Gallery/web/index.html" title="Read more" class="read-more" >Have A Look!<i class="fa fa-angle-double-right ml-2"></i></a>
</div>
</div>
<div class="col-md-4 ml-auto">
<div class="year-experience-99301">
<h2 class="heading-39291">Project</h2>
<span class="text">The sweet fruits of<span>our strenuous experience</span></span>
<a href="IEEE ADGITM Projects/hydrogen/index.html" title="Read more" class="read-more" >Have A Look!<i class="fa fa-angle-double-right ml-2"></i></a>
</div>
</div>
<div class="col-md-4 ml-auto">
<div class="year-experience-99301">
<h2 class="heading-39291">Achievememt</h2>
<span class="text">Our proud Jewels<span>... </span> </span>
<a href="IEEE ADGITM Achievements/hydrogen/index.html" title="Read more" class="read-more" >Have A Look!<i class="fa fa-angle-double-right ml-2"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Member count-->
<div id="member">
<br>
<h1 class="section-title text-center heading" style="color:white" data-aos="flip-up">Member Count</h1>
<br>
<div class="row w-100">
<div class="col-md-3">
<div class="card border-info mx-sm-1 p-3">
<div class="card border-info shadow text-info p-3 my-card" ><span class="fas fa-users" aria-hidden="true"></span></div>
<div class="text-info text-center mt-3"><h4>2017</h4></div>
<div class="text-info text-center mt-2"><h1>47</h1></div>
</div>
</div>
<div class="col-md-3">
<div class="card border-success mx-sm-1 p-3">
<div class="card border-success shadow text-success p-3 my-card"><span class="fas fa-users" aria-hidden="true"></span></div>
<div class="text-success text-center mt-3"><h4>2018</h4></div>
<div class="text-success text-center mt-2"><h1>58</h1></div>
</div>
</div>
<div class="col-md-3">
<div class="card border-danger mx-sm-1 p-3">
<div class="card border-danger shadow text-danger p-3 my-card" ><span class="fas fa-users" aria-hidden="true"></span></div>
<div class="text-danger text-center mt-3"><h4>2019</h4></div>
<div class="text-danger text-center mt-2"><h1>63</h1></div>
</div>
</div>
<div class="col-md-3">
<div class="card border-warning mx-sm-1 p-3">
<div class="card border-warning shadow text-warning p-3 my-card" ><span class="fas fa-users" aria-hidden="true"></span></div>
<div class="text-warning text-center mt-3"><h4>2020</h4></div>
<div class="text-warning text-center mt-2"><h1>75</h1></div>
</div>
</div>
<br>
</div>
</div>
<!--Our Team-->
<div id="team"class="container-fluid team padding">
<hr>
<h1 class="section-title text-center heading" style="color:white" data-aos="flip-up">Pillars of IEEE</h1>
<br>
<div class="row">
<div class="col-md-2 ml-auto">
<!-- colored -->
<div class="ih-item circle colored effect10 bottom_to_top"><a href="https://www.linkedin.com/in/shobhit-kwatra-661975170/" target="_blank">
<div class="img"><img src="images/ExeComm/s-01-01.jpg" alt="img"></div>
<div class="info">
<h3>Shobit Kwatra</h3>
<p>Chair Person</p>
</div></a></div>
<!-- end colored -->
</div>
<div class="col-md-2 ml-auto">
<!-- colored -->
<div class="ih-item circle colored effect10 bottom_to_top"><a href="https://www.linkedin.com/in/ritika18jain/" target="_blank">
<div class="img"><img src="images/ExeComm/ritika jain-01.jpg" alt="img"></div>
<div class="info">
<h3>Ritika Jain</h3>
<p>Vice Chairerson</p>
</div></a></div>
<!-- end colored -->
</div>
<div class="col-md-2 ml-auto">
<!-- colored -->
<div class="ih-item circle colored effect10 bottom_to_top"><a href="https://www.linkedin.com/in/alankrit-gupta-961321166/" target="_blank">
<div class="img"><img src="images/ExeComm/alankrit-01.jpg" alt="img"></div>
<div class="info">
<h3>Alankrit Gupta</h3>
<p>Vice Chairperson|Treasurer</p>
</div></a></div>
<!-- end colored -->
</div>
<div class="col-md-2 ml-auto">
<!-- colored -->
<div class="ih-item circle colored effect10 bottom_to_top"><a href="https://www.linkedin.com/in/shagun-saboo-a27bb081/" target="_blank">
<div class="img"><img src="images/ExeComm/shagun-01.jpg" alt="img"></div>
<div class="info">
<h3>Shagun Saboo</h3>
<p>General Secretary</p>
</div></a></div>
<!-- end colored -->
</div>
<div class="col-md-2 ml-auto">
<!-- colored -->
<div class="ih-item circle colored effect10 bottom_to_top"><a href="#">
<div class="img"><img src="images/ExeComm/sajjad-01.jpg" alt="img"></div>
<div class="info">
<h3>Mohd. Sajjad Raza</h3>
<p>Joint Secretary|Joint Treasurer</p>
</div></a></div>
<!-- end colored -->
</div>
</div>
<br>
<center><a href="execomm.html" class="btn btn-info" >
Other IEEE Members
</a></center>
<br>
</div>
<!-- Contact Us -->
<div id="contact" class="contactUs-wrapper " >
<div class="overlay padding text-center">
<div class="col-12" data-aos="fade-up">
<h1 class="header-line padding heading" style="color:white">CONTACT US </h1>
<h3 class="header-line padding heading" style="color:white">IEEE - Dr Akhilesh Das Gupta Institute of Technology and Management </h3>
<br>
<a href="tel:+9318375168" class="btn btn-success btn-lg" >ANY QUERY - Call Rachit</a>
</div>
</div>
</div>
<!-- footer -->
<footer class="footer">
<div class="container seperation">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 ">
<h5 class="colorWhite pt">Reach us</h5>
<!--headin5_amrc-->
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.393870602025!2d77.25894171464545!3d28.67786228239994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfc5e54e6b163%3A0x523ae20fe007eccc!2sDr.+Akhilesh+Das+Gupta+Institute+of+Technology+and+Management!5e0!3m2!1sen!2sin!4v1554479978833!5m2!1sen!2sin" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<p><i class="fa fa-location-arrow"></i> Dr Akhilesh Das Gupta Institute of Technology and Management
FC-26, Shastri Park
Delhi-110053 </p>
<p><i class="fa fa-phone"></i> +91 97110 26442 </p>
<p><i class="fa fa fa-envelope"></i> ieeeniec123@gmail.com </p>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-4 ">
<h5 class="colorWhite pt fcenter">Quick links</h5>
<!--headin5_amrc-->
<ul class="footerCol2 fcenter">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="index.html#team">Our Team</a></li>
<li><a href="index.html#contact">Contact Us</a></li>
<li><a href="index.html#wwd">Our Achievements</a></li>
<li><a href="index.html#wwd">Our Projects</a></li>
<li><a href="index.html#eventsIEEE">Upcoming Events</a></li>
</ul>
<!--footer_ul_amrc ends here-->
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-4 ">
<h5 class=" colorWhite pt fcenter">Follow us</h5>
<!--headin5_amrc ends here-->
<ul class="footerCol3" style="padding-left: 60px">
<li><a href="https://www.facebook.com/ieeeniec/"><img src="images/facebook.png" alt="facebook"/></a></li>
<li><a href="https://twitter.com/IeeeNiec"><img src="images/twitter.png" alt="twitter"></a></li>
<li><a href="https://www.youtube.com/channel/UCDK8PcZXdnC1fJ9dwRSIt-Q"><img src="images/youtube.png" alt="youtube"></a></li>
</ul><br><br><br>
<ul class="footerCol3 fcenter "style="padding-left: 85px">
<li><a href="https://www.instagram.com/ieeeniec/"><img src="images/instagram.png" alt="instagram"></a></li>
<li><a href="https://www.linkedin.com/company/ieee-niec-student-branch/about/"><img src="images/linkedin.png" alt="linkedin"></a></li>
</ul>
<!--footer_ul2_amrc ends here-->
</div>
</div>
</div>
<div class="container">
<ul class="lowerFooter">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#wwd">Gallery</a></li>
<li><a href="index.html#wwd">Projects</a></li>
<li><a href="index.html#wwd">Achievements</a></li>
<li><a href="index.html#contact">Contact Us</a></li>
</ul>
<p class="text-center">Copyright @2019 | IEEE ADGITM | All Rights Reserved </p>
<center>
<ul class="socialFooter">
<li><a href="https://www.facebook.com/ieeeniec/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/IeeeNiec"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/ieee-niec-student-branch/about/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/ieeeniec/"><i class="fab fa-instagram"></i></a></li>
</ul>
</center>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/main1.js"></script>
<script src="js/main.js"></script>
<script >
AOS.init({
duration:800,
});
</script>