-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
723 lines (630 loc) · 25 KB
/
index.html
File metadata and controls
723 lines (630 loc) · 25 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
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
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RoboVITics - The official robotics club of VIT</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<a href="#navigation" class="nav-trigger">
Menu <span></span>
</a>
<main>
<section class="intro" id="Top">
<div class="logomain"></div>
</section>
</main>
<nav class="nav-container" id="navigation">
<header>
<h2><a href="#Top">roboVITics</a></h2>
</header>
<ul class="nav">
<li><a href="#Events">Events</a></li>
<li><a href="#Projects">Projects</a></li>
<li><a href="#Outreach">Outreach</a></li>
<li><a href="#About">About Us</a></li>
<li><a href="#Memories">Memories</a></li>
<!--<li><a href="#Gallery">Gallery</a></li>-->
<li><a href="#Social">Social</a></li>
</ul>
</nav>
<pre>
</pre>
<p id="Events"></p>
<h1 data-aos="zoom-in">EVENTS</h1>
<hr data-aos="zoom-in">
</hr>
<br><br><br>
<div class="wrapper">
<div class="main_card" data-aos="fade-down">
<div class="card_right">
<div class="img_container">
<img class="imag img-fluid robowars" src="CSS/Images/robowars_pic.png" alt="">
</div>
</div>
<div class="card_left">
<div class="card_datails">
<h1 style="Text-align:center;">RoboWars</h1>
<hr>
</hr>
<p class="disc">ROBOWARS, the flagship event of graVITas is one-it’s-kind combat robotics
competition, and
also one of the biggest in India and the biggest in South India. The exciting battles between
the bots took
place round the clock with more than 40 bots competing, in the largest and safest arena in
India, to win the
title and prize pool of 2.5 lakhs. Teams from around the globe competed in the weight categories
of 15 kg,
30 kg and 60 kg and experienced the mayhem inside the arena. Apart from the clashing of the
bots, amazing
performances from the VIT Dance and Music club enchanted charged the audience.</p>
</div>
</div>
</div>
<div class="main_card" data-aos="fade-down">
<div class="card_right">
<div class="img_container">
<img class="" src="CSS/Images/HOR.jpeg" alt="">
</div>
</div>
<div class="card_left">
<div class="card_datails">
<h1 style="Text-align:center;">Hands on Robotics</h1>
<hr>
</hr>
<p class="disc">Hands on Robotics, was attended by more than 150 participants where they were taught
how to
build mobile robots, including laptop controlled robot, line follower robot and obstacle avoider
robot using
IR and ultrasonic sensors, gesture controlled robot using accelerometer. At the end of the
workshop, an
intense competition between the participants was held where they had to build a line follower
bot and
traverse a given maze in minimum time.</p>
</div>
</div>
</div>
<div class="main_card" data-aos="fade-down">
<div class="card_right">
<div class="img_container">
<img class="imag img-fluid" src="CSS/Images/MD.png" alt="">
</div>
</div>
<div class="card_left">
<div class="card_datails">
<h1 style="Text-align:center;">Machine Design</h1>
<hr>
</hr>
<p class="disc"> Machine Design with Fusion 360 is an annual workshop organized by RoboVitics in
which the
participants are taught how to use the Fusion 360 Software. The participants are introduced to
the basics of
designing, 2D sketches and drawing, 3D modelling and various other features. For this year’s
workshop,
participants were taught the assembly and motion study of a radial engine. It was followed by
Rendering,
which adds aesthetics to the designed 3D models. The design then underwent simulation during
which it's
behaviour under stress was recorded. Lastly, they were taught about Generative Designing, a new
feature in
the design industry.</p>
</div>
</div>
</div>
<div class="main_card" data-aos="fade-down">
<div class="card_right">
<div class="img_container">
<img class="" src="CSS/Images/cosmos_logo_sharp.png" alt="">
</div>
</div>
<div class="main_card>
<div class=" card_left">
<div class="card_datails">
<h1 style="Text-align:center;">Cosmos 360</h1>
<hr>
</hr>
<p class="disc">Cosmos 360 is a design Hackathon conducted for the sole purpose of letting the young
minds
bring out their creative and innovative ideas. The participants designed using Fusion 360
software. We hoped
to provide the participants a platform to showcase and discover their skills. Participants were
given a
duration of 24 hours to work on the problem statements along with their model. The theme was
space and thus
the name Cosmos, included problem statements like space robotics, solar cell, manned rover,
space
transportation system and many more. Cosmos 360 gave the participants a platform to tackle
various problems
and gain a prolific knowledge of space.</p>
</div>
</div>
</div>
<div class="main_card" data-aos="fade-down">
<div class="card_right">
<div class="img_container">
<img class="imag img-fluid robowars" src="CSS/Images/vortex360_size.png" alt="">
</div>
</div>
<div class="card_left">
<div class="card_datails">
<h1 style="Text-align:center;">Vortex 360</h1>
<hr>
</hr>
<p class="disc">Vortex360 is a month-long online design hackathon powered by Autodesk. This
hackathon aims to
provide a platform to all the design engineers to give form to their ideas. The completely
online hackathon
was attended by 420 enthusiastic participants, with 20 teams making it to the final round. The
designs that
were realized due course were phenomenal. The Hackathon included over 25 problem statements
under 6 domains.
To provide extra motivation, the prize pool of Vortex360 was 55,000 ₹. All in all, the
participants
persevered along with the organizers to conduct a one of its kind online hackathon.
</p>
</div>
</div>
</div>
<div class="main_card" data-aos="fade-down">
<div class="card_right">
<div class="img_container">
<img class="imag img-fluid robowars" src="CSS/Images/Logo_Equinox_white_bg (2).png" alt="">
</div>
</div>
<div class="card_left">
<div class="card_datails">
<h1 style="Text-align:center;">Equinox</h1>
<hr>
</hr>
<p class="disc">Equinox is a 36-Hour hackathon. In our unique hackathon, participants’ ideas will
not be
limited by specific problem statements on Web-page development, hardware, Artificial
Intelligence etc. This
will bring out the creativity in the participants and render the process of ideation more
effective.
Although, various tracks such as Robotics, Space, Safety and Security, Defense, Healthcare,
Financial-Technology, open innovation will be provided under which the participants can choose
to compete.
Participants are free to choose their own domain, problem statement as well as solution and will
be aided in
prototyping. We believe innovation thrives under freedom!</p>
</div>
</div>
</div>
</div>
<p id="Upcoming-Event"></p>
<h1 data-aos="zoom-in">Upcoming Events</h1>
<hr data-aos="zoom-in">
</hr>
<br><br><br>
<div class="abc" data-aos="fade-down">
<div class="left aa">
<img src="CSS/Images/hor_web.png" alt="" style='width: 100%; height: 100%;' class='imgimg'>
<div class="cont1 cont">
<p style='overflow:auto;width: 60%;float: right; margin: 5%; margin-right: 5%;' class='disc'>The most
anticipated event of gravitas, ‘Hands on Robotics’ is back. Beginner? No problem at all! We present
you the
opportunity to get started with robotics right from the scratch. We guarantee an informative
workshop that
covers the topics, introduction to Arduino, laptop controlled bot, line follower and obstacle
avoider on
17th
and 18th October,2020, mark the dates on your calendar!
<br><br>
<a target="_blank" href="http://info.vit.ac.in/gravitas2020/gravitas_login.asp"
class="myButton">Register
Now</a>
</p>
</div>
</div>
<div class="cent aa">
<img src="CSS/Images/md_web.png" alt="" style='width: 100%; height: 100%;' class='imgimg'>
<div class="cont2 cont">
<p style='overflow:auto;width: 60%;float: right; margin: 5%; margin-right: 5%;' class='disc'>Engineering
Design
classes can be boring at times and
designing your dreams into reality is fun. Machine Designing workshop introduces you to Fusion 360
where you
will be taught the basics of designing, 2D sketches and drawing, 3D modelling and various other
features on
24th
and 25th of October, 2020. What are you waiting for? Join us in the workshop and unleash your
designing
skills.
<br><br>
<a target="_blank" href="http://info.vit.ac.in/gravitas2020/gravitas_login.asp"
class="myButton">Register
Now</a>
</p>
</div>
</div>
<div class="right aa">
<img src="CSS/Images/equinox_web.png" alt="" style='width: 100%; height: 100%;' class='imgimg'>
<div class="cont3 cont">
<p style='overflow:auto;width: 60%;float: right; margin: 5%; margin-right: 5%;' class='disc'> Equinox is
a 36
hour hackathon organized by RoboVITics taking place during Spring of 2021. An event where the
brightest minds
interact, work on next gen innovative projects and present it to professional tech field experts. A
golden
opportunity for you to take your real world technical and social skills up a notch.
<br><br>
<a target="_blank" href="https://equinoxhack.in/" class="myButton">Visit Website</a>
</p>
</div>
</div>
</div>
<div class="wrapper1" data-aos="fade-down">
<div class='yeet'>
<div class="view view-first">
<img class='iimmgg' src="./CSS//Images/hor_web (1).png" />
<div class="mask">
<h2>HOR</h2>
<p>17-18 October </p>
<button class="myButton1 info1">Read More</button>
</div>
</div>
</div>
<div class='yeet'>
<div class="view view-first">
<img src="./CSS//Images/md_web (1).png" />
<div class="mask">
<h2>Machine Design</h2>
<p>24-25 October</p>
<button class="myButton1 info2">Read More</button>
</div>
</div>
</div>
<div class='yeet'>
<div class="view view-first">
<img src="./CSS//Images/equinox_web.png" />
<div class="mask">
<h2>Equinox</h2>
<p>19-21 March</p>
<button class="myButton1 info3">Read More</button>
</div>
</div>
</div>
<div>
</div>
</div>
<br>
<div class='pop'>
<div class='popc'>
<div class="hor event-det">
<i class="fa fa-times fa-2x close"
style="color: aliceblue;position: absolute; right: 5%; top: 5%; z-index: 1000;"></i>
<h1>HOR</h1>
<p style='width: 80%; margin: auto; line-height: 25px;'>Equinox is a 36 hour hackathon organized by
RoboVITics
taking place during Spring of 2021. An event where the brightest minds interact, work on next gen
innovative
projects and present it to professional tech field experts. A golden opportunity for you to take
your real
world
technical and social skills up a notch. Register Now!!</p>
<a target="_blank" href="http://info.vit.ac.in/gravitas2020/gravitas_login.asp"
class="myButton">Register
Now</a>
</div>
</div>
<div class='popc'>
<div class="md event-det">
<i class="fa fa-times fa-2x close"
style="color: aliceblue;position: absolute; right: 5%; top: 5%; z-index: 1000;"></i>
<h1>MD</h1>
<p style='width: 80%; margin: auto; line-height: 25px;'>Engineering Design classes can be boring at
times and
designing your dreams into reality is fun. Machine Designing workshop introduces you to Fusion 360
where you
will be taught the basics of designing, 2D sketches and drawing, 3D modelling and various other
features on
24th
and 25th of October, 2020. What are you waiting for? Join us in the workshop and unleash your
designing
skills.
</p>
<a target="_blank" href="http://info.vit.ac.in/gravitas2020/gravitas_login.asp"
class="myButton">Register
Now</a>
</div>
</div>
<div class='popc'>
<div class="Equinox event-det">
<i class="fa fa-times fa-2x close"
style="color: aliceblue;position: absolute; right: 5%; top: 5%; z-index: 1000;"></i>
<h1>Equinox</h1>
<p style='width: 80%; margin: auto; line-height: 25px;'>The most anticipated event of gravitas, ‘Hands
on
Robotics’ is back. Beginner? No problem at all! We present you the opportunity to get started with
robotics
right from the scratch. We guarantee an informative workshop that covers the topics, introduction to
Arduino,
laptop controlled bot, line follower and obstacle avoider on 17th and 18th October,2020, mark the
dates on
your
calendar!</p>
<a target="_blank" href="https://equinoxhack.in/" class="myButton">Visit Website</a>
</div>
</div>
</div>
<pre>
</pre>
<p id="Projects"></p>
<h1 data-aos="zoom-in"> PROJECTS </h1>
<hr data-aos="zoom-in">
<div class="container" data-aos="fade-down">
<input type="radio" id="i1" name="images" checked />
<input type="radio" id="i2" name="images" />
<input type="radio" id="i3" name="images" />
<input type="radio" id="i4" name="images" />
<input type="radio" id="i5" name="images" />
<input type="radio" id="i6" name="images" />
<input type="radio" id="i7" name="images" />
<input type="radio" id="i8" name="images" />
<input type="radio" id="i9" name="images" />
<input type="radio" id="i10" name="images" />
<div class="slide_img" id="one">
<div class="contentp">
<h1>The Self Driving Car</h1>
<p class="content-pro">The Self Driving Car project is an AI and Deep Learning based project which aims
at the
automation of cars which implies the cars learn to drive by analysing the user and it will then
drive on its
own without any intervention.</p>
</div>
<div></div>
<label class="prev" for="i10"><span>‹</span></label>
<label class="next" for="i2"><span>›</span></label>
</div>
<div class="slide_img" id="two">
<div class="contentp">
<h1>Connect 4</h1>
<p class="content-pro">Connect-4_expert is an artificially intelligent system based on the connect 4
board game.
It can be played as single player with the AI as well as multiplayer. The AI uses mini-max algorithm
with
alpha-beta pruning to predict moves. The game can be played from anywhere, as it uses socket
programming for
connecting the human player(client) and the AI(server) </p>
</div>
<label class="prev" for="i1"><span>‹</span></label>
<label class="next" for="i3"><span>›</span></label>
</div>
<div class="slide_img" id="three">
<div class="contentp">
<h1>The Cozmo Bot</h1>
<p class="content-pro">The cozmo bot is a prototype on the quest to make a friendly robot. The bot uses
AI and
Image processing to detect and track human faces and has the ability to recognize human speech and
act upon
it. A Raspberry Pi controls various servos and other motors via an Arduino UNO for actuating
gestures such as
performing handshake and neck movements.</p>
</div>
<label class="prev" for="i2"><span>‹</span></label>
<label class="next" for="i4"><span>›</span></label>
</div>
<div class="slide_img" id="four">
<div class="contentp">
<h1>Cheetah</h1>
<p class="content-pro">The cheetah is a quadruped bot based on the animal cheetah. The bot has a 3d
printed body
and is made of two pieces connected by a spine which is a novel approach for a quadruped as all
current
quadrupeds have a single piece body. It is capable of following a person and going to designated
places using
a camera connected to a raspberry pi. It uses servos as actuators to make it walk and move its head
as
required.</p>
</div>
<label class="prev" for="i3"><span>‹</span></label>
<label class="next" for="i5"><span>›</span></label>
</div>
<div class="slide_img" id="five">
<div class="contentp">
<h1>Writing Machine</h1>
<p class="content-pro">This project is based on Core XY axis writing machine which is formulated to
write with a
pen. It not only writes any sort of document but also can sketch according to the Gcode given. The
mechanism
was set and carried out with the electrical components which includes Arduino and CNC shield. Later,
the Gcode
was generated with the help of benbox and was processed on the system for output.</p>
</div>
<label class="prev" for="i4"><span>‹</span></label>
<label class="next" for="i6"><span>›</span></label>
</div>
<div class="slide_img" id="six">
<div class="contentp">
<h1>Robotic Arm</h1>
<p class="content-pro">The arm uses a colour sensor to differentiate between objects marked with a
specific
colour and performs the task of separating them based upon their markers. The arm was made using
servos
mounted on a metal chassis and is controlled by Arduino uno for performing the task of separating
them. The
arm has a colour sensor module placed at its tip to identify the different colours and is connected
to the
Arduino which reads the data and performs desired tasks.</p>
</div>
<label class="prev" for="i5"><span>‹</span></label>
<label class="next" for="i7"><span>›</span></label>
</div>
<div class="slide_img" id="seven">
<div class="contentp">
<h1>VR Based Bot</h1>
<p class="content-pro">A bot that is not only capable of going into remote areas but also recreate
whatever it
is seeing as a virtual environment around you. The camera present in the bot takes photos and sends
them to a
mobile phone using a raspberry pi where a virtual reality environment is made. All you need is a vr
headset.
This bot finds applications in many areas such as disaster management or even in military where the
bot can be
sent ahead for recon of an area.</p>
</div>
<label class="prev" for="i6"><span>‹</span></label>
<label class="next" for="i8"><span>›</span></label>
</div>
<div class="slide_img" id="eight">
<div class="contentp">
<h1>Smart Door Lock</h1>
<p class="content-pro">With billions being spent on security systems every year we came up with a
solution that
requires a username and password like any other basic security system. In addition to that locking
mechanism
needs your biometric data and a face scan to ensure only authorised personnel enter. It is a
cost-effective
method and can be installed in office buildings. Since the whole processing is done in a raspberry
pi locally,
it greatly reduces the latency and improves the accuracy of the system.</p>
</div>
<label class="prev" for="i7"><span>‹</span></label>
<label class="next" for="i9"><span>›</span></label>
</div>
<div class="slide_img" id="nine">
<div class="contentp">
<h1>3D Mapping Drone</h1>
<p class="content-pro">This drone uses a camera to scan its surroundings and after running some
calculations and
image processing, it is able to recreate an accurate 3D model of its surroundings. This capability
of the
drone makes it a very useful took for surveying or finding out the layout of an indoor area.</p>
</div>
<label class="prev" for="i8"><span>‹</span></label>
<label class="next" for="i10"><span>›</span></label>
</div>
<div class="slide_img" id="ten">
<div class="contentp">
<h1>Self-Assembling Cubes</h1>
<p class="content-pro">The mechanism uses a flywheel built into 3d printed cubes. The flywheel is
present on 3
sides of the cube making it capable of flipping I any direction. A number of these cubes can be
controlled to
form a larger cube or body of desired shape.</p>
</div>
<label class="prev" for="i9"><span>‹</span></label>
<label class="next" for="i1"><span>›</span></label>
</div>
<div id="nav_slide">
<label for="i1" class="dots" id="dot1"></label>
<label for="i2" class="dots" id="dot2"></label>
<label for="i3" class="dots" id="dot3"></label>
<label for="i4" class="dots" id="dot4"></label>
<label for="i5" class="dots" id="dot5"></label>
<label for="i6" class="dots" id="dot6"></label>
<label for="i7" class="dots" id="dot7"></label>
<label for="i8" class="dots" id="dot8"></label>
<label for="i9" class="dots" id="dot9"></label>
<label for="i10" class="dots" id="dot10"></label>
</div>
</div>
<p id="Outreach"></p>
<pre>
</pre>
<h1 data-aos="zoom-in"> OUTREACH </h1>
<hr data-aos="zoom-in">
<pre>
</pre>
<div class="wrapper" data-aos="fade-down">
<div class="main_card">
<div class="card_right">
<div class="img_container">
<img class="" src="CSS/Images/kartavya.png" alt="">
</div>
</div>
<div class="card_left">
<div class="card_datails">
<h1 style="Text-align:center;">Kartavya</h1>
<hr>
</hr>
<p class="disc">Other than technical achievements, RoboVITics has never failed to work for the good
of the
society. We visit orphanages and meet hundreds of little children with hope in their eyes.
Teaching and
playing with them, seeing the smiles on their faces gives us immense happiness. It's a surreal
experience.
</p>
</div>
</div>
</div>
</div>
<p id="About"></p>
<pre>
</pre>
<h1 data-aos="zoom-in"> ABOUT US </h1>
<hr data-aos="zoom-in">
<pre>
</pre>
<div class="wrapper aboutuscard" data-aos="fade-down">
<div class="">
<img src="CSS/Images/about-us.jpg" alt="" class="abtimg"></div>
<div class="card_datails about-det">
<p class="disc"> We are a group of engineers with an inclination towards Robotics. What started out as a
couple of
nobodys over a decade ago, is now the official Robotics club of VIT, Vellore. We aim to spread the
knowledge of
Robotics to the masses. We work on some jaw-dropping projects, our club incubates teams that participate
in
various competitions across the globe. All RoboVITians strive to live up to the legacy set by our
predecessors
with pride.
</p>
</div>
</div>
<p id="Memories"></p>
<h1 data-aos="zoom-in">Memories</h1>
<hr data-aos="zoom-in">
<pre>
</pre>
<div class="responsive-vid" data-aos="fade-down">
<iframe width="560" height="315" src="https://www.youtube.com/embed/q84jLzwLLQw" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<pre class="">
</pre>
<div class="overlay"></div> <!-- improve main element 3d movement -->
<p id="Social"></p>
<div class="footer-social-icons qwerty">
<pre>
</pre>
<h1 style="text-align: center; color: white;">Social Media</h1>
<ul class="social-icons" style="text-align: center;">
<li><a href="https://www.facebook.com/robovitics/" target="_blank" class="social-icon"> <i
class="fa fa-facebook fa-2x text-primary mx-3"></i></a></li>
<li><a href="https://instagram.com/robovitics?igshid=1nuojwifavrty" target="_blank" class="social-icon"> <i
class="fa fa-instagram fa-2x text-primary mx-3"></i></a></li>
<li><a href="https://www.linkedin.com/company/robovitics/about/" target="_blank" class="social-icon"> <i
class="fa fa-linkedin fa-2x text-primary mx-3"></i></a></li>
<li><a href="https://github.com/RoboVITics" target="_blank" class="social-icon"> <i
class="fa fa-github fa-2x text-primary mx-3"></i></a></li>
<li><a href="https://www.twitter.com/robo_vit" target="_blank" class="social-icon"> <i
class="fa fa-twitter fa-2x text-primary mx-3"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCFiwOI-W5b06NweratR-RdA" target="_blank" class="social-icon">
<i class="fa fa-youtube fa-2x text-primary mx-3"></i></a></li>
</ul>
<h1 style="text-align: center; color: white;">Contact Us</h1>
<p style=" text-align:right; margin-right: 20px;"><img src="CSS/Images/with_love.png" alt=""></p>
</div>
<script>
var navTrigger = document.getElementsByClassName('nav-trigger')[0],
body = document.getElementsByTagName('body')[0];
navTrigger.addEventListener('click', toggleNavigation);
function toggleNavigation(event) {
event.preventDefault();
body.classList.toggle('nav-open');
}
AOS.init({
duration: 900,
delay: 10,
once: true
});
</script>
<script src="a.js"></script>
</body>
</html>