forked from Vssut-Robotics/Robotics-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hoverpod.html
560 lines (505 loc) · 30.8 KB
/
hoverpod.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Projects | Vssut Robotics - Where Imagination Meets Innovation</title>
<meta name="description" content="description">
<!-- Mobile Specific Meta
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/head1.png" />
<!-- CSS
================================================== -->
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- Media Queries -->
<link rel="stylesheet" href="css/responsive.css">
<!--
Google Font
=========================== -->
<!-- Titillium Web -->
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,300,200' rel='stylesheet' type='text/css'>
<!-- Source Sans Pro -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'>
<!-- Oswald -->
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
<!-- Raleway -->
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href="https://icons8.com">
<!-- Modernizer Script for old Browsers -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body class="blog-page">
<!--
Start Preloader
==================================== -->
<div id="loading-mask">
<div class="loading-img">
<img alt="Preloader" src="img/preloader.gif" />
</div>
</div>
<!--
End Preloader
==================================== -->
<!--
Fixed Navigation
==================================== -->
<header class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<h1 id="logo">
<img src="img/robotics2.png" alt="Vssut Robotics" />
</h1>
</a>
</div>
<nav class="collapse navbar-collapse navbar-right" >
<ul id="nav" class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="index.html#showcase">Projects</a></li>
<li><a href="index.html#pricing">Achievements</a></li>
<li><a href="index.html#our-team">Team</a></li>
<li><a href="index.html#services">Gallery</a></li>
<li><a href="index.html#blog">Blog</a></li>
<li><a href="index.html#contact-us">Contact</a></li>
</ul>
</nav><!-- /.navbar-collapse -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<!-- Start Blog Banner
==================================== -->
<section id="blog-banner">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="blog-icon">
<i class="fa fa-book fa-4x"></i>
</div>
<div class="blog-title">
<h1>Projects</h1>
</div>
</div> <!-- End col-lg-12 -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End Section -->
<!-- Start Blog Post Section
==================================== -->
<section id="blog-page">
<div class="container">
<div class="row">
<div id="blog-posts" class="col-md-8 col-sm-8">
<div class="post-item">
<!-- Single Post -->
<article class="entry wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="post-thumb">
<a href="single-post.html">
<img src="img/portfolio/HOVERPOD.jpg" alt="Hoverpod" class="img-responsive">
</a>
</div>
<div class="post-excerpt">
<h3><a href="">Hoverpod</a></h3>
<p>Hoverpod is a bot which could float and move in response to mental commands.Hoverpod are capable of autonomous operation, they are quiet,safe,durable,
easy to operate,maintain and transport.You flow in a boat,ride in a truck, but fly in a Hoverpod.
</p>
<!--<blockquote>-->
<!-- <p>Creativity and innovation are critical skill sets that help technocrats stand apart from the pack of others. We don’t need to work in IIT or NIT's to be creative or innovative. It simply takes a healthy dose of curiosity and a corresponding willingness to adjust our way of doing things to achieve greater efficiencies and higher accolades.As a technical society, we regularly looks for opportunities to turn ideas in action, inject creativity into every touch point, and develop strategies for innovation. </p>-->
<!--</blockquote>-->
<!--<p>Lorem ipsum dolor sit amet, libero turpis non cras ligula, id commodo, aenean est in volutpat amet sodales, porttitor bibendum facilisi suspendisse, aliquam ipsum ante morbi sed ipsum mollis. Sollicitudin viverra, vel varius eget sit mollis. Commodo enim aliquam suspendisse tortor cum diam, commodo facilisis, rutrum et duis nisl porttitor, vel eleifend odio ultricies ut, orci in adipiscing felis velit nibh. Consectetuer porttitor feugiat vestibulum sit feugiat, voluptates dui eros libero. Etiam vestibulum at lectus. Donec vivamus. Vel donec et scelerisque</p>-->
</div>
<div class="post-meta">
<!--<span class="post-date">-->
<!-- <i class="fa fa-calendar"></i>12 Aug 2017-->
<!--</span>-->
<!--<span class="comments">
<i class="fa fa-comments"></i>18 Comments
</span>
<span class="post-view">
<i class="fa fa-eye"></i>265 Views
</span>
<span class="author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</span>
<span class="post-tags">
<i class="fa fa-tags"></i><a href="#">Web Design</a>, <a href="#">Development</a>
</span>-->
</div>
</article>
<!-- End Single Post -->
<div class="next-prev clearfix">
<a href="single-post3.html" class="prev-post">
<i class="fa fa-angle-left fa-2x"></i>Previous Post
</a>
<a href="single-post1.html" class="next-post pull-right">
Next Post<i class="fa fa-angle-right fa-2x"></i>
</a>
</div>
<!-- <div class="author-about clearfix">
<h4>About </h4>
<div class="post-author pull-left">
<img src="img/blog/avatar.png" alt="Aklesh Kumar Malla">
</div>
<div class="author-bio">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae modi quisquam laboriosam, expedita ea natus tempora unde sed sequi velit, quia veniam libero quos sunt.</p>
<h5>Follow The Author</h5>
<div class="social-profile">
<ul>
<li><a href="#"><i class="fa fa-facebook-square fa-2x"></i></a></li>
<li><a href="#"><i class="fa fa-twitter-square fa-2x"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>-->
<!-- <div id="comments" class="comments-section">
<h4>4 Comments</h4>
<ol class="comment-list">
<li id="comment-1">
<div class="comment-wrap">
<div class="author-avatar pull-left">
<img src="img/blog/user.jpg" alt="">
</div>
<div class="author-comment">
<cite class="pull-left"><a href="#">Smithson</a></cite>
<a href="" class="replay pull-right">Replay</a>
<div style="clear:both"></div>
<div class="comment-meta">
<i class="fa fa-calendar"></i> 26 aug 2013 at 07:30 PM
</div>
</div>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non, repellendus. Culpa nam aut vel. Ab, excepturi minus, quasi debitis quaerat animi, enim quod repellat minima dolores facere veniam quam quo!</p>
</div>
</div>
<ul>
<li id="comment-2">
<div class="comment-wrap">
<div class="author-avatar pull-left">
<img src="img/blog/user.jpg" alt="">
</div>
<div class="author-comment">
<cite class="pull-left"><a href="#">Smithson</a></cite>
<a href="" class="replay pull-right">Replay</a>
<div style="clear:both"></div>
<div class="comment-meta">
<i class="fa fa-calendar"></i> 26 aug 2013 at 07:30 PM
</div>
</div>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non, repellendus. Culpa nam aut vel. Ab, excepturi minus, quasi debitis quaerat animi, enim quod repellat minima dolores facere veniam quam quo!</p>
</div>
</div>
</li>
<li id="comment-3">
<div class="comment-wrap">
<div class="author-avatar pull-left">
<img src="img/blog/user.jpg" alt="">
</div>
<div class="author-comment">
<cite class="pull-left"><a href="#">Smithson</a></cite>
<a href="" class="replay pull-right">Replay</a>
<div style="clear:both"></div>
<div class="comment-meta">
<i class="fa fa-calendar"></i> 26 aug 2013 at 07:30 PM
</div>
</div>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non, repellendus. Culpa nam aut vel. Ab, excepturi minus, quasi debitis quaerat animi, enim quod repellat minima dolores facere veniam quam quo!</p>
</div>
</div>
</li>
</ul>
<div class="comment-wrap">
<div class="author-avatar pull-left">
<img src="img/blog/user.jpg" alt="">
</div>
<div class="author-comment">
<cite class="pull-left"><a href="#">Smithson</a></cite>
<a href="" class="replay pull-right">Replay</a>
<div style="clear:both"></div>
<div class="comment-meta">
<i class="fa fa-calendar"></i> 26 aug 2013 at 07:30 PM
</div>
</div>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non, repellendus. Culpa nam aut vel. Ab, excepturi minus, quasi debitis quaerat animi, enim quod repellat minima dolores facere veniam quam quo!</p>
</div>
</div>
</li>
</ol>
</div>-->
<!--<div class="comment-reply-form">-->
<!-- <h3>Leave a Replay</h3>-->
<!-- <form id="comment-form" method="post" action="#">-->
<!-- <div class="form-group">-->
<!-- <input type="text" class="form-control" placeholder="Name *" id="name" name="name" required>-->
<!-- </div>-->
<!-- End .form-group -->
<!-- <div class="form-group">-->
<!-- <input type="email" class="form-control" placeholder="E-mail *" id="email" name="email" required>-->
<!-- </div>-->
<!-- End .form-group -->
<!-- <div class="form-group">-->
<!-- <input type="text" class="form-control" placeholder="Website" id="website" name="website">-->
<!-- </div>-->
<!-- End .form-group -->
<!-- <div class="form-group">-->
<!-- <textarea class="form-control" placeholder="Message *" id="message" name="message" rows="5" cols="5" required></textarea>-->
<!-- </div>-->
<!-- End .form-group -->
<!-- <div class="form-group">-->
<!-- <input type="submit" id="post-comment" value="Post Comment" class="btn btn-transparent">-->
<!-- </div>-->
<!-- End .form-group -->
<!-- </form>-->
<!--</div>-->
<!-- End Single Post -->
</div>
</div>
<!-- Widget Section -->
<div id="right-sidebar" class="col-md-4 col-sm-4">
<!-- Single Widget -->
<aside class="widget wow fadeInUp" data-wow-duration="1000ms">
<!--<div class="widget-title">
<h3>Search</h3>
</div>-->
<!--<div class="widget-content">
<form action="#" id="search-form" method="get" role="search">
<input type="text" class="form-control" placeholder="Search..." autocomplete="on" name="seach">
<button type="submit" title="Search" id="search-submit">
<i class="fa fa-search"></i>
</button>
</form>
</div>-->
</aside>
<!-- End Single Widget -->
<!-- Single Widget -->
<!-- <aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Text Widget</h3>
</div>
<div class="widget-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloribus ducimus in dolorum accusantium voluptate nostrum, excepturi dolores voluptatem vel rerum at, recusandae inventore nobis ex eveniet sunt eligendi, qui provident.</p>
</div>
</aside>-->
<!-- End Single Widget -->
<!-- Single Widget -->
<!-- <aside class="widget wow fadeInDown">-->
<!--<div class="widget-title">-->
<!-- <h3>Posts</h3>-->
<!--</div>-->
<!--<div class="widget-content">-->
<!-- tab nav -->
<!-- <ul class="tab-post-nav clearfix">-->
<!-- <li class="active"><a href="#popular" data-toggle="tab">Popular Post</a></li>-->
<!-- <li><a href="#recent" data-toggle="tab">Recent Post</a></li>-->
<!-- <li><a href="#most-viewed" data-toggle="tab">Most Viewed</a></li>-->
<!-- </ul>-->
<!-- /tab nav -->
<!-- tab content -->
<!-- <div class="tab-content">-->
<!-- <article class="tab-pane active tab-post" id="popular">-->
<!-- <div class="clearfix">-->
<!-- <div class="tab-thumb">-->
<!-- <img src="img/blog/1.jpg" class="img-responsive" alt="3D Printer">-->
<!-- </div>-->
<!-- <div class="tab-excerpt">-->
<!-- <h4><a href="single-post.html">3D Printer</a></h4>-->
<!-- <span>August 12 2017</span>-->
<!-- <p>3D printing, also known as additive manufacturing (AM), refers to processes used to create a three-dimensional object in which layers of material are formed under computer control to create an object.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="clearfix">-->
<!-- <div class="tab-thumb">-->
<!-- <img src="img/blog/3.jpg" class="img-responsive" alt="NSSC 2017">-->
<!-- </div>-->
<!-- <div class="tab-excerpt">-->
<!-- <h4><a href="single-post2.html">NSSC 2017</a></h4>-->
<!-- <span>September 1 2017</span>-->
<!-- <p>NSSC is a unique blend of space , science and technology and the India's first & largest space technology fest unfolded by IIT Kharagpur</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- </article>-->
<!-- <article class="tab-pane tab-post" id="recent">-->
<!-- <div class="clearfix">-->
<!-- <div class="tab-thumb">-->
<!-- <img src="img/blog/2.jpg" class="img-responsive" alt="Abu Robocon 2017">-->
<!-- </div>-->
<!-- <div class="tab-excerpt">-->
<!-- <h4><a href="single-post1.html">Abu Robocon 2017</a></h4>-->
<!-- <span>March 3 2017</span>-->
<!-- <p>Robocon is organised by Asia-Pacific-Broadcasting-Union(ABU), a collection of over 20 countries of Asia Pacific Region.The most awaited event ignites the mind of technocrats of the country with different themes every year.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="clearfix">-->
<!-- <div class="tab-thumb">-->
<!-- <img src="img/blog/3.jpg" class="img-responsive" alt="NSSC 2017">-->
<!-- </div>-->
<!-- <div class="tab-excerpt">-->
<!-- <h4><a href="single-post2.html">NSSC 2017</a></h4>-->
<!-- <span>September 3 2017</span>-->
<!-- <p>NSSC is a unique blend of space , science and technology and the India's first & largest space technology fest unfolded by IIT Kharagpur</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- </article> -->
<!-- <article class="tab-pane tab-post" id="most-viewed">-->
<!-- <div class="clearfix">-->
<!-- <div class="tab-thumb">-->
<!-- <img src="img/blog/4.jpg" class="img-responsive" alt="Vssut Robotics App">-->
<!-- </div>-->
<!-- <div class="tab-excerpt">-->
<!-- <h4><a href="single-post3.html">Vssut Robotics App</a></h4>-->
<!-- <span>January 15 2017</span>-->
<!-- <p> VSSUT ROBOTICS app also provides a platform to work on any project and to upload it. It has the feature of "PUSH NOTIFICATIONS" that blinks when something new is added.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="clearfix">-->
<!-- <div class="tab-thumb">-->
<!-- <img src="img/blog/1.jpg" class="img-responsive" alt="3D Printer">-->
<!-- </div>-->
<!-- <div class="tab-excerpt">-->
<!-- <h4><a href="single-post.html">3D Printer</a></h4>-->
<!-- <span>September 20, 2017</span>-->
<!-- <p>3D printing, also known as additive manufacturing (AM), refers to processes used to create a three-dimensional object in which layers of material are formed under computer control to create an object.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- </article> -->
<!-- </div>-->
<!-- /tab content -->
<!--</div>-->
<!-- </aside>-->
<!-- End Single Widget -->
<!-- Single Widget -->
<!--<aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Newsletter</h3>
<p>Signup to receive email updates and to hear what's going on with my blog!</p>
</div>
<div class="widget-content">
<form action="">
<input type="email" name="email" class="form-control" placeholder="Enter your email" required="">
<input type="submit" value="Subscribe" class="btn btn-transparent">
</form>
</div>
</aside>-->
<!-- End Single Widget -->
<!-- Single Widget -->
<!-- <aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Categories</h3>
</div>
<div class="widget-content">
<ul class="categories">
<li><i class="fa fa-plus"></i> <a href="#">Marketing Policy</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Business Strategy</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Web Research</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Web Development</a></li>
<li><i class="fa fa-plus"></i> <a href="#">Business Model</a></li>
</ul>
</div>
</aside>
<!-- End Single Widget -->
<!-- Single Widget -->
<!--<aside class="widget wow fadeInDown">
<div class="widget-title">
<h3>Tag Cloud</h3>
</div>
<div class="widget-content">
<a class="tag" href="#">Arduino</a>
<a class="tag" href="#">ROS</a>
<a class="tag" href="#">Electronics</a>
<a class="tag" href="#">Raspberry Pi</a>
<a class="tag" href="#">Matlab</a>
<a class="tag" href="#">Robotics</a>
<a class="tag" href="#">Manual</a>
<a class="tag" href="#">Arial</a>
<a class="tag" href="#">Solid Works</a>
<a class="tag" href="#">Design</a>
</div>
</aside>-->
<!-- End Single Widget -->
</div>
<!-- End Widget Section -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End Section -->
<!-- Start Footer Section
========================================== -->
<footer id="footer" class="bg-one">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-lg-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul>
<li><a href="https://www.facebook.com/vssutrobotics/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/societyrobotics"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.vssut_robotics.application&hl=en"><i><img class="icon icons8-Playstore-Filled" width="48" height="48" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAACYElEQVRoQ+2Y4XHUQAyF36uAUAFHBQkV5EoIFRAqSFIBoQKOCiAVkFQAVMBRAaGDUMHLPEZmbg7bJ3tMvDl2f2ttffuklbTEnizuCQcqSGlKVkUyikhaAHgWtj9J3mb2jbH5J4pIOgHwDoBBNtcawAXJL2Oc7dszOYgkA5wD+AXgGoCdPwioV+HMiuTFlDCTgkgygEG+A1iSvNt0NkLNcIehzGoqmMlAJPnUf4QSR9sQjcNhZ5WeAHjeZTcUcEqQRo3XJD/2OSLpFMAHADtts0BpEEmO7+3k3fyPE/wIwNPIiSYf2nyxega/InkqaQnguMXwluRVBmYIiFIfJBmOfU7YfyW5lHQJ4E2bPcmUjykj/0DSfwFyE2F36BNMKPI2FChKEVfshSQXueMESJMXVrgokBuSJ1sgTvxPHTniyr6KUG1AXE/O5s6RNckXknxjLUheS+p0DMB7kufRxvhWWkv6FjfeXywPnex/Wo5wsEuNxtGXBo5LpGlpWgV8aJDETTvOpIJ0nVu2jow79+5dVZEJFHEL7/a9rXcaLNicijS1wbXE13Az6g6G8IbZQTbmDzeE7nQ9fwxexYBErXD7b6C+1r64OvI7tNq8imbS4eZRN7WKUmTb45gQDbQz3EoH8YTo1sQjb+8qFkSSu1zni2F2ruJAIj+sgrvk9CoGJN6yDOC6MnjNDhLvVw4j15BUGLVRzgoSFb3t7fdRKTLY2b4NcypSQUrLkapIVcRzSzYO6syePakOu3r9dh1gPImObjVGCnPnJ9XM3nSOZD42p00FmfP0W+tNaQ6N9WdvQuseW2BZQgs+Z+QAAAAASUVORK5CYII="></i></a></li>
<li><a href="https://www.youtube.com/channel/UCfrM26pYkyk8JtW-G0mcDNQ"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.linkedin.com/in/vssut-robotics-129434149/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/Vssut-Robotics"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.instagram.com/vssut_robotics/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<!--/. End Footer Social Links -->
<!-- copyright -->
<div class="copyright text-center">
<img src="img/robotics2.png" alt="Vssut Robotics" /> <br />
<p>Copyright © 2017. All Rights Reserved.</p>
</div>
<!-- /copyright -->
</div> <!-- end col lg 12 -->
</div> <!-- end row -->
</div> <!-- end container -->
</footer> <!-- end footer -->
<!-- Back to Top
============================== -->
<a href="#" id="scrollUp"><i class="fa fa-angle-up fa-2x"></i></a>
<!-- end Footer Area
========================================== -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="js/jquery-1.12.2.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="js/bootstrap.min.js"></script>
<!-- Back to Top -->
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/classie.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Custom Scrollbar -->
<script src="js/jquery.nicescroll.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing-1.3.pack.js"></script>
<!-- wow.min Script -->
<script src="js/wow.min.js"></script>
<!-- For video responsive -->
<script src="js/jquery.fitvids.js"></script>
<!-- Custom js -->
<script src="js/custom.js"></script>
</body>
</html>