-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
320 lines (312 loc) · 14.1 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
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>EigenLayer</title>
<meta name="description" content>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css//main.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/x-icon" href="./images/eigenlogo.png">
</head>
<body class="bg-themeBlue md:bg-white">
<nav class="relative bg-white w-full top-0 md:fixed">
<!--nav items container-->
<div
class="flex justify-between items-center px-3 py-2 text-themeBlue font-light md:px-20">
<!--logo-->
<img src="./images/eigenlogo.png"
class="w-9 h-9 md:w-14 md:h-14">
<div class="flex items-center gap-6">
<h3 class="hidden md:block cursor-pointer">DOCUMENTATION</h3>
<a
class="border-themeBlue border rounded-xl px-5 py-1 cursor-pointer">Connect
to
Wallet</a>
<i
class="fa-solid fa-ellipsis-vertical text-lg cursor-pointer"></i>
</div>
</div>
</nav>
<section id="hero" class="mt-14 md:mt-10 md:bg-themeBlue md:py-20">
<div class="text-center">
<h4 class="text-white text-2xl mb-5">To Start restaking</h4>
<a href="#"
class="bg-white text-themeBlue rounded-xl px-5 py-2 cursor-pointer">Connect
to
Wallet</a>
</div>
</section>
<section id="mobile_pools" class="md:hidden">
<!--pools container-->
<div class="w-11/12 bg-white mx-auto mt-16 rounded-lg pb-5">
<div class="border-b border-b-accent3 pb-5">
<!--rocket pool & logo-->
<div
class="flex gap-5 items-center px-5 pt-2 text-themeBlue">
<div class="w-8 h-8">
<img src="./images/rETH.svg">
</div>
<div>
<p>Rocket Pool Ether</p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">rETH</p>
</div>
</div>
<!--stake details-->
<div class="flex justify-between text-themeBlue px-5 mt-5">
<div>
<p>Restaked</p>
<p>Restaked Points</p>
<p>TVL</p>
</div>
<div class="text-right">
<p>0.0000</p>
<p>0.0000</p>
<p>19,696.5401</p>
</div>
</div>
<div class="mt-5">
<a href="#"
class="bg-themeBlue px-12 py-2 text-white mx-5 rounded-lg cursor-pointer hover:bg-themeYellow">Manage
stake</a>
</div>
</div>
<div class="border-b border-b-accent3 pb-5">
<!--lido pool & logo-->
<div
class="flex gap-5 items-center px-5 pt-2 text-themeBlue">
<div class="w-8 h-8">
<img src="./images/stETH.svg" class>
</div>
<div>
<p>Lido Staked Ether</p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">stETH</p>
</div>
</div>
<!--stake details-->
<div class="flex justify-between text-themeBlue px-5 mt-5">
<div>
<p>Restaked</p>
<p>Restaked Points</p>
<p>TVL</p>
</div>
<div class="text-right">
<p>0.0000</p>
<p>0.0000</p>
<p>98,261.0750</p>
</div>
</div>
<div class="mt-5">
<a href="#"
class="bg-themeBlue px-12 py-2 text-white mx-5 rounded-lg cursor-pointer hover:bg-themeYellow">Manage
stake</a>
</div>
</div>
<div>
<!--coinbase pool & logo-->
<div
class="flex gap-5 items-center px-5 pt-2 text-themeBlue">
<div class="w-8 h-8">
<img src="./images/cbethicon.png" class>
</div>
<div>
<p>Coinbase Staked Ether</p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">cbETH</p>
</div>
</div>
<!--stake details-->
<div class="flex justify-between text-themeBlue px-5 mt-5">
<div>
<p>Restaked</p>
<p>Restaked Points</p>
<p>TVL</p>
</div>
<div class="text-right">
<p>0.0000</p>
<p>0.0000</p>
<p>20,732.2009</p>
</div>
</div>
<div class="mt-5">
<a href="#"
class="bg-themeBlue px-12 py-2 text-white mx-5 rounded-lg cursor-pointer hover:bg-themeYellow">Manage
stake</a>
</div>
</div>
</div>
<!--beacon pool & logo-->
<div class="w-11/12 bg-white mx-auto mt-2.5 rounded-lg pb-5">
<div
class="flex gap-5 items-center px-5 pt-2 text-themeBlue">
<div class="w-8 h-8">
<img src="./images/ETH.png" class>
</div>
<div>
<p>Beacon Chain Et...</p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">ETH</p>
</div>
</div>
<!--stake details-->
<div class="flex justify-between text-themeBlue px-5 mt-5">
<div>
<p>Restaked</p>
<p>Restaked Points</p>
<p>TVL</p>
</div>
<div class="text-right">
<p>0.0000</p>
<p>0.0000</p>
<p>34,496.0000</p>
</div>
</div>
<div class="mt-5">
<a href="#"
class="bg-gray-300 px-10 py-2 text-white mx-5 rounded-lg hover:bg-yellow-100 cursor-not-allowed">Create
EigenPod</a>
</div>
</div>
</section>
<div id="md_pools" class="hidden mt-10 md:block">
<!--dash container-->
<div class="py-5">
<!--dash heading-->
<div
class="flex justify-between text-themeBlue mx-20 px-10">
<div class="flex">
<p>TOKEN <i class="fa-solid fa-caret-down text-xs"></i></p></div>
<div class="flex">
<p>RESTAKED <i class="fa-solid fa-caret-down text-xs"></i></p></div>
<div class="flex">
<p>RESTAKED POINTS <i
class="fa-solid fa-caret-down text-xs"></i></p></div>
<div class="flex">
<p class>TVL <i class="fa-solid fa-caret-down text-xs"></i></p></div>
</div>
<!--pool & details-->
<div class="mt-4">
<div
class="flex text-themeBlue items-center justify-between hover:bg-accent1 cursor-pointer rounded-lg py-3 mx-20 pl-3 pr-10">
<div class="flex gap-2">
<div class="w-6 h-6">
<img src="./images/rETH.svg">
</div>
<div>
<p>Rocket Pool Ether</p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">rETH</p>
</div>
</div>
<div class>
<p>0.0000</p>
</div>
<div>
<p>0.0000</p>
</div>
<div>
<p>20,731.561</p>
</div>
</div>
<!--lido staked eth-->
<div
class="flex text-themeBlue items-center justify-between hover:bg-accent1 cursor-pointer rounded-lg py-3 mx-20 pl-3 pr-10">
<div class="flex gap-2">
<div class="w-6 h-6">
<img src="./images/stETH.svg">
</div>
<div>
<p>Lido Staked Ether</p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">stETH</p>
</div>
</div>
<div class>
<p>0.0000</p>
</div>
<div>
<p>0.0000</p>
</div>
<div>
<p>20,731.561</p>
</div>
</div>
<!--coinbase staked-->
<div
class="flex text-themeBlue items-center justify-between hover:bg-accent1 cursor-pointer rounded-lg py-3 mx-20 pl-3 pr-10">
<div class="flex gap-2">
<div class="w-6 h-6">
<img src="./images/cbethicon.png">
</div>
<div>
<p>Coinbase Staked <soan class="pr-2"></soan></p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">cbETH</p>
</div>
</div>
<div class>
<p>0.0000</p>
</div>
<div>
<p>0.0000</p>
</div>
<div>
<p>20,731.561</p>
</div>
</div>
</div>
<div id="divider"
class="flex flex-row justify-evenly border-t border-themeBlue mt-5 mx-20 h-5">
<div class="h-5 border-l border-themeBlue w-full"></div>
<div class="h-5 border-l border-themeBlue w-full"></div>
<div class="h-5 border-l border-themeBlue w-full"></div>
<div class="h-5 border-l border-themeBlue w-full"></div>
<div class="h-5 border-l border-themeBlue w-full"></div>
</div>
<div class="ml-24 mt-5 text-themeBlue">
<p class="font-bold">NATIVE RESTAKING</p>
</div>
<div class="mx-24 mt-2.5 rounded-lg pb-5 flex justify-between">
<div class="flex gap-1">
<div
class="flex gap-2 items-center px-5 pt-2 text-themeBlue">
<div class="w-8 h-8">
<img src="./images/ETH.png" class>
</div>
<div>
<p>Beacon Chain Et...</p>
<p
class="border border-themeBlue rounded-full px-2 text-xs w-fit">ETH</p>
</div>
</div>
<div class="mt-5">
<a href="#"
class="bg-gray-300 px-4 py-2 text-white mx-5 rounded-sm hover:bg-yellow-100 cursor-not-allowed">Create
EigenPod</a>
</div>
</div>
<!--stake details-->
<div class="flex justify-between text-themeBlue px-5 mt-5">
<div class="text-right">
<p>34,496.0000</p>
</div>
</div>
</div>
</div>
</div>
<footer class="mt-10 top-full">
<div
class="flex gap-2 justify-end px-10 bg-accent1 bottom-0 py-2 text-themeBlue md:py-4">
<p>TVL</p>
<p class="font-bold">175,765.0242 ETH</p>
</div>
</footer>
<script src async defer></script>
</body>
</html>