-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
369 lines (364 loc) · 15.1 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<title>
AquaPack Robotics - You can bring a wolf to water, but it is harder
to make it a fully autonomous underwater vehicle
</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Optional Javascript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"
></script>
<script src="https://cdn.ncsu.edu/brand-assets/bootstrap-4/js/bootstrap.min.js"></script>
<!-- FontAwesome -->
<script
src="https://kit.fontawesome.com/fc11a7033a.js"
crossorigin="anonymous"
></script>
<!-- NC State Bootstrap CSS -->
<link
href="https://cdn.ncsu.edu/brand-assets/bootstrap-4/css/bootstrap.min.css"
rel="stylesheet"
/>
<!--Primary, sitewide stylesheet-->
<link rel="stylesheet" href="./css/main.css" />
<!--Page specific stylesheet-->
<link rel="stylesheet" href="./css/home.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand navbar-active" href="#">
<span class="sr-only">(current)</span>
<img
src="./img/aquapack-icon-profile.svg"
width="40"
height="40"
alt="The logo for AquaPack robotics, a howling wolf riding on top of a submarine"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon">
<i class="fa-solid fa-angle-down"></i>
</span>
</button>
<div class="collapse navbar-collapse navbar-light" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
About Us
</a>
<div
class="dropdown-menu"
aria-labelledby="navbarDropdown"
>
<a
class="dropdown-item"
href="./html/about/overview.html"
>Get to know us</a
>
<a
class="dropdown-item"
href="./html/about/members.html"
>Meet the Team</a
>
<a
class="dropdown-item"
href="./html/about/robosub.html"
>RoboSub</a
>
<a
class="dropdown-item"
href="./html/about/disciplines.html"
>Disciplines</a
>
</div>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Documentation
</a>
<div
class="dropdown-menu"
aria-labelledby="navbarDropdown"
>
<a
class="dropdown-item"
href="https://github.com/ncsurobotics"
>GitHub</a
>
<a
class="dropdown-item"
href="https://ncsurobotics.github.io"
>Wiki</a
>
<a
class="dropdown-item"
href="./html/documentation/tdr.html"
>Technical Design Report</a
>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./html/seawolves.html"
>Past SeaWolves</a
>
</li>
<li class="nav-item dropdown">
<!--NCSU Bootstrap NavBar doesn't allow the "face" link of a
dropdown to be followed, thus this is just a placeholder-->
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Outreach Programs
</a>
<div
class="dropdown-menu"
aria-labelledby="navbarDropdown"
>
<a
class="dropdown-item"
href="./html/outreach/industry-partners.html"
>Industry Partners Program</a
>
<a class="dropdown-item" href="./html/404.html"
>Community Outreach</a
>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./html/calendar.html"
>Calendar</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="./html/blog/blog.html"
>Blog</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Sponsors & Donors
</a>
<div
class="dropdown-menu"
aria-labelledby="navbarDropdown"
>
<a
class="dropdown-item"
href="./html/donors/tiers.html"
>Sponsorship Tiers</a
>
<a
class="dropdown-item"
href="./html/donors/sponsors.html"
>Current Sponsors</a
>
</div>
</li>
</ul>
</div>
</nav>
<header class="splash" id="splash-homepage">
<div class="splash" id="glass-panel">
<img
src="./img/aquapack_main_logo.png"
height="65%"
id="logo"
/>
<h1>Learn, Design, Build</h1>
</div>
</header>
<div class="content" id="overview">
<div class="subteams">
<div class="team" id="mechanical">
<i class="fa-solid fa-wrench fa-2xl team-icon"></i>
<h1 class="team-heading">Mechanical</h1>
<p>Design and manufacturing of robot physical components</p>
</div>
<div class="team" id="electrical">
<i class="fa-solid fa-bolt fa-2xl team-icon"></i>
<h1 class="team-heading">Electrical</h1>
<p>Design and wiring of robot circuitry</p>
</div>
<div class="team" id="software">
<i class="fa-solid fa-code fa-2xl team-icon"></i>
<h1 class="team-heading">Software</h1>
<p>Design and development of system logic</p>
</div>
<div class="team" id="business">
<i class="fa-solid fa-briefcase fa-2xl team-icon"></i>
<h1 class="team-heading">Business</h1>
<p>
Public relations, financial management, and company
relations.
</p>
</div>
</div>
</div>
<!--This isn't the "right" way to do this, but inline styling means I didn't have to recompile-->
<div
class="content"
style="margin: auto; height: fit-content; width: fit-content"
>
<img
src="img/robosub-23-team-photo.jpg"
width="100%"
style="margin: auto"
/>
</div>
<div class="content text-box" id="about">
<p>
We build autonomous underwater vehicles! We are a team that
consists of many disciplines all striving to run a successful
organization and build a competitive robot.
</p>
<p>
We are a student-led 501(c)(3) organization that is always open
to new members from any major. Our team works outside the
classroom to not only build a competitive robot, also to improve
each other's technical skills and spread the passion of robotics
throughout the community. Our robot, SeaWolf, competes in the
RoboSub competition annually. You can learn more about RoboSub
<a href="./html/about/robosub.html">here</a>.
</p>
</div>
<div class="content" id="hours">
<div class="content textbox">
<h1>Hours Spent Engineering</h1>
<p>
We pride ourselves in working hard to develop a functional
and robust system. Our team of engineers clocked over 4000
hours during the 2022-2023 academic school year. Teams are
often working together at meetings and tests, so concurrent
hours have been recorded individually.
</p>
</div>
<ul class="bar-chart">
<li>
<h1>Total Recorded Hours</h1>
<p>
<span
class="bar"
id="total-hours"
style="width: 80%"
></span>
4000+ hours
</p>
</li>
<li>
<h1>Mechanical</h1>
<p>
<!-- I've created bars this way because it seemed easiest at the time. I have no clue whether or not this is a proper way to do this. The width value is calculated as a percentage of 80% of "total" hours -->
<span class="bar" style="width: 40%"></span>
2000 hours
</p>
</li>
<li>
<h1>Electrical</h1>
<p>
<span class="bar" style="width: 50%"></span>
2500 hours
</p>
</li>
<li>
<h1>Software</h1>
<p>
<span class="bar" style="width: 34%"></span>
1700 hours
</p>
</li>
</ul>
</div>
<div class="content callout" id="attention">
<h1>
<i class="fa-solid fa-people-group fa-10x"></i> Get Involved!
</h1>
<p>
If any information you have seen so far interests you, we would
be happy for you to <a href="https://getinvolved.ncsu.edu/organization/apr">join our team!</a>
</p>
</div>
<div class="blog-spotlight"></div>
<footer>
<div class="footer-content">
<h1>What we do</h1>
<p>We are AquaPack Robotics, a student led organization.</p>
<p>
We build underwater autonomous vehicles to compete in
RoboSub.
</p>
<p>
Our technical expertise primarily focuses on electrical and
computer engineering, computer science, mechanical
engineering, and business.
</p>
</div>
<div class="footer-content">
<h1>Contact Us</h1>
<span>
<i class="fa-solid fa-location-dot"></i>
<address>
1034 Engineering Building 2, Raleigh, NC 27606
</address>
<br />
</span>
<span>
<i class="fa-solid fa-envelope"></i>
<email>[email protected]</email><br />
</span>
<span>
<i class="fa-solid fa-globe"></i>
<a href="https://aquapackrobotics.org"
>https://aquapackrobotics.org</a
>
</span>
</div>
<div class="footer-content">
<h1>Latest Posts</h1>
</div>
</footer>
</body>
</html>