-
Notifications
You must be signed in to change notification settings - Fork 2
/
sponsors.html
46 lines (36 loc) · 1 KB
/
sponsors.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="head.js"></script>
<title>HuskySat Sponsors</title>
</head>
<body>
<script src="header.js"></script>
<main>
<h1>
Husky Satellite Lab Sponsors
</h1>
<p class="subtitle">
Our sponsors enable us to do out-of-this-world work.
</p>
<p class="subtitle">
We have received hardware, software, and financial sponsorships
from companies in the aerospace and engineering industries.
</p>
<p class="subtitle">
We are 100% student run, and in an effort to stay as independent
as possible, we are always looking for funding from outside sources.
</p>
<div class="card-grid" style="max-width: 50rem;">
<script src="sponsors.js"></script>
</div>
<h1>
Want to join us?
</h1>
<p class="large-subtitle">
Fill out our <a href="join.html#sponsor" class="inline-link">sponsorship interest form</a> ⟶
</p>
</main>
<script src="footer.js"></script>
</body>
</html>