-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
266 lines (264 loc) · 18.2 KB
/
about.html
File metadata and controls
266 lines (264 loc) · 18.2 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
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>UBC Rocket - About Us</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Custom theme CSS (includes Bootstrap)-->
<link href="./css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column">
<main class="flex-shrink-0">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<!-- Align brand to the left -->
<a class="navbar-brand" href="index.html">
<img src="./assets/ubcrocket_logo_white_long.png" alt="..." class="img-fluid img-logo">
</a>
<div class="ms-auto d-block d-md-none">
<a class="btn-social mx-2 my-2" href="https://facebook.com/ubcrocket" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- <a class="btn-social mx-2 my-2" href="https://x.com/ubcrocket" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a> -->
<a class="btn-social mx-2 my-2" href="https://www.instagram.com/ubcrocket/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.linkedin.com/company/ubc-rocket/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.youtube.com/channel/UCxxgdake-xHWblLRLDJUpNw" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
</div>
<!-- Toggler button for mobile view -->
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<!-- Navbar items -->
<div class="collapse navbar-collapse" id="navbarResponsive">
<div class="d-flex w-100">
<ul class="navbar-nav me-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item dropdown dropdown-hover dropdown-hover-all">
<a class="nav-link dropdown-toggle" href="#" id="projectsDropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Current projects</a>
<div class="dropdown-menu" aria-labelledby="projectsDropdown">
<div class="dropdown dropstart">
<a class="dropdown-item dropdown-toggle" href="project-COTS.html" id="dropdown-A" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">COTS</a>
<div class="dropdown-menu" aria-labelledby="dropdown-A">
<a class="dropdown-item" href="project-COTS.html#subteam-A">Payloads</a>
<a class="dropdown-item" href="project-COTS.html#subteam-B">Internals</a>
<a class="dropdown-item" href="project-COTS.html#subteam-C">Aerostructures</a>
<a class="dropdown-item" href="project-COTS.html#subteam-D">Avionics Hardware</a>
<a class="dropdown-item" href="project-COTS.html#subteam-E">Avionics Software</a>
<a class="dropdown-item" href="project-COTS.html#subteam-F">Recovery</a>
</div>
</div>
<!-- <div class="dropdown-divider"></div> -->
<div class="dropdown dropstart">
<a class="dropdown-item" href="project-LRE.html" id="dropdown-B" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Liquid Rocket Engine</a>
<!-- <div class="dropdown-menu" aria-labelledby="dropdown-B">
<a class="dropdown-item" href="#">Subteam A</a>
<a class="dropdown-item" href="#">Subteam B</a>
<a class="dropdown-item" href="#">Subteam C</a>
</div> -->
</div>
<div class="dropdown dropstart">
<a class="dropdown-item" href="project-TVR.html" id="dropdown-C" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Thrust Vectoring Rocket</a>
<!-- <div class="dropdown-menu" aria-labelledby="dropdown-C">
<a class="dropdown-item" href="#">Subteam A</a>
<a class="dropdown-item" href="#">Subteam B</a>
<a class="dropdown-item" href="#">Subteam C</a>
</div> -->
</div>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="sponsors.html">Sponsors</a></li>
<li class="nav-item dropdown dropdown-hover dropdown-hover-all">
<a class="nav-link dropdown-toggle" href="#" id="moreDropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More</a>
<div class="dropdown-menu" aria-labelledby="moreDropdown">
<div class="dropdown dropstart">
<a class="dropdown-item" href="faq.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">FAQ</a>
</div>
<!-- <div class="dropdown-divider"></div> -->
<div class="dropdown dropstart">
<a class="dropdown-item" href="past-projects.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Past Projects</a>
</div>
<!-- <div class="dropdown dropstart">
<a class="dropdown-item" href="project-TVR.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Resources</a>
</div> -->
<div class="dropdown dropstart">
<a class="dropdown-item" href="blog.html" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Blog</a>
</div>
</div>
</li>
<!-- <li class="nav-item"><a class="nav-link" href="faq.html">FAQ</a></li> -->
<li class="nav-item"><a class="nav-link nav-pill nav-sponsor d-block d-md-none" href="index.html#sponsors">Sponsor Us</a></li>
<li class="nav-item"><a id="joinUsMobile" class="nav-link nav-pill d-block d-md-none" href="index.html#join-us">Join Us</a></li>
</ul>
<!-- Desktop view -->
<ul class="navbar-nav ms-auto d-none d-md-flex">
<a class="btn-social mx-2 my-2" href="https://facebook.com/ubcrocket" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- <a class="btn-social mx-2 my-2" href="https://x.com/ubcrocket" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a> -->
<a class="btn-social mx-2 my-2" href="https://www.instagram.com/ubcrocket/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.linkedin.com/company/ubc-rocket/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="btn-social mx-2 my-2" href="https://www.youtube.com/channel/UCxxgdake-xHWblLRLDJUpNw" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
<li class="nav-item"><a class="nav-link mx-2 nav-pill nav-sponsor" href="index.html#sponsors">Sponsor Us</a></li>
<li class="nav-item"><a id="joinUsDesktop" class="nav-link mx-2 nav-pill" href="index.html#join-us">Join Us</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- About section one-->
<section class="py-5 bg-dark" id="scroll-target">
<div class="container px-5 my-5">
<div class="row gx-5 align-items-center">
<!-- <div class="col-lg-6"><img class="img-fluid rounded mb-5 mb-lg-0" src="https://dummyimage.com/600x400/343a40/6c757d" alt="..." /></div> -->
<div class="col-lg-6">
<h2 class="fw-bolder text-light">ABOUT THE TEAM</h2>
<p class="lead fw-normal text-light mb-0">UBC Rocket was founded in 2016 with the goal of pushing the boundaries of university rocketry technology and teaching students the complexities of rocket design, manufacture and launch. The team has launched 12+ rockets, achieved 1st place at both the Spaceport America Cup & Launch Canada competitions and was the first university team to perform a static test fire on Canadian soil.</p>
</div>
<div class="my-2 col">
<img src="./assets/team_pictures/2024 Team Photo with caption.png" alt="Team photo" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- Team members section-->
<section class="py-5 bg-light">
<div class="container px-5 my-5">
<div class="my-3">
<h2 class="fw-bolder">TEAM LEADERSHIP</h2>
<!-- <p class="lead fw-normal text-muted mb-5">Dedicated to quality and your success</p> -->
</div>
<div class="row gx-5 row-cols-1 row-cols-sm-2 row-cols-xl-5 justify-content-center">
<div class="col mb-5 mb-5 mb-xl-0">
<div class="text-center">
<img class="img-leadership img-fluid rounded-circle mb-4 px-4" src="./assets/team_pictures/naomi.webp" alt="..." />
<h5 class="fw-bolder">Naomi Goizueta-Serrano</h5>
<div class="fst-italic text-muted">Co-Captain</div>
</div>
</div>
<div class="col mb-5 mb-5 mb-xl-0">
<div class="text-center">
<img class="img-leadership img-fluid rounded-circle mb-4 px-4" src="./assets/team_pictures/Diba Partovi headshot 2025 670px by 670px.png" alt="..." />
<h5 class="fw-bolder">Diba Partovi</h5>
<div class="fst-italic text-muted">Co-Captain</div>
</div>
</div>
<div class="col mb-5 mb-5 mb-sm-0">
<div class="text-center">
<img class="img-leadership img-fluid rounded-circle mb-4 px-4" src="./assets/team_pictures/Dr mattison headshot 2025 670px by 670px.png" alt="..." />
<h5 class="fw-bolder">Dr. Thomas Mattison</h5>
<div class="fst-italic text-muted">Faculty Advisor</div>
</div>
</div>
<div class="col mb-5">
<div class="text-center">
<img class="img-leadership img-fluid rounded-circle mb-4 px-4" src="./assets/team_pictures/Steven Chen headshot 2025 670px by 670px.png" alt="..." />
<h5 class="fw-bolder">Steven Chen</h5>
<div class="fst-italic text-muted">Safety Officer</div>
</div>
</div>
<div class="col mb-5">
<div class="text-center">
<img class="img-leadership img-fluid rounded-circle mb-4 px-4" src="./assets/team_pictures/Nathan Lock headshot 2025 670px by 670px.png" alt="..." />
<h5 class="fw-bolder">Nathan Lock</h5>
<div class="fst-italic text-muted">Admin Lead</div>
</div>
</div>
</div>
</div>
</section>
<!-- Organization chart-->
<section class="py-5 bg-secondary">
<div class="container px-5 my-5">
<div class="row gx-5 align-items-center">
<h2 class="fw-bolder text-light">TEAM STRUCTURE</h2>
<!-- <p class="lead fw-normal text-muted mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto est, ut esse a labore aliquam beatae expedita. Blanditiis impedit numquam libero molestiae et fugit cupiditate, quibusdam expedita, maiores eaque quisquam.</p> -->
<div id="tree"></div>
</div>
</div>
</section>
</main>
<!-- Footer-->
<footer class="bg-dark py-4">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0 text-white">© UBC Rocket 2026</div></div>
<div class="col-auto">
<a class="link-light small" href="mailto: hello@ubcrocket.com">Email us at hello@ubcrocket.com</a>
</div>
</div>
</div>
</footer>
<div class="modal fade" id="regModal" tabindex="-1" aria-labelledby="regModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5 text-uppercase" id="regModalLabel">Registration closed</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Currently, we are not accepting applications. Thank you for your interest.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<!-- JQuery -->
<script src="js/jquery-3.7.1.min.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS-->
<script src="js/scripts.js"></script>
<script src="js/scripts2.js"></script>
<!-- Orgchart-->
<link rel="stylesheet" href="css/orgchart.css" type="text/css" />
<script src="js/orgchart.js"></script>
<script>
$(document).ready(function(){
$.ajax({
dataType: "json",
url: "assets/org_chart.json"}).done( function( data ) {
OrgTree.setOptions({renderNode: function(node) {
return `<div class="node center-block text-center">
<strong class="node-title">${node.name}</strong><br />
<em class="node-label">${node.label}</em>
</div>`
}});
OrgTree.makeOrgTree($('#tree'), data);
});
});
</script>
</body>
</html>