-
Notifications
You must be signed in to change notification settings - Fork 0
/
record.html
51 lines (48 loc) · 2.06 KB
/
record.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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>mimeo labs</title>
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<script src="js/phant.js"></script>
<script src="js/receive.js"></script>
<script src="js/demo.js"></script>
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
</head>
<body>
<div id = "wrapper">
<header>
<div id = "logo">
<a href = "index.html"><img src = "images/mimeologo.svg" width = "300px"/></a>
</div>
<nav>
<ul id = "menu">
<li><a href = "whataremimeos.html">what are mimeos?</a></li>
<li><a href = "mimeocloud.html">the mimeo cloud</a><li>
<li><a href = "workwithus.html">work with us</a></li>
<li id = "demoitem"><a href = "demo.html"><strong><font color = "#f7941d">{DEMO}</font></strong></a></li>
</ul>
</nav>
</header>
<div class = "contentcontainer">
<div class = "contentanimationcolumn">
<img src = "images/scanearthanimation.gif" width = "300px"/>
<p>record</p>
</div>
<div class = "contentcolumn">
<h1>mimeograph® technology</h1>
<br>
<p>Developed over the past 15 years, the <strong><font color = "#f7941d">mimeograph</font></strong> is our way of physically communicating with mimeos. Using nanoscale scanning technology, the mimeograph enables <a href = "workwithus.html"><strong><font color = "#f7941d">citizen ecologists</font></strong></a> to scan different features of the natural landscape in the utmost detail.</p>
<img src = "images/mimeograph.svg" width = "300px"/><img src = "images/mimeographrotate.gif" width = "300px" />
<p id = "caption">Fig.1 Diagram of mimeograph scanner and its implementation.</p>
<br>
<h1><a href = "re-program.html"><font color = "#f7941d">where does all of this data go?</font></a></h1>
</div>
</div>
<footer>
<p>Copyright © 2045 by Mimeo Labs, Inc.</p>
</footer>
</div>
</body>
</html>