-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
272 lines (223 loc) · 9.57 KB
/
index.html
File metadata and controls
272 lines (223 loc) · 9.57 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Energy-protocol.com</title>
<!-- HTML -->
<!-- Bootstrap css -->
<link rel="stylesheet" href="bootstrap-css/bootstrap.css">
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Sanskrit&display=swap" rel="stylesheet">
<!-- Animation library -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a href="#" class="navbar-brand">energy</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<img id="menu-btn" src="assets/menu.png"/>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto">
<a href="#home" class="nav-item nav-link">Home</a>
<a href="#stake" class="nav-item nav-link">Stake</a>
<a href="#goverance" class="nav-item nav-link">Governance</a>
</div>
<div id="app">
<a href="#" class="nav-item nav-link "><button id="launch-app-btn" type="button">Launch App</button></a>
</div>
</div>
</div>
</nav>
<!-- Home -->
<section id="home">
<div>
<div id="home-header" class="p-5">
<h2>An infrastructure for plug-and-play algorithmic finance</h2>
<p>Energy is an algorithmic price-stable assetization protocol acting as an accessible DeFi.
It enables the creation of stablecoins pegged to specific real-world assets, such as national currencies or commodities.</p>
<div id="button">
<a href="#stake"><button class="button" type="button">Learn More</button></a>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="stake">
<div class="p-5 my-4 rounded-3">
<div class="row g-2">
<div id="features1-img" class="col-sm">
<img class="img-fluid" src="assets/wallet.png" alt="" />
</div>
<div id="features1-col" class="col">
<h3>Algorithmic stablecoin <br />
enabling sustainable DeFi</h3>
<p>Energy ESD (ESDN) is an algorithmic stablecoin pegged to the US dollar and backed by WAVES. Leveraging the staking model of the Waves protocol’s underlying consensus algorithm, USDN staking yields a sustainable reward of up to ~ 15% APY.</p>
<div class="features-btn">
<a href="#"><button id="common-button" type="button">Buy ESDN</button></a>
</div>
</div>
</div>
</div>
</section>
<section class="goverance-row" id="goverance">
<div class="p-5 my-4 rounded-3">
<div id="features2" class="row g-2">
<div id="features2-col" class="col">
<h3>Get more power with ESDN</h3>
<p>Energy ESD (ESDN) is an algorithmic stablecoin pegged to the US dollar and backed by WAVES. Leveraging the staking model of the Waves protocol’s underlying consensus algorithm, USDN staking yields a sustainable reward of up to ~ 15% APY.</p>
<div class="features-btn">
<a href="#"><button id="common-button" type="button">Vote With ESDN</button></a>
</div>
</div>
<div id="features2-img" class="col-sm">
<img class="img-fluid" src="assets/voting.png" alt="" />
</div>
</div>
</div>
</section>
<section id="blockchain">
<div class="p-5 my-4 rounded-3">
<div id="features3" class="row g-2">
<div id="features3-img" class="col-sm">
<img class="img-fluid" src="assets/blockchain.png" alt="" />
</div>
<div id="features3-col" class="col">
<h3>Influence the Neutrino protocol's development with ESDN</h3>
<p>Energy ESD (ESDN) is an algorithmic stablecoin pegged to the US dollar and backed by WAVES. Leveraging the staking model of the Waves protocol’s underlying consensus algorithm, USDN staking yields a sustainable reward of up to ~ 15% APY.</p>
<div class="features-btn">
<a href="#"><button id="common-button" type="button">Stake EDSN</button></a>
</div>
</div>
</div>
</div>
</section>
<section id="decentralized">
<div class="p-5 my-4 rounded-3">
<div id="features4" class="row g-2">
<div id="features4-col" class="col">
<h3>Trade national currencies on a decentralized exchange</h3>
<p>Energy ESD (ESDN) is an algorithmic stablecoin pegged to the US dollar and backed by WAVES. Leveraging the staking model of the Waves protocol’s underlying consensus algorithm, USDN staking yields a sustainable reward of up to ~ 15% APY.</p>
<div class="features-btn">
<a href="#"><button id="common-button" type="button">Go to ESDN</button></a>
</div>
</div>
<div id="features4-img" class="col-sm">
<img class="img-fluid" src="assets/decentralized.png" alt="" />
</div>
</div>
</div>
</section>
<!---Sponsors----->
<section id="sponsors">
<div class="p-5 my-4">
<div class="sponsor-header">
<h3>Sponsors</h3>
</div>
<div data-aos="fade-left" class="row">
<div id="sponsor1-left-col" class="col sponsor">
<img class="img-fluid" src="assets/coinbase-ventures.png" alt="" />
</div>
<div id="sponsor1-middle-col" class="col sponsor">
<img class="img-fluid" src="assets/parafi.png" alt="" />
</div>
<div id="sponsor1-right-col" class="col sponsor">
<img class="img-fluid" src="assets/pantera.png" alt="" />
</div>
</div>
<div data-aos="fade-right" id="sponsor2" class="row">
<div id="sponsor2-left-col" class="col sponsor">
<img class="img-fluid" src="assets/hashed.png" alt="" />
</div>
<div id="sponsor2-middle-col" class="col sponsor">
<img class="img-fluid" src="assets/ngc.png" alt="" />
</div>
<div id="sponsor2-right-col" class="col sponsor">
<img class="img-fluid" src="assets/fundamental-labs.png" alt="" />
</div>
</div>
<div data-aos="fade-left" id="sponsor3" class="row">
<div id="sponsor3-left-col" class="col sponsor">
<img class="img-fluid" src="assets/dhvc.png" alt="" />
</div>
<div id="sponsor3-middle-col" class="col sponsor">
<img class="img-fluid" src="assets/snz.png" alt="" />
</div>
<div id="sponsor3-right-col" class="col sponsor">
<img class="img-fluid" src="assets/blockchain-capital.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- NEWSLETTER -->
<section>
<div data-aos="fade-up" data-aos-delay="200" id="newsletter">
<div class="">
<h4>SUBSCRIBE TO OUR NEWSLETTER</h4>
<div class="input-group">
<input type="email" class="form-control" placeholder="Enter your email">
</div>
<div id="subscribe-btn-container">
<button id="subscribe-btn" type="submit">Subscribe Now</button>
</div>
</div>
</div>
</div>
</section>
<!-- footer-->
<footer id="socials">
<div id="footer-link" class="row">
<div class="col">
<h6>Products</h6>
<p><a href="#">Energy Staking</a></p>
<p><a href="#">Energy Governance</a></p>
<p><a href="#">Energy Advanced APIs</a></p>
</div>
<div class="col">
<h6>About Us</h6>
<p><a href="#">Our Story</a></p>
<p><a href="#">Careers</a></p>
<p><a href="#">Community</a></p>
</div>
<div class="col">
<h6>Community</h6>
<p><a href="#">Twitter</a></p>
<p><a href="#">Telegram</a></p>
<p><a href="#">Discord</a></p>
<p><a href="#">Medium</a></p>
</div>
</div>
<hr>
<div id="copy-terms" class="row g-2">
<div id="copyright" class="col">
<p> © 2022 Energy All rights reserved
<span class=" mx-2">|</span>
info@energy.com
</p>
</div>
<div id="terms-privacy" class="col text-md-end">
<a style="text-decoration: none" href="#">Terms of Use</a>
<span>|</span>
<a style="text-decoration: none" href="#">Privacy Policy</a>
</div>
</div>
</footer>
<script src="bootstrap-js/bootstrap.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset : 200,
duration : 700});
</script>
</body>
</html>