-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathauv-timeline.html
309 lines (261 loc) · 13.6 KB
/
auv-timeline.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>AUV Timeline</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700i" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="assets/img/logo-back.jpg" rel="icon">
<link href="assets/img/logo-back.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/auvtimeline.css">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Darkmode pre -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script>
$(document).ready(function () {
document.getElementsByTagName("html")[0].style.visibility = "visible";
});
$.getScript("./assets/vendor/darkreader/darkreader.js", function () {
DarkReader.setFetchMethod(window.fetch);
DarkReader.enable({
brightness: 100,
contrast: 90,
sepia: 10,
});
});
</script>
<!-- Darkmode ends -->
</head>
<body>
<header id="header" class="d-flex align-items-center">
<div class="container">
<!-- The main logo is shown in mobile version only. The centered nav-logo in nav menu is displayed in desktop view -->
<div class="logo d-block d-lg-none">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul class="nav-inner">
<li><a href="index.html">Home</a></li>
<li class="drop-down"><a href="">About</a>
<ul>
<li><a href="index.html#about">About Us</a></li>
<li><a href="Timeline.html">Timeline</a></li>
<li class="active"><a href="auv-timeline.html">AUV - Timeline</a></li>
</ul>
</li>
<li><a href="team-details.html">Our Team</a></li>
<li class="nav-logo"><a href="index.html#hero"><img src="assets/img/logo.png" alt=""
class="img-fluid"></a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="drop-down"><a href="bot-details.html">AUV</a>
<ul>
<li><a href="bot-details.html#Turret">Turret</a></li>
<li><a href="bot-details.html#Skyline">Skyline</a></li>
<li><a href="bot-details.html#Kaiser">Kaiser</a></li>
<li><a href="bot-details.html#Torpedo">Torpedo</a></li>
<li><a href="bot-details.html#Mayhem">Mayhem</a></li>
</ul>
</li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header>
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs" data-aos="fade-up">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2>AUV - Timeline</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>AUV - Timeline</li>
</ol>
</div>
</div>
</section><!-- End Breadcrumbs -->
<br><br>
<div class="container" style="padding-bottom: 5%; padding-top: 3%;">
<div class="row">
<div class="col-md-12">
<div class="main-timeline">
<div class="timeline">
<a class="timeline-content">
<span class="timeline-year">2020 </span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">july:</h3>
<h5 class="title">FIRST ENCOUNTER</h5>
<p class="description">
The idea of making an AUV was first Proposed.
</p>
</div>
</a>
</div>
<div class="timeline">
<a class="timeline-content">
<span class="timeline-year">2020</span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">august:</h3>
<h3 class="title">INITIAL STEPS</h3>
<p class="description">
We Started contacting more teams to know more about the competition and the team
decided to move forward with the idea.
</p>
</div>
</a>
</div>
<div class="timeline">
<a class="timeline-content">
<span class="timeline-year">2020</span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">September:</h3>
<h3 class="title">Research</h3>
<p class="description">
Research for Building an AUV started.
</div>
</a>
</div>
<div class="timeline">
<a href="#" class="timeline-content">
<span class="timeline-year">2021</span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">january:</h3>
<h3 class="title">ROS TRAINING TYPE</h3>
<p class="description">
For the AUV program and for the common wealth of the team, we found out that the Open Source robotics simulation software - ROS, will be beneficiary for both the Core and the AUV team. Thus, the ROS training program was arranged.
</p>
</div>
</a>
</div>
<div class="timeline">
<a class="timeline-content">
<span class="timeline-year">2021</span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">may:</h3>
<h3 class="title">PROTOTYPE BUILD</h3>
<p class="description">
The Prototype of the AUV, but with less automaticity and remote controlled, called the ROV with Xbotics was planned. But due to increase in covid cases in the second wave, the vuild was postponed to june.
</p>
</div>
</a>
</div>
<div class="timeline">
<a class="timeline-content">
<span class="timeline-year">2021</span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">august:</h3>
<h3 class="title">WORK RE-INITIATION</h3>
<p class="description">
Work starts, Juniors can start working on core robotics.
</p>
</div>
</a>
</div>
<div class="timeline">
<a class="timeline-content">
<span class="timeline-year">2021</span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">august:</h3>
<h3 class="title">FINAL STAGES</h3>
<p class="description">
Planned completion of the project and testing right after.
</p>
</div>
</a>
</div>
<div class="timeline">
<a class="timeline-content">
<span class="timeline-year">2022</span>
<div class="timeline-icon">
<i class="fa fa-cog"></i>
</div>
<div class="content">
<h3 class="title">February:</h3>
<h3 class="title">Competitions</h3>
<p class="description">
Working video of the AUV will be taken and submitted to international competition entries, for evaluation.
</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h3>Fear not,Strive forth</h3>
</div>
</div>
<div class="social-links">
<a href="https://www.instagram.com/dreadnoughtrobotics" class="instagram" target="_blank"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.facebook.com/dreadnoughtrobotics" class="facebook" target="_blank"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.linkedin.com/company/dreadnought-robotics/" class="linkedin" target="_blank"><i
class="bx bxl-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UC1mdMNwzj-X7uIb3nG41crA" class="youtube"
target="_blank"><i class="bx bxl-youtube"></i></a>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/auvtimeline.js"></script>
<script src="assets/js/jquerylink.js"></script>
</body>
</html>