This repository has been archived by the owner on May 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (82 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>blair3sat</title>
<link rel="stylesheet" href="css/mystyles.css" />
</head>
<body>
<nav
class="navbar is-spaced"
role="navigation"
aria-label="main navigation"
>
<div class="navbar-brand">
<a href="index.html"> <p class="title">blair3sat</p></a>
<a
role="button"
class="navbar-burger burger"
aria-label="menu"
aria-expanded="false"
data-target="navbarBasicExample"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-end">
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item has-text-primary is-spaced">
<strong>Home</strong>
</a>
<a class="navbar-item" href="./pages/mission.html">
Our Mission
</a>
<a class="navbar-item" href="./pages/sponsors.html">
Sponsors
</a>
<a class="navbar-item" href="./pages/blog.html">
Blog
</a>
<a class="navbar-item" href="./pages/about.html">
About
</a>
</div>
</div>
</div>
</nav>
<div
class="container has-background-white has-text-centered"
style="margine:auto;"
>
<img src="./images/blair3sat-logo.png" alt="Example" width="300" />
<br />
<br />
<br />
<br />
<strong>blair3sat</strong> an entirely student-run team at
<a href="https://mbhs.edu/">Montgomery Blair High School</a>. We plan to
submit a proposal for the 2019 CubeSat Launch Initiative
<a href="https://www.nasa.gov/content/about-cubesat-launch-initiative"
>(CSLI)</a
>
cycle, as part of NASA’s Educational Launch of NanoSatellites
<a href="https://www.nasa.gov/content/about-elana">(ELaNa)</a>
program. Our satellite will measure charge density and high energy
particle emissions in the ionosphere, contributing to radio propagation
models and space weather research. For more information about our mission,
<a>click here</a>.
<br />
<br />
<br />
<div class="notification">
Help us get to space by donating to our
<a href="https://www.gofundme.com/get-blair3sat-to-space">GoFundMe</a>!
If you want more information about our mission or you are interested in
sponsoring us, please contact us at [email protected].
</div>
<br />
</div>
</body>
</html>