-
Notifications
You must be signed in to change notification settings - Fork 16
/
mate_rov.html
311 lines (265 loc) · 9.16 KB
/
mate_rov.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
<!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>MTS AUV ZHCET</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>
.title{
padding-top:30px;
}
h2.teamName{
padding-top:30px;
}
.our-team{
text-align: center;
margin-bottom: 100px;
z-index: 1;
position: relative;
}
.our-team .pica{
overflow: hidden;
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: auto;
/*height: 100%;*/
/*width:250px;
height:250px;*/
}
.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;
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-right">
<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="./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">
<h2 class="title">About MTS AUV-ZHCET</h2>
</div>
<div class="container">
<p class="about-des">The Marine Technology Society promotes awareness, understanding, and the advancement and application of marine technology.
Incorporated in 1963, the international society brings together businesses, institutions, professionals, academics, and students who are ocean engineers, technologists, policy makers, and educators.
MTS facilitate a broader understanding of the relevance of marine technology to wider global issues by enhancing the dissemination of marine technology information.
It also advance the development of the tools and procedures required to explore, study and further the responsible and sustainable use of the oceans.
The Society publishes a peer-reviewed journal — The Marine Technology Society Journal. It has three technical divisions and 31 Professional Committees (technical interest groups).
The society hosts several conferences yearly. And, it supports 13 Sections, which focus on events and programs unique to their geographic areas, enhancing
networking among local colleagues, businesses, universities and government/military offices.
</p>
</div>
<br>
<br>
<div class="container">
<p class="about-des">
As founding members, we wanted to introduce our college undergraduate students to underwater technology. For this,
Marine Technology Society was the best choice as their vision aligned with ours, which is to spread awareness, understanding, and
the advancement and application of marine technology. We wanted to allow our students to have a platform by which they could interact
with other international students through their research and innovative ideas. The eight of us decided to have a chapter of MTS at the
college after knowing the countless yet priceless opportunities the students can get by being a member of the MTS chapter in research and innovation of underwater technology.
</p>
</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>