-
Notifications
You must be signed in to change notification settings - Fork 0
/
photos.html
487 lines (425 loc) · 23.6 KB
/
photos.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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y1NQ90T3F4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Y1NQ90T3F4');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Rocket Project @ UCLA - Photos</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google 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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: UpConstruction
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logo.png" alt="Rocket Project Logo">
<!-- <h1>Rocket Project<span>.</span></h1> -->
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="photos.html" class="active">Photos</a></li>
<li class="dropdown"><a href="projects.html"><span>Projects</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="rise.html">RISE</a></li>
<li><a href="prometheus.html">Prometheus</a></li>
<li><a href="ares.html">Ares</a></li>
</ul>
</li>
<li><a href="outreach.html">Outreach</a></li>
<li><a href="members.html">New Members</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs d-flex align-items-center" style="background-image: url('assets/img/hero-carousel/hero-carousel-1.jpg');">
<div class="container position-relative d-flex flex-column align-items-center" data-aos="fade">
<h2>Photos</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>Photos</li>
</ol>
</div>
</div><!-- End Breadcrumbs -->
<!-- ======= Our Projects Section ======= -->
<section id="projects" class="projects">
<div class="container" data-aos="fade-up">
<div class="portfolio-isotope" data-portfolio-filter="*" data-portfolio-layout="masonry" data-portfolio-sort="original-order">
<ul class="portfolio-flters" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-rise">RISE</li>
<li data-filter=".filter-prometheus">Prometheus</li>
<li data-filter=".filter-ares">Ares</li>
<li data-filter=".filter-outreach">Outreach</li>
<li data-filter=".filter-other">Other</li>
</ul><!-- End Projects Filters -->
<div class="row gy-4 portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-ares">
<div class="portfolio-content h-100">
<a href="assets/img/photos/ares/ares-6.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/ares/ares-6.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ares</h4>
<p>Testing trip to the Reaction Research Society's Mojave Test Ares; February 2020.</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-ares">
<div class="portfolio-content h-100">
<a href="assets/img/photos/ares/ares-5.png" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/ares/ares-5.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ares</h4>
<p>Project Ares hot fire; February 2020</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-other">
<div class="portfolio-content h-100">
<a href="assets/img/photos/other/other-5.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/other/other-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Other</h4>
<p>Recovery test rocket "Gerald" launch; February 22, 2020.</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-rise">
<div class="portfolio-content h-100">
<a href="assets/img/photos/rise/rise-2.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/rise/rise-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>RISE</h4>
<p>RISE 2019 Class</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-13.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-13.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>Prometheus test launch "Salinger"; Spring 2019</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-ares">
<div class="portfolio-content h-100">
<a href="assets/img/photos/ares/ares-4.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/ares/ares-4.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ares</h4>
<p>"Tranquility" flying in Spring 2019; UCLA's 3rd liquid rocket</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-12.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-12.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2nd Place 2018 IREC team comprised of new members (Project Prometheus' inaugural year)</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-rise">
<div class="portfolio-content h-100">
<a href="assets/img/photos/rise/rise-1.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/rise/rise-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>RISE</h4>
<p>A new member student group launching the first volley of RISE rockets; winter 2018</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-outreach">
<div class="portfolio-content h-100">
<a href="assets/img/photos/outreach/outreach-1.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/outreach/outreach-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Outreach</h4>
<p>One of our first community Outreach events at Scott Ave Elementary School</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-ares">
<div class="portfolio-content h-100">
<a href="assets/img/photos/ares/ares-3.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/ares/ares-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ares</h4>
<p>Liftoff of our first liquid powered rocket; Mar 10, 2018</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-ares">
<div class="portfolio-content h-100">
<a href="assets/img/photos/ares/ares-2.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/ares/ares-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ares</h4>
<p>First liquid static fire of propulsion system to be used in flight; Feb 10, 2018</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-ares">
<div class="portfolio-content h-100">
<a href="assets/img/photos/ares/ares-1.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/ares/ares-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ares</h4>
<p>First liquid static fire; Sep 16, 2017</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-11.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-11.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2016-2017 rocket "Hydra"</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-10.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-10.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2015-2016 rocket "Cerberus" utilizing a hybrid core and solid boosters</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-other">
<div class="portfolio-content h-100">
<a href="assets/img/photos/other/other-4.png" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/other/other-4.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Other</h4>
<p>Rocket Project logo circa 2015</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-9.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2014-2015 year culminating in launch of "Volans Ursus"</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-8.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-8.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>Liftoff of TyrannoSOAR</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-7.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-7.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2014 IREC rocket "TyrannoSOAR"</p>
</div>
</a>
</div>
</div>End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-6.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-6.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2013 IREC rocket: 3rd attempted flight with a custom hybrid system</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-5.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2012 IREC rocket: 2nd attempted flight with a custom hybrid system</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-other">
<div class="portfolio-content h-100">
<a href="assets/img/photos/other/other-3.png" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/other/other-3.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>Rocket Project logo circa 2012</p>
</div>
</a>
</div>
</div>End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-4.png" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-4.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2011-2012 static fire of the third custom hybrid iteration (HyPE 1B2)</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-3.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2011 IREC rocket: 1st attempted flight with a custom hybrid system</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-other">
<div class="portfolio-content h-100">
<a href="assets/img/photos/other/other-2.png" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/other/other-2.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Other</h4>
<p>HyPE logo circa 2011</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-other">
<div class="portfolio-content h-100">
<a href="assets/img/photos/other/other-1.jpg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/other/other-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Other</h4>
<p>UCLA MAE catalog showcasing 2010 IREC launch</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos//prometheus/prometheus-2.jpeg" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-2.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2009-2010: IREC Rocket (flown to 10,700 ft)</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-prometheus">
<div class="portfolio-content h-100">
<a href="assets/img/photos/prometheus/prometheus-1.png" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link">
<img src="assets/img/photos/prometheus/prometheus-1.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Prometheus</h4>
<p>2007-2008: 1st place rocket at IREC</p>
</div>
</a>
</div>
</div><!-- End Projects Item -->
</div><!-- End Projects Container -->
</div>
</div>
</section><!-- End Our Projects Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-legal text-center position-relative">
<div class="container">
<div class="copyright">
© <strong><span>Rocket Project at UCLA</span></strong>. All Rights Reserved
</div>
<div class="credits">
Developed by <a href="https://www.philipdo.dev/">Philip Do</a> & Vinh Nguyen
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>