-
Notifications
You must be signed in to change notification settings - Fork 0
/
benefits.html
537 lines (471 loc) · 27 KB
/
benefits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ACM USICT</title>
<link rel="icon" href="./assets/images/acm1.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content=">ACM Student Chapter, USICT is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="ACM@USICT Chapter, GGSIPU">
<meta itemprop="description"
content=">ACM Student Chapter, USICT is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<meta itemprop="image" content="./assets/images/acm1.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://usict.acm.org/ACM_New">
<meta property="og:type" content="website">
<meta property="og:title" content="ACM@USICT Chapter, GGSIPU">
<meta property="og:description"
content=">ACM Student Chapter, USICT is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<meta property="og:image" content="./assets/images/acm1.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ACM@USICT Chapter, GGSIPU">
<meta name="twitter:description"
content=">ACM Student Chapter, USICT is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<meta name="twitter:image" content="./assets/images/acm1.png">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href='./assets/CSS/benefits.css' rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@200&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" type="text/css" href="./assets/CSS/glider.css">
<script src="https://kit.fontawesome.com/d459eda8d9.js" crossorigin="anonymous"></script>
</head>
<body>
<nav id="togglerButton" class="navbar navbar-expand-lg mb-4 top-bar navbar-static-top sps sps-abv">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" onclick="myFunction()" data-toggle="collapse" data-target="#navbarCollapse1" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i style="color:black; margin-top:5px" class="fas fa-bars"></i></span>
</button>
<img class="acm-logo-navbar" src="./assets/images/acm1.png" height="60px" alt="acm logo">
<a class="navbar-brand mx-auto" href="#">ACM<span> USICT</span></a>
<div class="collapse navbar-collapse" id="navbarCollapse1">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a> </li>
<li class="nav-item"> <a class="nav-link" href="./collab.html">Sponsors</a> </li>
<li class="nav-item active"> <a class="nav-link" href="./benefits.html">Why Join Us?</a> </li>
<li class="nav-item"> <a class="nav-link" href="./clubs.html">Clubs</a> </li>
<li class="nav-item"> <a class="nav-link" href="./Team.html">Our Team</a> </li>
<li class="nav-item"> <a class="nav-link" href="https://services.acm.org/public/qj/proflevel/proflevel_control.cfm?level=3&country=India&form_type=Student&promo=LEVEL&pay=DD">ACM Registration</a> </li>
</ul>
</div>
</div>
</nav>
<div style="margin-left:10%; margin-right:10%; margin-top:3%; margin-bottom: 0%;">
<section id='header'>
<div class="pt-card row" style="background-image: url('assets/images/benefits-banner.png');">
<div class="heading col-xl-9 col-lg-9 col-md-9 col-sm-6">
<h3><span class="uheading">Why Join</span><br>
<span class="lheading">ACM USICT Chapter?</span></h3>
</div>
</div>
</section>
</div>
<div class="alert alert-info new2 p-4" style="margin-top: 7%;">
<span class="alert-body">
<div class="row" style="align-items: center;">
<i class="fa fa-info-circle" aria-hidden="true"></i>
<div class="col-lg-10 col-md-9 col-sm-8 col-7">
<h6 class="alert-header md-text-custom">Registration</h6>
<p class="mb-0">Join Us today and be a part of International Society of Computer Professionals and Scientists!</p>
</div class="col-md-1 col-sm-1 col-1">
<button style="height:5%" class="sm-text-custom btn btn-outline-info"><a target="_blank" href="https://bit.do/acmusict">Join Us</a></button>
<div>
</div>
</div>
</span>
</div>
</div>
<section class="service-sec" id="benefits">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- <div class="heading">
<h2><small>Benefits of joining ACM</small>To enjoy the glow of good health, you must exercise</h2>
</div> -->
</div>
<div class="">
<div class="row d-flex justify-content-center">
<div class="perk-card"> <img src="./assets/images/perks/flagship.png" height="80" width="80">
<h3>ACM’s flagship publication </h3>
<p>Never in all their history have men been able truly to conceive of the world as one: a single sphere, a globe, having the qualities of a globe.</p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/e_newletter.png" height="80" width="80">
<h3>ACM’s Popular E-Newsletters</h3>
<p>TechNews, the latest news in computing, 3x weekly; CareerNews, the latest career and industry news, bi-monthly; and MemberNet.</p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/life_long.png" height="80" width="80">
<h3>Lifelong Learning Center</h3>
<p>Online courses targeted toward essential IT skills and popular certifications from Skillsoft, O'Reilly, etc.; Videos and webinars; DSP Talks; Digital Library with Thousands of Research Paper.</p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/research.png" height="80" width="80">
<h3>ACM Student Research Competition</h3>
<p>Sponsored by Microsoft, an internationally recognized venue enabling students to experience the research world, share and exchange ideas, rub shoulders with academic and industry luminaries.</p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/clubs.png" height="80" width="80">
<h3>Clubs Under ACM USICT</h3>
<p>ACM USICT has a total of 8 daughter clubs under its aegis. Namely Appetite, Webify, Research & Development Cell, Entreprenurs' Arena, Cyber Security Cell, Innovate AI and RobIOTics.</p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/career.png" height="80" width="80">
<h3>ACM Career & Job Center</h3>
<p>Opportunities to view and apply for a wide variety of highly targeted technology jobs including academic and corporate postings not often seen on commercial sites. <a href="https://jobs.acm.org">jobs.acm.org</a></p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/interest.png" height="80" width="80">
<h3>Specific Interest Groups</h3>
<p>Be a part of group of your interest collaborating with people around the globe.</p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/tour.png" height="80" width="80">
<h3>Sponsored Conferences and Tours</h3>
<p>ACM sponsors national and International conferences and tours for its members.</p>
</div>
<div class="perk-card"> <img src="./assets/images/perks/summer_train.png" height="80" width="80">
<h3>ACM Summer and Winter School</h3>
<p>Developing a taste for research among students through two- to three-week summer schools conducted by faculty comprising leading experts from academia and industry on advanced topics in computing.</p>
</div>
</div>
<!-- <div class="col-md-4"> <img src="http://grafreez.com/wp-content/temp_demos/burnout/img/side-01.jpg" class="img-fluid" /> </div> -->
</div>
<!-- /.row -->
</div>
</section>
<!-- **************************************************ALUMNI SECTION *****************************************************-->
<section class="alumnus">
<div class="container alumn">
<div class="line"></div>
<h1>MEET OUR <b>ALUMNI</b></h1>
<div class="glider-contain">
<div class="glider">
<div class="boxx">
<div class="images">
<div class="rot">
<img src="./assets/images/Alumni/RajatMaheshwariRotate.jpg" alt="">
</div>
<h4>Rajat Maheshwari</h4>
<h5>SDE 1, Amazon</h5>
<!-- <p>"ACM is the best way to learn and continue our talents in the best possible way"</p> -->
</div>
</div>
<div class="boxx">
<div class="images">
<img src="./assets/images/Alumni/sapnaChaudharyRotate.jpg" alt="">
<h4>Sapna Chaudhary</h4>
<h5>Pursuing Phd, IIITD</h5>
<!-- <p>"ACM is the best way to learn and continue our talents in the best possible way"</p> -->
</div>
</div>
<div class="boxx">
<div class="images">
<img src="./assets/images/Alumni/tamannaRotate.jpg" alt="">
<h4>Tamanna Arora</h4>
<h5>SDE, Media Agility</h5>
<!-- <p>"ACM is the best way to learn and continue our talents in the best possible way"</p> -->
</div>
</div>
<div class="boxx">
<div class="images">
<img src="./assets/images/Alumni/AbhishekRotate.jpg" alt="">
<h4>Abhishek Khandelwal</h4>
<h5>Founder CEO, ENSVEE & Part. of CSL Symposium, New York</h5>
<!-- <p>"ACM is the best way to learn and continue our talents in the best possible way"</p> -->
</div>
</div>
</div>
<button aria-label="Previous" class="glider-prev alumni-prev">
<</button>
<button aria-label="Next" class="glider-next alumni-next">></button>
<div role="tablist" class="dots"></div>
</div>
</div>
</section>
<div class="winnerOut">
<div>
<canvas id="my-canvas" class="custom-canvas"></canvas>
</div>
<div class="winners">
<div class="container">
<div class="line"></div>
<h1><b>WINNERS</b></h1>
<div class="glider-contain">
<div class="glider1">
<div class="winBox">
<div class="winnerInnerDiv">
<img src="./assets/images/TrophyOneWinner.jpg" alt="">
<div id="overlay">
<i class="fas fa-4x fa-crown"></i>
</div>
<h2>Bat Code-2020</h2>
<div class="row winnerDetails">
<div class="col">
<h4>Shubham Garg, USICT</h4>
</div>
</div>
</div>
</div>
<div class="winBox">
<div class="winnerInnerDiv">
<img src="./assets/images/TrophyOneWinner.jpg" alt="">
<div id="overlay">
<i class="fas fa-4x fa-crown"></i>
</div>
<h2>Quiz-2020</h2>
<div class="row winnerDetails">
<div class="col">
<h4>Kashish Jain</h4>
</div>
</div>
</div>
</div>
<div class="winBox">
<div class="winnerInnerDiv">
<img src="./assets/images/TrophyOneWinner.jpg" alt="">
<div id="overlay">
<i class="fas fa-4x fa-crown"></i>
</div>
<h2>Drawing Competition-2020</h2>
<div class="row winnerDetails">
<div class="col">
<h4>Hanshita Prabhakar</h4>
</div>
</div>
</div>
</div>
</div>
<button aria-label="Previous" class="glider-prev alumni-prev1">
< </button>
<button aria-label="Next" class="glider-next alumni-next1">></button>
<div role="tablist" class="dots1"></div>
</div>
</div>
</div>
</div>
<section id="registration">
<div class="container">
<p class="registration-heading">JOIN NOW</p>
<div class="registration-form-div" style="padding:0% !important">
<hr class="blue-hr">
<div class="row no-gutters">
<div class="col-lg-6">
<img class="registration-img" src="assets/images/Web4-removebg-preview.png" alt="">
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="registration-inner-div d-flex justify-content-center">
<form class="widget-contact-form" action="https://docs.google.com/forms/u/4/d/e/1FAIpQLSd6QNb6FG6Q-YIO3nr9YNZ4cw_O_hJfJuMvfSEJVQOvCAE_hA/formResponse" role="form" method="post" target="_self" novalidate="novalidate">
<div class="row" style="margin-top:2rem">
<div class="form-group col-md-6">
<input type="text" aria-required="true" name="entry.73813921" class="form-input-boxes-manual form-control required fname" placeholder="First Name" style="color: grey;">
</div>
<div class="form-group col-md-6">
<input type="text" aria-required="true" name="entry.1318071106" class="form-input-boxes-manual form-control required lname" placeholder="Last Name" style="color: grey;">
</div>
</div>
<div class="row">
<div class="form-group col-md-6">
<input type="email" name="entry.2086820351" class="form-input-boxes-manual form-control" placeholder="Email" style="color: grey;">
</div>
<div class="form-group col-md-6">
<input type="number" name="entry.2128372508" class="form-input-boxes-manual form-control" placeholder="Phone Number" style="color: grey;">
</div>
</div>
<div class="form-group">
<input type="number" name="entry.1857583496" class="form-control form-input-boxes-manual required" placeholder="Enrollment Number" style="color: grey;" aria-required="true">
</div>
<div class="row">
<div class="form-group col-md-6">
<input type="number" name="entry.715926692" class="form-input-boxes-manual form-control" placeholder="Year Of Admission" style="color: grey;">
</div>
<div class="form-group col-md-6">
<input type="number" name="entry.114256127" class="form-input-boxes-manual form-control" placeholder="ACM Membership No." style="color: grey;">
</div>
</div>
<div class="form-group">
<input list="course" name="entry.1307853061" class="form-control form-input-boxes-manual required" placeholder="Select Course" style="color: grey;" aria-required="true">
<datalist id="course">
<option value="B.Tech CSE">
<option value="B.Tech IT">
<option value="B.Tech ECE">
<option value="M.Tech CSE">
<option value="M.Tech IT">
<option value="M.Tech ECE">
<option value="M.Tech RA">
<option value="PhD">
</datalist>
</div>
<div class="form-group">
<p style="font-size:16px;text-align:left;">Select Your Clubs:</p>
<div class="row no-gutters">
<br>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice1" name="entry.332679571" value="ACM Webify - The Web Development Group">
<label class="label-course" for="contactChoice1">ACM Webify</label>
</div>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice2" name="entry.332679571" value="ACM Appetite - The App Development Group">
<label class="label-course" for="contactChoice2">ACM Appetite</label>
</div>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice3" name="entry.332679571" value="ICPC Club - The Competitive Programming Group">
<label class="label-course" for="contactChoice3">ICPC Club</label>
</div>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice3" name="entry.332679571" value="ACM Innovate AI - The Machine Learning, Data Science and AI Group">
<label class="label-course" for="contactChoice4">ACM Innovate AI</label><br>
</div>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice3" name="entry.332679571" value="ACM Cyber Cell - The Cybersecurity Group">
<label class="label-course" for="contactChoice5">ACM Cyber Cell</label>
</div>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice3" name="entry.332679571" value="ACM RobIOTics - The Robotics and IoT Group">
<label class="label-course" for="contactChoice6">ACM RobIOTics</label>
</div>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice3" name="entry.332679571" value="ACM Entrepreneurs' Arena - The Entrepreneurship Group">
<label class="label-course" for="contactChoice7">Entrepreneurs' Arena</label>
</div>
<div class="col-lg-6 col-md-6 club">
<input type="checkbox" id="courseChoice3" name="entry.332679571" value="ACM Research Cell - The Research and Development Group">
<label class="label-course" for="contactChoice8">ACM Research Cel</label>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-6"></div>
<div class="form-group col-md-2"></div>
<div class="form-group col-md-2 button-center">
<div class="form-group">
<button class="btn signin" type="submit" style="background-color: #0297ff; color:#fff;" onclick="setColor(event)"> Submit</button>
</div>
</div>
</div>
</form>
<!-- <form action="index.html" method="POST" class="row">
<div class="col-lg-6 col-md-6">
<input class="input form-input-boxes-manual form-control" type="text" name="fname" placeholder="First Name" required><br>
</div>
<div class="col-lg-6 col-md-6">
<input class="input form-input-boxes-manual form-control" type="text" name="lname" placeholder="Last Name" required><br>
</div>
<div class="col-lg-12 col-md-12">
<input class="input form-input-boxes-manual form-control" type="number" name="enrollment" placeholder="Enrollment Number" required><br>
</div>
<div class="col-lg-6 col-md-6">
<input class="input form-input-boxes-manual form-control" type="email" name="email" placeholder="Email" required><br>
</div>
<div class="col-lg-6 col-md-6">
<input class="input form-input-boxes-manual form-control" type="number" name="phone" placeholder="Phone" required><br>
</div>
<div class="col-lg-6 col-md-6">
<input class="input form-input-boxes-manual form-control" type="number" name="year" placeholder="Year">
</div>
<div class="col-lg-6 col-md-6">
<input class="input form-input-boxes-manual form-control" type="number" name="membership" placeholder="Membership Number">
</div>
<p>Select Your Course:</p>
<div class="row">
<br>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice1" name="course" value="B.Tech CSE">
<label for="contactChoice1">B.Tech CSE</label>
</div>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice2" name="course" value="B.Tech IT">
<label for="contactChoice2">B.Tech IT</label>
</div>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice3" name="course" value="B.Tech ECE">
<label for="contactChoice3">B.Tech ECE</label>
</div>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice3" name="course" value="M.Tech CSE">
<label for="contactChoice4">M.Tech CSE</label><br>
</div>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice3" name="course" value="M.Tech IT">
<label for="contactChoice5">M.Tech IT</label>
</div>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice3" name="course" value="M.Tech ECE">
<label for="contactChoice6">M.Tech ECE</label>
</div>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice3" name="course" value="M.Tech RA">
<label for="contactChoice7">M.Tech RA</label>
</div>
<div class="col-lg-3 col-md-3">
<input type="radio" id="courseChoice3" name="course" value="PhD">
<label for="contactChoice8">PhD</label>
</div>
</div>
<input class="registration-button" type="submit" name="" id="">
</form> -->
</div>
</div>
</div>
</div>
</div>
</section>
<footer style="background-color:#F7F9FB;" id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 footer-info">
<div class="footer-info">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="#main"><span>LOGO </span>-ACM USICT</a></h1> -->
<a href="#about" class="scrollto"><img src="assets/images/acm1.png" alt="logo" title="" style="height:150px;padding-top: 10px; padding-left:25px; padding-right:25px;"></a>
<a href="#about" class="scrollto"><img src="assets/images/ipu-logo.png" alt="logo" title="" style="height:140px;padding-top: 10px; padding-left:25px; padding-right:25px;"></a>
</div>
<br>
<p>The USICT ACM Student Chapter is an official student body</p>
<p>incepted in 2019 under the University School USICT, GGSIPU. </p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<br />
<h4 style="padding:2px" id="quick">Quick Links</h4>
<ul style="padding-left:0">
<li><i class="fa fa-angle-right"></i> <a href="https://www.ipu.ac.in/"> IPU-Home</a></li>
<li><i class="fa fa-angle-right"></i> <a href="https://india.acm.org/"> ACM-India</a></li>
<li><i class="fa fa-angle-right"></i> <a href="https://www.acm.org/governance/acm-india-council"> ACM-India Office Bearers</a></li>
<li><i class="fa fa-angle-right"></i> <a href="https://amturing.acm.org/award_winners/reddy_9634208.cfm"> ACM Turing Award</a></li>
<li><i class="fa fa-angle-right"></i> <a href="./clubs.html">Our Clubs</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<br>
<h4 style="padding:2px">Contact Us</h4>
<p>
Dean Office, <br>
USICT, GGSIPU<br>
Sector 16C, Dwarka, Delhi<br>
<strong>Phone:</strong> 011-25302702<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links" style=" text-align-last: justify; font-size: x-large;">
<a href="https://www.facebook.com/acmusict" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCI7her-mYrb7QM0t9S_nA_Q" class="youtube"><i class="fa fa-youtube"></i></a>
<a href="https://www.instagram.com/acmusict/" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="mailto:[email protected]" class="envelope"><i class="fa fa-envelope-o"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<footer style="background-color:#eff1f4;" id="footer">
<div class="copyright-content">
<div class="container">
<br>
<div class="copyright-text text-center">© Conceptualized,Designed and Developed by Office Bearers of ACM USICT chapter.</div>
</div>
<br>
</div>
</footer>
<script src="./assets/JS/glider.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
<script src="./assets/JS/benefits.js"></script>
</body>
</html>