-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathIREC-23.html
184 lines (167 loc) · 9.34 KB
/
IREC-23.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
<html>
<head>
<title>STAR</title>
<link rel="stylesheet" type = "text/css" href="assets/css/bootstrap.css">
<link rel="stylesheet" type = "text/css" href="assets/css/irec_23.css">
<link rel="stylesheet" type = "text/css" href="assets/css/nav_footer.css">
<link rel="stylesheet" type = "text/css" href="assets/css/timeline.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<meta name="title" content="STAR">
<meta name="keywords" content="STAR, CalSTAR, CALSTAR, rocket team, UC Berkeley, space, school, high power, rocketry, club, technology">
<meta name="description" content="STAR, UC Berkeley's Space Technologies and Rocketry Team, is a student club whose mission is to design, build, test, and launch high-power rockets. Founded in Fall 2015, STAR has competed in NASA's Student Launch Initiative (USLI) as well as ESRA's Intercollegiate Rocket Engineering Competition (IREC). As the team continues to grow and establish itself, we hope to do research in the fields of space, technology, and rocketry. We would also like to reach out to the community of Berkeley and the Bay Area to establish a prominent aerospace community that doesn't exist currently. This is just the beginnng">
<meta property="og:title" contenet="STAR">
<meta property="og:url" content="http://stars.berkeley.edu">
<meta property="og:description" content="STAR is a UC Berkeley competition team that designs, builds, tests, and launches rockets.">
<meta property="og:image" content="http://kevinhsuwho.github.io/assets/images/star.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">
<img src="./assets/newimages/white_logo.png" id = "logo">
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav right-align-menu ml-auto">
<li class="nav-item">
<a class="nav-link" href="projects.html"> Projects</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Teams
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="leads.html">Speciality Leads</a>
<a class="dropdown-item" href="managers.html">Project Manager</a>
<a class="dropdown-item" href="#">Team Members</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sl_docs.html">Sl Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" id= "nav_last" href="">Contact us</a>
</li>
</ul>
</div>
</nav>
<script src="js/navScroll.js"></script>
<div class="main-picture">
<div class="container">
<div class="main-content">
<h1 class = "title" >IREC-23</h1>
<h4 class = "subtitle"> THE 10,000 FT ROCKET</h4>
</div>
</div>
</div>
<div class = "project_area">
<div class = main_container>
<div class = "row_container column_1">
<div class = "column_1_content">
<img class = "main_photo" src="assets/projectphotos/irec23_main.png">
<p class = "main_photo_desc">A photo of IREC-21, IREC-23 will compete in the same competition</p>
</div>
</div>
<div class = "row_container column_2">
<div class = "column_2_content">
<h1 class = "project_header">
IREC-23
</h1>
<div class = "project_desc_holder">
<p class = "project_desc">
(place holder text) Our first ever flyable liquid oxygen / ethanol powered rocket is currently in the fabrication and testing phase. On the propulsion front, we’re working on building and integrating physical/electronic components. As we test and optimize the system, we continually update our rocket model to more accurately reflect the predicted physics of launch. The flight vehicle airframe and recovery systems, developed in parallel with the propulsion element, continue with structural design and analysis as well as landing model development. We are currently on track to hotfire the foundational propulsion system in early November, and proceed with optimization and flight vehicle integration up until our launch in May 2023.
</p>
</div>
</div>
</div>
</div>
</div>
<div id = "timeline_area">
<div id = "timeline_header_container">
<h1 id = "timeline_header">IREC-23 WORKING TIMELINE</h1>
</div>
<div id="lineCont">
<div id="line"></div>
<div id="span">Date Placeholder</div>
</div>
<div id="mainCont">
</div>
</div>
<script src="js/irec_timeline.js"></script>
<div class = "team_area">
<div class = "team_header_area">
<h1 class = "team_header">THE TEAM BEHIND IREC-23</h1>
</div>
<div class = "team_photo_area">
<img class = "team_photo" src="assets/projectphotos/irec23_main.png">
</div>
</div>
<div class="footer">
<div class="footer-content">
<div class="container">
<div class="footer-content-box col-md-4" style="float: left;">
<h5>ABOUT US</h5>
<p>STAR is UC Berkeley’s competitive high-power rocketry team, founded in 2015 and comprised of a medley of audacious and wildly curious students with a burning passion for space.</p>
<a href="mailto:ucberkeleystar@gmail.com" target="_blank"><i class="fas fa-envelope-square"></i></a>
<a href="https://www.facebook.com/ucberkeleystar" target="blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.youtube.com/channel/UC-ceqnZp3XVz5mH8297izJA" target="blank"><i class="fab fa-youtube-square"></i></a>
<a href="https://www.flickr.com/photos/ucberkeleystar" target="_blank"><i class="fab fa-flickr"></i></a>
</div>
<div class="footer-content-box col-md-4" id="flickr" style="float: left;">
<h5><a href="https://www.instagram.com/_calstar/?hl=en">INSTAGRAM</a></h5>
<div class="flickr-img-tbl">
<div class="flickr-img-row row">
<!-- <div class="col-md-4">
<img src="assets/images/flickr1.jpg">
</div>
<div class="col-md-4">
<img src="assets/images/flickr3.jpg">
</div>
<div class="col-md-4">
<img src="assets/images/flickr4.jpg">
</div> -->
</div>
</div>
</div>
<div class="footer-content-box col-md-4" id="three" style="float: right;">
<h5>JOIN TODAY!</h5>
<p>For more information about what STAR is and who we are, check us out at <a href="https://calstar.gitbook.io" target="_blank">calstar.gitbook.io</a>, and come out to our infosessions at the beginning of each semester! Also, feel free to reach out to any of our team members <a href="team.html">here.</a></p>
</div>
</div>
</div>
<div class="footer-bar">
<div class="container">
<div style="float: left;">
<p> © STAR. MADE BY <a href="https://github.com/Omkar-Waingankar">OMKAR WAINGANKAR</a>,
<a href="https://github.com/arjunsahai">ARJUN SAHAI</a>, CINDY KHAN-TUSHIG<p>
</div>
</div>
</div>
<div class="footer-bar" style="text-align:left; background-color:white; color:navy;">
<div class="container">
<div style="float: left; margin-top: 2vh;">
<a href="https://www.ocf.berkeley.edu">
<img class="ocfpic" src="https://www.ocf.berkeley.edu/hosting-logos/ocfbadge_blue8.png"
alt="Hosted by the OCF" style="border: 0; height: 32px; width: 32px;"/> </a>
</div>
<div style="float: left; position: relative; left: 10px;">
<p> We are a student group acting independently of the University of California. We take full responsibility for our organization and this website.<p>
</div>
</div>
</div>
</div>
</body>
</html>