This repository was archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
523 lines (502 loc) · 22 KB
/
index.html
File metadata and controls
523 lines (502 loc) · 22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- For Google -->
<meta name="description" content="The Portal to the New, Open Internet." />
<meta name="keywords" content="Privacy, Blockchain, DWeb, Maskbook, Mask Network" />
<meta name="author" content="Mask Network" />
<meta name="application-name" content="Mask Network" />
<!-- For Facebook -->
<meta property="og:title" content="Mask Network — The Portal to the New, Open Internet." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://mask.io/img/fb-share-banner.png" />
<meta property="og:url" content="https://mask.io" />
<meta property="og:description" content="The Portal to the New, Open Internet." />
<meta property="fb:app_id" content="321539018508290" />
<!-- For Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Mask Network — The Portal to the New, Open Internet." />
<meta name="twitter:description" content="The Portal to the New, Open Internet." />
<meta name="twitter:image" content="https://mask.io/apple-touch-icon.png" />
<!-- For Apple -->
<meta name="apple-itunes-app" content="app-id=1478382964" />
<title>Mask Network (Maskbook)</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/assets/site.css" />
<script src="/scripts/jquery-3.4.1.min.js"></script>
<script src="/scripts/jquery.i18n.js"></script>
<script src="/scripts/jquery.i18n.messagestore.js"></script>
<script src="/scripts/jquery.i18n.fallbacks.js"></script>
<script src="/scripts/jquery.i18n.parser.js"></script>
<script src="/scripts/jquery.i18n.emitter.js"></script>
<script src="/scripts/jquery.i18n.language.js"></script>
<script src="/scripts/main.js"></script>
<!-- Google Tag Manager -->
<script>
(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-WWRTN8P");
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://mask.io",
"logo": "https://mask.io/assets/icons/logo.svg"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Mask Network (Maskbook)",
"operatingSystem": "Android, iOS",
"applicationCategory": "SecurityApplication",
"aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.1", "reviewCount": 9 },
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
}
</script>
</head>
<body>
<section class="navbar site-section collapsed">
<section class="site-section-body">
<a class="navbar-brand">
<img src="/assets/icons/logo.svg" width="140px" />
</a>
<button class="navbar-toggler">
<span class="navbar-toggler-icon"></span>
</button>
<nav class="navbar-nav">
<a target="_blank" href="https://github.com/DimensionDev/Maskbook">Source Code</a>
<a target="_blank" href="https://news.mask.io">Blog</a>
<a class="link-button" href="/install">Install</a>
<a data-i18n="i-message"></a>
</nav>
</section>
</section>
<section class="install site-section collapsed">
<section class="site-section-body">
<section class="description">
<h1 class="headline">
The Portal to the New,<br />
Open Internet.
</h1>
<p class="subline">
Encrypt your posts & chats on social networks <br />
Allow only your friends to decrypt.
</p>
<section class="open-store">
<a class="link-button" href="/install">
Get Mask
</a>
<span class="link-description">
For <span title="Google Chrome">Chrome</span>, <span title="Microsoft Edge">Edge</span>, <span
title="Mozilla Firefox">Firefox</span>,<br />
and Chromium-based browsers.
</span>
</section>
</section>
<section class="logo">
<img src="/assets/icons/concept.svg" />
</section>
</section>
</section>
<section class="core-feature site-section">
<section class="site-section-header">
<h2 class="site-section-title">Encrypted & Decrypted Automatically</h2>
<p class="site-section-description">
Mask Network allows you to encrypt content when posting on You-Know-Where.<br />
Only you and your friends can decrypt them.<br />
Not even developers of Mask Network.
</p>
</section>
<section class="site-section-body">
<div class="step-scroller">
<article class="step">
<h3 class="step-title">Install Mask Network <a href="/download-links">Download Here</a></h3>
</article>
<article class="step">
<h3 class="step-title">Verify account ownership</h3>
<p class="step-tip">You will be guided through it once installed.</p>
</article>
<article class="step">
<h3 class="step-title">Let's enjoy the new Web</h3>
<p class="step-tip">Relax and enjoy!</p>
</article>
</section>
</div>
<section class="site-section-footer">
<a href="https://github.com/DimensionDev/Maskbook">Audit our source code</a>
</section>
</section>
<section class="ability site-section">
<section class="site-section-header">
<h2 class="site-section-title">What can Mask Network do?</h2>
</section>
<div class="site-section-body">
<section class="aspect">
<div class="aspect-title"></div>
<div class="aspect-description">
Send encrypted posts to friends
</div>
</section>
<section class="aspect">
<div class="aspect-title"></div>
<div class="aspect-description">Send and receive cryptocurrencies on social networks</div>
</section>
<section class="aspect">
<div class="aspect-title"></div>
<div class="aspect-description">
Support Gitcoin fundings on Twitter
</div>
</section>
<section class="aspect">
<div class="aspect-title"></div>
<div class="aspect-description">Decentralized file storage and sharing</div>
</section>
</div>
</section>
<section class="reasons site-section" hidden>
<section class="content">
<aside>
<dl class="title">
<dt>Why We Should Encrypt</dt>
<dd>We probably have nothing to hide. But we certainly have nothing to surrender. And they must have nothing
to steal.</dd>
</dl>
<section class="reason">
<dl>
<dt>Reason <span>N/A</span></dt>
<dd>[DUMMY]</dd>
</dl>
<section class="paging">
<button class="prev"></button>
<button class="next"></button>
</section>
</section>
</aside>
<article class="card-group">
<section>
<dl class="card">
<dt>
<i class="brand-logo"></i>
<section>
<h4>[DUMMY]</h4>
<time>[DUMMY]</time>
</section>
</dt>
<dd>[DUMMY]</dd>
</dl>
</section>
</article>
<nav>
<button></button>
<button></button>
<button></button>
</nav>
</section>
</section>
<section class="subculture site-section">
<div class="site-section-header">
<h2 class="site-section-title">All Our Meme Are Belong To You</h2>
<p class="site-section-description">I thought what I’d do was, I’d pretend I was one of those deaf-mutes.</p>
<a class="link-button link-button-outlined" href="/brand-guide/#5-meme-usage" target="_blank">Mask Your Own
Meme</a>
</div>
<section class="site-section-body">
<section class="card"></section>
<section class="card"></section>
<section class="card"></section>
<section class="card"></section>
</section>
</section>
<section class="faq site-section" style="margin-bottom: 0">
<section class="site-section-header">
<h2 class="site-section-title">Frequently Asked Questions</h2>
</section>
<section class="site-section-body">
<article>
<section>
<h2>Getting Started</h2>
<details>
<summary>Where can I use Mask Network?</summary>
<p>
Mask Network is now available on Facebook and Twitter. We will support more platforms in the future.
</p>
</details>
<details>
<summary>How to install Mask Network?</summary>
<p>
Go to https://mask.io/install to install Mask Network directly. You can also install through the Chrome
Webstore, Google Play Store(beta), or the Apple App Store(beta).
</p>
</details>
<details>
<summary>How to create a persona?</summary>
<p>
Mask Network will automatically remind your own peronas since you use for the first time.Just follow the
steps!
Click “Enter the Dashboard” -> “Personas” -> “Create persona” -> Enter Name -> Click “ Create” -> Choose
to connect Twitter or Facebook account -> Mask Network will automatically find your username, confirm and
click “Connect” -> Done, remember to “Say Hello to everyone”
</p>
</details>
<details>
<summary>Explain like I am a nerd</summary>
<p>
Alice encrypts cleartext (M) with a random AES key (K) to get ciphertext (CT) and then securely shares
<abbr title="AES key">K</abbr> via
<abbr title="Elliptic Curve Integrated Encryption Scheme">ECIES</abbr> over <a
href="https://en.wikipedia.org/wiki/ECC">SECP256K1</a> with Bob using
Bob's public key (K.Bob). Alice publishes <abbr title="CipherText">CT</abbr> on Facebook and synchronizees
<abbr title="public key of Bob">K.Bob</abbr> over GUN. Bob can then
retrieve <abbr title="AES key">K</abbr> to decrypt <abbr title="cleartext">M</abbr>.
</p>
</details>
<h2>Trade and Swaps</h2>
<details>
<summary>View crypto price charts</summary>
<p>Mask Network support price chart by both CoinMarketCap and CoinGecko. Hover your mouse to “$+ticker” like
$ETH or $UNI, our widget will automatically detect and pop up with the latest price chart of the token.
</p>
</details>
<details>
<summary>Fetch trending data from different platforms</summary>
<p>Mask Network support price chart by both CoinMarketCap and CoinGecko. You can change the data source on
settings.</p>
</details>
<details>
<summary>What is swap and where can I find?</summary>
<p>Mask Network will auto-detect trading pairs on Uniswap🦄️ and the “Swap🔥” will be lit. Click “Swap🔥”and
you will be able to purchase the token.</p>
</details>
<details>
<summary>Does Mask Network charge a fee on swap?</summary>
<p>No, the swap on Mask Network is provided by Uniswap, we don’t charge any fee.</p>
</details>
<h2>File Service</h2>
<details>
<summary>How to use the file service on Mask Network?</summary>
<p>Click “ Compose encrypted post” -> Choose the “File Service” -> Add the files you want, we support
various file types -> Click “ Use the file” -> Also you can add the encrypted text -> Finish</p>
</details>
<details>
<summary>Can my friends see the uploaded file?</summary>
<p>Only our users with the proper permission can see this file. </p>
</details>
</section>
<section>
<h2>Compose encrypted posts</h2>
<details>
<summary>How to send encrypted posts to your friend?</summary>
<p>
Mask Network allows the users to send encrypted posts on the decentralized social media.
Click “ Compose encrypted post” -> Write down the encrypted post -> Select Recipients, you can choose
whoever you want to share the post with -> Click “Finish” -> Mask Network will automatically generate some
text. -> “Tweet” or “Post” it as usual
</p>
</details>
<details>
<summary>Can I modify the encrypted post?</summary>
<p>
Leave the pasted url unchanged and you can feel free to modify the rest.
</p>
</details>
<h2>Red Packet and wallet</h2>
<details>
<summary>How to create a wallet?</summary>
<p>
Mask Network will automatically create an Ethereum wallet for you since you create a persona. Or you can
create a wallet on the dashboard.
Click “Enter the Dashboard” -> “Wallets” -> “Create Wallet” -> Enter Wallet Name -> Choose “ I confirm
that i need to create a wallet” -> Click “Import” -> Done!
</p>
</details>
<details>
<summary>How to connect my original wallets?</summary>
<p>
Since you have you own Ethereum wallet, Mask Network also supports importing Metamask wallets. And we will
support other wallets soon.
Click “Enter the Dashboard” -> “Wallets” -> Click “Connect” -> Choose MetaMask and connect
</p>
</details>
<details>
<summary>How to send a red packet?</summary>
<p>
It’s easy to send a red packet on social media.
Click “ Compose encrypted post” -> Choose the “ Red Packet” -> Split the “Average” or “Random” mode ->
Enter the share amounts -> Enter the Attached Message -> Click “Send”
</p>
</details>
<details>
<summary>How to receive a red packet?</summary>
<p>That’s easy! Just find a red packet and click it!</p>
</details>
<details>
<summary>Can my friends read my encrypted posts or red packet without installing Mask Network?</summary>
<p>No. That is why we need you to broadcast such a great new world to your friends! We really appreciate it!
</p>
</details>
<details>
<summary>How to view the history and detail information of sended Red Packet?</summary>
<p>Click the blue smiley face on the top right corner. ->Click “Enter the Dashboard” -
> “Wallets” -> Choose "Activity" -> ”OutBound“, You can see an OutBound
list, Select the record you need to view.</p>
</details>
<details>
<summary>How to view the history and detail information of received Red Packet?</summary>
<p>Click the blue smiley face on the top right corner. ->Click “Enter the Dashboard” -
> “Wallets” -> Choose "Activity" -> InBound, You can see an OutBound list, Select
the record you need to view.</p>
</details>
<details>
<summary>How long is the Red Packet validity period? What happens when the red packet is expired?</summary>
<p>The current Red Packet is valid for 24 hours. After 24 hours, if the Red Packet has
a remaining quantity, the remaining cryptocurrency will be refunded. You can
find that record in “Dashboard” -> “Wallets” -> Choose "Activity" -> OutBound and click
the record to refund.</p>
</details>
</section>
</article>
</section>
</section>
<section class="ability site-section" style="margin-bottom: 4rem;">
<section class="site-section-header">
<h2 class="site-section-title">News about us</h2>
</section>
<section class="site-section-body news" style="display: flex; justify-content: space-between;">
<a href="https://www.coindesk.com/mask-network-twitter-encrypted-messages-hashkey-funding-round"
style="margin-right: 20px;">
<img src="img/news/coindesk.png" height="45px" />
</a>
<a href="https://decrypt.co/32298/maskbook-a-chinese-dev-builds-a-web3-trojan-horse-on-twitter-and-facebook"
style="display: flex; align-items: center; margin-right: 20px;">
<img src="img/news/decrypt-mark-100.png" height="50px" />
<img src="img/news/decrypt-word-300.png" height="30px" style="margin-left: 15px; transform: translateY(2px);" />
</a>
<a href="https://www.theblockcrypto.com/genesis/79395/defi-digest-mask-network-and-marqet">
<img src="img/news/block.png" height="50px" />
</a>
<a href="https://cointelegraph.com/news/you-can-now-trade-on-uniswap-without-leaving-twitter">
<img src="img/news/cointelegraph.png" height="50px" />
</a>
</section>
</section>
<section class="recent-news site-section" hidden>
<section class="site-section-body">
<h2 class="site-section-title">Recent News</h2>
<a href="#">Dimension in 6th Annual Hackers Congress Paralelní Poli</a>
<time>2019-10-04 (Fri) (UTC+1, Prague)</time>
</section>
</section>
<section class="partners site-section collapsed">
<section class="site-section-header">
<h2 class="site-section-title">Partner</h2>
</section>
<section class="site-section-body">
<a title="arweave" href="https://www.arweave.org/" target="_blank" rel="noopener noreferrer">arweave</a>
<a title="ChainIDE" href="https://chainide.com/" target="_blank" rel="noopener noreferrer">ChinaIDE</a>
<a title="gun">gun</a>
<a title="maker" href="https://makerdao.com/" target="_blank" rel="noopener noreferrer">Maker</a>
<a title="web3bootcamp">web3.0 bootcamp</a>
</section>
<section class="site-section-body">
<a title="Gitcoin" href="http://gitcoin.co/" target="_blank" rel="noopener noreferrer">Gitcoin</a>
<a title="platon">platon</a>
<a title="uniswap"></a>
<a title="coinmarketcap"></a>
<a title="0X"></a>
</section>
<section class="site-section-body">
<a title="loopring"></a>
<a title="metamask"></a>
<a title="mirror"></a>
<a title="serum"></a>
</section>
<section class="site-section-body">
<a title="SIA"></a>
<a title="solana"></a>
<a title="sushiswap"></a>
<a title="Transak"></a>
</section>
</section>
<section class="partners site-section collapsed">
<section class="site-section-header">
<h2 class="site-section-title">Supporter</h2>
</section>
<section style="margin-bottom: 5px;" class="site-section-body">
<a title="HashKey" href="https://www.hashkey.com/" target="_blank" rel="noopener noreferrer">HashKey</a>
<a title="alameda" href="https://www.alameda-research.com/" target="_blank" rel="noopener noreferrer">alameda</a>
<a title="Animoca"></a>
<a title="DCG"></a>
<a title="evernew"></a>
<a title="fundamental"></a>
</section>
<section style="margin-top: 0;" class="site-section-body">
<a title="sevenx"></a>
<a title="sino"></a>
<a title="snz"></a>
<a title="youbi"></a>
<a title="hashglobal"></a>
<a title="IOSG"></a>
</section>
</section>
<section class="misc site-section collapsed">
<section class="site-section-body">
<section class="description">
<p class="text-secondary">
The source code of Mask Network is available on <a href="https://github.com/DimensionDev/Maskbook">GitHub</a>.
Mask Network is a <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a>.
</p>
<p class="text-secondary">Mask Network is developed and maintained by <a
href="https://dimension.im/">Dimension</a>.
</p>
</section>
<nav class="about">
<h4>About</h4>
<a href="/brand-guide">Brand Guide</a>
<a href="mailto:info@dimension.im">Contact Us</a>
<a href="/privacy-policy">Privacy Policy</a>
</nav>
<section class="subscribe">
<h4>Get latest news, keep updated.</h4>
<form
name="subscription"
method="post"
target="_blank"
novalidate
action="https://dimension.us20.list-manage.com/subscribe/post?u=bd44f8df98ab3d8daf8bbe020&id=d23c8870f6">
<input type="email" name="EMAIL" placeholder="Subscribe" />
<button type="submit" style="cursor: pointer;">Submit</button>
</form>
<nav>
<a href="https://www.facebook.com/masknetwork" title="Facebook"></a>
<a href="https://twitter.com/realmaskbook" title="Twitter"></a>
<a href="https://github.com/DimensionDev" title="GitHub"></a>
<a href="https://t.me/maskbook_group#telegram" title="Telegram"></a>
<a href="https://discord.gg/4SVXvj7" title="Discord"></a>
</nav>
</section>
</section>
</section>
<footer>
<p class="description text-secondary">I thought what I’d do was, I’d pretend I was one of those deaf-mutes.</p>
<section class="content">
<nav class="locale">
<a id="i18n-en">English</a>
<a>繁体中文</a>
<a id="i18n-zh">简体中文</a>
</nav>
</section>
</footer>
</body>
</html>