-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (66 loc) · 3.1 KB
/
index.html
File metadata and controls
77 lines (66 loc) · 3.1 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<style>
aside {
position: fixed;
right: 0px;
}
a {
outline: 0;
}
</style>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>AESRover</title>
</head>
<body>
<header>
<div class="inner">
<h1>Aquatic Environmental Sensing Rover</h1>
<h2>The website for the Aquatic Environmental Sensing Rover.</h2>
<a href="http://github.aesrover.xyz" class="button"><small>Follow us on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<a id="welcome-to-aesr" class="anchor" href="#welcome-to-aesr">
<h3>Welcome to AESR!</h3>
</a>
<p>Our project it to take data in various location autonomously.</p>
<br/>
<a id="sensors-and-devices" class="anchor" href="#sensors-and-devices">
<h4>Sensors and devices:</h4>
</a>
<ul>
<li><a target="_blank" href="https://www.adafruit.com/product/1782">Temperature</a></li>
<li><a target="_blank" href="https://www.sparkfun.com/products/12909">Pressure</a></li>
<li><a target="_blank" href="http://www.vernier.com/products/sensors/dissolved-oxygen-probes/odo-bta/">Optical Dissolved Oxygen (ODO)</a></li>
<li><a target="_blank" href="http://www.maxbotix.com/Ultrasonic_Sensors/I2C_Distance_Sensors.htm">Sonar Depth</a></li>
<li><a target="_blank" href="https://www.adafruit.com/products/746">GPS</a></li>
<li><a target="_blank" href="https://www.raspberrypi.org/products/raspberry-pi-3-model-b/">Raspberry Pi 3</a></li>
</ul>
</section>
<aside id="sidebar">
<a class="github-button" href="https://github.com/aesrover" data-style="mega" aria-label="Follow @aesrover on GitHub">Follow @aesrover</a>
<br/><hr>
<h3>Our "main-code":</h3>
<a class="github-button" href="https://github.com/aesrover/main-code" data-icon="octicon-star" data-style="mega" aria-label="Star aesrover/main-code on GitHub">Star</a>
<br/><hr>
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channelid="UCZwNXboKUH1IJUlAbby73Qg" data-layout="full" data-count="default"></div>
</aside>
</div>
</div>
</body>
</html>