-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
351 lines (304 loc) · 17.2 KB
/
sponsors.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
<!doctype html>
<html lang="en">
<head>
<title>Team Tiburon — Sponsors</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?raw=true">
<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="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>Our Sponsors</strong></h1>
<div class="mx-auto w-75">
<h3 style="color:cornsilk;"> Thanks for supporting us.</h3>
</div>
</div>
</div>
</div>
<!-- VIDEO -->
<div class="video-container">
<video autoplay loop="true" controls muted>
<source type="video/mp4" src="https://github.com/auvnitrkl/webAssets/blob/main/videos/tiburon.mp4?raw=true">
</video>
</div>
<a href="#next-section" class="smoothscroll scroll-button">
<span class=" icon-keyboard_arrow_down"></span>
</a>
</section>
<!-- auv applications-->
<section class="site-section">
<div class="container">
<div class="row align-items-center mb-5">
<div class="col-12 text-center">
<h3 style="color: #007eff"><strong>AUV APPLICATIONS</strong></h3>
</div>
</div>
<div class="row text-center">
<div class="col-lg-6 col-12 mb-1 sponsor-box text-center">
<p class="lead1">Information Collection</p>
<p>Unmanned environmental information collection - Temperature, pollution, mineral concentration from a remote underwater location at a low cost.</p>
</div>
<div class="col-12 col-lg-6 mb-1 sponsor-box text-center">
<p class="lead1">Marine Photography</p>
<p>Photography and videography of marine life for tourism and life monitoring, with less danger of environmental harm.</p>
</div>
<div class="col-12 col-lg-6 mb-1 sponsor-box text-center ">
<p class="lead1">Underwater Mapping</p>
<p>Mapping of the ocean floor, or other water bodies such as rivers or lake. Finding lost objects or discovering the surface and aquatic life forms.</p>
</div>
<div class="col-12 col-lg-6 mb-1 sponsor-box text-center">
<p class="lead1">Consumer Product</p>
<p>Consumer product for marine researchers, hobbyists, with fully developed software and hardware, an underwater drone.</p>
</div>
<div class="col-12 col-lg-6 mb-1 sponsor-box text-center">
<p class="lead1">Wireless Underwater Communications</p>
<p>Underwater wireless communication between several vehicles for information sharing for a smarter and efficient data collection process.</p>
</div>
<div class="col-12 col-lg-6 mb-1 sponsor-box text-center">
<p class="lead1">Naval Border Monitoring</p>
<p>Collection of such vehicles can be used to constantly monitor the ocean borders and beaches for enhanced safety.</p>
</div>
<div class="col-12 col-lg-6 mb-1 sponsor-box text-center">
<p class="lead1">Structural Inspection</p>
<p>Underwater inspection and repair of structural or pipeline damages in extreme and hostile conditions.</p>
</div>
<div class="col-12 col-lg-6 mb-1 sponsor-box text-center">
<p class="lead1">Stealth Actions</p>
<p>Small form factor allows the vehicle to move undetected, can be used by the navy.</p>
</div>
</div>
</div>
</section>
<!-- why should u sponsor us-->
<section class="site-section" id="next-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<div class="text-left">
<h3 class="section-title-sub text-primary text-center">Why Should you Sponsor Us?</h3>
<ul>
<li>Promoting robotics research among undergraduate students.</li>
<li>We participate in international events like RoboSub and were semi-finalist at RoboSub 2019.</li>
<li>At The Student Autonomous Underwater Vehicle [SAVe] 2019, organised by NIOT Chennai and IEEE-OES, we were joint champions along with IIT Bombay.</li>
<li>We were First Runner's up at Singapore AUV Challenge [SAUVC] 2018, organised by IEEE-OES Singapore Chapter.</li>
<li>We were Second Runner's up at SAVe 2017, organised by NIOT, Chennai and IEEE-OES.</li>
<li>AUV and research shall be a big boost to your Corporate Social Responsibility, for supporting and nurturing a national-level team which represents our country internationally.</li>
</ul>
</div>
</div>
<div class="col-lg-5 ml-auto">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors1.jpg?raw=true" style="width: 100%" alt="Image" class="img-fluid img-shadow">
</div>
</div>
</div>
</section>
<!-- sponsorship benefits-->
<section class="site-section" id="next-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0 text-left">
<h3 class="section-title-sub text-primary text-center">Sponsorship Benefits</h3>
<ul>
<li>International Recognition during RoboSub and SAUVC.</li>
<li>Reach young and innovative minds.</li>
<li>Media Coverage.</li>
<li>Promotional and recognition during the conference, workshop, alumni meet and tech fest.</li>
<li>Special mention in website, social media handles and design report of the team.</li>
<li>Company’s logo on the team t-shirts, vehicle and all promotional posters.</li>
<li>Association with NIT Rourkela.</li>
</ul>
</div>
<div class="col-lg-5 ml-auto">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/sponsors0.jpeg?raw=true" style="width: 100%" alt="Image" class="img-fluid img-shadow">
</div>
</div>
</div>
</section>
<!-- sponsors 2 -->
<section class="site-section">
<div class="container">
<div class="row mb-5 border-top pt-5">
<div class="col-12 text-center" data-aos="fade">
<h2 style="color:#007eff; font-weight: 600;">OUR SPONSORS</h2>
</div>
</div>
<div class="row align-items-center block__69944">
<div class="col-lg-4 mb-5 text-center"><br>
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/BlueRobotics.png?raw=true" alt="Image" style="padding: 10px; height: 50%; width: 80%;" class="img-fluid mb-2 rounded">
<p><br>Blue Robotics, the leader in affordable remotely operated underwater vehicles (ROVs) have been delivering the most affordable, reliable and capable thrusters since 2014.<br>
<a href="https://bluerobotics.com" target="_blank">Go to website..</a>
</p>
</div>
<div class="col-lg-4 mb-5 text-center">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/Nalco.gif?raw=true" alt="Image" style="padding: 15px; height: 50%; width: 80%;" class="img-fluid mb-2 rounded">
<p>National Aluminium Company Limited (NALCO) is a Navratna CPSE under Ministry of Mines.The Company is a group ‘A’ CPSE, having integrated and diversified operations in mining, metal and power
<br><a href="https://nalcoindia.com" target="_blank">Go to website..</a>
</p>
</div>
<div class="col-lg-4 mb-5 text-center">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/OpenROV.png?raw=true" alt="Image" style="padding: 10px; height: 50%; width: 80%;" class="img-fluid mb-2 rounded">
<p>Constituting of real-time network , data-driven solutions and flexible APIs they predict the most accurate marine weather forecast .
<br><a href="https://openrov.com" target="_blank">Go to website..</a>
</p>
</div>
<div class="col-lg-4 mb-5 text-center">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/Intel.png?raw=true" alt="Image" style="padding: 10%; height: 50%; width: 70%;" class="img-fluid mb-2 rounded">
<p>Believing that technology must evolve to make things possible and establish smarter connections more than before , they provide with best tech and processors for amazing performance .
<br><a href="https://intel.in" target="_blank">Go to website..</a>
</p>
</div>
<div class="col-lg-4 mb-5 text-center">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/solidWorks.png?raw=true" alt="Image" style="padding: 10px; height: 50%; width: 80%;" class="img-fluid mb-4 rounded">
<p>Dassault Systems SOLIDWORKS Corp. develops and markets one of the best 3D CAD design software , analysis software and product data managemnent software .
<br><a href="https://solidworks.com" target="_blank">Go to website..</a>
</p>
</div>
<div class="col-lg-4 mb-5 text-center">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/NITRAA.jpg?raw=true" alt="Image" style="padding: 10% ; padding-bottom: 0; height: 40%; width: 50%;" class="img-fluid mb-2 rounded">
<p><br>The Official Alumni Association of NIT Rourkela has been a constant support to the team over the years with their guiding hand towards achieving the goal .
<br><a href="https://nitraa.org" target="_blank">Go to website..</a>
</p>
</div>
<div class="col-lg-4 mb-5 text-center">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/niot.jpg?raw=true" alt="Image" style="padding: 10% ; height: 40%; width: 50%;" class="img-fluid mb-2 rounded">
<p>Providing with competitive, value added technical services and solutions to organisations working in the oceans, helps develop a knowledge base about management of ocean resources and environment .
<br><a href="https://niot.res.in" target="_blank">Go to website..</a>
</p>
</div>
<div class="col-lg-4 mb-5 text-center">
<img src="https://github.com/auvnitrkl/webAssets/blob/main/images/sponsors/nvidia.png?raw=true" alt="Image" style="width: 70%; " class="img-fluid mb-2 rounded">
<p>Designing GPUs for gaming and professional purposes as well as on a system on a chip units for the mobile computing and automotives , they are one of the best in the business .
<br><a href="https://nvidia.com" target="_blank">Go to website..</a>
</p>
</div>
</div>
</div>
</section>
<footer class="site-footer slanted-footer">
<a href="sponsors.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>
</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>
</body>
</html>