-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathequisat.html
51 lines (48 loc) · 1.77 KB
/
equisat.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BSE Website</title>
<link rel="stylesheet" href ="style3.css"/>
</head>
<body>
<header>
<div class = "navbar">
<div class="logo img">
<img src="images/logo2.png" alt="BSE logo">
</div>
<ul class = "links">
<li><a href = "index.html"> HOME </a></li>
<li><a href = "pvdx.html"> PVDX </a></li>
<li><a href = "equisat.html"> EQUISAT </a></li>
<li><a href = "about.html"> ABOUT BSE </a></li>
<li><a href = "subgroup.html"> SUBGROUPS </a></li>
<li><a href = "project.html"> PROJECTS </a></li>
<li><a href = "contact.html"> CONTACTS </a></li>
</ul>
</div>
</header>
<main>
<p>Equisast</p>
<section class="about-us">
<div class="about">
<img src="images/Equisat.png" class="pvdx">
<div class="text">
<h2>Equisat</h2>
<h5>1U Cubesat</h5>
<p>EQUiSat was a 1U CubeSat designed and built by Brown Space Engineering,
an undergraduate student group at Brown University's School of Engineering.
EQUiSat's mission was to test a battery technology that had never flown in space which
powered an beacon that was designed to be visible from Earth.</p>
<div class="data">
<a href="https://en.wikipedia.org/wiki/EQUiSat" class="hire">Read Wikipedia</a>
</div>
<div class="data">
<a href="https://space.skyrocket.de/doc_sdat/equisat.htm" class="hire">Read Gunter's Space Page</a>
</div>
</div>
</div>
</section>
</main>
</body>
</html>