forked from sandrinodimattia/sharelock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
555 lines (468 loc) · 24.3 KB
/
home.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 class="no-js" lang="en">
<head>
<!-- Metas -->
<meta charset="utf-8">
<title>Sharelock</title>
<meta name="description" content="Sharelock allows you to share data easily and securely. Simply type a secret and the e-mail or Twitter handle of the person(s) you want to share it with and an encrypted link (URL) will be generated.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel="canonical" href="https://sharelock.io">
<!-- OpenGraph -->
{% block opengraph %}
<meta property="og:type" content="website">
<meta property="og:title" content="Sharelock">
<!-- Following property allows for title= "og:title | og:site_name" display on fb cards -->
<!-- <meta property="og:site_name" content="Home"> -->
<meta property="og:description" content="Sharelock allows you to share data easily and securely. Simply type a secret and the e-mail or Twitter handle of the person(s) you want to share it with and an encrypted link (URL) will be generated.">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://sharelock.io">
<meta property="og:image" content="https://sharelock.io/share/facebook-1200-630.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image" content="https://sharelock.io/share/facebook-600-315.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="315">
<meta property="fb:app_id" content="430651237093519">
{% endblock %}
<!-- Twitter -->
{% block twittercard %}
<meta name="twitter:card" content="summary_large_image">
<!-- <meta name="twitter:site" content="@sharelock"> -->
<meta name="twitter:creator" content="@auth0">
<meta name="twitter:title" content="Sharelock">
<meta name="twitter:description" content="Sharelock allows you to share data easily and securely. Simply type a secret and the e-mail or Twitter handle of the person(s) you want to share it with and an encrypted link (URL) will be generated.">
<meta name="twitter:image:src" content="https://sharelock.io/share/facebook-1200-630.png">
<meta name="twitter:image:width" content="1200">
<meta name="twitter:image:height" content="630">
{% endblock %}
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,300,400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/home/materialize/css/materialize.min.css" />
<link rel="stylesheet" href="/home/css/animate.css" />
<link rel="stylesheet" href="/home/css/site.css" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/images/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/images/apple-touch-icon-152x152.png" />
<script src='/home/scripts/jquery.min.js'></script>
<script src='/home/scripts/greensock/TimelineMax.min.js'></script>
<script src='/home/scripts/greensock/TweenMax.min.js'></script>
<script src='/home/scripts/greensock/plugins/TextPlugin.min.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-W7FRLJ');</script>
<!-- End Google Tag Manager -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ process.env.GA_PROPERTY_ID }}', 'auto');
ga('send', 'pageview');
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W7FRLJ"" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- <div class='navbar delayed'>
<ul>
<li class="download-link">
<a href="#" class="download-link">Download <i></i></a>
<div class="dropdown-download">
<a target="_blank" href="https://cdn.auth0.com/sharelock-osx/Sharelock-latest.dmg" class="download-app-mac">
<img src="/home/img/icon-mac.svg">
<span>Mac Yosemite</span>
</a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.auth0.sharelock&hl=en" class="download-app-android">
<img src="/home/img/icon-android.svg">
<span>Android</span>
</a>
<a target="_blank" href="https://github.com/auth0/sharelock" class="download-source-web">
<img src="/home/img/icon-github.svg">
<span>Source</span>
</a>
</div>
</li>
</ul>
</div> -->
<a href='/' class='logo delayed'>
<img src='/home/img/logo.svg'>
</a>
<a href="https://twitter.com/home?status=Share%20secret%20data%20on%20encrypted%20links%20with%20the%20people%20you%20want%20https://sharelock.io" target="_new" class="share-on delayed">Share on <img src="/home/img/icon-twitter.svg"></a>
<footer class="main-footer delayed">
<a href='https://auth0.com' target='_new' class='poweredby'>Crafted by <img src='/home/img/poweredby.svg'></a>
<a href="/about">About</a>
<a href="/security">Security</a>
<a href="/tos">Terms</a>
<a href="/privacy">Privacy</a>
</footer>
<div class='arrow'></div>
<div class='step-bar'>
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1"
id="svg2" class="step-animate" inkscape:version="0.48.4 r9939" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-177.1 650.3 256.7 52.7" enable-background="new -177.1 650.3 256.7 52.7" xml:space="preserve">
<g id="g3987" transform="translate(9.8847596,715.98137)">
<path id="path3989" class="circle s1" fill="none" stroke="#EB5424" stroke-width="2" d="
M-135.3-39.3c0,14-11.3,25.3-25.3,25.3s-25.3-11.3-25.3-25.3s11.3-25.3,25.3-25.3S-135.3-53.3-135.3-39.3z"/>
<path id="path3991" class="circle s2" fill="none" stroke="#EB5424" stroke-width="2" d="
M-33.3-39.3c0,14-11.3,25.3-25.3,25.3s-25.3-11.3-25.3-25.3s11.3-25.3,25.3-25.3S-33.3-53.3-33.3-39.3z"/>
<path id="path3993" class="circle s3" fill="none" stroke="#EB5424" stroke-width="2" d="
M68.7-39.3c0,14-11.3,25.3-25.3,25.3S18.1-25.3,18.1-39.3s11.3-25.3,25.3-25.3S68.7-53.3,68.7-39.3z"/>
<path id="path4011" class="line s1" inkscape:connector-curvature="0" fill="none" stroke="#EB5424" stroke-width="2" stroke-linecap="round" d="
M-134.9-39.1h51.1"/>
<path id="path4015" class="line s2" inkscape:connector-curvature="0" fill="none" stroke="#EB5424" stroke-width="2" stroke-linecap="round" d="
M-32.9-39.1h51.1"/>
</g>
</svg>
<ul class="step-numbers">
<li class="number-one">1</li>
<li class="number-two">2</li>
<li class="number-three">3</li>
</ul>
</div>
<!-- main area -->
<section class='home'>
<div class='phone p1'>
<div class='screen'>
<div class='keyboard'></div>
<div class='status-bar'></div>
<div class='app a1'>
<div class='header'>
<img class='mobile-logo' src='/home/img/mobile-logo.svg'>
<a class='menu-button'></a>
<span class='title'>securely share data</span>
</div>
<div class='content c1'>
<div class='float-buttons'>
<a
class="btn-floating btn-large white ripple">
<div class='ink'></div>
<i class="mdi-content-add"></i>
</a>
<a
class="btn-floating btn-large skyblue ripple share">
<div class='ink'></div>
<i class="mdi-social-share"></i>
</a>
</div>
<div class='field icon data'>
<span class='label'>TYPE A SECRET</span>
<span class='value'>hey Eugenio, my CC: 4237 2843 3423</span>
</div>
<div class='field icon who'>
<span class='label'>WHO TO SHARE WITH</span>
<span class='value'>[email protected]</span>
</div>
<div class='field icon sharelocked'>
<span class='label'>SHARELOCK URL</span>
<span class='value'><a href='#'>https://sharelock.io/1/cuwcRv64JE-IR5ivYPG984CkaVEbgyO_fb-iExkvrtY.RqzDlJ/ajGQX80T1u6XALenFqYo9mhC2i8bqf5BD</a></span>
</div>
</div>
<div class='content c2'>
<div class='field'>
<span class='label'>TYPE A SECRET</span>
<!--<input type='text'>-->
<div class='text-input'></div>
</div>
<div class='button-bar'>
<a href='#' class='next ripple'>
<div class='ink'></div>
NEXT
</a>
</div>
</div>
<div class='content c3'>
<div class='field'>
<span class='label'>WHO TO SHARE WITH</span>
<div class='text-input'></div>
</div>
<div class='button-bar'>
<a href='#' class='next ripple'>
<div class='ink'></div>
NEXT
</a>
</div>
</div>
<div class='dialog'>
Would you like to add this data to Sharelock?
<a href='#' class='button'>
PASTE
</a>
</div>
<div class='share-menu'>
<div class='whatsapp ripple'>
<div class='ink'></div>
</div>
</div>
</div>
<div class='app a2'>
<!--
ENCRYPTING VIEW
===============
-->
<div class='loading'>
<div class='loading-text'>
<div class='preloader'>
<div class="preloader-wrapper small active">
<div class="spinner-layer spinner-blue">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
<div class="spinner-layer spinner-red">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
<div class="spinner-layer spinner-yellow">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
<div class="spinner-layer spinner-green">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
Encrypting Data...
</div>
</div>
</div>
<div class='app a3'>
<div class='contact ripple'>
<div class='ink'></div>
</div>
</div>
<div class='app a4'></div>
<div class='nav-bar'></div>
</div>
</div>
<div class='phone p2'>
<div class='screen'>
<div class='status-bar'></div>
<div class='app a1'>
<div class='header'>
<img class='mobile-logo' src='/home/img/mobile-logo.svg'>
<a href='#' class='menu-button'></a>
<span class='title'>securely share data</span>
</div>
<div class='content c1'>
<p>
The creator of the sharelock restricted access to
the data to select people with e-mails ending with
<a>@auth0.com</a>. Please choose an identity provider with
which you registered a matching e-mail address.
</p>
<a class='login gplus'>SIGN IN WITH GOOGLE+</a>
<a class='login fb'>SIGN IN WITH FACEBOOK</a>
</div>
</div>
<div class='nav-bar'></div>
</div>
</div>
<div class='phone p3'>
<div class='screen'>
<div class='status-bar'></div>
<div class='app browser a1'>
<img src='/home/img/browser-bar.png' class='browser-address'>
<div class='header'>
<img class='mobile-logo' src='/home/img/mobile-logo.png'>
<a href='#' class='menu-button'></a>
<span class='title'>securely share data</span>
</div>
<div class='content c1'>
<p>
Please choose an identity provider with
which you registered a matching e-mail address.
</p>
<a class='login gplus ripple'><div class='ink'></div>SIGN IN WITH GOOGLE+</a>
<a class='login fb ripple light'><div class='ink'></div>SIGN IN WITH FACEBOOK</a>
</div>
</div> -->
<div class='app browser a2'>
<!--
ENCRYPTING VIEW
===============
-->
<img src='/home/img/browser-bar.png' class='browser-address'>
<div class='loading'>
<div class='loading-text'>
<div class='preloader'>
<div class="preloader-wrapper small active">
<div class="spinner-layer spinner-blue">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
<div class="spinner-layer spinner-red">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
<div class="spinner-layer spinner-yellow">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
<div class="spinner-layer spinner-green">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
Decrypting Data...
</div>
</div>
</div>
<div class='app browser a3'>
<img src='/home/img/browser-bar.png' class='browser-address'>
<div class='header'>
<img class='mobile-logo' src='/home/img/mobile-logo.png'>
<a href='#' class='menu-button'></a>
<span class='title'>securely share data</span>
</div>
<div class='content c1'>
<div class='field'>
<span class='label'>YOUR SECRET DATA</span>
<span class='value'>hey Eugenio, my CC: 4237 2843 3423</span>
</div>
</div>
</div>
<div class='nav-bar'></div>
</div>
</div>
<div class='laptop'></div>
<div class='text t1'>
<h2>Securely share data</h2>
<p>
Sharelock allows you to share data easily and securely. Simply <strong>type a secret</strong> and the e-mail or Twitter handle of the person(s) you want to share it with and an <strong>encrypted link (URL) will be generated</strong>.
</p>
<div class='notice'>
<p class='title'>
<strong>Important Notice:</strong> New secrets creation has been disabled. Sharelock.io is being ended and the service will be shut down <strong>August 1st, 2021</strong>.
After this date Sharelock will no longer be available, and you will not be able to retrieve any previously shared
secrets.
</p>
</div>
</div>
<div class='text t2'>
<h2>Data to share</h2>
<p>
Enter a secret you want to share.
</p>
</div>
<div class='text t3'>
<h2>Who to share it with</h2>
<p>
Enter one or more e-mail addresses, Twitter handles or even an entire e-mail domain.
</p>
</div>
<div class='text t4'>
<h2>Sharelocked data</h2>
<p>
An encrypted and signed link containing your secret data will be generated.
</p>
<p>
You can share this link with anyone using any messaging application but recipients will have to <strong>prove their identity</strong> by logging in using their Google, Facebook, Microsoft or Twitter account to access the data.
</p>
</div>
<div class='text t5'>
<h2>For quick sharing,<br>use the Mac OS App</h2>
<p>
The Mac OS app provides a convenient way of creating sharelock URLs.
</p>
</div>
<div class="step-dw">
<div class="step-dw-half step-dw-left">
<h4>Use it</h4>
<p>Create Sharelocks from a native Mac OS app, an Android app or the Web app.</p>
<a target="_blank" href="https://cdn.auth0.com/sharelock-osx/Sharelock-latest.dmg" class="step-dw-link download-app-mac">
<img src="/home/img/icon-mac.svg">
<span>On a Mac</span>
</a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.auth0.sharelock&hl=en" class="step-dw-link download-app-android">
<img src="/home/img/icon-android.svg">
<span>On Android</span>
</a>
<a href="https://sharelock.io/new" class="step-dw-link">
<img src="/home/img/icon-web.svg">
<span>On the Browser</span>
</a>
</div>
<div class="step-dw-half step-dw-right">
<h4>Fork it</h4>
<p>Sharelock is <strong>completely open source</strong>. Fork it, <a target="_blank" href="https://heroku.com/deploy?template=https://github.com/auth0/sharelock" class="download-app-heroku">deploy your own</a>, contribute :)</p>
<a target="_blank" href="https://github.com/auth0/sharelock-osx" class="step-dw-link download-source-osx">
<img src="/home/img/icon-mac.svg">
<iframe src="https://ghbtns.com/github-btn.html?user=auth0&repo=sharelock-osx&type=star&count=false&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</a>
<a target="_blank" href="https://github.com/auth0/sharelock-android" class="step-dw-link download-source-android">
<img src="/home/img/icon-android.svg">
<iframe src="https://ghbtns.com/github-btn.html?user=auth0&repo=sharelock-android&type=star&count=false&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</a>
<a target="_blank" href="https://github.com/auth0/sharelock" class="step-dw-link download-source-web">
<img src="/home/img/icon-web.svg">
<iframe src="https://ghbtns.com/github-btn.html?user=auth0&repo=sharelock&type=star&count=false&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</a>
</div>
</div>
</section>
<script src='/home/scripts/main.js'></script>
<script src='/home/scripts/scroll.js'></script>
<script src="/js/events.js"></script>
</body>
</html>