forked from hicommonwealth/edgeware-homepage
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
208 lines (186 loc) · 7.11 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
<!DOCTYPE HTML>
<html>
<head>
<title>Straightedge</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="https://fonts.googleapis.com/css2?family=Share+Tech&display=swap" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<script type="text/javascript">
function addListener(element, type, callback) {
if (element.addEventListener) {
element.addEventListener(type, callback);
} else if (element.attachEvent) {
element.attachEvent('on' + type, callback);
}
}
addListener(document, 'DOMContentLoaded', function () {
var mq = window.matchMedia("(max-width: 760px)");
if (mq.matches) {
document.getElementById("menu_list").classList.add("hidden");
}
addListener(document.getElementById("menu_button"), 'click', function () {
document.getElementById("menu_list").classList.toggle("hidden");
});
addListener(document.getElementById("menu_button"), 'click', function () {
document.getElementById("body").classList.toggle("hidden2");
});
addListener(window, 'resize', function () {
var width = window.innerWidth ||
document.documentElement.clientWidth ||
document.body.clientWidth;
if (width > 760) {
document.getElementById("menu_list").classList.remove("hidden");
} else {
document.getElementById("menu_list").classList.add("hidden");
}
});
});
</script>
<body id="body">
<!-- Header -->
<div class="header container">
<div class="logo">
<div id="logo">
<a href="index.html" style="margin:0px">
<img src="images/header_logo.png" />
</a>
</div>
</div>
<nav>
<div id="menu_button_wrapper">
<div id="menu_button">
<input type="checkbox">
</div>
<div class="clearfix"></div>
</div>
<ul id="menu_list">
<li class="current_page"><a href="mainnet_documentation.html">Mainnet</a></li>
<li><a href="claim.html">Claim</a></li>
<li id="last"><a href="http://explorer.straighted.ge/">Explorer</a></li>
<div class="nav-icon-share">
<a class="ico_weixin" href="https://discord.gg/rbamhbC">
<img src="images/ico_weixin.png"/>
</a>
<a class="ico_twitter" href="https://twitter.com/heystraightedge">
<img src="images/ico_twitter.png"/>
</a>
<a class="ico_github" href="https://github.com/heystraightedge/straightedge">
<img src="images/ico_github.png"/>
</a>
</div>
</ul>
</nav>
<div class="icon-share">
<a class="ico_weixin" href="https://discord.gg/rbamhbC">
<img src="images/ico_weixin.png"/>
</a>
<a class="ico_twitter" href="https://twitter.com/heystraightedge">
<img src="images/ico_twitter.png"/>
</a>
<a class="ico_github" href="https://github.com/heystraightedge/straightedge">
<img src="images/ico_github.png"/>
</a>
</div>
</div>
<!-- Home -->
<div class="wrapper wrapper-style1 wrapper-first">
<article class="container" id="top">
<div class="row">
<div class="8u">
<header>
<h1>A Cosmic Smart Contracting Platform</h1>
</header>
<p>Straightedge is a general-purpose WASM smart contracting platform built using the Cosmos SDK and <a href="https://www.cosmwasm.com"><span class="yellow">CosmWasm.</span></a></p>
<p>The network is governed and secured by the holders of the STR token, which is widely distributed as a modified hard spoon of the Edgeware genesis lockdrop.</p>
<p>Straightedge will launch on 15 Sep 2020.</p>
<a href="https://github.com/heystraightedge/launch" class="button button-big">LEARN MORE</a>
</div>
<div class="4u ima">
<span class="me image image-full"><img src="images/header_banner.png" alt="" /></span>
</div>
</div>
</article>
</div>
<!-- Work -->
<div class="wrapper wrapper-style2">
<article id="work">
<header>
<h2>Get Involved</h2>
<p class="bottom"></p>
</header>
<div class="container">
<div class="row">
<div class="6u">
<section class="box box-style1">
<span class="icon featured-icon icon-comments-alt"></span>
<img src="images/ico_claim.png"/>
<h3>CLAIM</h3>
<p>If you participated in the Edgeware lockdrop and would like to learn how to claim your genesis tokens after launch, follow <a href="https://github.com/heystraightedge/straightedge#importing-lockdrop-keys"><span class="yellow">this tutorial.</span></a></p>
</section>
</div>
<div class="6u">
<section class="box box-style1">
<span class="icon featured-icon icon-file-alt"></span>
<img src="images/ico_stake.png"/>
<h3>STAKE</h3>
<p>If you participated in the Edgeware lockdrop and would like to run a genesis validator, please follow <a href="https://github.com/heystraightedge/launch/tree/master/gentxs"><span class="yellow">this guide</span></a> to submit a genesis staking tx.</p>
</section>
</div>
<div class="6u">
<section class="box box-style1">
<span class="icon featured-icon icon-thumbs-up"></span>
<img src="images/ico_buidl.png"/>
<h3>BUIDL</h3>
<p>If you'd like to learn how to build CosmWasm smart contracts on the Straightedge plaform, follow <a href="https://docs.cosmwasm.com/getting-started/intro.html"><span class="yellow">this tutorial.</span></a></p>
</section>
</div>
<div class="6u">
<section class="box box-style1">
<span class="icon featured-icon icon-thumbs-up"></span>
<img src="images/ico_learn.png"/>
<h3>LEARN</h3>
<p>If you're interested in learning more about the origins of the Straightedge project and its genesis distribution, <a href="https://medium.com/straightedge/straightedge-distribution-faq-9298b8909932"><span class="yellow">click here.</span></a></p>
</section>
</div>
</div>
</div>
<div class="community">
<header>
<h2>Community</h2>
<p class="bottom"></p>
</header>
<p class="text">We hang out on the Straightedge Discord. Join us!</p>
<a href="https://discord.gg/rbamhbC" class="button button-big">JOIN DISCORD</a>
</div>
<footer>
<div class="container">
<div class="fotter_icon-share">
<a class="ico_weixin" href="https://discord.gg/rbamhbC">
<img src="images/ico_weixin.png"/>
</a>
<a class="ico_twitter" href="https://twitter.com/heystraightedge">
<img src="images/ico_twitter.png"/>
</a>
<a class="ico_github" href="https://github.com/heystraightedge/straightedge">
<img src="images/ico_github.png"/>
</a>
</div>
<div class="cc">
<p>© 2020 Straightedge Launch Community</p>
</div>
</div>
</footer>
</article>
</div>
</body>
</html>