-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubteams.html
More file actions
255 lines (237 loc) · 17.9 KB
/
subteams.html
File metadata and controls
255 lines (237 loc) · 17.9 KB
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
<!DOCTYPE html>
<html class="dark" lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Cornell Hyperloop — Subteams</title>
<meta name="description" content="Explore Cornell Hyperloop subteams across structures, braking, magnetics, power, ECC, and business."/>
<meta name="robots" content="index,follow"/>
<link rel="canonical" href="https://www.cornellhyperloop.com/subteams.html"/>
<meta property="og:title" content="Cornell Hyperloop — Subteams"/>
<meta property="og:description" content="Explore Cornell Hyperloop subteams across structures, braking, magnetics, power, ECC, and business."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.cornellhyperloop.com/subteams.html"/>
<meta property="og:image" content="https://www.cornellhyperloop.com/res/2025springhyperloop.avif"/>
<meta property="og:image:alt" content="Cornell Hyperloop team at competition"/>
<meta property="og:site_name" content="Cornell Hyperloop"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Cornell Hyperloop — Subteams"/>
<meta name="twitter:description" content="Explore Cornell Hyperloop subteams across structures, braking, magnetics, power, ECC, and business."/>
<meta name="twitter:image" content="https://www.cornellhyperloop.com/res/2025springhyperloop.avif"/>
<link rel="icon" href="https://www.cornellhyperloop.com/favicon.png" type="image/png"/>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; base-uri 'self'; form-action 'self'; img-src 'self' data: https:; font-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; connect-src 'self'; frame-src https://www.youtube.com; worker-src 'self'; object-src 'none'"/>
<link rel="stylesheet" href="res/tw.css?v=8"/>
<style>
@font-face{font-family:'Material Symbols Outlined';src:url('res/fonts/material-symbols-outlined.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url('res/fonts/inter/inter-variablefont_opsz,wght.subset.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url('res/fonts/inter/inter-italic-variablefont_opsz,wght.ttf') format('truetype');font-weight:100 900;font-style:italic;font-display:swap}
@font-face{font-family:'Space Grotesk';src:url('res/fonts/space_grotesk/spacegrotesk-variablefont_wght.subset.woff2') format('woff2');font-weight:300 700;font-style:normal;font-display:swap}
.material-symbols-outlined{font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 }
.grid-overlay {
background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
background-size: 40px 40px;
}
html,body{background:#0c1324;color:#dce1fb;overflow-x:hidden}
.card-hover-line::after {
content: '';
position: absolute;
bottom: 0; left: 0;
width: 0; height: 2px;
background: #d22b2b;
transition: width 0.4s ease;
}
.card-hover-line:hover::after { width: 100%; }
.track-label {
writing-mode: vertical-rl;
text-orientation: mixed;
transform: rotate(180deg);
}
</style>
</head>
<body class="bg-background text-on-background font-body-md text-body-md overflow-x-hidden">
<div id="nav-placeholder"></div>
<main>
<!-- Hero -->
<section class="relative py-28 md:py-36 border-b border-outline-variant overflow-hidden">
<div class="grid-overlay absolute inset-0 opacity-30"></div>
<div class="absolute inset-0 z-0">
<img src="res/fullpodarialshot.webp" alt="Cornell Hyperloop team" class="w-full h-full object-cover opacity-55"/>
<div class="absolute inset-0 bg-gradient-to-r from-background via-background/80 to-background/40"></div>
</div>
<div class="relative z-10 max-w-container-max mx-auto px-6 md:px-margin">
<div class="border-l-2 border-primary-container pl-8 max-w-3xl">
<span class="font-label-caps text-label-caps text-primary tracking-[0.2em] uppercase flex items-center gap-2 mb-4">
<span class="w-8 h-[1px] bg-primary block"></span>Engineering Divisions
</span>
<h1 class="font-headline-xl text-headline-xl text-on-surface uppercase leading-none mb-6" style="font-size:clamp(1.75rem,10vw,4rem)">Engineering<br/><span class="text-primary-container">Architecture</span></h1>
<p class="font-body-lg text-body-lg text-on-surface-variant">
Our pod's design is driven by specialized technical units across three core tracks: Mechanical, Electrical, and Business. Precision engineering and rigorous system integration define our approach to velocity.
</p>
</div>
</div>
</section>
<!-- Engineering Tracks -->
<section class="py-10 border-b border-outline-variant relative overflow-hidden">
<div class="grid-overlay absolute inset-0 opacity-10"></div>
<div class="relative z-10 max-w-container-max mx-auto px-margin">
<!-- Engineering tracks layout -->
<div class="flex flex-col gap-gutter">
<!-- Track labels row -->
<div class="hidden md:flex gap-6">
<div class="flex items-center gap-3 flex-[3]">
<span class="material-symbols-outlined text-primary-container text-3xl">settings</span>
<div>
<span class="font-label-caps text-[9px] text-primary-container tracking-[0.15em] uppercase block">TRACK-M</span>
<span class="font-headline-md text-headline-md text-on-surface uppercase tracking-tight">Mechanical</span>
</div>
<span class="flex-1 h-[1px] bg-primary-container/40 block ml-2"></span>
</div>
</div>
<!-- Card rows -->
<div class="flex flex-col gap-gutter">
<!-- Row 1: 3 mechanical cards -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-gutter">
<!-- Structures -->
<a href="subteam-views/subteam-structures.html" class="group relative bg-surface-container border border-outline-variant p-8 hover:border-primary-container transition-colors duration-300 card-hover-line overflow-hidden block">
<span class="absolute top-4 right-4 font-label-caps text-[10px] text-outline-variant group-hover:text-primary transition-colors">UNIT-M1</span>
<div class="relative aspect-video mb-4 overflow-hidden border border-outline-variant">
<img src="res/oldpodcad.avif" alt="Structures subteam" class="w-full h-full object-cover group-hover:scale-105 transition-all duration-500"/>
<div class="absolute inset-0 bg-primary-container/0 group-hover:bg-primary-container/10 transition-all duration-300"></div>
</div>
<h3 class="font-headline-md text-headline-md text-primary mb-2 uppercase">Structures</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-4 text-sm">
Designing the aerospace-grade chassis and aerodynamic aeroshell. Ensuring structural integrity under immense loads while minimizing mass.
</p>
<span class="font-label-caps text-label-caps text-primary border border-outline-variant px-4 py-2 group-hover:border-primary group-hover:bg-surface-container-high transition-all duration-200 inline-flex items-center gap-2">
VIEW SPECS <span class="material-symbols-outlined text-base">arrow_forward</span>
</span>
</a>
<!-- Braking -->
<a href="subteam-views/subteam-braking.html" class="group relative bg-surface-container border border-outline-variant p-8 hover:border-primary-container transition-colors duration-300 card-hover-line overflow-hidden block">
<span class="absolute top-4 right-4 font-label-caps text-[10px] text-outline-variant group-hover:text-primary transition-colors">UNIT-M2</span>
<div class="relative aspect-video mb-4 overflow-hidden border border-outline-variant">
<img src="res/avifs/braking2.avif" alt="Braking subteam" class="w-full h-full object-cover group-hover:scale-105 transition-all duration-500"/>
<div class="absolute inset-0 bg-primary-container/0 group-hover:bg-primary-container/10 transition-all duration-300"></div>
</div>
<h3 class="font-headline-md text-headline-md text-primary mb-2 uppercase">Braking</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-4 text-sm">
Developing fail-safe friction and eddy-current braking systems capable of decelerating the pod from sub-sonic speeds within strict spatial parameters.
</p>
<span class="font-label-caps text-label-caps text-primary border border-outline-variant px-4 py-2 group-hover:border-primary group-hover:bg-surface-container-high transition-all duration-200 inline-flex items-center gap-2">
VIEW SPECS <span class="material-symbols-outlined text-base">arrow_forward</span>
</span>
</a>
<!-- Magnetic -->
<a href="subteam-views/subteam-magnetic.html" class="group relative bg-surface-container border border-outline-variant p-8 hover:border-primary-container transition-colors duration-300 card-hover-line overflow-hidden block">
<span class="absolute top-4 right-4 font-label-caps text-[10px] text-outline-variant group-hover:text-primary transition-colors">UNIT-M3</span>
<div class="relative aspect-video mb-4 overflow-hidden border border-outline-variant">
<img src="res/avifs/mag1.avif" alt="Magnetics subteam" class="w-full h-full object-cover group-hover:scale-105 transition-all duration-500"/>
<div class="absolute inset-0 bg-primary-container/0 group-hover:bg-primary-container/10 transition-all duration-300"></div>
</div>
<h3 class="font-headline-md text-headline-md text-primary mb-2 uppercase">Magnetics</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-4 text-sm">
Engineering the magnetic levitation and linear induction motor systems that lift and propel the pod along the track without physical contact.
</p>
<span class="font-label-caps text-label-caps text-primary border border-outline-variant px-4 py-2 group-hover:border-primary group-hover:bg-surface-container-high transition-all duration-200 inline-flex items-center gap-2">
VIEW SPECS <span class="material-symbols-outlined text-base">arrow_forward</span>
</span>
</a>
</div>
<div class="flex items-center gap-3 flex-[2]">
<span class="material-symbols-outlined text-primary-container text-3xl">electric_bolt</span>
<div>
<span class="font-label-caps text-[9px] text-primary-container tracking-[0.15em] uppercase block">TRACK-E</span>
<span class="font-headline-md text-headline-md text-on-surface uppercase tracking-tight">Electrical</span>
</div>
<span class="flex-1 h-[1px] bg-primary-container/40 block ml-2"></span>
</div>
<!-- Row 2: 2 electrical cards -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-gutter">
<!-- ECC -->
<a href="subteam-views/subteam-ecc.html" class="group relative bg-surface-container border border-outline-variant p-8 hover:border-primary-container transition-colors duration-300 card-hover-line overflow-hidden block">
<span class="absolute top-4 right-4 font-label-caps text-[10px] text-outline-variant group-hover:text-primary transition-colors">UNIT-E1</span>
<div class="relative aspect-video mb-4 overflow-hidden border border-outline-variant">
<img src="res/gui.avif" alt="ECC subteam" class="w-full h-full object-cover group-hover:scale-105 transition-all duration-500"/>
<div class="absolute inset-0 bg-primary-container/0 group-hover:bg-primary-container/10 transition-all duration-300"></div>
</div>
<h3 class="font-headline-md text-headline-md text-primary mb-2 uppercase">ECC</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-4 text-sm">
Electronics, Controls & Communications. Programming the pod's brain — embedded systems, state machines, sensor fusion, and high-bandwidth telemetry links.
</p>
<span class="font-label-caps text-label-caps text-primary border border-outline-variant px-4 py-2 group-hover:border-primary group-hover:bg-surface-container-high transition-all duration-200 inline-flex items-center gap-2">
VIEW SPECS <span class="material-symbols-outlined text-base">arrow_forward</span>
</span>
</a>
<!-- Power Systems -->
<a href="subteam-views/subteam-power.html" class="group relative bg-surface-container border border-outline-variant p-8 hover:border-primary-container transition-colors duration-300 card-hover-line overflow-hidden block">
<span class="absolute top-4 right-4 font-label-caps text-[10px] text-outline-variant group-hover:text-primary transition-colors">UNIT-E2</span>
<div class="relative aspect-video mb-4 overflow-hidden border border-outline-variant">
<img src="res/inverter.avif" alt="Power Systems subteam" class="w-full h-full object-cover group-hover:scale-105 transition-all duration-500"/>
<div class="absolute inset-0 bg-primary-container/0 group-hover:bg-primary-container/10 transition-all duration-300"></div>
</div>
<h3 class="font-headline-md text-headline-md text-primary mb-2 uppercase">Power Systems</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-4 text-sm">
Architecting high-voltage battery packs and power distribution networks. Managing thermal risks and optimizing energy delivery to all critical subsystems.
</p>
<span class="font-label-caps text-label-caps text-primary border border-outline-variant px-4 py-2 group-hover:border-primary group-hover:bg-surface-container-high transition-all duration-200 inline-flex items-center gap-2">
VIEW SPECS <span class="material-symbols-outlined text-base">arrow_forward</span>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Business Track -->
<section class="py-16 md:py-24 relative overflow-hidden">
<div class="grid-overlay absolute inset-0 opacity-10"></div>
<div class="relative z-10 max-w-container-max mx-auto px-margin">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
<!-- Left: text -->
<div>
<div class="flex items-center gap-4 mb-8">
<span class="track-label font-label-caps text-label-caps text-primary-container tracking-[0.2em] text-xs">TRACK-B</span>
<span class="w-[2px] h-12 bg-primary-container block"></span>
<span class="material-symbols-outlined text-primary-container text-5xl">groups</span>
<h2 class="font-headline-lg text-headline-lg text-on-surface uppercase tracking-tight">Business</h2>
</div>
<span class="font-label-caps text-[10px] text-outline-variant mb-4 block">UNIT-B1</span>
<p class="font-body-lg text-body-lg text-on-surface-variant mb-8">
The operational backbone of Cornell Hyperloop. Our business team manages sponsorships, outreach, and team operations — sustaining and growing our presence in the broader engineering and innovation community.
</p>
<div class="grid grid-cols-2 gap-6 mb-10">
<div class="flex flex-col gap-1 relative pl-4">
<span class="absolute left-0 top-0 bottom-0 w-[2px] bg-primary-container"></span>
<span class="font-label-caps text-label-caps text-on-surface-variant uppercase tracking-widest text-xs">Sponsors</span>
<span class="font-mono-stats text-[32px] text-on-surface leading-none">12<span class="text-headline-md text-primary-container">+</span></span>
</div>
<div class="flex flex-col gap-1 relative pl-4">
<span class="absolute left-0 top-0 bottom-0 w-[2px] bg-primary-container"></span>
<span class="font-label-caps text-label-caps text-on-surface-variant uppercase tracking-widest text-xs">Outreach Events</span>
<span class="font-mono-stats text-[32px] text-on-surface leading-none">20<span class="text-headline-md text-primary-container">+</span></span>
</div>
</div>
<a href="subteam-views/subteam-business.html" class="bg-primary-container text-on-primary-container px-8 py-4 font-label-caps text-label-caps uppercase tracking-widest hover:bg-primary transition-colors duration-200 inline-flex items-center gap-2">
VIEW TEAM <span class="material-symbols-outlined text-base">arrow_forward</span>
</a>
</div>
<!-- Right: photo -->
<div class="relative">
<div class="absolute -inset-4 border border-outline-variant/30 hidden lg:block"></div>
<div class="relative border border-outline-variant overflow-hidden">
<img src="res/2025springhyperloop.avif" alt="Cornell Hyperloop team" class="w-full h-80 object-cover transition-all duration-700"/>
<div class="absolute inset-0 bg-gradient-to-t from-background/60 to-transparent"></div>
<div class="absolute inset-0 bg-primary-container/0 hover:bg-primary-container/10 transition-all duration-300"></div>
<span class="absolute bottom-4 right-4 font-label-caps text-label-caps text-on-surface-variant/60">TEAM · 2025</span>
</div>
</div>
</div>
</div>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="shared.js?v=8"></script>
</body>
</html>