-
Notifications
You must be signed in to change notification settings - Fork 296
/
Copy pathindex.html
303 lines (287 loc) · 9.45 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=0.5, maximum-scale=1"
/>
<meta property="og:title" content="polkadot{.js}" />
<meta property="og:url" content="https://polkadot.js.org/" />
<meta property="og:image" content="./logo.svg" />
<meta property="og:type" content="website" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="./style.css" />
<title>polkadot{.js}</title>
</head>
<body>
<!-- Header -->
<header class="headerWrapper">
<img id="logo" src="assets/header_logo.svg" />
<div class="header__launch" onclick="onLaunchExplorer()">
<div class="header__launch__title">
<p>
Launch Polkadot <br />
Developer Interface
</p>
<img id="logo" src="favicon.ico" />
</div>
<img src="assets/polkadot_explorer.svg" alt="Explorer" />
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<h2>Explore Polkadot with user-friendly wallets.</h2>
<p>Access the Polkadot Ecosystem through these easy to use wallets.</p>
</section>
<!-- Extensions -->
<section class="cardWrapper">
<div class="desktop__extensions">
<div class="badge">For desktop</div>
<div class="card__items">
<!-- SubWallet -->
<div class="card__item">
<div>
<div class="card__header">
<img alt="SubWallet" src="assets/extensions/subwallet.svg" />
<a
target="_blank"
href="https://www.subwallet.app/download.html"
class="extension__cta"
>
Download
</a>
</div>
<div class="card__info">
<h2>SubWallet</h2>
<div class="extension__badges">
<div class="extension__badge">Mobile app</div>
<div class="extension__badge">Web extension</div>
</div>
</div>
</div>
<img alt="SubWallet App" src="assets/subwallet_app.svg" />
</div>
<!-- Talisman -->
<div class="card__item">
<div>
<div class="card__header">
<img alt="Talisman" src="assets/extensions/talisman.svg" />
<a
target="_blank"
href="https://talisman.xyz/"
class="extension__cta"
>
Download
</a>
</div>
<div class="card__info">
<h2>Talisman</h2>
<div class="extension__badges">
<div class="extension__badge">Web extension</div>
</div>
</div>
</div>
<img alt="Talisman App" src="assets/talisman_app.svg" />
</div>
</div>
</div>
<div class="mobile__extensions">
<div class="badge">For mobile</div>
<div class="card__items">
<!-- Nova Wallet -->
<div class="card__item">
<div>
<div class="card__header">
<img alt="Nova" src="assets/extensions/nova.svg" />
<a
target="_blank"
href="https://novawallet.io/"
class="extension__cta"
>Download</a
>
</div>
<div class="card__info">
<h2>Nova Wallet</h2>
<div class="extension__badges">
<div class="extension__badge">Mobile app</div>
</div>
</div>
</div>
<img alt="Nova App" src="assets/nova_app.svg" />
</div>
</div>
</div>
</section>
<!-- Developer Tools -->
<sections class="cardWrapper">
<div class="developerTools">
<div class="badge">For developers</div>
<div class="developerTools__hero">
<h2>Polkadot Developer Tools</h2>
<p>Build, Deploy, and Interact with the Polkadot Ecosystem</p>
</div>
<div class="card__items">
<!-- Polkadot Developer Signer -->
<div class="card__item">
<div>
<div class="card__header">
<img alt="Polkadot" src="assets/extensions/polkadot.svg" />
<a
target="_blank"
href="https://polkadot.js.org/extension/"
class="extension__cta"
id="developerSigner"
>
Download
</a>
</div>
<div class="card__info">
<h2>
Polkadot Developer<br />
Signer
</h2>
</div>
</div>
<img
alt="Polkadot Developer Signer"
src="assets/polkadot_developer_signer.svg"
style="background-color: #e0e7ff80; border-radius: 16px"
/>
</div>
<!-- Polkadot Developer Interface -->
<div class="card__item">
<div>
<div class="card__header">
<img
alt="Polkadot"
src="assets/polkadot-developer-interface-icon.svg"
/>
<a
target="_blank"
href="https://polkadot.js.org/apps/"
class="extension__cta"
>
Launch
</a>
</div>
<div class="card__info">
<h2>
Polkadot Developer<br />
Interface
</h2>
</div>
</div>
<img
alt="Polkadot Developer Interface"
src="assets/polkadot_developer_interface.svg"
style="background-color: #e0e7ff80; border-radius: 16px"
/>
</div>
<!-- Docs -->
<div class="chip__item">
<img alt="Docs" src="assets/docs.svg" />
<div class="chip__info__wrapper">
<div class="chip__info">
<h2>Docs</h2>
<a
target="_blank"
href="https://polkadot.js.org/docs/"
class="chip__cta"
>
LINK
</a>
</div>
<p>
Developer documentation for libraries under the polkadot-js
umbrella. If you want to build, this is where to start.
</p>
</div>
</div>
<!-- Code -->
<div class="chip__item">
<img alt="Code" src="assets/code.svg" />
<div class="chip__info__wrapper">
<div class="chip__info">
<h2>Code</h2>
<a
target="_blank"
href="https://github.com/polkadot-js/"
class="chip__cta"
>
LINK
</a>
</div>
<p>
API, utilities, crypto, tools, user-facing interfaces and
documentation.
</p>
</div>
</div>
<!-- Phishing -->
<div class="chip__item">
<img alt="Phishing" src="assets/phishing.svg" />
<div class="chip__info__wrapper">
<div class="chip__info">
<h2>Phishing</h2>
<a
target="_blank"
href="https://polkadot.js.org/phishing/"
class="chip__cta"
>
LINK
</a>
</div>
<p>
Community driven lists of urls and addresses of dishonest
operators. Used ecosystem wide in wallets and extensions.
</p>
</div>
</div>
</div>
</div>
</sections>
<!-- Footer -->
<footer>
<div class="footer__left">
<img alt="Polkadot" src="assets/polkadot_logo.svg" />
<section>
<span>C</span>
<span id="currentYear"></span>
</section>
</div>
<div class="footer__right">
<a href="https://polkadot-discord.w3f.tools/" target="_blank">
<img alt="Discord" src="assets/socials/discord.svg" />
</a>
<a href="https://www.reddit.com/r/Polkadot/" target="_blank">
<img alt="Reddit" src="assets/socials/reddit.svg" />
</a>
<a href="https://github.com/polkadot-js/" target="_blank">
<img alt="Github" src="assets/socials/github.svg" />
</a>
<a
href="https://www.youtube.com/channel/UCB7PbjuZLEba_znc7mEGNgw"
target="_blank"
>
<img alt="YouTube" src="assets/socials/youtube.svg" />
</a>
<a href="https://twitter.com/Polkadot" target="_blank">
<img alt="X" src="assets/socials/x.svg" />
</a>
</div>
</footer>
<script>
if (window.self !== window.top) {
window.top.location.href = window.location.href;
}
window.onload = function () {
document.getElementById("currentYear").innerText =
new Date().getFullYear();
};
function onLaunchExplorer() {
window.open("https://polkadot.js.org/apps/", "_blank");
}
</script>
</body>
</html>