forked from pablanopete/kusama.network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
teams.html
executable file
·555 lines (540 loc) · 41.2 KB
/
teams.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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Teams experimenting on Kusama | Kusama</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Teams experimenting on Kusama.">
<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" />
<!-- Klaro script – Cookie consent manager -->
<script defer type="text/javascript" src="/assets/js/config.js"></script>
<script defer type="text/javascript" src="/assets/js/klaro.js"></script>
<script type="opt-in" data-type="application/javascript" data-name="googleAnalytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-103354191-4');
</script>
<!-- Google Tag Manager w/ Klaro -->
<script type="opt-in" data-type="application/javascript" data-name="googleTagManager">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M796NTG');
</script>
<!-- End Google Tag Manager -->
<!-- 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>
<div class="navbar-container bg-dark">
<nav class="navbar navbar-expand-lg navbar-dark" data-sticky="top">
<div class="container">
<a class="navbar-brand fade-page" href="/">
<img src="/assets/img/kusama-logo.svg" alt="Kusama" class="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<svg class="icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 17C3 17.5523 3.44772 18 4 18H20C20.5523 18 21 17.5523 21 17V17C21 16.4477 20.5523 16 20 16H4C3.44772 16 3 16.4477 3 17V17ZM3 12C3 12.5523 3.44772 13 4 13H20C20.5523 13 21 12.5523 21 12V12C21 11.4477 20.5523 11 20 11H4C3.44772 11 3 11.4477 3 12V12ZM4 6C3.44772 6 3 6.44772 3 7V7C3 7.55228 3.44772 8 4 8H20C20.5523 8 21 7.55228 21 7V7C21 6.44772 20.5523 6 20 6H4Z" fill="#212529" />
</svg>
</button>
<div class="collapse navbar-collapse justify-content-end">
<div class="py-2 py-lg-0">
<ul class="navbar-nav">
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/" class="nav-link">User Guide</a>
</li>
<li class="nav-item">
<a href="https://polkadot.network/tag/kusama/" class="nav-link">Announcements</a>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="btn btn-lang btn-transparent dropdown-toggle rounded-0 py-1" data-toggle="dropdown" type="button" aria-haspopup="true" aria-expanded="false">
<span>EN</span>
</button>
<div class="dropdown-menu dropdown-content">
<a class="dropdown-item" href="/es/teams">Español</a>
<!-- LANGUAGE DROPDOWN
<a class="dropdown-item" href="/it/teams">Italiano</a> -->
<a class="dropdown-item" href="/ja/teams">日本語</a>
<!-- LANGUAGE DROPDOWN
<a class="dropdown-item" href="/ko/teams">한국어</a> -->
<a class="dropdown-item" href="/ru/teams">Pусский</a>
<a class="dropdown-item" href="/tr/teams">Türk</a>
<a class="dropdown-item" href="/zh-CN/teams">中文</a>
</div>
</div>
</li>
<li class="nav-item">
<a href="https://twitter.com/kusamanetwork" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Twitter icon</title>
<path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"></path>
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://t.me/kusamanetworkofficial" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<title>Telegram icon</title>
<path id="telegram-1" d="M18.384,22.779c0.322,0.228 0.737,0.285 1.107,0.145c0.37,-0.141 0.642,-0.457 0.724,-0.84c0.869,-4.084 2.977,-14.421 3.768,-18.136c0.06,-0.28 -0.04,-0.571 -0.26,-0.758c-0.22,-0.187 -0.525,-0.241 -0.797,-0.14c-4.193,1.552 -17.106,6.397 -22.384,8.35c-0.335,0.124 -0.553,0.446 -0.542,0.799c0.012,0.354 0.25,0.661 0.593,0.764c2.367,0.708 5.474,1.693 5.474,1.693c0,0 1.452,4.385 2.209,6.615c0.095,0.28 0.314,0.5 0.603,0.576c0.288,0.075 0.596,-0.004 0.811,-0.207c1.216,-1.148 3.096,-2.923 3.096,-2.923c0,0 3.572,2.619 5.598,4.062Zm-11.01,-8.677l1.679,5.538l0.373,-3.507c0,0 6.487,-5.851 10.185,-9.186c0.108,-0.098 0.123,-0.262 0.033,-0.377c-0.089,-0.115 -0.253,-0.142 -0.376,-0.064c-4.286,2.737 -11.894,7.596 -11.894,7.596Z" />
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/paritytech/polkadot/" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 32.58 31.77" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>GitHub icon</title>
<path d="M16.29,0a16.29,16.29,0,0,0-5.15,31.75c.82.15,1.11-.36,1.11-.79s0-1.41,0-2.77C7.7,29.18,6.74,26,6.74,26a4.36,4.36,0,0,0-1.81-2.39c-1.47-1,.12-1,.12-1a3.43,3.43,0,0,1,2.49,1.68,3.48,3.48,0,0,0,4.74,1.36,3.46,3.46,0,0,1,1-2.18c-3.62-.41-7.42-1.81-7.42-8a6.3,6.3,0,0,1,1.67-4.37,5.94,5.94,0,0,1,.16-4.31s1.37-.44,4.48,1.67a15.41,15.41,0,0,1,8.16,0c3.11-2.11,4.47-1.67,4.47-1.67A5.91,5.91,0,0,1,25,11.07a6.3,6.3,0,0,1,1.67,4.37c0,6.26-3.81,7.63-7.44,8a3.85,3.85,0,0,1,1.11,3c0,2.18,0,3.94,0,4.47s.29.94,1.12.78A16.29,16.29,0,0,0,16.29,0Z" />
</path>
</svg>
</a>
</li>
</ul>
</div>
<a href="http://claim.kusama.network/" target="_blank" class="btn btn-outline-primary ml-lg-3">Claim KSM</a>
</div>
</div>
</nav>
</div>
<section class="bg-dark header-inner p-0 jarallax position-relative">
<div class="container py-0 layer-2">
<div class="row my-4 my-md-6 text-light aos-init aos-animate" data-aos="fade-up">
<div class="col-lg-10 col-xl-8">
<h1 class="display-4">Teams experimenting <br class="d-none d-md-block">on Kusama</h1>
</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>
<section>
<div class="container">
<div class="row justify-content-center">
<div class="col">
<h2>Some of the teams</h2>
<p class="mb-4">These projects have not been vetted. Use at your own risk.</p>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://polkascan.io/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/polkascan.png" alt="Polkascan" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Polkascan</h5>
<span>Block explorer</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://blockdaemon.com/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/blockdaemon.svg" alt="Blockdaemon" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Blockdaemon</h5>
<span>Node infrastructure</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://polkawallet.io/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/polkawallet.png" alt="Blockdaemon" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Polkawallet</h5>
<span>Mobile wallet</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://cobo.com/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/cobo.png" alt="Cobo" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Cobo</h5>
<span>Wallet</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://www.speckleos.io/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/speckleos.png" alt="Speckle OS" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Speckle OS</h5>
<span>Browser wallet</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://www.huobiwallet.com/en/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/huobiwallet.png" alt="Speckle OS" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Huobi Wallet</h5>
<span>Block explorer</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://blockxlabs.com/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/blockxlabs.png" alt="BlockX Labs" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Enzyme</h5>
<span>Browser wallet</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://polka.io/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/polkaio.svg" alt="Polka.io" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Polka.io</h5>
<span>Block explorer</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://www.atoken.com/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/atoken.png" alt="AToken" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">AToken</h5>
<span>Mobile wallet</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://www.mathwallet.org/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/mathwallet.png" alt="Math Wallet" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Math Wallet</h5>
<span>Wallet/KSM Claims Dapp</span>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 d-flex">
<a href="https://bisontrails.co/" target="_blank" class="card card-sm card-body flex-row align-items-center hover-shadow-3d">
<img src="/assets/img/teams/bisontrails.svg" alt="Bison Trails" class="icon icon-lg">
<div class="ml-3">
<h5 class="mb-0">Bison Trails</h5>
<span>Node infrastructure</span>
</div>
</a>
</div>
</div>
<span>Want your project to be listed? <a href="contact" class="hover-arrow">Get in touch</a></span>
</div>
</div>
</div>
</section>
<section class="bg-primary-alt">
<div class="container">
<div class="row justify-content-center position-relative">
<div class="col-lg-10 col-xl-8">
<div class="card card-sm card-body border-0 o-hidden bg-primary text-light mb-3">
<div class="position-relative d-flex flex-column flex-md-row justify-content-between align-items-center">
<div class="h3 text-center mb-md-0">Ready to break stuff?</div>
<a href="https://guide.kusama.network/en/latest/" class="btn btn-lg btn-white">Read the user guide</a>
</div>
<div class="decoration top middle-x layer-0">
<img src="/assets/img/bg-2.png" class="jarallax-img">
</div>
</div>
</div>
</div>
<div class="row text-center justify-content-center position-relative">
<div class="col-lg-10 col-xl-8">
<span>Want to know when Kusama launches? <a href="#" class="hover-arrow" data-toggle="modal" data-target="#subscribe-modal">Subscribe to the newsletter</a></span>
</div>
</div>
</div>
</section>
<section class="p-0">
<div class="container">
<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://foundation.us16.list-manage.com/subscribe/post?u=a30a54feb730c7553e5d2eb0c&id=37c3da536e" 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[4385][1]" id="mce-group[4385]-4385-0">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-0">I'm an enthusiast</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="2" name="group[4385][2]" id="mce-group[4385]-4385-1">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-1">I'm a developer</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="4" name="group[4385][4]" id="mce-group[4385]-4385-2">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-2">I'm a validator</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" value="8" name="group[4385][8]" id="mce-group[4385]-4385-3">
<label class="custom-control-label text-small" for="mce-group[4385]-4385-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_a30a54feb730c7553e5d2eb0c_37c3da536e" 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" target="_blank">privacy policy</a>. Unsubscribe anytime by clicking the link in the bottom of any newsletter.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="pb-4 bg-dark text-light" id="footer">
<div class="container">
<div class="row mb-5">
<div class="col-12 col-sm-6 col-lg-4">
<a href="/">
<img src="/assets/img/kusama-logo.svg" alt="Kusama" class="icon icon-md mb-3">
</a>
<p class="pr-xl-3">
Kusama is an experimental community research and development network.
</p>
</div>
<div class="col-6 col-sm-3 col-lg-2 mt-3 mt-lg-0 pl-2">
<h5>Info</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a href="http://claim.kusama.network/" target="_blank" class="nav-link">Claim KSM</a>
</li>
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/" class="nav-link">User guide</a>
</li>
<li class="nav-item">
<a href="teams" class="nav-link">Teams</a>
</li>
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/break/bug-bounty/" class="nav-link">Bug bounty</a>
</li>
<li class="nav-item">
<a href="https://guide.kusama.network/en/latest/code-of-conduct/" class="nav-link">Code of conduct</a>
</li>
</ul>
</div>
<div class="col-6 col-sm-3 col-lg-2 mt-3 mt-lg-0">
<h5>Social</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a href="https://twitter.com/kusamanetwork" target="_blank" class="nav-link">Twitter</a>
</li>
<li class="nav-item">
<a href="https://forum.kusama.network/" class="nav-link">Forum</a>
</li>
<li class="nav-item">
<a href="https://riot.im/app/#/room/#kusamawatercooler:polkadot.builders" target="_blank" class="nav-link">Chat</a>
</li>
<li class="nav-item">
<a href="contact" class="nav-link">Contact</a>
</li>
<li class="nav-item">
<a href="logos" class="nav-link">Logos</a>
</li>
</ul>
</div>
<div class="col-12 col-sm-12 col-lg-4 mt-3 mt-lg-0">
<h5>Subscribe</h5>
<p>Subscribe to the newsletter to hear about Kusama updates and events.</p>
<button class="btn btn-primary btn-block mb-2" data-toggle="modal" data-target="#subscribe-modal">Subscribe</button>
<small class="text-muted form-text">To see how we use your information please see our <a href="/privacy">privacy policy</a>.</small>
</div>
</div>
<div class="row justify-content-center mb-2">
<div class="col-auto">
<ul class="nav">
<li class="nav-item">
<a href="https://twitter.com/kusamanetwork" target="_blank" class="nav-link">
<svg class="icon undefined" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Twitter icon</title>
<path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z" />
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://t.me/kusamanetworkofficial" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<title>Telegram icon</title>
<path id="telegram-1" d="M18.384,22.779c0.322,0.228 0.737,0.285 1.107,0.145c0.37,-0.141 0.642,-0.457 0.724,-0.84c0.869,-4.084 2.977,-14.421 3.768,-18.136c0.06,-0.28 -0.04,-0.571 -0.26,-0.758c-0.22,-0.187 -0.525,-0.241 -0.797,-0.14c-4.193,1.552 -17.106,6.397 -22.384,8.35c-0.335,0.124 -0.553,0.446 -0.542,0.799c0.012,0.354 0.25,0.661 0.593,0.764c2.367,0.708 5.474,1.693 5.474,1.693c0,0 1.452,4.385 2.209,6.615c0.095,0.28 0.314,0.5 0.603,0.576c0.288,0.075 0.596,-0.004 0.811,-0.207c1.216,-1.148 3.096,-2.923 3.096,-2.923c0,0 3.572,2.619 5.598,4.062Zm-11.01,-8.677l1.679,5.538l0.373,-3.507c0,0 6.487,-5.851 10.185,-9.186c0.108,-0.098 0.123,-0.262 0.033,-0.377c-0.089,-0.115 -0.253,-0.142 -0.376,-0.064c-4.286,2.737 -11.894,7.596 -11.894,7.596Z" />
</svg>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/paritytech/polkadot/" target="_blank" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 32.58 31.77" class="icon undefined" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>GitHub icon</title>
<path d="M16.29,0a16.29,16.29,0,0,0-5.15,31.75c.82.15,1.11-.36,1.11-.79s0-1.41,0-2.77C7.7,29.18,6.74,26,6.74,26a4.36,4.36,0,0,0-1.81-2.39c-1.47-1,.12-1,.12-1a3.43,3.43,0,0,1,2.49,1.68,3.48,3.48,0,0,0,4.74,1.36,3.46,3.46,0,0,1,1-2.18c-3.62-.41-7.42-1.81-7.42-8a6.3,6.3,0,0,1,1.67-4.37,5.94,5.94,0,0,1,.16-4.31s1.37-.44,4.48,1.67a15.41,15.41,0,0,1,8.16,0c3.11-2.11,4.47-1.67,4.47-1.67A5.91,5.91,0,0,1,25,11.07a6.3,6.3,0,0,1,1.67,4.37c0,6.26-3.81,7.63-7.44,8a3.85,3.85,0,0,1,1.11,3c0,2.18,0,3.94,0,4.47s.29.94,1.12.78A16.29,16.29,0,0,0,16.29,0Z" />
</path>
</svg>
</a>
</li>
<li class="nav-item">
<a href="/remarkable/" target="_blank" class="nav-link">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" viewBox="0 0 500 500" width="20" height="20">
<defs>
<path d="M24.1 25L124.1 25L124.1 125L24.1 125L24.1 25Z" id="jjhd20BDS"></path>
<path d="M200 25L300 25L300 125L200 125L200 25Z" id="a1bATCYkR5"></path>
<path d="M375 25L475 25L475 125L375 125L375 25Z" id="e6b4ajb6WD"></path>
<path d="M24.1 200L124.1 200L124.1 300L24.1 300L24.1 200Z" id="bLjboxP6s"></path>
<path d="M200 200L300 200L300 300L200 300L200 200Z" id="gunu3miAY"></path>
<path d="M375 200L475 200L475 300L375 300L375 200Z" id="gl6I9735X"></path>
<path d="M24.1 375L124.1 375L124.1 475L24.1 475L24.1 375Z" id="a1aYfAkYFk"></path>
<path d="M200.01 375L300.01 375L300.01 475L200.01 475L200.01 375Z" id="hdXjSbDpY"></path>
<path d="M375 375L475 375L475 475L375 475L375 375Z" id="b28nMjG2Wl"></path>
</defs>
<g>
<g>
<g>
<use xlink:href="#jjhd20BDS" opacity="1" fill="#e6007a" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#a1bATCYkR5" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#e6b4ajb6WD" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#bLjboxP6s" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#gunu3miAY" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#gl6I9735X" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#a1aYfAkYFk" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#hdXjSbDpY" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
<g>
<use xlink:href="#b28nMjG2Wl" opacity="0.5" fill="#ffffff" fill-opacity="1"></use>
</g>
</g>
</g>
</svg>
</a>
</li>
</ul>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-md-auto text-center">
<small class="text-muted">©
<script type="text/JavaScript">document.write(new Date().getFullYear());</script> Kusama · <a href="/privacy">Privacy Policy</a> · <a href="/terms">Terms and Conditions</a> · <a href="#" onclick="return klaro.show();">Cookie Settings</a></small>
</div>
</div>
</div>
</footer>
<a href="#" class="btn back-to-top btn-primary btn-round" data-smooth-scroll data-aos="fade-up" data-aos-anchor="section:last-of-type" data-aos-mirror="true" data-aos-once="false">
<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 Arrow-up</title>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon points="0 0 24 0 24 24 0 24" opacity="0"></polygon>
<rect fill="#000000" x="11" y="5" width="2" height="14" rx="1"></rect>
<path d="M6.70710678,12.7071068 C6.31658249,13.0976311 5.68341751,13.0976311 5.29289322,12.7071068 C4.90236893,12.3165825 4.90236893,11.6834175 5.29289322,11.2928932 L11.2928932,5.29289322 C11.6714722,4.91431428 12.2810586,4.90106866 12.6757246,5.26284586 L18.6757246,10.7628459 C19.0828436,11.1360383 19.1103465,11.7686056 18.7371541,12.1757246 C18.3639617,12.5828436 17.7313944,12.6103465 17.3242754,12.2371541 L12.0300757,7.38413782 L6.70710678,12.7071068 Z" fill="#000000" fill-rule="nonzero"></path>
</g>
</svg>
</a>
<!-- 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 if current page 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>
<!-- 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>
<!-- 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>
<!-- 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>
<!-- Telemetry -->
<script type="text/javascript" src="/assets/js/telemetry.min.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>
<!-- Start of HubSpot Embed Code with Klaro script -->
<script type="opt-in" data-type="application/javascript" id="hs-script-loader" data-src="//js.hs-scripts.com/7051618.js" data-name="hubSpot" async></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>