-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathrovc.html
594 lines (457 loc) · 25.3 KB
/
rovc.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
<!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">
<link rel="shortcut icon" href="img/logo.jpg" type="image/png" />
<title>AMUROV Challenge | Zakir Husain College of Engineering & Technology | Aligarh Muslim University</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" >
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Magnific Popup -->
<link type="text/css" rel="stylesheet" hrefw="css/magnific-popup.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header>
<!-- Background Image -->
<!-- <div class="bg-img" style="background-image: url('./img/background.png');"> -->
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Nav -->
<!-- <nav id="nav" class="navbar nav-transparent"> -->
<nav id="nav" class="navbar head">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="img/auv1.png" alt="lobo" id="rotate_image">
<!--<img src="img/logo-alt.png" alt="Logo"> -->
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<div class="nav-head">
<ul class="main-nav nav navbar-nav navbar-center" id="navbar-ul">
<li><a href="./index.html#home">Home</a></li>
<li><a href="./index.html#about">About</a></li>
<li><a href="./coreTeam.html">Core Team</a></li>
<!-- <li><a href="./crowd.html">Crowd Funding SAUVC'2022</a></li> -->
<!-- <li><a href="./mate_rov.html">MTS AUV-ZHCET</a></li> -->
<li><a href="./index.html#vehicles">Vehicles</a></li>
<li><a href="./index.html#service">Achievements</a></li>
<li><a href="./rovc.html">AMUROVc 1.0</a></li>
<li><a href="./index.html#features">Sponsors</a></li>
<li><a href="./index.html#mentors">Mentors</a></li>
<!-- <li><a href="./posts.html">Recruitments</a></li> -->
<li><a href="./blog-single.html">Blog</a></li>
<li><a href="./index.html#contact">Contact</a></li>
</ul>
</div>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- home wrapper -->
<div class="home-wrapper">
<div class="container my-3">
<div class="row">
<div class="container">
<div class="head-title">
<h1 class="home-title"><span>WELCOME TO AMUROVc</span></h1>
<!-- <h6 class="home-title"><span>Future of Marine Robotics</span></h6> -->
</div>
<div class="row">
<div class="col-sm-12">
<div id="my-slider" class="carousel slide " data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#my-slider" data-slide-to="0" class="active"></li>
<li data-target="#my-slider" data-slide-to="1"></li>
<li data-target="#my-slider" data-slide-to="2"></li>
<li data-target="#my-slider" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="slide-image" src="./img/rovc_page/auv_team.JPG"
alt="image1" />
</div>
<div class="item ">
<img class="slide-image" src="./img/rovc_page/carousel4.JPG"
alt="image2" />
</div>
<div class="item">
<img class="slide-image" src="./img/rovc_page/carousel2.JPG"
alt="image3" />
</div>
<div class="item">
<img class="slide-image" src="./img/rovc_page/carousel3.JPG"
alt="image4" />
</div>
</div>
<a class="left carousel-control" href="#my-slider" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#my-slider" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
</div>
</div>
</div>
</div>
<!-- home content -->
<!-- <div class="col-md-10 col-md-offset-1">
<div class="home-content">
<h1 class="white-text">AUV ZHCET</h1>
<h4 class="white-text">Future of Marine Robotics </h4>
<button class="white-btn"><a href="https://www.backmytalent.com/#/project/14/autonomous-underwater-vehicle-from-students-of-auv-zhcet-club">Support Us</a></button>
<button class="main-btn"><a href="https://www.linkedin.com/company/auv-zhcet/">Follow us!</a></button>
</div>
</div> -->
<!-- /home content -->
</div>
</div>
</div>
<!-- /home wrapper -->
</header>
<!-- /Header -->
<!-- About -->
<div id="about" class="section md-padding bg-gray">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">About us</h2>
</div>
<!-- /Section header -->
<div class="container">
<p class="about-des">MTS AUV-ZHCET presents AMUROVc, a National level Remotely Operated Vehicle (ROV) Competition AMUROVc on 1st and 2nd April 2022 in collaboration with IEEE ZHCET. We've been given permission by the Marine Technology Society Headquarters in Washington and MTS India section in Chennai, we have also been granted permission from the honourable Vice Chancellor to host this event in the university's premises.
<br><br>
Teams from all over the country are participating in AMUROVc, so far 5 teams have confirmed their arrival- Team AUV DTU from Delhi Technical University, Team BIT-MAL ROV from Bannari Amman Institute of Technology, Team PLUZ ULTRAZ from Bannari Institute of Technology , Team AUV Nirma from Institute of Technology, Nirma University, Team Hustlers from Aligarh Muslim University. AMUROVc encourages students to be a part of one of the most unique opportunities offered in the ROV industry and Marine World. It helps them identify the hurdles faced in the ocean while helping them formulate a solution.
<br><br>
The competition will unfold in three stages, the first task was hosted on 1st April and the next two task on 2nd April at Yusuff Ali Aquatics Complex, AMU, Aligarh.
</p>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About -->
<!-- Winner Section -->
<div id="winner" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Winners</h2>
</div>
<!-- /Section header -->
<!-- Row -->
<div class="row">
<div class="col-sm-12">
<div id="my-slider2" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#my-slider2" data-slide-to="0" class="active"></li>
<li data-target="#my-slider2" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="slide-image" src="./img/rovc_page/winner.JPG"
alt="image1" />
<div class="carousel-caption d-none d-md-block">
<h5 class="text-primary text-uppercase " > Team Hustlers from Aligarh Muslim University</h5>
</div>
</div>
<div class="item">
<img class="slide-image" src="./img/rovc_page/team_a.JPG"
alt="image2" />
<div class="carousel-caption d-none d-md-block bg-gradient-succeess">
<h5 class="text-primary text-uppercase " >Team PLUZ ULTRAZ from Bannari Institute of Technology</h5>
</div>
</div>
</div>
<a class="left carousel-control" href="#my-slider2" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#my-slider2" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
</div>
</div>
</div>
</div> -->
<!-- /about -->
</div>
<!-- Team Participated -->
<div id="teams" class="section md-padding bg-grey">
<!-- container starts -->
<div class="container">
<div class="section-header text-center">
<h2 class="title">Teams participated</h2>
</div>
<!-- row starts -->
<div class="row bg-secondary bg-gradient my-4 md-padding">
<!-- Teams content -->
<div class="col-md-6">
<h3>Team Hustlers from Aligarh Muslim University</h3>
<p><b>Team Name :</b>Team Hustlers </p>
<p><b>Institute:</b>Aligarh Muslim University, Uttar Pradesh </p>
<p><b>Team Lead Name :</b>Amzaar Faisal </p>
<p><b>Team Members Name :</b> Mohd Afzal, Shorya Agarwal, Yash Pratap Singh, Yusuf Ahmad Khan </p>
<p><b>Team Supervisor Name :</b> Prof. Saleem Anwar Khan </p>
</div>
<!-- /teams content -->
<!--Teams slider -->
<div class="col-md-6">
<div id="team1-slider" class="owl-carousel owl-theme">
<img class="img-responsive" src="./img/rovc_page/team_hustlers.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_hustlers3.JPG"alt="">
</div>
</div>
</div>
<!-- row ends -->
<!-- row starts -->
<div class="row my-4 md-padding">
<!--Teams slider -->
<div class="col-md-6">
<div id="team2-slider" class="owl-carousel owl-theme">
<img class="img-responsive" src="./img/rovc_page/team_nirma.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_nirma2.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_nirma3.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_nirma4.JPG" alt="">
</div>
</div>
<!-- Teams content -->
<div class="col-md-6">
<h3>Team AUV Nirma from Institute of Technology, Nirma University</h3>
<p><b>Team Name :</b>Team AUV Nirma </p>
<p><b>Institute:</b>Nirma University, Gujarat </p>
<p><b>Team Lead Name :</b> </p>
<p><b>Team Members Name :</b> </p>
<p><b>Team Supervisor Name :</b> </p>
</div>
<!-- /teams content -->
</div>
<!-- row ends -->
<!-- row starts -->
<div class="row my-4 md-padding">
<!-- Teams content -->
<div class="col-md-6">
<h3>Team AUV DTU from Delhi Technical University</h3>
<p><b>Team Name :</b>Team AUV DTU </p>
<p><b>Institute:</b> Delhi Technical University, Delhi</p>
<p><b>Team Lead Name :</b> </p>
<p><b>Team Members Name :</b> </p>
<p><b>Team Supervisor Name :</b> </p>
</div>
<!-- /teams content -->
<!--Teams slider -->
<div class="col-md-6">
<div id="team3-slider" class="owl-carousel owl-theme">
<img class="img-responsive" src="./img/rovc_page/team_a2.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_dtu.JPG" alt="">
<!-- <img class="img-responsive" src="./img/rovc_page/team_dtu2.JPG" alt=""> -->
<img class="img-responsive" src="./img/rovc_page/team_a.JPG" alt="">
</div>
</div>
</div>
<!-- row ends -->
<!-- row starts -->
<div class="row my-4 md-padding">
<!--Teams slider -->
<div class="col-md-6">
<div id="team4-slider" class="owl-carousel owl-theme">
<img class="img-responsive" src="./img/rovc_page/team_bannari.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_bannari1.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_a.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_a2.JPG" alt="">
</div>
</div>
<!-- Teams content -->
<div class="col-md-6">
<h3>Team BIT-MAL ROV from Bannari Amman Institute of Technology</h3>
<p><b>Team Name :</b>Team BIT-MAL ROV </p>
<p><b>Institute:</b> Bannari Amman Institute of Technology, Tamil Nadu</p>
<p><b>Team Lead Name :</b> </p>
<p><b>Team Members Name :</b> </p>
<p><b>Team Supervisor Name :</b> </p>
</div>
<!-- /teams content -->
</div>
<!-- row ends -->
<!-- row starts -->
<div class="row my-4 md-padding">
<!-- Teams content -->
<div class="col-md-6">
<h3>Team PLUZ ULTRAZ from Bannari Institute of Technology</h3>
<p><b>Team Name :</b>Team PLUZ ULTRAZ </p>
<p><b>Institute:</b>Bannari Institute of Technology, Tamil Nadu </p>
<p><b>Team Lead Name :</b> </p>
<p><b>Team Members Name :</b> </p>
<p><b>Team Supervisor Name :</b> </p>
</div>
<!-- /teams content -->
<!--Teams slider -->
<div class="col-md-6">
<div id="team5-slider" class="owl-carousel owl-theme">
<img class="img-responsive" src="./img/rovc_page/team_a.JPG" alt="">
<img class="img-responsive" src="./img/rovc_page/team_bannari2.JPG" alt="">
</div>
</div>
</div>
<!-- row ends -->
</div>
<!-- container ends -->
</div>
<!-- Photos of event -->
<div id="gallery" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Photo Gallery</h2>
</div>
<!-- </Section header -->
<!-- gallery -->
<div class="col-md-4">
<div class="team">
<div class="team-img">
<a href="./rovc_gallery.html#amu_tour"> <img class="img-responsive" src="./img/rovc_event_gallery/amu_tour/6.JPG" alt=""></a>
</div>
<div class="team-content">
<h3><a href="./rovc_gallery.html#amu_tour">AMU Tour</a></h3>
<span></span><br />
<span></span>
</div>
</div>
</div>
<!-- /gallery -->
<!-- gallery -->
<div class="col-md-4">
<div class="team">
<div class="team-img">
<a href="./rovc_gallery.html#swimming"><img class="img-responsive" src="./img/rovc_event_gallery/swimming/6.JPG" alt=""></a>
</div>
<div class="team-content">
<h3><a href="./rovc_gallery.html#swimming">Yusuff Ali Aquatics & Sports Complex</a></h3>
<span></span><br>
<span></span>
</div>
</div>
</div>
<!-- /gallery -->
<!-- gallery -->
<div class="col-md-4">
<div class="team">
<div class="team-img">
<a href="./rovc_gallery.html#auditorium"> <img class="img-responsive" src="./img/rovc_event_gallery/auditorium/4.JPG" alt=""></a>
</div>
<div class="team-content">
<h3> <a href="./rovc_gallery.html#auditorium">AMU Auditorium</a></h3>
<span></span><br>
<span></span>
</div>
</div>
</div>
<!-- /gallery -->
<!-- </div> -->
<!-- /Row -->
<!-- </div> -->
<!-- /Container -->
</div>
<!-- /gallery -->
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="index.html"><img src="img/auv1.png" alt="logo"></a>
</div>
<!-- /footer logo -->
<div id="footer-name" class="row">
<h2>AUV ZHCET</h2>
<hr>
<h4>Department of Mechanical Engineering, ZHCET</h4>
<h4>Aligarh Muslim University, Aligarh, U.P.</h4>
<h4>India</h4>
</div>
<!-- footer follow -->
<ul class="footer-follow">
<li><a href="https://www.facebook.com/auvzhcetclub/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/auv_zhcet"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/auv_zhcet/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/auv-zhcet/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCKnOMeEqaWUOpE7iYwUnzDg"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://github.com/auvzhcet"><i class="fa fa-github"></i></a></li>
</ul>
<!-- /footer follow -->
</div>
</div>
<!-- /Row -->
<div id="credits" style="margin-bottom: -50px">
<a style="position: absolute; bottom: 0; right: 0; color: #fff; font-family: sans-serif; opacity: 0.4; font-size: 18px; padding: 0px 100px;"
href=""></a>
</div>
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<div id="back-to-top"></div>
<!-- /Back to top -->
<!-- Preloader ->
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" ></script>
</body>
</html>