-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
667 lines (622 loc) · 33.4 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
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Welcome to IEEE SSIT - The Finest Technical Chapter in VIT</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="home" class="home">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top nav-div">
<a class="navbar-brand" href="#"><img class="ieeeLogo" src="./img/logo.png" alt="IEEE-SSIT logo" srcset=""
height="40px" width="100px"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutUs">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#leadership">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li> -->
</ul>
</div>
</nav>
<div class="home-heading">
<h1 class="mainHeading">Welcome to IEEE SSIT</h1>
<div class="subHeading">Home for ideas!</div>
<div class="hero-sub-title mt-5">
<a href="#" class="text-white"><i class="fa fa-play-circle"></i> Learn how innovation happens</a>
</div>
</div>
</div>
<!-- About Us -->
<section id="aboutUs">
<br><br>
<div class="custom sectionHeading">About The Chapter</div>
<div class="aboutUsIntro"> The IEEE Society on Social
Implications of Technology (SSIT) is a professional society of the Institute of Electrical and Electronics
Engineers (IEEE). The society's Field of Interest is, according to its constitution: “The impact of
technology (as embodied by the fields of interest of IEEE) on society, including both positive and negative
effects, the impact of society on the engineering profession, the history of the societal aspects of electro
technology, and professional social and economic responsibility in the practice of engineering and its
related technology”.
<br /> Our chapter aims to create an ambiance of growth and
knowledge. Here at IEEE SSIT, each member works as a supporting pillar for the person next, and help each
other overcome our own shortcomings and innovate ideas into reality, through which we may further be able to
create an impact on society.
SSIT maintains an ongoing public and professional dialog on technologies such as: Bio-Tech, Big Data and how
they relate to society in areas such as privacy and ethics.
</div>
<div>
<div class="container text-center card-container">
<div class="row mb-3">
<div class="col-sm-4 spacing">
<div class="card domainCards">
<div class="card-body domainCardstext">
<h3 class="card-title">Technical</h3>
<!-- <p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p> -->
</div>
</div>
</div>
<div class="col-sm-4 spacing">
<div class="card domainCards">
<div class="card-body domainCardstext">
<h3 class="card-title">Management</h3>
<!-- <p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p> -->
</div>
</div>
</div>
<div class="col-sm-4 spacing">
<div class="card domainCards">
<div class="card-body domainCardstext">
<h3 class="card-title">Design</h3>
<!-- <p class="card-text">Some quick example text to build on the card title and make up the
bulk of the card's content.</p> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Timeline -->
<section id="events">
<div class="custom sectionHeading"><br>Events and Workshops</div>
<ul class="timeline">
<li class="timeline-inverted">
<div class="timeline-badge">
<a><i class="fa fa-circle invert" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>DOODLE</h4>
</div>
<div class="timeline-body">
<p>This event implemented the real-life vision of technology of the budding young engineers with
the ability to give it a design and to give it a platform and the support that is necessary.
This event supported by the animation department of VIT making this event an expert guided
competition. The event included judges from the animation school of VIT and incorporated 2
rounds over the course of one day to select people. The first round which was adjudicated by
the judges and shortlisted people to run the next level of imagination on the concepts of
retrofuturism. In the end the event concluded by a heated competition in design and
imagination.
</p>
</div>
<div class="timeline-footer">
<p class="text-right">Oct-12-2019</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge">
<a><i class="fa fa-circle" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>HACK 4 CAUSE 3.0</h4>
</div>
<div class="timeline-body">
<p>Hack4Cause is one of the prime events that is hosted by IEEE SSIT, where programmers,
students and sometimes even professors get together for a short period of time to put their
heads to create a project on one of the many domains this we provide to come on top this
grand hackathon where over 1200 people come from all around to take away the crown of being
the best. The participants work rapidly in a non-stop session; often working just on the
power of caffeine without sleep or rest to achieve their task in the time frame of the 24
hours+ event.
</p>
</div>
<div class="timeline-footer">
<p class="text-right">March-11-2020 to March-12-2020</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge">
<a><i class="fa fa-circle" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>iQode</h4>
</div>
<div class="timeline-body">
<p>An treasure hunting and problem solving event that tests your coding skills with rounds of
figuring out clues and solving puzzles. Then to take things to the next level, it had
another round, a race of scores where the competitors competed in an HACKERANK to be this
first to climb the leader board. </p>
</div>
<div class="timeline-footer">
<p class="text-right">May-21-2020</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge">
<a><i class="fa fa-circle invert" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Future: AI?</h4>
</div>
<div class="timeline-body">
<p>A multi-domain event which brought together the imagination to create of science and the
creativity of art. Where we raised the question, “what is the future of A.I?” and the
participants create an utopia with the power of their imagination in the way they deemed
adequate, in the form of a write up, a poetry or a poster. </p>
</div>
<div class="timeline-footer">
<p class="text-right">July-06-2020</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge">
<a><i class="fa fa-circle invert" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>HACK-a-DOMAIN</h4>
</div>
<div class="timeline-body">
<p>A 4 episode series, where on every episode we get an insight into the various domains that a
hackathon may have such as Artificial intelligence, Machine learning, IOT, Image processing,
Web development, ect. , with a brief about how to go about and handle such domains under
different circumstances in a hackathon by an in-field expert. </p>
</div>
<div class="timeline-footer">
<p class="text-right">April-14-2021-April-28-2021</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge">
<a><i class="fa fa-circle invert" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<a href="#" target="_blank">
<h4>El-Dorado <small class="small"><strong>Unleash the Treasure Hunter in You!</strong></small></h4>
</a>
</div>
<div class="timeline-body">
<p>A thrilling treasure hunt from the comfort of your homes, a team event involving a series of technical and logical puzzles, guaranteed to fire up your brains. </p>
</div>
<div class="timeline-footer">
<p class="text-right">July-18-2021</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge">
<a><i class="fa fa-circle" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>EcoHack <small class="small"><strong>Code Clean, Go Green!</strong></small></h4>
</div>
<div class="timeline-body">
<p><br>ECO HACK, a hackathon, where you get to present your solutions to the world and not only help in sustainable development but also get chance to win exciting prizes.<a href="https://www.ssitvit.tech/">Problem Statements</a></p>
</div>
<div class="timeline-footer">
<p class="text-right">Nov-19-2021-Nov-20-2021</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge">
<a><i class="fa fa-circle invert" id=""></i></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Code 2 Clone</h4>
</div>
<div class="timeline-body">
<p>Crede respiciens loco dedit beneficio ad suis alteri si puella eius in. Acceptis codicello lenonem in deinde plectrum anni ipsa quod eam est Apollonius.</p>
</div>
<div class="timeline-footer primary">
<p class="text-right">Sep-2023</p>
</div>
</div>
</li>
<li class="clearfix no-float"></li>
</ul>
</section>
<!-- Our Features -->
<section id="leadership"><br><br>
<div class="sectionHeading mb-4 sectionHeadingLight">Leadership</div>
<div class="faculty">
<div class="card-column-faculty">
<div class="card">
<img src="./img/santhi.jpg" alt="Dr. Santhi V" style="width:100%">
<div class="img-text">
<h2>Santhi V</h2>
<p class="title">Faculty Organizer</p>
</div>
</div>
</div>
</div>
<div class="container card-container">
<div class="card-row">
<div class="card-column">
<div class="card">
<img src="./img/2023-24/Ayush Garg.PNG" alt="Ayush Garg" style="width:100%; height: 80%;">
<div class="img-text">
<!-- <a href="#" class="fab fa-linkedin icon-size mr-3 linkedinIcon" target="_blank"></a> -->
<h2>Ayush Garg</h2>
<p class="title">Chairperson</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/Nithyasri.png" alt="Nithyasri Rkv" style="width:100%; height: 80%">
<div class="img-text">
<h2>Nithyasri Rkv</h2>
<p class="title">General Secretary</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/DeepanshuRana.JPG" alt="Deepanshu" style="width:100% ; height: 80%">
<div class="img-text">
<h2>Deepanshu Rana</h2>
<p class="title">Vice-Chairperson</p>
</div>
</div>
</div>
<div class="card-row">
<div class="card-column">
<div class="card">
<img src="./img/2023-24/AdityaAgrawal.jpg" alt="Aditya" style="width:100%; height:80%">
<div class="img-text">
<h2>Aditya Agrawal</h2>
<p class="title">Co-Secretary </p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/ShreyaRajpal.jpeg" alt="Shreya Rajpal" style="width:100%; height: 80%">
<div class="img-text">
<h2>Shreya Rajpal</h2>
<p class="title">Technical Chair</p>
</div>
</div>
</div>
<div class="card-row">
<div class="card-column">
<div class="card">
<img src="./img/2023-24/DSC09562.JPG" alt="Vinayak" style="width:100%; height: 80%">
<div class="img-text">
<h2>Vinayak Pathak</h2>
<p class="title">Events Head</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/AnitejSood.jpeg" alt="Anitej" style="width:100%; height: 80%">
<div class="img-text">
<h2>Anitej Sood</h2>
<p class="title">Finance Chair</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/Dhruv Soni.JPG" alt="Dhruv Soni" style="width:100%; height: 80%">
<div class="img-text">
<h2>Dhruv Soni</h2>
<p class="title">Design Head</p>
</div>
</div>
</div>
<div class="card-row">
<div class="card-column">
<div class="card img-area">
<img src="./img/2023-24/AdyaGoenka.JPG" alt="Adya Goenka" style="width:100%; height: 80%">
<div class="img-text">
<h2>Adya Goenka</h2>
<p class="title">Outreach Head</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/BhavishyaRajput.jpg" alt="Bhavishya" style="width:100%; height: 80%">
<div class="img-text">
<h2>Bhavishya Rajput</h2>
<p class="title">HR Head</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/Anukanksha .JPG" alt="Anukanksha" style="width:100%; height: 80%">
<div class="img-text">
<h2>Anukanksha Priya</h2>
<p class="title">Technical Mentor</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/NamanJain.JPG" alt="Naman Jain" style="width:100%; height: 80%">
<div class="img-text">
<h2>Naman Jain</h2>
<p class="title">Design Mentor</p>
</div>
</div>
</div>
<div class="card-column">
<div class="card">
<img src="./img/2023-24/JayeshKankari.JPG" alt="Jayesh Kankaria" style="width:100%; height: 80%">
<div class="img-text">
<h2>Jayesh Kankaria</h2>
<p class="title">Editorial Mentor</p>
</div>
</div>
</div>
</div>
<br/>
</div>
</div>
</section>
<section class="team">
<div class="sectionHeading mb-4 sectionHeadingLight">Team</div>
<div class="sr-core">
<div class="student">Deepanshu Rana</div>
<div class="student">Shreya Rajpal</div>
<div class="student">Anukanksha Priya</div>
<div class="student">Ayush Garg</div>
<div class="student">Adarsh</div>
<div class="student">Aditya Agarwal</div>
<div class="student">Adya Goenka</div>
<div class="student">Anitej Sood</div>
<div class="student">Azgar</div>
<!-- <div class="student">Aditya</div> -->
<div class="student">Bhavishya Rajput</div>
<div class="student">Devansh</div>
<div class="student">Dhruv Soni</div>
<div class="student">Jayesh Kankaria</div>
<div class="student">Khushi</div>
<div class="student">Naman Jain</div>
<div class="student">Nithyasri</div>
<div class="student">Pranav Katte</div>
<div class="student">Prateek</div>
<div class="student">Rehan</div>
<div class="student">Sambhav</div>
<div class="student">Satvik Jain</div>
<div class="student">Vinayak Pathak</div>
<div class="student">Vishnu</div>
</div>
<!-- <hr class="line">
<div class="jr-core">
</div> -->
</section>
<!-- Projects -->
<section id="projects"><br><br><br>
<div class="sectionHeading mb-4 sectionHeadingLight">Projects</div>
<div class="project-group mb-2">Software</div>
<div class="project-container">
<a href="https://ieeessitvit.github.io/Tech-Updates/" class="project-link" target="blank">
<div class="project-card-software">
<h2 class="project-title">Games and Go</h2>
<p class="project-info">A 90s Based Gaming Website for open source contribution. #GSSOC23 #HacktoberFest'22</p>
</div>
</a>
<a href="https://ieeessitvit.github.io/Tech-Updates/" class="project-link" target="blank">
<div class="project-card-software">
<h2 class="project-title">Code Canvas</h2>
<p class="project-info">A beginner-friendly hub of web projects for open source contribution. #GSSOC23.</p>
</div>
</a>
<a href="https://ieeessitvit.github.io/Tech-Updates/" class="project-link" target="blank">
<div class="project-card-software">
<h2 class="project-title">Tech-Updates</h2>
<p class="project-info">All the technical projects updates of IEEE-SSIT.</p>
</div>
</a>
</div>
<div></div>
<div class="project-container">
<a href="https://gitmash.netlify.app/" class="project-link" target="blank">
<div class="project-card-software">
<h2 class="project-title">GitMash</h2>
<p class="project-info">View your Github score and compete with others.</p>
</div>
</a>
<a href="https://bindlebee.netlify.app/" class="project-link" target="blank">
<div class="project-card-software">
<h2 class="project-title">BindleBee</h2>
<p class="project-info">Website to showcase your products made for a sponsor.</p>
</div>
</a>
</div>
<div class="project-group mb-2">Hardware</div>
<div class="project-container">
<a href="https://github.com/ieeessitvit/Iot-home-automation-AWS" class="project-link" target="blank">
<div class="project-card-hardware">
<h2 class="project-title">IOT Home Automation</h2>
<p class="project-info">With this model, home appliances can be controlled from anywhere in the
world using the internet. This project uses ESP8266 module and AWS IoT core web service.</p>
</div>
</a>
<a href="https://github.com/ieeessitvit/Box-Bot" class="project-link" target="blank">
<div class="project-card-hardware">
<h2 class="project-title">Box Bot</h2>
<p class="project-info">An all-in-one bot for temperature, pollution and soil moisture monitoring.
Detects light intensity and switches the lights on accordingly. Accompanied with touch
sensor(metal).</p>
</div>
</a>
<a href="https://github.com/ieeessitvit/Automated-mask" class="project-link" target="blank">
<div class="project-card-hardware">
<h2 class="project-title">Automated Mask</h2>
<p class="project-info">A mask that covers your nose when someone comes closer to you and moves away
when no one's around. Avoids physical contact with the mask.</p>
</div>
</a>
</div>
<!-- <h3 class="comming-soon">More projects comming soon...</h3> -->
</section>
<!-- Membership -->
<div class="site-section" id="membership-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7 text-center">
<span class="sub-title">Join Us</span>
<h2 class="font-weight-bold text-black">Membership</h2>
<p class="mb-5">
Come, be a part of the legacy and make technology better!
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4 mb-lg-0 pricing">
<div class="border p-5 text-center rounded">
<h3>Benefits</h3>
<br>
<ul class="list-unstyled ul-check text-left success mb-5">
<li>✔ New resources, opportunities and many discounts</li>
<li>✔ Advance your career in the right direction</li>
<li>
✔ Chance to participate in various IEEE conferences across the
globe
</li>
</ul>
<br>
<p>
<a href="https://www.ieee.org/membership/index.html"
class="btn btn-lg btn-primary rounded-0 btn-block">Know More</a>
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-lg-0 pricing">
<div class="border p-5 text-center rounded">
<h3>Join a Society</h3>
<br>
<ul class="list-unstyled ul-check text-left success mb-5">
<li>✔ Stay updated with latest trends in technology</li>
<li>✔ Network with colleagues locally and abroad</li>
<li>
✔ Collaborate on research and projects with leading experts
and many such opportunities
</li>
</ul>
<p>
<a href="https://www.ieee.org/communities/societies/index.html"
class="btn btn-lg btn-primary rounded-0 btn-block">Know More</a>
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-lg-0 pricing">
<div class="border p-5 text-center rounded">
<h3>Join IEEE</h3>
<br>
<ul class="list-unstyled ul-check text-left success mb-5">
<li>✔ Be a part of the world’s largest technology community</li>
<li>✔ Join professional and experts to shape your career</li>
<li>
✔ Acquire new skills, and advance your professional
development
</li>
</ul>
<br>
<p>
<a href="https://www.ieee.org/membership/join/index.html?WT.mc_id=hc_join"
class="btn btn-lg btn-primary rounded-0 btn-block">Know More</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<section id="footer-section">
<div class="container" style="text-align: justify;">
<center>
<div class="row">
<div class="col-sm mt-3 mb-1">
<a style="color: #1C1C21;" href="#home">Back to top <i class="fas fa-arrow-up"></i></a>
</div>
<div class="col-sm mt-2 mb-1">
<a style="font-size: 30px; color: black;" class="fab fa-github icon-size mr-3 githubIcon"
href="https://github.com/ieeessitvit" target='_blank' height="20px" width="20px"></a>
<a style="font-size: 30px; color: black;"
class="fab fa-linkedin icon-size mr-3 linkedinIcon" href="https://www.linkedin.com/in/"
target='_blank' height="20px" width="20px"></a>
<a style="font-size: 30px; color: black;" class="fab fa-instagram icon-size mr-3 instaIcon"
href="https://instagram.com/ieeessit/" target='_blank' height="20px" width="20px"></a>
</div>
</div>
</center>
</div>
</section>
</footer>
</body>
<script src="https://use.fontawesome.com/releases/v5.13.1/js/all.js" data-auto-replace-svg="nest"></script>
<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>
</html>