forked from emlyon/makerspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecu2.html
72 lines (60 loc) · 2.81 KB
/
ecu2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Bootcamp#5: makers'pots</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src="js/navigator.js"></script>
<div id="container">
<header>
<a href="https://emlyon.github.io/makerspot/">
<img src="img/header.png" alt="makers' lab" height="100%" width="100%">
</a>
</header>
<div id="full">
<img src="img/ECU2F.jpg">
<div class="text-full">ecully<br/>makers’ pot<br/>#2</div>
<div id="list2">
<div class="survol water">
<canvas class="level"></canvas>
<div class="info-text">water level : <br><span></span></div>
</div>
<div class="survol pump">
<canvas class="level"></canvas>
<div class="info-text">pump state : <br><span></span></div>
</div>
<div class="survol leds">
<canvas class="level"></canvas>
<div class="info-text">leds state : <br><span></span></div>
</div>
</div>
</div>
<footer>
<div class="form">
<form method="POST" action="https://script.google.com/macros/s/AKfycbyXo3MTlt9e9xOBxFl_HJbS9OcXMWuHsBM1gRwJfj5xukqDBiE/exec">
<input id="mail" type="email" placeholder="Enter your email">
<input type="submit" value="submit ">
<p>
to adopt & take care of this pot.
</p>
</form>
<p>Thanks for taking care of me, can't wait to see you :)</p>
</div>
<div class="social">
<a href="https://twitter.com/makerslab_" target="_blank"><img src="img/twitter.png" class="footer" height="100%" width="100%"></a>
<a href="http://wikifab.org/wiki/Group:Makers%27_lab" target="_blank"><img src="img/wikifab.png" class="footer" height="100%" width="100%"></a>
<a href="https://youtu.be/-sSJpWdttuQ" target="_blank"><img src="img/youtube.png" class="footer" height="100%" width="100%"></a>
<a href="https://www.thingiverse.com/makerslab_emlyon/designs" target="_blank"><img src="img/thingiverse.png" height="100%" width="100%"></a>
</div>
<div class="made-by">
<p>made in <a href="http://makerslab.em-lyon.com" target="blank">makers'lab</a> with fun </p>
</div>
</footer>
</div>
<script src="js/creds.js" charset="utf-8"></script>
<script src="js/messages.js" charset="utf-8"></script>
<script src="js/dataloader.js" charset="utf-8"></script>
</body>
</html>