forked from validitylabs/EthDapp-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (56 loc) · 2.04 KB
/
Copy pathindex.html
File metadata and controls
83 lines (56 loc) · 2.04 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
78
79
80
81
82
83
<!doctype html>
<html>
<meta charset="utf-8" />
<title>#HomeEnergy</title>
<meta name="description" content="description" />
<meta name="author" content="author" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/style.css" type="text/css" rel="stylesheet" />
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="js/script.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<body>
<div id='container'>
<header>
<img src="img/notewz.jpg" id="ewz" />
</header>
<main>
<a id="signin" href="login.html">Sign in!</a>
<h1>#HomeEnergy</h1>
<p>
What if you produced your own energy and were able to use it directly or whenever and wherever you need it?
</p>
<p>
This is no longer a dream, but is now available at äwz.
</p>
<p>
How does it work?
</p>
<ol>
<li>Your PV will produce electricity.</li>
<li>You will use electricity directly in real-time.</li>
<li>The surplus will be fed into the grid. In return, you get #Coins.</li>
<li>Whenever and wherever you need electricity, you can trade these #Coins into electricity - either in your house, your holiday domicile or any paid charging station (public electric vehicle stations or public smartphone charging stations).</li>
<li>One your balance is zero, the electricity you consume will be from the grid.</li>
</ol>
<p>How can I join?</p>
<ol>
<li>Being a prosumer</li>
<li>Register online</li>
<li>Receive the required smart meters in your mailbox</li>
<li>Make appointment with äwz customer service to Connect the </li>smart meters to your house and activate them (done by äwz)</li>
<li>All done!</li>
</ol>
<form>
<a href="register.html" class="button" id="register">Register!</a>
</form>
</main>
<footer>
<a>Contact</a> <a>About</a>
</footer>
</div>
</body>
</html>