-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (55 loc) · 1.76 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
<!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 = "homerowanimations">
<div class = "animationcolumn">
<img src = "images/scanearthanimation.gif" width = "300px"/>
</div>
<div class = "animationcolumn">
<img src = "images/codeanimation.gif" width = "300px"/>
</div>
<div class = "animationcolumn">
<img src = "images/earthanimation.gif" width = "300px"/>
</div>
</div>
<div class = "homerowtext">
<div class = "textcolumn">
<a href = "record.html"><p>record</p></a>
</div>
<div class = "textcolumn">
<a href = "re-program.html"><p>re-program</p></a>
</div>
<div class = "textcolumn">
<a href = "replenish.html"><p>replenish</p></a>
</div>
</div>
<footer>
<p>Copyright © 2045 by Mimeo Labs, Inc.</p>
</footer>
</div>
</body>
</html>