-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
107 lines (102 loc) · 4.75 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
<!DOCTYPE html>
<html lang="en">
<header>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Wagyu</title>
</header>
<body>
<main>
<div class="sidebar"></div>
<div class="outer-card-container">
<div class="img">
<img src="styles/wagyu.svg" width="100%" height="100%">
</div>
<div class="inner-card-container">
<div class="cardDisabled">
<div class="cardImage cardTitle" style="text-decoration: none !important;">
<a href="https://github.com/stake-house/wagyu-key-gen" target="_blank">Key Generator</a>
<div class="cardDescription">
Create your validator keys.
</div>
<img src="styles\keygen01.svg" width="auto" height="140px">
</div>
<div class="cardText">
<button class="btn"><!-- draw-border-->
<div style="color:white; padding-bottom: 8px; padding-top: 15px;">
<div>
Release 1.11.1
</div>
</div>
<div class="inner-button" style="margin-top: 4px;">
<a href="https://github.com/stake-house/wagyu-key-gen/releases/download/v1.11.1/Wagyu.Key.Gen-1.11.1-301127a.AppImage" target="_blank" class="border">
<img src="styles/linux.svg" width="32px" height="32px">
</a>
<a href="https://github.com/stake-house/wagyu-key-gen/releases/download/v1.11.1/Wagyu.Key.Gen.1.11.1-301127a.exe" target="_blank" class="border">
<img src="styles/windows.svg" width="32px" height="32px">
</a>
<a href="https://github.com/stake-house/wagyu-key-gen/releases/download/v1.11.1/Wagyu.Key.Gen-1.11.1-301127a.dmg" target="_blank" class="border">
<img src="styles/apple.svg" width="32px" height="32px">
</a>
</div>
<div class="lower-button" style="padding-top: 20px;">
<p>
<a href="https://github.com/stake-house/wagyu-key-gen/releases" target="_blank">Checksum</a>
</p>
<p>
<a href="https://github.com/stake-house/wagyu-key-gen/blob/main/README.md#wagyu-audit-by-hashcloak-wagyu-key-gen-audit-report" target="_blank">Audit</a>
</p>
</div>
</button>
</div>
</div>
</div>
<div class="footer-upperContainer">
<div></div>
<div>
<a href="https://twitter.com/wagyutools">
<img src="styles/twitter.png" width="auto" height="30px">
</a>
</div>
<div>
<a href="https://github.com/stake-house">
<img src="styles/github.png" width="auto" height="30px">
</a>
</div>
<div>
<a href="https://discord.io/ethstaker">
<img src="styles/discord.png" width="auto" height="30px">
</a>
</div>
<div></div>
</div>
</div>
<div class="sidebar"></div>
<!--
<div class="twitterFeed">
<a href="https://twitter.com/wagyutools?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @wagyutools</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
-->
</main>
<!-- <footer>
<div class="footer-upperContainer">
<div>
<a href="" target="_blank">Imprint</a>
</div>
<div>
<a href="" target="_blank">terms</a>
</div>
<div>
<a href="" target="_blank">Privacy</a>
</div>
<div>
<a href="">Contact Us</a>
</div>
</div>
<div class="footer-lowerContainer">
</div>
</footer> -->
</body>
</html>