-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
248 lines (238 loc) · 8.62 KB
/
index.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
<!DOCTYPE html>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Cube3 - SJSU</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Cube<sup>3</sup></a>
<nav id="nav">
<a href="#banner">Home</a>
<a href="#one">Info</a>
<a href="#footer">Contact</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1><span>A cube satellite club at SJSU</span></h1>
<ul class="actions">
<!-- Join Link -->
<li>
<a href="https://forms.gle/QYwMXUJ7Ce29ooQo6" target="_blank" rel="noopener noreferrer"
class="button alt">Join</a>
</li>
<li>
<a href="https://github.com/Cube-3-San-Jose-State" class="button alt" target="_blank"
rel="noopener noreferrer">GitHub</a>
</li>
<li>
<a href="https://discord.gg/2THEty3Xs7" class="button alt" target="_blank"
rel="noopener noreferrer">Discord</a>
</li>
<!-- <li>
<a
href="https://docs.google.com/presentation/d/1BMoDJnxH5aMsfe7qRkI3gZ9Sb5CJa8bswJGZWFp2uYQ/edit?usp=sharing"
class="button alt"
target="_blank"
rel="noopener noreferrer"
>Nodes Project Overview</a
>
</li> -->
<li>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdo0edn6K8NacvW1yfr9OvT8MizewlTTT5fpFdmVF8jLi9Aeg/viewform"
class="button alt" target="_blank" rel="noopener noreferrer">Officer Applications for 22-23</a>
</li>
</ul>
</div>
</section>
<!-- One -->
<section id="one">
<div class="inner">
<header>
<h2>About</h2>
</header>
<p>
Cube<sup>3</sup> is a CubeSat club at San Jose State University.
Cube<sup>3</sup> teaches members about the subsystems involved in cube
satellites through projects and technical workshops. Our club members are
currently working on a <a href="#cansat-header">Cansat</a>, which will be deployed from ~2300 feet high!
<header>
<h2 id="cansat-header">Current Project: Cansat Development</h2>
<img id="cansat" src="images/cansat.png" alt="cansat markup">
<p>
As a fresh start, Cube<sup>3</sup> is developing a CanSat with all of it's new members! CanSats are
soda can sized satellites, using several sensors to capture and communicate data. Our CanSat aims to
be dropped from ~2300ft high! It will then carry out several duties during it's descent, such as
deploying a heatshield, releasing a parachute, capturing the fall on video, and landing itself upright
(all within a satellite the size of a Coke can!)
</p>
</header>
</p>
</div>
</section>
<!-- Two -->
<section id="two">
<header class="inner">
<h2>Previous Projects</h2>
</header>
<div class="inner">
<article>
<div class="content">
<header>
<h3 id="nodes">Mars Nodes</h3>
</header>
<div class="image fit">
<img src="images/popocatepetl.jpg" alt="cube3 logo" />
</div>
<p>
At the start of summer 2021, Cube<sup>3</sup> took on the Nodes
Project. The goal of the nodes project was to create a network of
sensors that will be air-dropped near the Mexican stratovolcano
Popocatépetl. The sensors would monitor volcanic activity in order to
notify nearby cities of potential eruptions.
</p>
</div>
</article>
<article>
<div class="content">
<header>
<h3 id="7Up-Sat">7Up-Sat</h3>
</header>
<div class="image fit">
<img src="images/7up-sat.jpg" alt="cube3 logo" />
</div>
<p>
Small satellite that fits within a can sized cylinder. This is the
recommended project for people new to programming or embedded
systems. This group overviews the basics of cube satellites in
order to get a more holistic idea of the project. Intended to be
launched in conjunction with the Rocketry club on a class 1 or 2
rocket.
</p>
</div>
</article>
<article class="alt">
<div class="content">
<header>
<h3 id="9-Sat">9-Sat</h3>
</header>
<div class="image fit">
<img src="images/9-sat.jpg" alt="cube3 logo" />
</div>
<p>
A 3U cube satellite prototype that will house a hyper-spectral
imaging camera. This project requires a lot of knowledge of cube
satellites. Most of the parts must be researched prior to
purchasing in order to complete the project effectively. Only
recommended for those familiar with satellites or strong embedded
systems knowledge.
</p>
</div>
</article>
</div>
</section>
<!-- Three -->
<section id="three">
<div class="inner">
<!--President -->
<article>
<div class="content">
<span class=""><img src="./images/president.png" width="200px" height="200px" alt="president image" /></span>
<header>
<h3>President</h3>
</header>
<div>Kyle Deleon</div>
<a href="mailto:presidentcube3@gmail.com">presidentcube3@gmail.com</a>
<p></p>
<ul class="actions">
<li>
<a href="https://www.linkedin.com/in/kyle-deleon-8934b41b8/" target="_blank" rel="noopener noreferrer"
class="button alt">LinkedIn</a>
</li>
</ul>
</div>
</article>
<!-- Treasurer -->
<article>
<div class="content">
<span class=""><img src="./images/treasurer.jpg" width="200px" height="200px" alt="treasurer image" /></span>
<header>
<h3>Treasurer</h3>
</header>
<div>William Qiao</div>
<a href="mailto:william.qiao@sjsu.edu">william.qiao@sjsu.edu</a>
<p></p>
<ul class="actions">
<li>
<!-- <a href="" target="_blank" rel="noopener noreferrer" class="button alt">LinkedIn</a> linkedin button-->
</li>
</ul>
</div>
</article>
<!-- Outreach -->
<article>
<div class="content">
<span class=""><img src="./images/outreach.jpg" width="200px" height="200px" alt="outreach image" /></span>
<header>
<h3>Outreach</h3>
</header>
<div>Edward Belmudes</div>
<a href="mailto:edward.belmudes@sjsu.edu">edward.belmudes@sjsu.edu</a>
<p></p>
<ul class="actions">
<li>
<a href="https://www.linkedin.com/in/edward-belmudes/" target="_blank" rel="noopener noreferrer"
class="button alt">LinkedIn</a>
</li>
</ul>
</div>
</article>
<article>
<div class="content">
<span class=""><img src="./images/mentor.jpg" width="200px" height="200px" alt="mentor image" /></span>
<header>
<h3>Mentor</h3>
</header>
<div>Carter Edmond</div>
<a href="mailto:carter.edmond@sjsu.edu">carter.edmond@sjsu.edu</a>
<p></p>
<ul class="actions">
<li>
<a href="https://www.linkedin.com/in/carter-edmond/" target="_blank" rel="noopener noreferrer"
class="button alt">LinkedIn</a>
</li>
</ul>
</div>
</article>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<div class="copyright">
Cube<sup>3</sup> at San Jose State University 2020. ©<a href="https://templated.co/">TEMPLATED</a>.
</div>
</div>
</section>
<!-- Scripts - Used for Sheets API -->
<script src="https://apis.google.com/js/api.js"></script>
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/skel.min.js"></script>
<script src="./assets/js/util.js"></script>
<script src="./assets/js/main.js"></script>
<script src="./assets/js/data_handler.js"></script>
</body>
</html>