-
Notifications
You must be signed in to change notification settings - Fork 0
/
workwithus.html
56 lines (53 loc) · 2.61 KB
/
workwithus.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
<!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 id = "workwithus">
<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/mimeoconnectanimation.gif" width = "300px"/>
</div>
<div class = "contentcolumn">
<h1>work with us</h1>
<br>
<p>Mimeo Labs is a global network of people who are committed to working for the environment. Through a combination of fieldwork and remote coordination, Mimeo Labs harnesses mimeo technology to replenish natural resources and rebuild the natural landscape. We are always accepting applications for the following positions:</p>
<br>
<p><strong>citizen ecologist</strong></p>
<br>
<p>This position requires the ability to work in the field and the desire to get one's hands dirty. Citizen ecologists will work on the ground to collect material data using a mimeograph. They will collaborate remotely with material programmers to determine where mimeos need to be activated——that is, where features or resources need to be replenished in the natural environment.</p>
<br>
<p><strong>material programmer</strong></p>
<br>
<p>This position requires a strong background in material science——experience in environmental science a plus. Basic programming skills preferred, though material programmers will be trained to use the mimeo programming language. Material programmers will process and re-code material data collected by citizen ecologists.</p>
<br>
<p><font color = "#f7941d">Email inquiries to [email protected]</font></p>
</div>
</div>
<footer>
<p>Copyright © 2045 by Mimeo Labs, Inc.</p>
</footer>
</div>
</body>
</html>