-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam_mech.html
435 lines (376 loc) · 19.4 KB
/
team_mech.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
<!doctype html>
<html lang="en">
<head>
<title>Team Tiburon — Mechanical team</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="https://github.com/auvnitrkl/webAssets/blob/main/images/favicon.ico">
<link rel="stylesheet" href="css/custom-bs.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/line-icons/style.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<img style="margin-left: 10px; padding: 5px;" class="img-fluid" height="45" width ="45" src="https://github.com/auvnitrkl/webAssets/blob/main/images/logo.png?raw=true">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<!-- NAVBAR -->
<header class="site-navbar" id="top">
<div class="container-fluid">
<div class="dark-div">
<button onclick="darkTheme()">DM</button>
</div>
<div class="mySidenav">
<a href="team_mech.html" class="t-mech">Mechanical</a>
<button onclick="expand(0)" class="t-mech-btn">+</button>
<a href="team_elec.html" class="t-elec">Electronics</a>
<button onclick="expand(1)" class="t-elec-btn">+</button>
<a href="team_soft.html" class="t-soft">Software</a>
<button onclick="expand(2)" class="t-soft-btn">+</button>
<a href="team_pr.html" class="t-pr">PR</a>
<button onclick="expand(3)" class="t-pr-btn">+</button>
<a href="team_acous.html" class="t-acous">Acoustic</a>
<button onclick="expand(4)" class="t-acous-btn">+</button>
</div>
<div class="row align-items-center">
<div class="site-logo col-8"><a href="index.html">
TIBURON</a>
<a href="index.html"><img style="margin-left: 10px; padding: 5px;" class="img-fluid" height="45" width ="45" src="https://github.com/auvnitrkl/webAssets/blob/main/images/logo.png?raw=true"></a>
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Ftiburonauv%2F&width=72&layout=button_count&action=like&size=small&show_faces=true&share=true&height=21&appId" width="140" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
<nav class="mx-auto site-navigation">
<ul class="site-menu js-clone-nav d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">The Team</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="events.html">Technical Events</a></li>
<li><a href="robosub21.html">Robosub 2021</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="col-4 site-burger-menu d-block d-lg-none text-right">
<a href="#" class="site-menu-toggle js-menu-toggle"><span class="icon-menu h3"></span></a>
</div>
</div>
</div>
</header>
<section class="site-navbar2" id="top2">
<div>
<img class="img-fluid" height="75" width ="75" src="https://github.com/auvnitrkl/webAssets/blob/main/images/logo.png?raw=true">
</div>
</section>
<!-- HOME -->
<section class="home-section section-hero overlay slanted" id="home-section">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-8 text-center">
<h1><strong>Mechanical Team</strong></h1>
<div class="mx-auto w-75">
<h3 style="color:cornsilk;"><strong>We build from scratch.</strong></h3>
</div>
</div>
</div>
</div>
<!-- VIDEO -->
<div class="video-container">
<video autoplay loop="true" controls muted>
<source type="video/mp4" src="videos/tiburon.mp4">
</video>
</div>
<a href="#next-section" class="smoothscroll scroll-button">
<span class=" icon-keyboard_arrow_down"></span>
</a>
</section>
<section class="site-section block__18514" id="next-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 mr-auto">
<div >
<img width="100%" height="180px" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech.jpeg?raw=true"><br><br>
<img width="100%" height="200px" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mechanical1.jpg?raw=true">
</div>
</div>
<div class="col-lg-8" style="margin-top: 10px;">
<div class="row">
<span class="text-primary col-lg-3 mb-1 text-center"><span class="icon-line-tools-2 display-1"></span></span>
<div class="col-lg-8 " style="text-align: center; margin: 5px; border-radius: 5px; background-image: url('https://github.com/auvnitrkl/webAssets/blob/main/images/bg-mech.jpg?raw=true');">
<h1 style="color: white;margin-top: 25px;"><strong>WE BUILD THE BODY</strong></h1>
</div>
</div>
<div class="text-center">
<!-- <h2 class="mb-4">How we code</h2> -->
<p> 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 and to maximize the degrees of freedom and minimize the drag force experienced by the vehicle thereby achieving higher gliding speed in the water, in addition to easy transportation.
We also ensure the strength and durability of the AUVs by choosing the right combination of material after hundreds of analysis in ANSYS. The design is made waterproof which ensures dehydrated conditions for the Intel NUC and all the other electronic components.</p></div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h3 class="section-title-sub text-primary">Tough Mechies</h3>
<h2 class="section-title mb-3">Present Members</h2>
</div>
</div>
<div id="posts" class="row no-gutter">
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Tarun.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Tarun Verma</strong></h5>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/aditya2.jpeg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Aditya Mohan</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
CAD modelling and Simulation of the bot
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Abde.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Abde Ali</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
Of the team, for the team , Tiburon forever .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Indranil.jpeg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Indranil Ghosh</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
Perfectionist , realistic , problem solver , mechanic .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Kanishk1.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Kanishk Singh</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
A ray of an idea leads to the spectrum of opportunities .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Krishna.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Krishna Kumar</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
Think, Draw and Analyse .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Pushpendu.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Pushpendu Nandi</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
Let's explore the unexplored ocean together .
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Members">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3">Alumni Members</h2>
</div>
</div>
<div id="posts" class="row no-gutter">
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Abhishek2.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Abhishek Rout</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
Works in designing and simulations for the vehicle .
</p>
</div>
</div>
</div>
<div
class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Vinit.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Vinit Agarwal</strong></h5>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Ankit.jpg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Ankit Behera</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
I am a passionate and dedicated member of the them and always preoccupied for the development of the knowledge among the team members .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/mech/Ateet.jpeg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Ateet Roy</strong></h5>
<br>
<p style="text-align: center; color: blanchedalmond;">
I love to work in on innovative projects.
Led the mechanical subsystem of the team. Technical work included Design, Simulation and Manufacturing of the AUV .
</p>
</div>
</div>
</div>
<div class="item tiburon1 col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-3">
<div class="blur-it">
<img class="img-fluid-gallery2" src="https://github.com/auvnitrkl/webAssets/blob/main/images/team/Prasanmit.jpeg?raw=true">
<div class="overlay3">
<h5 style="color:cornsilk ;font-size:1rem; text-align: center; margin-top: 10%;"><strong>Prasanmit Nath</strong></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h3 class="section-title text-primary">What keeps us going?</h3>
<h2 class="section-title mb-3"></h2>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="block_quote block__87154">
<span class="quote"><img src="https://github.com/auvnitrkl/webAssets/blob/main/images/quote.png?raw=true" alt="Image"></span>
<blockquote>
<p> All knowledge which ends in words will die as quickly as it came to life, with the exception of the written word: which is its mechanical part. <br><h3 style="font-size: 1.2rem;">- Leonardo Da Vinci</h3>
</blockquote>
</div>
</div>
<div class="col-lg-6">
<div class="block_quote block__87154">
<span class="quote"><img src="https://github.com/auvnitrkl/webAssets/blob/main/images/quote.png?raw=true" alt="Image"></span>
<blockquote>
<p> “Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.” <br><br><h3 style="font-size: 1.2rem;">- Antoine de Saint-Exupery</h3>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<footer class="site-footer slanted-footer">
<a href="team_mech.html#home-section" class="smoothscroll scroll-top">
<span class="icon-keyboard_arrow_up"></span>
</a>
<div class="container">
<div class="row mb-5">
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Technical Events</h3>
<ul class="list-unstyled">
<li><a href="https://sauvc.org/">Singapore AUV Challenge(SAUVC)</a></li>
<li><a href="https://www.niot.res.in/SAVe/">Student Autonomous Underwater Vehicle(SAVe) Competition</a></li>
<li><a href="https://robosub.org/">RoboSub 2019</a></li>
</ul>
</div>
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Address</h3>
<ul class="list-unstyled">
<li>Technology Innovation and Industry Relations Building, NIT Rourkela</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</span>
</ul>
</div>
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Faculty Advisor</h3>
<ul class="list-unstyled">
<li>Dr Haraprasad Roy</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="col-6 col-md-3 mb-4 mb-md-0">
<h3>Contact Us</h3>
<div class="footer-social">
<a href="https://www.facebook.com/tiburonauv/"><span class="icon-facebook"></span></a>
<a href="https://www.twitter.com/auvnitrkl"><span class="icon-twitter"></span></a>
<a href="https://www.instagram.com/auvnitrkl"><span class="icon-instagram"></span></a>
<a href="https://www.linkedin.com/school/tiburonauv"><span class="icon-linkedin"></span></a>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-12">
<p class="copyright"><small class="block">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script>All rights reserved | Developed from
<a href="https://colorlib.com" target="_blank">Colorlib</a></a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</small></p>
</div>
</div>
</div>
</footer>
</div>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/dark.js"></script>
<script src="js/custom.js"></script>
<script src="js/sideNavExpand.js"></script>
</body>
</html>