-
Notifications
You must be signed in to change notification settings - Fork 19
/
newsletter.html
269 lines (250 loc) · 19.6 KB
/
newsletter.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Newsletter | Kusama</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Subscribe to the newsletter to hear about Kusama updates and events.">
<link href="assets/css/loaders/loader-typing.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/fonts.css" rel="stylesheet" type="text/css" media="all">
<link href="assets/css/glitch.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" type="image/ico" href="assets/img/favicon.ico"/>
<!-- GDPR cookie notification script -->
<script type="text/javascript" src="assets/tarteaucitron/tarteaucitron.js"></script>
<script type="text/javascript">
tarteaucitron.init({
"privacyUrl": "privacy.html", /* Privacy policy url */
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
"cookieName": "kusamacookie", /* Cookie name */
"orientation": "bottom", /* Banner position (top - bottom) */
"showAlertSmall": true, /* Show the small banner on bottom right */
"cookieslist": true, /* Show the cookie list */
"adblocker": false, /* Show a Warning if an adblocker is detected */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"highPrivacy": false, /* Disable auto consent */
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */
"removeCredit": true, /* Remove credit link */
"moreInfoLink": false, /* Show more info link */
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
//"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */
"readmoreLink": "/cookiespolicy" /* Change the default readmore link pointing to opt-out.ferank.eu */
});
</script>
<!-- Google Analytics within GDPR cookie notification script -->
<script type="text/javascript">
tarteaucitron.user.gtagUa = 'UA-103354191-4';
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ };
(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
</script>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://kusama.network/">
<meta property="og:title" content="Kusama — A canary network for Polkadot experiments">
<meta property="og:description" content="Kusama is a community research and development network for experimenting cutting-edge blockchain projects.">
<meta property="og:image" content="assets/img/og-card.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://kusama.network/">
<meta property="twitter:title" content="Kusama — A canary network for Polkadot experiments">
<meta property="twitter:description" content="Kusama is a community research and development network for experimenting cutting-edge blockchain projects.">
<meta property="twitter:image" content="assets/img/og-card.png">
</head>
<body>
<div class="loader">
<div class="loading-animation"></div>
</div>
<section class="min-vh-100 bg-dark text-light py-5 o-hidden">
<div class="container">
<div class="row justify-content-center mb-6">
<div class="col-auto layer-1">
<a href="index.html">
<img src="assets/img/kusama-logo.svg" alt="Kusama" class="w-25 mx-auto d-block">
</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10 col-lg-10 layer-1">
<div class="text-center mb-5">
<div class="h1-glitch mb-4" data-text="Stay in the loop">Stay in the loop</div>
<p class="h2 mb-4">Subscribe to the newsletter to hear about <br class="d-none d-md-block">Kusama updates and events.</p>
</div>
</div>
<div class="col-md-10 col-lg-5 layer-1">
<form action="https://network.us3.list-manage.com/subscribe/post?u=5a2f42d973542fc80fa925cec&id=582fff042a" name="mc-embedded-subscribe-form" class="validate" method="post" novalidate>
<div class="form-row">
<div class="col-12 mb-3">
<p class="lead text-bold">What describes you best?</p>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="1" name="group[23917][1]" id="mce-group[23917]-23917-0">
<label class="custom-control-label" for="mce-group[23917]-23917-0">I'm an enthusiast</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="2" name="group[23917][2]" id="mce-group[23917]-23917-1">
<label class="custom-control-label" for="mce-group[23917]-23917-1">I'm a developer</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="4" name="group[23917][4]" id="mce-group[23917]-23917-2">
<label class="custom-control-label" for="mce-group[23917]-23917-2">I'm a validator</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="8" name="group[23917][8]" id="mce-group[23917]-23917-3">
<label class="custom-control-label" for="mce-group[23917]-23917-3">I'm into governance</label>
</div>
</div>
<div class="col-12 mb-2">
<input type="email" value="" class="form-control required email" placeholder="Your email address" name="EMAIL" required id="mce-EMAIL">
</div>
<div class="col-12 mb-2">
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_5a2f42d973542fc80fa925cec_582fff042a" tabindex="-1" value="">
</div>
<button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="clear btn btn-primary btn-loading btn-block" data-loading-text="Sending">
<svg class="icon" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icon For Loading</title>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g>
<polygon points="0 0 24 0 24 24 0 24" opacity="0"></polygon>
</g>
<path d="M12,4 L12,6 C8.6862915,6 6,8.6862915 6,12 C6,15.3137085 8.6862915,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,10.9603196 17.7360885,9.96126435 17.2402578,9.07513926 L18.9856052,8.09853149 C19.6473536,9.28117708 20,10.6161442 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z"
fill="#000000" fill-rule="nonzero" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) "></path>
</g>
</svg>
<span>Subscribe</span>
</button>
</div>
</div>
</form>
<small class="text-muted form-text">To see how we use your information please see our <a href="privacy.html" target="_blank">privacy policy</a>. Unsubscribe anytime by clicking the link in the bottom of any newsletter.
</small>
</div>
</div>
<div class="row text-center justify-content-center py-6">
<div class="modal fade" id="subscribe-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<svg class="icon bg-dark" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.2426 6.34311L6.34309 16.2426C5.95257 16.6331 5.95257 17.2663 6.34309 17.6568C6.73362 18.0473 7.36678 18.0473 7.75731 17.6568L17.6568 7.75732C18.0473 7.36679 18.0473 6.73363 17.6568 6.34311C17.2663 5.95258 16.6331 5.95258 16.2426 6.34311Z"
fill="#212529" />
<path d="M17.6568 16.2426L7.75734 6.34309C7.36681 5.95257 6.73365 5.95257 6.34313 6.34309C5.9526 6.73362 5.9526 7.36678 6.34313 7.75731L16.2426 17.6568C16.6331 18.0473 17.2663 18.0473 17.6568 17.6568C18.0474 17.2663 18.0474 16.6331 17.6568 16.2426Z"
fill="#212529" />
</svg>
</button>
<div class="m-xl-4 m-3">
<div class="text-center mb-3">
<p class="h1 mb-2">Stay in the loop</p>
<p>Subscribe to the newsletter to hear about Kusama updates and events.</p>
</div>
<form action="https://network.us3.list-manage.com/subscribe/post?u=5a2f42d973542fc80fa925cec&id=582fff042a" name="mc-embedded-subscribe-form" class="validate" method="post" novalidate>
<div class="form-row">
<div class="col-12 mb-3">
<p class="text-bold">What describes you best? (one or more)</p>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="1" name="group[23917][1]" id="mce-group[23917]-23917-0">
<label class="custom-control-label text-small" for="mce-group[23917]-23917-0">I'm an enthusiast</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="2" name="group[23917][2]" id="mce-group[23917]-23917-1">
<label class="custom-control-label text-small" for="mce-group[23917]-23917-1">I'm a developer</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="4" name="group[23917][4]" id="mce-group[23917]-23917-2">
<label class="custom-control-label text-small" for="mce-group[23917]-23917-2">I'm a validator</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="8" name="group[23917][8]" id="mce-group[23917]-23917-3">
<label class="custom-control-label text-small" for="mce-group[23917]-23917-3">I'm into governance</label>
</div>
</div>
<div class="col-12 mb-2">
<input type="email" value="" class="form-control required email" placeholder="Your email address" name="EMAIL" required id="mce-EMAIL">
</div>
<div class="col-12 mb-2">
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_5a2f42d973542fc80fa925cec_582fff042a" tabindex="-1" value="">
</div>
<button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="clear btn btn-primary btn-loading btn-block" data-loading-text="Sending">
<svg class="icon" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icon For Loading</title>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g>
<polygon points="0 0 24 0 24 24 0 24" opacity="0"></polygon>
</g>
<path d="M12,4 L12,6 C8.6862915,6 6,8.6862915 6,12 C6,15.3137085 8.6862915,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,10.9603196 17.7360885,9.96126435 17.2402578,9.07513926 L18.9856052,8.09853149 C19.6473536,9.28117708 20,10.6161442 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z"
fill="#000000" fill-rule="nonzero" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) "></path>
</g>
</svg>
<span>Subscribe</span>
</button>
</div>
</div>
</form>
<small class="text-muted form-text">To see how we use your information please see our <a href="privacy.html" target="_blank">privacy policy</a>. Unsubscribe anytime by clicking the link in the bottom of any newsletter.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="decoration-wrapper">
<div class="decoration bottom middle-x">
<img class="bg-dark" src="assets/img/bg-1.png" />
</div>
</div>
</section>
<!-- Required vendor scripts (Do not remove) -->
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/popper.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<!-- Optional Vendor Scripts (Remove the plugin script here and comment initializer script out of index.js if site does not use that feature) -->
<!-- AOS (Animate On Scroll - animates elements into view while scrolling down) -->
<script type="text/javascript" src="assets/js/aos.js"></script>
<!-- Clipboard (copies content from browser into OS clipboard) -->
<script type="text/javascript" src="assets/js/clipboard.js"></script>
<!-- Fancybox (handles image and video lightbox and galleries) -->
<script type="text/javascript" src="assets/js/jquery.fancybox.min.js"></script>
<!-- Flatpickr (calendar/date/time picker UI) -->
<script type="text/javascript" src="assets/js/flatpickr.min.js"></script>
<!-- Flickity (handles touch enabled carousels and sliders) -->
<script type="text/javascript" src="assets/js/flickity.pkgd.min.js"></script>
<!-- Ion rangeSlider (flexible and pretty range slider elements) -->
<script type="text/javascript" src="assets/js/ion.rangeSlider.min.js"></script>
<!-- Isotope (masonry layouts and filtering) -->
<script type="text/javascript" src="assets/js/isotope.pkgd.min.js"></script>
<!-- jarallax (parallax effect and video backgrounds) -->
<script type="text/javascript" src="assets/js/jarallax.min.js"></script>
<script type="text/javascript" src="assets/js/jarallax-video.min.js"></script>
<script type="text/javascript" src="assets/js/jarallax-element.min.js"></script>
<!-- jQuery Countdown (displays countdown text to a specified date) -->
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<!-- jQuery smartWizard facilitates steppable wizard content -->
<script type="text/javascript" src="assets/js/jquery.smartWizard.min.js"></script>
<!-- Plyr (unified player for Video, Audio, Vimeo and Youtube) -->
<script type="text/javascript" src="assets/js/plyr.polyfilled.min.js"></script>
<!-- Prism (displays formatted code boxes) -->
<script type="text/javascript" src="assets/js/prism.js"></script>
<!-- ScrollMonitor (manages events for elements scrolling in and out of view) -->
<script type="text/javascript" src="assets/js/scrollMonitor.js"></script>
<!-- Smooth scroll (animation to links in-page)-->
<script type="text/javascript" src="assets/js/smooth-scroll.polyfills.min.js"></script>
<!-- SVGInjector (replaces img tags with SVG code to allow easy inclusion of SVGs with the benefit of inheriting colors and styles)-->
<script type="text/javascript" src="assets/js/svg-injector.umd.production.js"></script>
<!-- TwitterFetcher (displays a feed of tweets from a specified account)-->
<script type="text/javascript" src="assets/js/twitterFetcher_min.js"></script>
<!-- Typed text (animated typing effect)-->
<script type="text/javascript" src="assets/js/typed.min.js"></script>
<!-- Required theme scripts (Do not remove) -->
<script type="text/javascript" src="assets/js/theme.js"></script>
<!-- Removes page load animation when window is finished loading -->
<script type="text/javascript">
window.addEventListener("load", function() {
document.querySelector('body').classList.add('loaded');
});
</script>
</body>
</html>