-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresale.html
312 lines (303 loc) · 18.9 KB
/
presale.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
<!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, user-scalable=0, maximum-scale=1.0">
<meta property="og:type" content="website">
<meta property="og:title" content="Solana: A new architecture for a high-performance blockchain">
<meta property="og:description" content="Up to 710,000 transactions per second on a 1 gigabit network without data partitioning.">
<meta property="og:image" content="Preview.png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Solana</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<div class="header__inner">
<div class="logo"><img src="./images/logo.svg" alt="Solana"></div>
<nav class="main-menu" id="menu">
<ul class="main-menu__list">
<li class="main-menu__item"><a class="main-menu__link" href="/">Home</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="developers.html" id="click-menu-developers">Developers</a></li>
<li class="main-menu__item"><a class="main-menu__link active" href="presale.html" id="click-menu-presale">Presale</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="miners.html" id="click-menu-mining">Mining</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="https://solana.com/solana-whitepaper.pdf" id="click-whitepaper">Whitepaper</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="community.html" id="click-menu-community">Community</a></li>
<li class="main-menu__item"><a class="main-menu__link" href="careers.html">Careers</a></li>
<li class="main-menu__item"><a class="main-menu__btn" href="https://t.me/solanaio"><span>Join our telegram</span></a></li>
</ul>
</nav>
<div class="menu-btn" id="menuBtn">
<div>
<div></div>
</div>
</div>
</div>
</header>
<div class="main">
<div class="container presale">
<h1 class="h1">Become a launch partner</h1>
<p class="text">We have created this form to field the enormous amount of investment interest we have been receiving. Please note the following:</p>
<div class="follow">
<div class="col">
<p>
There are currently no announcements regarding a date of a presale. This is
simply an interest form.
</p>
<p>Once you submit this form, please hold tight. There is nothing further to be done. DM'ing and emailing will only delay our progress on the tech!</p>
<p>Thank you very much for your support! It means the world to us.</p>
</div>
<div class="col">
<p>
We are focusing deeply on building this technology and do not have enough time to
reach everyone who submits, just yet.
</p>
<p>We have not announced any minimum, maximum, or any other requirements. Please fill the form to the best of your abilities.</p>
</div>
</div>
<div id="mc_embed_signup">
<form class="form-wrap validate mixPanelPresale" id="mc-embedded-subscribe-form" action="https://solana.us17.list-manage.com/subscribe/post?u=dc5b8a6eb6dc3d737579c03c9&id=a7447f4091" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate="">
<div class="form" id="mc_embed_signup_scroll">
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-FNAME" type="text" name="FNAME">
<div class="form__label">First name</div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-LNAME" type="text" name="LNAME">
<div class="form__label">First name</div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-FIRM" type="text" name="FIRM">
<div class="form__label">Organization / Fund Name</div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required email" id="mce-EMAIL" type="email" name="EMAIL">
<div class="form__label">Email address</div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required js-number" id="mce-ALLOCATION" type="number" min="0" name="ALLOCATION">
<div class="form__label">Potential desired allocation size (in USD)</div>
<div class="hint" title="Please provide your allocation in USD,
regardless of your desired currency"></div>
</div>
</div>
<div class="mc-field-group">
<div class="form__select">
<select class="required" id="mce-CURRENCY" name="CURRENCY">
<option value="USD">USD</option>
<option value="ETH">ETH</option>
<option value="BTC">BTC</option>
</select>
<div class="form__label active">Desired Denomination</div>
<div class="hint" title="Market exchange rates will be used to convert from USD number specified above"></div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-COMMUNITY" type="text" name="COMMUNITY">
<div class="form__label">How have you contributed to our community?</div>
<div class="hint" title="If you have not contributed yet,
please specify how you intend to contribute"></div>
</div>
</div>
<div class="mc-field-group">
<div class="form__input">
<input class="required" id="mce-TELEGRAMN" type="text" name="TELEGRAMN">
<div class="form__label">Telegram Name</div>
<div class="hint" title="If you have not contributed yet,
please specify how you intend to contribute"></div>
</div>
</div>
<div class="mc-field-group">
<div class="form__radio">
<div><span>Are you an accredited investor?</span>
<div class="hint" title="An accredited investor must have a net
worth of at least $1,000,000, excluding the value of one's
primary residence, or have income at least $200,000
each year for the last two years (or $300,000 combined income if married)"></div>
</div>
<label>
<input id="mce-ACCREDITED-0" type="radio" name="ACCREDITED" value="Yes" checked="Yes"><span></span><span>Yes</span>
</label>
<label>
<input id="mce-ACCREDITED-1" type="radio" name="ACCREDITED" value="No"><span></span><span>No</span>
</label>
</div>
</div>
<div class="mc-field-group">
<div class="form__radio">
<div><span>Are you a member of our Telegram?</span></div>
<label>
<input id="mce-TELEGRAM-0" type="radio" name="TELEGRAM" value="Yes" checked="Yes"><span></span><span>Yes</span>
</label>
<label>
<input id="mce-TELEGRAM-1" type="radio" name="TELEGRAM" value="No"><span></span><span>No</span>
</label>
</div>
</div>
<div class="mc-field-group fw">
<div class="form__input">
<input id="mce-ETHADDRESS" type="text" name="ETHADDRESS">
<div class="form__label">ETH or BTC address</div>
</div>
</div>
</div>
<div class="form__footer mc-field-group">
<div class="form__checkbox">
<label>
<input type="checkbox" value="1" name="group[6999][1]" id="mce-group[6999]-6999-0"><span></span><span>I acknowledge this important notice</span>
</label>
</div>
<p>I understand that by submitting this form, I am not committing to an investment in the presale. I will only be added to a list of potentially interested investors and will receive information about the presale when it is ready. This form is not an offer to purchase a SAFT in the presale. The presale will occur only in accordance with the offering documents for the presale, which will be available through direct communication with the company. Submitting this form is NOT a guarantee of allocation and not a binding commitment by me to purchase any interests in a SAFT when and if the presale occurs. In order to invest, I will need to submit a purchase agreement for the presale in accordance with the offering documents. I also understand that Solana is only asking for my ETH/BTC address for administrative purposes and will not send me any tokens unless I ultimately purchase a SAFT and the tokens are eventually distributed under the SAFT. Solana may check the contents of my wallet, but Solana will not otherwise use the information I provide until after I invest. Solana will not share my ETH/BTC address with any other party.</p>
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_dc5b8a6eb6dc3d737579c03c9_a7447f4091" tabindex="-1" value="">
</div>
<input class="btn" id="mc-embedded-subscribe" type="submit" value="Submit" name="subscribe">
</form>
</div>
</div>
</div>
<footer class="footer">
<div class="container"><img class="footer__logo" src="./images/logo.svg" alt="Solana">
<div class="footer__inner">
<div class="footer__menu">
<div class="col"><a href="/">Home</a><a href="developers.html">Developers</a><a href="more.html">Learn More</a><a href="community.html">Community</a><a href="careers.html">Careers</a><a href="https://solana.com/solana-whitepaper.pdf">Whitepaper</a><a href="mailto:[email protected]">Contact Us</a></div>
<div class="col"><a href="https://t.me/solanaio" id="click-footer-telegram">Telegram</a><a href="https://reddit.com/r/solana" id="click-footer-reddit">Reddit</a><a href="https://twitter.com/solanalabs" id="click-footer-twitter">Twitter</a><a href="https://medium.com/solana-labs" id="click-footer-medium">Medium</a><a href="https://github.com/solana-labs" id="click-footer-github">Github</a><a href="https://www.youtube.com/channel/UC9AdQPUe4BdVJ8M9X7wxHUA" id="click-footer-youtube">Youtube</a></div>
</div>
<div class="footer__desc">
<div class="footer__title">Website disclaimer</div>
<p>Nothing in this website is an offer to sell, or the solicitation of an offer to buy, any tokens. Solana is publishing this website solely to receive feedback and comments from the public. If and when Solana offers for sale any tokens (or a Simple Agreement for Future Tokens), it will do so through definitive offering documents, including a disclosure document and risk factors. Those definitive documents also are expected to include an updated version of this website, which may differ significantly from the current version. If and when Solana makes such an offering in the United States, the offering likely will be available solely to accredited investors.</p>
<p>Nothing in this website should be treated or read as a guarantee or promise of how Solana's business or the tokens will develop or of the utility or value of the tokens. This website outlines current plans, which could change at its discretion, and the success of which will depend on many factors outside Solana's control, including market-based factors and factors within the data and cryptocurrency industries, among others. Any statements about future events are based solely on Solana's analysis of the issues described in this website. That analysis may prove to be incorrect.</p>
<div class="copyright">© Copyright Solana Labs, Inc. All rights reserved.</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>
(function (e, a) {
if (!a.__SV) {
var b = window;
try {
var c, l, i, j = b.location, g = j.hash;
c = function (a, b) {return (l = a.match(RegExp(b + "=([^&]*)"))) ? l[1] : null};
g && c(g, "state") &&
(i = JSON.parse(decodeURIComponent(c(g, "state"))), "mpeditor" === i.action &&
(b.sessionStorage.setItem("_mpcehash", g), history.replaceState(i.desiredHash || "",
e.title,
j.pathname + j.search
)))
} catch (m) {}
var k, h;
window.mixpanel = a;
a._i = [];
a.init = function (b, c, f) {
function e(b, a) {
var c = a.split(".");
2 == c.length && (b = b[c[0]], a = c[1]);
b[a] = function () {
b.push([a].concat(Array.prototype.slice.call(
arguments,
0
)))
}
}
var d = a;
"undefined" !== typeof f ? d = a[f] = [] : f = "mixpanel";
d.people = d.people || [];
d.toString = function (b) {
var a = "mixpanel";
"mixpanel" !== f && (a += "." + f);
b || (a += " (stub)");
return a
};
d.people.toString = function () {return d.toString(1) + ".people (stub)"};
k = "disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(
" ");
for (h = 0; h < k.length; h++) e(d, k[h]);
a._i.push([b, c, f])
};
a.__SV = 1.2;
b = e.createElement("script");
b.type = "text/javascript";
b.async = !0;
b.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL :
"file:" === e.location.protocol &&
"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//) ?
"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" :
"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";
c = e.getElementsByTagName("script")[0];
c.parentNode.insertBefore(b, c)
}
})(document, window.mixpanel || []);
mixpanel.init("a733ed40b877d30ff2a1a58b4e326cf0");
mixpanel.track("Visited");
// cta's
// home
mixpanel.track_links("#hero-whitepaper", "Clicked whitepaper in hero");
// developers
mixpanel.track_links("#hero-contribute", "Clicked contribute in hero");
mixpanel.track_links("#join-develop", "Clicked develop");
mixpanel.track_links("#join-discord", "Clicked join discord");
mixpanel.track_links("#doc-arch-guide", "Clicked arch documentation");
mixpanel.track_links("#doc-js-api", "Clicked js api documentation");
mixpanel.track_links("#doc-ref-impl", "Clicked reference impl documentation");
mixpanel.track_links("#app-tic-tac-toe-source", "Clicked tic-tac-toe app source code");
mixpanel.track_links("#app-tic-tac-toe-try", "Clicked tic-tac-toe try");
mixpanel.track_links("#app-wallet-source", "Clicked web wallet app source code");
mixpanel.track_links("#app-wallet-try", "Clicked web wallet app try");
// community
mixpanel.track_links("#hero-events", "Clicked events in hero");
// careers
mixpanel.track_links("#hero-openings", "Clicked job openings in hero");
// forms
mixpanel.track_forms(".mixPanelSubscribe", "Clicked subscribe");
mixpanel.track_forms('.mixPanelMining', 'Mining request submitted');
mixpanel.track_forms('.mixPanelPresale', 'Presale request submitted');
// top menu
mixpanel.track_links("#click-menu-developers", "Clicked Developers");
mixpanel.track_links("#click-menu-careers", "Clicked Careers");
mixpanel.track_links("#click-menu-community", "Clicked Community");
mixpanel.track_links("#click-menu-whitepaper", "Clicked Whitepaper");
mixpanel.track_links("#click-presale", "Clicked Presale Form");
// subscribe social links
mixpanel.track_links("#click-subscribe-telegram", "Clicked subscribe telegram");
mixpanel.track_links("#click-subscribe-twitter", "Clicked subscribe twitter");
mixpanel.track_links("#click-subscribe-github", "Clicked subscribe github");
mixpanel.track_links("#click-subscribe-medium", "Clicked subscribe medium");
// footer social links
mixpanel.track_links("#click-footer-telegram", "Clicked footer telegram");
mixpanel.track_links("#click-footer-twitter", "Clicked footer twitter");
mixpanel.track_links("#click-footer-github", "Clicked footer github");
mixpanel.track_links("#click-footer-reddit", "Clicked footer reddit");
mixpanel.track_links("#click-footer-youtube", "Clicked footer youtube");
mixpanel.track_links("#click-footer-medium", "Clicked footer medium");
// community page social links
mixpanel.track_links("#click-community-telegram-icon", "Clicked telegram icon on community page");
mixpanel.track_links("#click-twitter-telegram-icon", "Clicked twitter icon on community page");
mixpanel.track_links("#click-github-telegram-icon", "Clicked github icon on community page");
mixpanel.track_links("#click-reddit-telegram-icon", "Clicked reddit icon on community page");
mixpanel.track_links("#click-youtube-telegram-icon", "Clicked youtube icon on community page");
mixpanel.track_links("#click-medium-telegram-icon", "Clicked medium icon on community page");
mixpanel.track_links("#click-partnership", "Clicked partnership");
</script>
<script src="js/app.js"></script>
</body>
</html>