-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
95 lines (77 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="head.js"></script>
<title>Husky Satellite Lab</title>
</head>
<body>
<script src="header.js"></script>
<main>
<h1 style="max-width: 850px;">
The Husky Satellite Lab is taking the
University of Washington to space
</h1>
<p class="subtitle" style="max-width: 410px;">
Inspiring future scientists and engineers,
advancing space exploration at the UW,
and fostering student space research.
</p>
<div class="landing-hero-container">
<img class="landing-hero-image" src="images/huskysat-1-hero.png">
</div>
<p class="landing-hero-caption">HuskySat-1 deployed from the ISS<br>into LEO on January 31, 2020.</p>
<h1>About Us</h1>
<p class="subtitle">
Our mission is to foster interdisciplinary student participation in space systems research,
to inspire and train future space scientists and engineers,
and to advance spacecraft capabilities at UW.
</p>
<p class="subtitle">
We are composed primarily of UW undergraduate and graduate students,
as well as mentors from the local aerospace industry.
</p>
<p class="subtitle">
Our faculty advisor is Alvar Saenz-Otero.
</p>
<p class="large-subtitle">
Check out our <a href="https://newsletter.huskysat.org" class="inline-link">newsletter</a> ⟶
</p>
<h1>
<a href="/sponsors.html" class="inline-link">Sponsors</a>
</h1>
<div class="card-grid" style="max-width: 1350px;">
<script src="/sponsors.js"></script>
</div>
<h1>
<a href="/team.html" class="inline-link">Our Team</a>
</h1>
<div class="card-grid">
<a class="card" href="/missions.html" style="width: 400px;">
<div class="card-img-container">
<img class="card-img" src="/images/all-missions-lab-picture.jpg">
</div>
<p class="card-large-title">Missions</p>
</a>
<a class="card" href="/join.html" style="width: 400px;">
<div class="card-img-container">
<img class="card-img" src="/images/getting-involved-team-picture.png">
</div>
<p class="card-large-title">Getting Involved</p>
</a>
<a class="card" href="team.html" style="width: 400px;">
<div class="card-img-container">
<img class="card-img" src="/images/meet-the-team-cubesat-picture.jpg">
</div>
<p class="card-large-title">Meet the Team</p>
</a>
</div>
<h1>
Questions?
</h1>
<p class="large-subtitle">
Contact us at <a href="mailto:cubesat@uw.edu" class="email-link">cubesat@uw.edu</a> ⟶
</p>
</main>
<script src="footer.js"></script>
</body>
</html>