-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
320 lines (286 loc) · 18.2 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Teams</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-grow text-primary" role="status"></div>
</div>
<!-- Spinner End -->
<!-- Topbar Start -->
<!-- <div class="container-fluid bg-dark text-light p-0">
<div class="row gx-0 d-none d-lg-flex">
<div class="col-lg-7 px-5 text-start">
<div class="h-100 d-inline-flex align-items-center me-4">
<small class="fa fa-map-marker-alt text-primary me-2"></small>
<small>123 Street, New York, USA</small>
</div>
<div class="h-100 d-inline-flex align-items-center">
<small class="far fa-clock text-primary me-2"></small>
<small>Mon - Fri : 09.00 AM - 09.00 PM</small>
</div>
</div>
<div class="col-lg-5 px-5 text-end">
<div class="h-100 d-inline-flex align-items-center me-4">
<small class="fa fa-phone-alt text-primary me-2"></small>
<small>+012 345 6789</small>
</div>
<div class="h-100 d-inline-flex align-items-center mx-n2">
<a class="btn btn-square btn-link rounded-0 border-0 border-end border-secondary" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-link rounded-0 border-0 border-end border-secondary" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-link rounded-0 border-0 border-end border-secondary" href=""><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-square btn-link rounded-0" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div> -->
<!-- Topbar End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-dark navbar-light sticky-top p-0">
<a href="index.html" style="width:13%; padding-left:2%">
<img src="img/logo.png">
</a>
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto p-4 p-lg-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-bs-toggle="dropdown">About</a>
<div class="dropdown-menu bg-light m-0">
<a href="purpose.html" class="dropdown-item">Our Story</a>
<a href="team.html" class="dropdown-item">Teams</a>
<a href="members.html" class="dropdown-item">Members</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Sponsors</a>
<div class="dropdown-menu bg-light m-0">
<a href="becomeAsponsor.html" class="dropdown-item">Become a Sponsor</a>
<a href="currentSponsors.html" class="dropdown-item">Current Sponsors</a>
</div>
</div>
<a href="https://docs.google.com/forms/d/1rBX1GxKys59ZCJ_VEiQm2y24nlLpGv0MYLwUKeEtmcU/edit#responses" class="nav-item nav-link">Join Us</a>
</div>
<a href="https://leadersandbest.umich.edu/find/#!/give/basket/fund/933369?keyword=supermileage" class="btn btn-primary py-4 px-lg-5 d-none d-lg-block">Donate<i class="fa fa-arrow-right ms-3"></i></a>
</div>
</nav>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header2 py-6 my-6 mt-0 wow fadeIn" data-wow-delay="0.1s">
<div class="container text-center">
<h1 class="display-4 text-white animated slideInDown mb-4">Meet the Team</h1>
</div>
</div>
<!-- Page Header End -->
<!-- Subteam Descriptions Start -->
<div class="container-xxl subteams my-6 py-6 pb-0">
<div class="container py-4">
<div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 500px;">
<h1 class="display-6 mb-4">Meet the Teams</h1>
</div>
<div class="row g-4 justify-content-center">
<!-- Body Team -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="courses-item d-flex flex-column bg-white overflow-hidden h-100">
<div class="text-center p-4 pt-0">
<h1 class="d-inline-block bg-dark text-white fs-5 py-3 px-3 mb-4">Aerodynamics</h1>
<!-- <div class="d-inline-block bg-primary text-white fs-5 py-1 px-4 mb-4">The Body Team</div> -->
<p>Our Aerodynamics Team is responsible for designing and building the composite shell for our vehicles.</p>
<h3 class="text-md-start d-inline-block fs-5 py-1">Skills Used</h3>
<ul class="text-md-start">
<li>Materials Science</li>
<li>3D modeling software to design vehicle body</li>
<li>Computational fluid dynamics (CFD) software to model vehicle body</li>
<li>Creating molds for vehicle chassis</li>
<li>Performing composite layups</li>
<li>Custom finishing for vehicle body</li>
<li>Mechanical prototyping</li>
<li>Additive Manufacturing</li>
<li>…and more practical engineering skills!</li>
</ul>
</div>
<div class="position-relative mt-auto">
<img class="img-fluid" src="img/home/oldVehicle" alt="">
</div>
</div>
</div>
<!-- Electrical Systems Team -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="courses-item d-flex flex-column bg-white overflow-hidden h-100">
<div class="text-center p-4 pt-0">
<h1 class="d-inline-block bg-dark text-white fs-5 py-3 px-3 mb-4"> Electrical Systems</h1>
<!-- <div class="d-inline-block bg-primary text-white fs-5 py-1 px-4 mb-4">The Body Team</div> -->
<p>Our Electrical Systems Team designs power electronics, telemetry, and peripheral electronics systems for our vehicles.</p>
<h3 class="text-md-start d-inline-block fs-5 py-1">Skills Used</h3>
<ul class="text-md-start">
<li>Electronic prototyping and design for power electronics and telemetry systems Designing printed circuit boards (PCBs) in EDA softwares</li>
<li>Simulating circuits with LTSpice</li>
<li>Developing software and hardware to gather and analyze vital vehicle diagnostic data</li>
<li>Develop C code to implement an efficient motor control system for our electric motor vehicles</li>
<li>Wire harness design</li>
<li>…and more practical engineering skills!</li>
</ul>
</div>
<div class="position-relative mt-auto">
<img class="img-fluid" src="img/oldVehicle.png" alt="">
</div>
</div>
</div>
<!-- Internal Combustion Engine Team -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="courses-item d-flex flex-column bg-white overflow-hidden h-100">
<div class="text-center p-4 pt-0">
<h1 class="d-inline-block bg-dark text-white fs-5 py-3 px-3 mb-4"> Powertrain</h1>
<!-- <div class="d-inline-block bg-primary text-white fs-5 py-1 px-4 mb-4">The Body Team</div> -->
<p>Our Powertrain Team is responsible for designing and building the system which generates and delivers power from the power unit to the road’s surface.</p>
<h3 class="text-md-start d-inline-block fs-5 py-1">Skills Used</h3>
<ul class="text-md-start">
<li>Manufacturing on drill press, band saw, mill, lathe, waterjet, etc.</li>
<li>CAD for transmission and power unit mounting and more</li>
<li>Engine and electric motor control theory</li>
<li>Programming for powertrain controls systems (MATLAB, Simulink, and PiSnoop)</li>
<li>Basic electronic prototyping and testing</li>
<li>…and more practical engineering skills!</li>
</ul>
</div>
<div class="position-relative mt-auto">
<img class="img-fluid" src="img/oldVehicle.png" alt="">
</div>
</div>
</div>
<!-- Mechanical Systems Team -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="courses-item d-flex flex-column bg-white overflow-hidden h-100">
<div class="text-center p-4 pt-0">
<h1 class="d-inline-block bg-dark text-white fs-5 py-3 px-3 mb-4"> Mechanical Systems</h1>
<!-- <div class="d-inline-block bg-primary text-white fs-5 py-1 px-4 mb-4">The Body Team</div> -->
<p>Our Mechanical Systems Team is responsible for various systems that the driver interacts with within the car including the steering system, braking system, and safety features.</p>
<h3 class="text-md-start d-inline-block fs-5 py-1">Skills Used</h3>
<ul class="text-md-start">
<li>CAD for structural and dynamic vehicle systems such as chassis, wheels, steering, suspension, brakes, etc.</li>
<li>Manufacturing on drill press, band saw, mill, lathe, waterjet, etc.</li>
<li>3D printing</li>
<li>Systems integration</li>
<li>Driver ergonomics</li>
<li>…and more practical engineering skills!</li>
</ul>
</div>
</div>
</div>
<!-- Public Relations -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="courses-item d-flex flex-column bg-white overflow-hidden h-100">
<div class="text-center p-4 pt-0">
<h1 class="d-inline-block bg-dark text-white fs-5 py-3 px-3 mb-4">Business</h1>
<!-- <div class="d-inline-block bg-primary text-white fs-5 py-1 px-4 mb-4">The Body Team</div> -->
<p>Our Business Team spreads awareness about our team and keeps our supporters and our sponsors updated on the progress on our team.</p>
<h3 class="text-md-start d-inline-block fs-5 py-1">Skills Used</h3>
<ul class="text-md-start">
<li>Graphic Design</li>
<li>Communication with Sponsors</li>
<li>Public outreach</li>
<li>Creating content for our social media accounts</li>
<li>Creative writing</li>
<li>Fundraising</li>
<li>Learning how to promote an engineering organization to the general public</li>
</ul>
</div>
</div>
</div>
<!-- Vehicle Integration -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="courses-item ali d-flex flex-column bg-white overflow-hidden h-100">
<div class="text-center p-4 pt-0">
<h1 class="d-inline-block bg-dark text-white fs-5 py-3 px-3 mb-4">Vehicle Integration</h1>
<!-- <div class="d-inline-block bg-primary text-white fs-5 py-1 px-4 mb-4">The Body Team</div> -->
<p>Our Vehicle Integration Team works with other subteams to ensure reliability between our interconnected systems before our drivers enter the vehicle.</p>
<h3 class="text-md-start d-inline-block fs-5 py-1">Skills Used</h3>
<ul class="text-md-start">
<li>Technical communication between subteams</li>
<li>Systems engineering</li>
<li>Technical writing to create system design and validation requirements</li>
<li>Understanding of all vehicle subsystems and their interactions</li>
<li>Proficiency in NX & SolidWorks CAD design software</li>
<li>Creation of vehicle software models using Python, MATLAB, Simulink, etc.</li>
<li>Knowledge of proper version control through Teamcenter and GitHub</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Subteam Descriptions End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-light footer my-6 mb-0 py-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h4 class="text-white mb-4">Get In Touch</h4>
<p class="mb-2"><i class="fa fa-envelope me-3"></i>umsm.leads@umich.edu</p>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="text-white mb-2">Follow Us</h4>
<div class="d-flex pt-2">
<a class="btn btn-square btn-outline-light me-1" href="https://twitter.com/umsupermileage"><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-outline-light me-1" href="https://www.facebook.com/umsupermileage"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-outline-light me-1" href="http://www.instagram.com/umsupermileage/"><i class="fab fa-instagram"></i></a>
<a class="btn btn-square btn-outline-light me-0" href="https://www.linkedin.com/company/university-of-michigan-supermileage"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid copyright text-light py-4 wow fadeIn" data-wow-delay="0.1s">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a href="#">University of Michigan Supermileage</a>, All Rights Reserved.
</div>
<div class="col-md-6 text-end">
<!-- <a>Designed by </a>
<a class="text-primary" href="https://www.linkedin.com/in/ian-christensen-885370217/">Ian Christensen</a> -->
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>