-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
662 lines (627 loc) · 23.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="keywords"
content="igvnitr, igv nitrkl, igvc , igvc nitr, igv nit rourkela, igv nitr, intelligent ground vehicle, igv, cyborg nitrkl, cyborg nitr, cyborg"
/>
<meta
name="description"
content="Intelligent Ground Vehicle Team Website of Cyborg, The Robotics & Automation Club of NIT Rourkela, Odisha. Visit our site for more details."
/>
<meta name="author" content="Cyborg NITR" />
<!-- Apple Meta Tags -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="IGV- Cyborg" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="IGV | Cyborg" />
<meta
property="og:image"
content="https://igvnitr.netlify.app/assets/images/logo1.png"
/>
<meta property="og:url" content="https://igvnitr.netlify.app/" />
<meta
property="og:site_name"
content="Intelligent Ground Vehicle Team Website of CYBORG"
/>
<meta
property="og:description"
content="Intelligent Ground Vehicle Team Website of Cyborg, The Robotics & Automation Club of NIT Rourkela, Odisha. Visit our site for more details."
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H2W68QRHQJ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H2W68QRHQJ");
</script>
<link href="assets/images/logo2.png" rel="icon" />
<!-- site title -->
<title>IGV | Cyborg</title>
<!-- Stylesheets css comes here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/css/nivo-lightbox.css" />
<link rel="stylesheet" href="assets/css/nivo_themes/default/default.css" />
<link rel="stylesheet" href="assets/css/templatemo-style.css" />
<link rel="stylesheet" href="assets/css/home.css" />
<link rel="stylesheet" href="assets/css/scroll.css" />
<script
src="https://kit.fontawesome.com/5ca7d30588.js"
crossorigin="anonymous"
></script>
<link
href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700"
rel="stylesheet"
type="text/css"
/>
<link
href="http://fonts.googleapis.com/css?family=Dosis:400,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap"
rel="stylesheet"
/>
<style>
@media screen and (max-width: 600px) {
.flip {
width: 100%;
}
}
</style>
</head>
<body data-spy="scroll" data-target=".navbar-collapse">
<!-- preloader section -->
<div class="contain">
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
</div>
<!-- navigation section -->
<nav
class="navbar navbar-default navbar-fixed-top sticky-navigation"
role="navigation"
>
<div class="container">
<div class="navbar-header">
<button
class="navbar-toggle"
data-toggle="collapse"
data-target=".navbar-collapse"
>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#"
><img
src="assets/images/logo1.png"
class="img-responsive site-logo"
alt="logo"
height="60px"
width="60px"
/></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right main-navigation">
<li><a href="#home" class="smoothScroll">HOME</a></li>
<li><a href="#about" class="smoothScroll">ABOUT IGVC</a></li>
<li><a href="#cyborg" class="smoothScroll">ABOUT CYBORG</a></li>
<li><a href="#service" class="smoothScroll">SUBSYSTEMS</a></li>
<li><a href="team.html" class="smoothScroll">TEAM</a></li>
<li>
<a href="#testimonial" class="smoothScroll">TESTIMONIALS</a>
</li>
<li><a href="contact.html" class="smoothScroll">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<!-- navbar -->
<!-- home section -->
<div id="particles-js">
<section id="home" class="tm-home">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1 class="tm-home-logo rofl" style="color: #94b629">IGV</h1>
<h3 class="tm-home-header rofl-lol" style="color: #000000">
Intelligent Ground Vehicle
</h3>
<h2 class="tm-home-header rofl" style="color: #000000">
Cyborg NITR
</h2>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<!--a class="btn btn-dark" href="#about" role="button" style="color:black;">SCROLL DOWN <i class="fas fa-arrow-circle-down"></i></a-->
<!-- <button type="button" class="btn btn-outline-dark btn-lg"> <a href="#about" class="butt"> GET STARTED <i class="fas fa-arrow-circle-down"></i> </a></button> -->
</div>
</div>
</div>
</section>
</div>
<section id="section10" class="demo">
<a href="#about" class="smoothScroll"><span></span>Scroll</a>
</section>
<!-- about section -->
<section id="about" class="tm-about">
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-5 col-sm-12">
<img
src="assets/images/my/igvc-1.png"
class="img-responsive wow fadeIn"
data-wow-delay="0.6s"
alt="about"
width="900px"
height="600px"
/>
<img
src="assets/images/my/igvc-2.jpg"
class="img-responsive wow fadeInUp"
data-wow-delay="0.6s"
alt="about"
width="900px"
height="600px"
/>
</div>
<div
class="col-md-5 col-sm-12 about-des wow fadeInRight"
data-wow-delay="0.9s"
>
<h1>IGVC</h1>
<h3 class="tm-about-h3">About</h3>
<p>
Cyborg, a club under the Technical Society, National Institute of
Technology, Rourkela focusses on Robotics and Automation. It has
various captivating undertakings thriving under it. It conducts
various classes and workshops. One of them is the IGVC(Intelligent
Ground Vehicle Competition). The competition has taken place each
year since 1993. IGVC is an internationally acclaimed competition
that aims to integrate control theory, computer vision, vehicular
electronics fundamentals to design and build an unmanned
autonomous system. The major Objective involves following a path
of obstacles dodging them to reach the final point. Team Cyborg
aspires to show its mettle in the internationally acclaimed event
like IGVC and display a commendable performance in it.
</p>
</div>
</div>
</div>
</section>
<!-- about cyborg-->
<section id="cyborg" class="tm-about">
<div class="container">
<div class="row">
<div
class="col-md-5 col-sm-12 about-des wow fadeInRight"
data-wow-delay="0.9s"
>
<h1>Cyborg</h1>
<h3 class="tm-about-h3">About</h3>
<p>
Cyborg, a club under the Technical Society, National Institute of
Technology, Rourkela focusses on Robotics and Automation. It works
under the joint effort of four essential domains - Mechanics,
Electronics, Programming and Image Processing. It has various
captivating undertakings thriving under it. It conducts various
classes and workshops. It has been a regular competitor of the
highest levels in various fests and competitions winning various
laurels in top-notch competitions. Inquisitive talents of this
institute have been getting the opportunity of stepping into our
forum where we nurture and display the store of our white and grey
matter, BECAUSE WE DESIGN INTELLIGENCE.
</p>
</div>
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-5 col-sm-12">
<img
src="assets/images/my/robo-1.jpg"
class="img-responsive wow fadeIn"
data-wow-delay="0.6s"
alt="about"
width="900px"
height="600px"
/>
<img
src="assets/images/my/robo-2.jpg"
class="img-responsive wow fadeInUp"
data-wow-delay="0.6s"
alt="about"
width="900px"
height="600px"
/>
</div>
</div>
</div>
</section>
<!-- service section -->
<section id="service" class="tm-service">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h2>Our Subsystems</h2>
<br />
<br />
<br />
<br />
</div>
<div class="col-lg-6">
<div class="wow fadeInUp" data-wow-delay="0.3s">
<div class="flip">
<div
class="front"
style="
background-image: url(assets/images/my/software.jpg);
background-size: 200px 250px;
opacity: 0.9;
"
>
<h1 class="text-shadow flipping">Software Subsystem</h1>
</div>
<div class="back">
<h3>We design intelligence.</h3>
<br />
<br />
<p style="color: #333333; font-size: 13px">
The main aim of the software subsystem is to develop modular
and error-free software, to get the vehicles working for
challenging tasks.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="wow fadeInUp" data-wow-delay="0.6s">
<div class="flip">
<div
class="front"
style="
background-image: url(assets/images/my/electronics.jpg);
background-size: 200px 250px;
opacity: 0.9;
"
>
<h1 class="text-shadow flipping">Electronics Subsystem</h1>
</div>
<div class="back">
<h3>We build connections.</h3>
<br />
<br />
<p style="color: #333333; font-size: 13px">
The main aim of the electronics subsystem is to make the
bridge between the software stack of the vehicle and the
outside world.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="wow fadeInUp" data-wow-delay="0.9s">
<div class="flip">
<div
class="front"
style="
background-image: url(assets/images/my/mechanical.jpg);
background-size: 200px 250px;
opacity: 0.9;
"
>
<h1 class="text-shadow flipping">Mechanical Subsystem</h1>
</div>
<div class="back">
<h3>We build from scratch.</h3>
<br />
<br />
<p style="color: #333333; font-size: 13px">
The goal of the mechanical subsystem is to sketch a modular
and portable design in Solidworks and deliver full potential
to all the components of the vehicle.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="wow fadeInUp" data-wow-delay="1.2s">
<div class="flip">
<div
class="front"
style="
background-image: url(assets/images/my/web.jpg);
background-size: 200px 250px;
opacity: 0.9;
"
>
<h1 class="text-shadow flipping">Web Development</h1>
</div>
<div class="back">
<h3>We write codes.</h3>
<br />
<br />
<p style="color: #333333; font-size: 13px">
Good tools make website development quicker and easier to
maintain than if you did everything by hand.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- testimonial section -->
<section id="testimonial">
<div id="team" class="tm-team">
<div class="team-title">
<h2>Testimonials</h2>
</div>
<div class="container">
<div class="row">
<div class="container-fluid">
<div class="col-md-2 col-sm-1"></div>
<div class="col-md-6 col-sm-10">
<div class="media wow fadeInUp" data-wow-delay="0.3s">
<div class="media-object pull-left">
<img
src="assets/images/team/biswajeet.jpg"
class="img-responsive"
alt="team"
height="250px"
width="250px"
/>
</div>
<div class="media-body border-right">
<h3 class="media-heading">Biswajeet Sahoo</h3>
<h4 class="tm-team-member-heading-2">
Full Stack Developer
</h4>
<p>#UnravellingTech #Explorer</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-10">
<div class="media wow fadeInUp" data-wow-delay="0.6s">
<div class="media-object pull-left">
<img
src="assets/images/team/risita.jpg"
class="img-responsive"
alt="team"
height="250px"
width="250px"
/>
</div>
<div class="media-body">
<h3 class="media-heading">Risita Jena</h3>
<h4 class="tm-team-member-heading-2">
Electronics Subsystem
</h4>
<p>
Commitment to ensuring the team succeeds with all tasks,
duties, and projects .
</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-10">
<div class="media wow fadeInUp" data-wow-delay="0.9s">
<div class="media-object pull-left">
<img
src="assets/images/team/krishna.jpg"
class="img-responsive"
alt="team"
height="250px"
width="250px"
/>
</div>
<div class="media-body border-right">
<h3 class="media-heading">Krishna Kumar</h3>
<h4 class="tm-team-member-heading-2">
Mechanical Subsystem
</h4>
<p>Our life is what our thoughts make it.</p>
</div>
</div>
</div>
<div class="col-md-2 col-sm-2"></div>
<div class="col-md-6 col-sm-10">
<div class="media wow fadeInUp" data-wow-delay="1s">
<div class="media-object pull-left">
<img
src="assets/images/team/kj.jpg"
class="img-responsive"
alt="team"
height="250px"
width="250px"
/>
</div>
<div class="media-body border-right">
<h3 class="media-heading">Kamaljeet Sahoo</h3>
<h4 class="tm-team-member-heading-2">Software Subsystem</h4>
<p>Team player... Nothing without my team</p>
</div>
</div>
</div>
</div>
</div>
<div class="wrap">
<a
href="team.html#home"
class="button"
style="text-align: center; padding-top: 18px"
>Meet Our Amazing Team</a
>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</div>
</section>
<!-- contact section -->
<!-- section id="contact" class="tm-contact">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h3 style="color: white;">Contact us</h3>
</div>
<div class="col-md-4 col-sm-5 address wow fadeInUp" data-wow-delay="0.6s">
<div>
<h4 class="tm-contact-h3">Address</h4>
<p>SAC, NIT Rourkela. Pin-769008</p>
</div>
<div>
<h4 class="tm-contact-h3">Email</h4>
<p><a href="mailto:[email protected]" class="tm-contact-link">[email protected]</a></p>
</div>
<div>
<h4 class="tm-contact-h3">Phone</h4>
<p><a href="tel:+91 97787 56623" class="tm-contact-link">+91 97787 56623</a></p>
</div>
</div>
<div class="col-md-8 col-sm-7 contact-form wow fadeInRight" data-wow-delay="0.9s">
<form action="https://formspree.io/[email protected]" method="post" role="form">
<div class="col-md-6 col-sm-6">
<input class="form-control" type="text" placeholder="Your Name">
</div>
<div class="col-md-6 col-sm-6">
<input class="form-control" type="email" placeholder="Your Email">
</div>
<div class="col-md-12 col-sm-12">
<input class="form-control" type="text" placeholder="Your Subject">
<textarea class="form-control" placeholder="Your Message" rows="6"></textarea>
</div>
<div class="col-md-offset-6 col-md-6 col-sm-12">
<input class="form-control" type="submit" value="SEND MESSAGE">
</div>
</form>
</div>
</div>
</div>
</section -->
<!-- footer section -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<img
src="assets/images/my/logo.png"
class="img-responsive"
alt="footer logo"
height="100px"
width="250px"
style="margin-left: 50px"
/>
</div>
<div class="col-md-4">
<p style="font-size: 17px">
<b
>Cyborg<br />
Club under Technical Society, <br />
SAC NIT Rourkela <br />
EC 440, EC building, NIT Rourkela. <br />
Pin-769008
<br
/></b>
</p>
<p>
Copyright © 2020 Cyborg<br />
National Institute Of Technolgy,Rourkela
</p>
</div>
<div class="col-md-4">
<p style="font-size: 18px"><b>Follow us on:</b></p>
<ul class="social-icon">
<li class="wow bounceIn social" data-wow-delay="0.3s">
<a href="https://www.instagram.com/cyborg_nitr/"
><i class="fab fa-instagram fa-2x"></i
></a>
</li>
<li class="wow bounceIn social" data-wow-delay="0.6s">
<a href="https://www.facebook.com/cyborg.nitr/"
><i class="fab fa-facebook-f fa-2x"></i
></a>
</li>
<li class="wow bounceIn social" data-wow-delay="0.9s">
<a
href="https://www.linkedin.com/company/cyborg-official-robotics-club-of-nit-rourkela/"
><i class="fab fa-linkedin-in fa-2x"></i
></a>
</li>
<li class="wow bounceIn social" data-wow-delay="1.2s">
<a
href="https://www.youtube.com/channel/UCnmvTxutxWHcuRELKOjYPnQ"
><i class="fab fa-youtube fa-2x"></i
></a>
</li>
<li class="wow bounceIn social" data-wow-delay="1.5s">
<a href="https://github.com/CYBORG-NIT-ROURKELA"
><i class="fab fa-github fa-2x"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- javascript js comes here -->
<script src="assets/js/jquery.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> -->
<script src="assets/js/particles.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/smoothscroll.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/isotope.js"></script>
<script src="assets/js/imagesloaded.min.js"></script>
<script src="assets/js/nivo-lightbox.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/js/app.js"></script>
<script src="assets/js/collapse.js"></script>
<script type="text/javascript">
$(window).load(function () {
// Animate loader off screen
$(".contain").fadeOut("slow");
});
</script>
</body>
</html>