-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmission.html
20 lines (20 loc) · 1.53 KB
/
mission.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>SilverGale - Mission</title>
<link rel='icon' href='unknown.jpg' />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<link href='https://darkninja1.github.io/domstrap/main.css' rel='stylesheet' type='text/css' >
</head>
<body style='background:url("https://i.ytimg.com/vi/LurbzrKVGrk/maxresdefault.jpg") no-repeat center center fixed;background-size:cover;'>
<div id='menu' class='fadeIn'><img class='shrinkOnActive flipInZ' src='unknown.jpg' height='40px' width='40px' style='cursor:pointer;border-radius:100%;margin:10px 20px;' onclick='location.href="/silvergale/index.html"'><h2 class='flipInX' onclick='location.href="/silvergale/index.html"'>Mission</h2><div class='popIn'><r>Mission</r><r onclick='location.href="https://bit.ly/SilvergaleInterestForm"'>Contact</r></div></div>
<div id='textbox'>
<h1 class='fadeIn'>SilverGale's Mission</h1>
<hr class='popIn' style='width:30%;text-align:center;border-color:rgba(255,255,255,0.4);border-radius:2px;'>
<img src='unknown.jpg' style='border-radius:100%;' class='popIn' width='30%' height='auto'/><p class='slideIn'>What is our mission? Our Mission is to design, build, and launch high-altitude balloons with payloads in order to study CO<sub>2</sub> concentrations and other properties of air at various altitudes. We will use the data to help the study of climate change and improve the predictions of weather patterns.</p>
</div>
<script src="script.js"></script>
</body>
</html>