-
Notifications
You must be signed in to change notification settings - Fork 16
/
electronicsTeam.html
662 lines (549 loc) · 18.9 KB
/
electronicsTeam.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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="shortcut icon" href="img/logo.jpg" type="image/png" />
<title>Electronics Team</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" />
<!-- 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" href="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 work 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]-->
<style>
.our-team {
text-align: center;
margin-bottom: 120px;
z-index: 1;
position: relative;
}
.our-team .pic {
/* border-radius: 50%; */
overflow: hidden;
position: relative;
}
.our-team .pic:after {
content: "";
width: 100%;
height: 100%;
/* border-radius: 50%; */
background: rgba(0, 0, 0, 0.7);
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after {
opacity: 1;
}
.our-team .pic img {
width: 100%;
/* height: fit-content; */
height: 100%;
/*width:250px;
height:250px;*/
}
.our-team .pic .cover-img {
background-position: center;
height: 45vh;
background-repeat: no-repeat;
background-size: cover;
}
@media screen and (max-width: 767px) {
.our-team .pic .cover-img {
background-size: contain;
height: 60vh;
}
}
.our-team .social {
width: 100%;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
position: absolute;
top: 45%;
left: 0;
z-index: 1;
transition: all 0.5s ease 0s;
}
.our-team:hover .social {
opacity: 1;
}
.our-team .social li {
display: inline-block;
}
.our-team .social li a {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
border: 1px solid #fff;
font-size: 15px;
color: #fff;
margin-right: 10px;
transition: all 0.5s ease 0s;
}
.our-team .social li a:hover {
background: #fff;
color: #000;
}
.our-team .team-content {
width: 100%;
height: 100%;
/* border-radius: 50%; */
/* border: 2px dotted #ddd; */
position: absolute;
bottom: -100px;
left: 0;
z-index: -1;
/* transition: all 0.5s ease 0s; */
}
.our-team:hover .team-content {
border: 2px dotted #00adae;
}
.our-team .team-info {
width: 100%;
color: #464646;
position: absolute;
bottom: 12px;
left: 0;
}
.our-team .title {
font-size: 20px;
line-height: 0.9;
font-weight: 600;
color: #464646;
margin: 0 0 5px 0;
transition: all 0.5s ease 0s;
}
.our-team:hover .title {
color: #00adae;
}
.our-team .post {
display: block;
font-size: 14px;
color: #464646;
}
</style>
</head>
<body>
<!--Redirect news-->
<a href="#" id="demo" style="display: none"></a>
<!--/Redirect news-->
<!-- Header -->
<header>
<!-- Nav -->
<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="logo" id="rotate_image">
</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 -->
</header>
<!-- /Header -->
<div class="container">
<div class="section-header text-center">
<div class="title">
<h1 class="home-title"><span>Electronics Team</span></h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="about-des">We, the Electronics team does all the tasks such as designing the circuits,
operating different sensors, and ensuring efficient power management. For maintaining proper
stability of AUV, we develop an autonomous electronic mechanism for the acquisition of data from
the surroundings using various devices and industrial graded sensors. We also control the motion
of our vehicle by operating thrusters at the required rpm. The proposed design of our electronic
circuits and devices ensures that our vehicle is very cost effective and economical. By being a
part of this team one can gain experience in the real time Artificial Intelligence. task of the
electronics team is the designing of circuits, operating different sensor arrays , and ensuring
an efficient power management.</p>
</div>
<div class="col-md-6">
<!-- <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>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="slide-image" src="./img/elec1.jpg" alt="image1" />
</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>
<br>
<div class="section-header text-center">
<div class="title">
<h1 class="home-title"><span>Team Members</span></h1>
</div>
</div>
<div class="jumbotron">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/AyeshaParveen.jpg');">
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<!-- <li><a href="https://www.linkedin.com/in/mohammad-areeb-akhter-0a0984178"
class="fa fa-linkedin"></a></li> -->
</ul>
</div>
<!-- <img src="./img/farogh-alam.jpg"> -->
<!-- <img src="./img/team members/farogh-alam.jpg"> -->
<ul class="social">
<!-- <li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>-->
<!-- <li><a href="mailto: ?Subject=Hello%20again" target="_top" class="fa fa-google-plus"></a></li>
<li><a href="" class="fa fa-linkedin"></a></li>-->
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Ayesha Parveen</h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/ayan.jpeg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="https://www.linkedin.com/in/mohd-ayan-7b8ba2152"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Mohd Ayan</h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/munira-sultan.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="https://www.linkedin.com/in/munira-sultan-83a42922b/"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Munira Sultan</h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/azra-jalil.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="#"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Azra Jalil</h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/Atifa\ Saeed.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="#"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Atifa Saeed</h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/Mohd\ Abdullah\ Khan.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="https://www.linkedin.com/in/abdullahkhan07/"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Mohd Abdullah Khan</h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/Syed\ Mikayel\ 20EEB229.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="https://www.linkedin.com/in/syed-mikayel-199aa520a/"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Syed Mikayel </h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/Umer\ Ahmad\ Khan.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="https://www.linkedin.com/in/umer-ahmad-khan-523284252"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">Umer Ahmad Khan</h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/DUSHYANT\ SHARMA.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="#"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">DUSHYANT SHARMA </h3>
<span class="post">Team Member</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/najmus-saqib.jpg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="https://www.linkedin.com/in/mohd-ayan-7b8ba2152"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">NAJMUS SAQIB </h3>
<span class="post">Volunteer</span>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<div class="cover-img" style="background-image: url('./img/team members/Lucky\ Solanki.jpeg');">
</div>
<!-- <img src="./img/team members/mohd-ayan.jpg"> -->
<ul class="social">
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_top"
class="fa fa-google-plus"></a></li>
<li><a href="https://www.linkedin.com/in/lucky-solanki-077274229/"
class="fa fa-linkedin"></a></li>
</ul>
</div>
<div class="team-content">
<div class="team-info">
<h3 class="title">LUCKY SOLANKI</h3>
<span class="post">Volunteer</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 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/blog.js"></script>
</body>
</html>