-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathevents.html
509 lines (476 loc) · 32 KB
/
events.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
EVENTS
</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="index.css">
<link rel="stylesheet" type="text/css" media="screen" href="events.css">
<link href="css/all.min.css" rel="stylesheet">
<link href="css/fontawesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="css/font.css">
<link rel="stylesheet" type="text/css" media="screen" href="footer.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
</head>
<body>
<!--HEADER-->
<div class="img-fluid justify-content-center back">
<div class="row justify-content-center">
<nav class="col-11 navbar navbar-default navbar-fixed-top navbar-expand-xl navbar-light">
<!-- <nav class="col-11 navbar navbar-default navbar-fixed-top navbar-expand-xl navbar-light" style="width: auto; padding-left: 0%;"> -->
<a href="http://svnit.ac.in/" class="navbar-brand">
<img class="nit_photo" src="images/svnit.png">
</a>
<div class="navbar-brand v2"></div>
<a href="https://drishti-svnit.github.io/drishti/" class="navbar-brand">
<img class="im" src="images/drishti_2.png">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto">
<li class="nav-item" style="font-weight: bold; margin-right: 20px;"><a href="index.html" class="nav-link">HOME</a></li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px;"><a href="events.html" class="nav-link">EVENTS</a></li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px;"><a href="projects.html" class="nav-link">PROJECTS</a></li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px;"><a href="faculty.html" class="nav-link">FACULTY</a></li>
<li class="nav-item dropdown" style="font-weight: bold; margin-right: 20px;">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
TEAM
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item it" href="20.html" style="color: black;">BATCH 2016-20</a>
<a class="dropdown-item it" href="21.html" style="color: black;">BATCH 2017-21</a>
<a class="dropdown-item it" href="22.html" style="color: black;">BATCH 2018-22</a>
<a class="dropdown-item it" href="23.html" style="color: black;">BATCH 2019-23</a>
<a class="dropdown-item it" href="24.html" style="color: black;">BATCH 2020-24</a>
<a class="dropdown-item it" href="25.html" style="color: black;">BATCH 2021-25</a>
<a class="dropdown-item it" href="26.html" style="color: black;">BATCH 2022-26</a>
</div>
</li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px;"><a href="sponsor.html" class="nav-link">SPONSORS</a></li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px;"><a href="#down" class="nav-link">CONTACT</a></li>
</ul>
</div>
</nav>
</div>
<div class="row justify-content-center">
<div class="col-10 underline"></div>
</div>
<div class="container" style="padding-top: 80px;">
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
MAKERNOVA 2.0
</h1>
<div class="he-inner">Makernova 2.0 is an exciting technical event, designed specifically for who are passionate about innovation, technology, and hands-on learning. This event aims to provide a platform for young minds to explore their creativity, apply
their technical knowledge, and work on real-world projects. Whether you're a budding engineer, a tech enthusiast, or simply curious about how things work, it is the perfect opportunity to dive into the world of making and creating.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/2.0.png" alt="MAKERNOVA 2.0" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
GRAND ROBOPRIX
</h1>
<div class="he-inner">
The Grand Roboprix is the flagship event of DRISHTI marking the beginning of the techno-savvy journey for members of the family. Here the best minds of college first-years showcase their technical prowess and strategic thinking through events such as
Farm Track, Line Follower Robot, Truss It, and Flowsheet Design. Here the participants make automated bots that would run on rough terrain,line-follower bots, robust trusses, and comprehensive flowcharts.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/GRP 24.png" alt="GRP" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
WORKSHOP
</h1>
<div class="he-inner">
Introduction to various mechanical power tools, electrical components, machine learning, and town planning in civil, all are made acquainted to building juniors through workshops that DRISHTI conducts. This serves as an opportunity for them to dig out
their interest with the assistance of seniors.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/GRP Workshop 24.png" alt="WORKSHOP" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
ORIENTATION
</h1>
<div class="he-inner">
DRISHTI aims to encourage students to explore the realm of specialized engineering projects through hands-on implementation. Following this, a session for first-yearites is arranged annually which depicts the broader aspects of projects to be worked on.
Information regarding the competitions, legacy, etc is given and they have a chance to interact directly with the members of DRISHTI.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/Orientation24.jpg" alt="orientaion24" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
MAKERNOVA 1.0
</h1>
<div class="he-inner">
Makernova is an exhilarating event tailor-made for second-year students, designed to ignite their creativity, elevate technical prowess, and ignite the spark of innovation. With a myriad of problem statements spanning various domains, Makernova provides
the perfect platform for students to channel their ingenuity and embark on a journey of discovery. Each team is assigned dedicated mentors who guide and support them throughout the event, ensuring a nurturing environment for growth
and learning.
</div>
<br>
<br>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/MakerNova1.0.jpg" alt="makernova" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
GRAND ROBOPRIX
</h1>
<div class="he-inner">
Team DRISHTI is back with its first technical and exciting event of 2023 exclusively for first yearites which is "GRAND ROBOPRIX". The event consists of four different competitions: Farm Track, Line Follower Robot, Truss It, and Flowsheet Design. You
may take part in multiple competitions. This is a great opportunity to develop your technical knowledge.
</div>
<br>
<br>
<!-- <div class="style" style="margin-top: -10px;">
<a href="https://bit.ly/drishti-grand_roboprix_2023" class="btn btn-outline-dark"
style=" font-weight: 530; font-size:20px">Registration Link</a>
</div> -->
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/GRP_2023.jpeg" alt="grp" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation " id="orient">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
ORIENTATION
</h1>
<div class="he-inner">
Team DRISHTI is all set to introduce its orientation session for first yearites and introduce them with the rich culture of the club. We introduce them with a place to learn, grow, think, innovate and design their thoughts into reality by implementing
them on real life projects.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/orientation23.jpeg" alt="orientation" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
MAKERSPACE 6.0
</h1>
<div class="he-inner">
We have come up with the biggest event of the year MAKERSPACE 6.0, for only first-year students, where you will be given innovative projects according to your preferences, which will be mentored by the people assigned to you, and they will guide you throughout
the month and solve problems whatever you will be facing. It will be a great opportunity to learn about Drishti and a chance to get great experience of engineering.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/makerspace_2022.png" alt="makerspace" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
GRAND ROBOPRIX
</h1>
<div class="he-inner">
Experimentation is the best means of learning. Inspiring by this sentence, TEAM DRISHTI hosts "THE GRAND ROBOPRIX" every year during the odd semester, as the first technical event for first-year students. The objective is to bring together creative individuals
to design their own line-following robots that will compete for the title of best bot.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/GRP_2022.jpg" alt="grp" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
WORKSHOP
</h1>
<div class="he-inner">
"Knowledge is the eye of desire and can become the pilot of the soul" - Willi Durant. During COVID-19, everyone was unaware of where they would get a chance to learn a new thing. In order to meet this need, we organized a series of workshops presenting
various basic concepts, simulations, software - Solid Works, Tinkercad, AutoCAD, DWSIM etc, Designing models and circuits, Machine Learning, Applications, etc.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/workshop_2022.jpg" alt="workshop" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation " id="orient">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
ORIENTATION
</h1>
<div class="he-inner">
<strong>Being alone might bring to your mind the idea of an invention but being together might
convert that idea into reality.</strong> We at team Drishti strongly believe in this thought and the same can be seen in our past achievements and endeavours. Presenting to you guys the place to explore,
innovate and invent all the crazy techy stuff you can dream of. From designing robots to debugging circuits and codes, from solving chemical equations to designing structures.
<!-- <br><br>
From designing robots to debugging circuits and codes, from solving chemical equations to
designing structures. Want to know more about us? Which projects do we take on? How do we
compete in competitions against teams on a worldwide platform? How do we implement our ideas on
industry level softwares like MATLAB and SOLIDWORKS? We have got you all covered here! -->
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/Orientation22.png" alt="orientation" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row Makerspace 2021">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
AVION
</h1>
<div class="he-inner">
<p>
We are back with one more exciting event - AVION, which will trigger your cognition and boost it up to the next level. Here we are encouraging you to attend this event that needs zero prerequisites. So anyone can participate in this event, irrespective
of which branch you belong to.
</p>
</div><br>
<div class="style" style="margin-top: -10px;">
<a href="avion.html" class="btn btn-outline-dark" style=" font-weight: 530; font-size:20px">View
More</a>
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<div class="tc">
<img class="img-fluid img-thumbnail" src="images/avion.png" alt="avion" style="text-align:center; overflow: hidden;">
</div>
</div>
</div>
<div class="row Makerspace 5.0">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
MAKERSPACE 5.0
</h1>
<div class="he-inner">
<p>
We present to you MAKERSPACE 5.0, one of the most significant events organized exclusively for 1st-year minds. The event will provide an impression of what happens at Drishti. You will be given a challenging yet enlightening project which has to be completed
within 20 days. Mentors will be assigned to each team who will guide and help you throughout the project to overcome challenges faced throughout the project's completion.
<!-- <a href="makerspace.html">More Details</a> -->
</p>
</div><br>
<div class="style" style="margin-top: -10px;">
<a href="makerspace.html" class="btn btn-outline-dark" style=" font-weight: 530; font-size:20px">View More</a>
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<div class="tc">
<img class="img-fluid img-thumbnail" src="images/makerspace_5_0.jpg" alt="makerspace 5.0" style="text-align:center; overflow: hidden;">
</div>
</div>
</div>
<div class="row technovation">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
TECHNOVATION
</h1>
<div class="he-inner">
<p>
The event will have four exciting competitions from different domains, each consisting of a problem statement that has to be solved within the given time. Among these, Solatronics and Antigravity are team events, while individual participation is required
in Anchorage and Chemfluence. Anyone who cannot form a team can contact us; he/she will be assigned a team.
<!-- <a href="technovation.html">More Details</a> -->
</p>
</div><br>
<div class="style" style="margin-top: -10px;">
<a href="technovation.html" class="btn btn-outline-dark" style=" font-weight: 530; font-size:20px">View More</a>
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<div class="tc">
<img class="img-fluid img-thumbnail" src="images/technovation.jpg" alt="technovation" style="text-align:center; overflow: hidden;">
</div>
</div>
</div>
<div class="row workshop_2021">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" id="workshop_2021" style="font-weight: bold;">
WORKSHOP 2021
</h1>
<div class="he-inner">
In this online era, Team DRISHTI comes with its first exciting event of the year - TECHNOVATION. This two-phase event will consist of online workshops to understand basic engineering fundamentals and Technology and finally challenging competitions where
1st yearites will apply the concepts, learnt in the workshops to solve the problem. This event is for all branches.
</div><br>
<!-- <div class="style" style="margin-top: -10px;" >
<a href="https://forms.gle/abAAeJa2okNkNjHe9" class="btn btn-outline-dark" style=" font-weight: 530; font-size:20px" target="blank">Registration Link</a>
</div> -->
</div>
<div class="col-md-7 col-sm-12 img1">
<div class="vo">
<img class="img-fluid img-thumbnail" src="images/workshop_2021.jpg" alt="workshop_2021" style="text-align:center; overflow: hidden;">
</div>
</div>
</div>
<div class="row Makerspace">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
MAKERSPACE
</h1>
<div class="he-inner">
It's our flagship event where in you will be taught various basic skills to build projects. Projects will be assigned according to your interests. Mentors will be provided to you who will guide and help you to overcome challenges faced throughout the
completion of the project.
</div><br>
<div class="style">
<a href="https://drive.google.com/folderview?id=1JEveW_lPtV9_2zN2C6Pag-csyWYo3p66" class="btn btn-outline-dark" style=" font-weight: 530; font-size:20px;">DOCUMENTATION</a>
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/makerspace.jpg" alt="makerspace" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row Makerspace">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
GRAND ROBOPRIX
</h1>
<div class="he-inner">
"If you never try you will never know." In line with this ideology, we present - "THE GRAND ROBOPRIX" every year in the odd semester and set the stage with the very first technical event organised exclusively for first yearites. It aims at bringing the
fresh and creative minds together to build their own bots that compete against each other.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/grp.jpg" alt="GRP" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row orientation ">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
ORIENTATION
</h1>
<div class="he-inner">
Orientation is the spark to ignite the forthcoming innovation. It is the very first interaction of the club with the first year students where in we tell them what we do, how we do and how they can be a part of it.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/orientation.jpg" alt="orientation" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row workshop">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
WORKSHOP
</h1>
<div class="he-inner">
Knowledge can always be attained at any point of time, the only necessity is to identify the real quest, personal interest and correct approach. Keeping this in mind, we organise various workshops throughout the year. Concerned topics cover wide spectrum
covering the concepts of basic electronics and mechanical systems, imparting guidelines to get handy with utilities like Solidworks and AutoCAD, clearing fundamentals regarding Machine Learning and Computer Vision, starting the
development of any robot with a self defined ROS (Robots Operating System), enhancing the area of hardware designing and realisation, etc.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<div class="wo">
<img class="img-fluid img-thumbnail" src="images/workshop.jpg" alt="workshop" style="text-align:center; overflow: hidden;">
</div>
</div>
</div>
<div class="row workshop">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
INSIGHT
</h1>
<div class="he-inner">
We work throughout the year participating in various competitions and building projects keeping in mind the social problems of the society. Here we give a sneak-peek to what we do in DRISHTI.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<img class="img-fluid img-thumbnail" src="images/insight.jpg" alt="insight" style="text-align:center; overflow: hidden;">
</div>
</div>
<div class="row workshop">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
SURPRISE EVENTS
</h1>
<div class="he-inner">
Every year we come up with a surprise event specifically for first year students. All the first yearites are allowed to participate in it. In this event, they are all free to give a life to their imagination but within the limits of the prescribed problem
statement and using confined material which is provided by us only. Simple and creative projects like paper bridge, battleship, truss, aerodynamic car, etc. have been designed in this event so far to implement the basic logics.
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<div class="sur">
<img class="img-fluid img-thumbnail" src="images/surprise.jpg" alt="surprise" style="text-align:center; overflow: hidden;">
</div>
</div>
</div>
<div class="row workshop">
<div class="col-md-5 col-sm-12 description">
<h1 class="he" style="font-weight: bold;">
MINI-PROJECT
</h1>
<div class="he-inner">
This is a welcoming project for the second yearites, and this is the opportunity for them to forge ahead with their technical skills. As though the projects officially commence after the vacation, team member and mentor are decided beforehand so that
team can decide their workflow in the holidays itself. This is a month-long project and our main target is to prepare the students with utmost basic skills in this era of technology. This event also enhances skills of individuals
and prepares them for the upcoming major projects.
</div><br>
<div class="style">
<a href="https://drive.google.com/folderview?id=1EWQJFJxxA8lxoOsn5-_eynMFa-NxIQvf" class="btn btn-outline-dark" style=" font-weight: 530; font-size:20px;">DOCUMENTATION</a>
</div>
</div>
<div class="col-md-7 col-sm-12 img1">
<div class="mini">
<img class="img-fluid img-thumbnail " src="images/mini.jpg" alt="mini" style="text-align:center; overflow: hidden;">
</div>
</div>
</div>
</div>
<!-- New Footer -->
<div class="drishti-map" id="down">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3720.6327874201347!2d72.78366581502787!3d21.16700718592359!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be04db12023ce37%3A0xb167851a625ee547!2sDRISHTI%20-%20A%20REVOLUTIONARY%20CONCEPT!5e0!3m2!1sen!2sin!4v1618395974891!5m2!1sen!2sin"
width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy">
</iframe>
</div>
<div class="new-footer">
<div class="drishti-copyright">
<span>
© Drishti-SVNIT. All Rights Reserved
</span>
</div>
<div class="drishti-home">
<a href="https://drishti-svnit.github.io/drishti/" target="_blank">
<i class="fas fa-home"></i>
</a>
</div>
<div class="drishti-social">
<div class="contact-icons">
<a class="social-button facebook" href="https://www.facebook.com/drishti.nitsurat/" target="_blank">
<i class="fab fa-facebook-square " style="vertical-align:0;"></i>
</a>
<a class="social-button insta" href="https://www.instagram.com/drishti.svnit/" target="_blank">
<i class="fab fa-instagram " style="vertical-align:0;"></i>
</a>
<a class="social-button linkedin" href="https://www.linkedin.com/company/drishti-nitsurat/" target="_blank">
<i class="fab fa-linkedin " style="vertical-align:-0.125rem;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button github" href="https://www.github.com/DRISHTI-SVNIT" target="_blank">
<i class="fab fa-github " style="vertical-align:0;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button mail" href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope-open " style="vertical-align:0;margin-bottom:0.125rem;"></i>
</a>
<a class="social-button youtube" href="https://www.youtube.com/channel/UClAi8qJnq9VckAPOMzcPpLQ" target="_blank">
<i class="fab fa-youtube " style="vertical-align:-0.125rem;margin-bottom:0.125rem;"></i>
</a>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="typed.js"></script>
</body>
</html>