-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
254 lines (242 loc) · 9.39 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/gun/examples/style.css">
<script src="https://cdn.jsdelivr.net/npm/gun/examples/jquery.js"></script>
<title>PARTY</title>
<link rel="icon" href="./media/icon.png">
</head>
<body id="" class="black whitet">
<style>
@import url('https://fonts.googleapis.com/css?family=Oxygen');
html, body {
font-family: "Oxygen", sans-serif;
font-size: 2.5vh;
}
.loud {
font-size: 200%;
}
.far {
position: absolute;
text-align: center;
overflow: visible;
text-align: center;
}
.line {
text-decoration: underline;
}
.now p {
line-height: 2;
}
.huef {
background: #4D79D8;
-webkit-animation: hue 9s infinite;
animation: huef 9s infinite;
} @keyframes huef {
0% {background-color: #4D79D8;}
25% {background-color: #33cc33;}
50% {background-color: #f2b919;}
75% {background-color: #ea3224;}
100% {background-color: #4D79D8;}
} @-webkit-keyframes huef {
0% {background-color: #4D79D8;}
25% {background-color: #33cc33;}
50% {background-color: #f2b919;}
75% {background-color: #ea3224;}
100% {background-color: #4D79D8;}
}
button {
padding: 1em;
background: transparent;
border: 1px solid white;
border-radius: 1.5em;
color: white;
margin: 0.5em;
margin-bottom: 0;
cursor: pointer;
}
button:hover {
background: white;
color: black;
}
</style>
<div id="top">
<div class="page hold huef">
<style>
.tos { font-size: 8pt; margin-top: 1em; }
p sup { font-size: 60%; }
</style>
<div class="now center" style="padding: 7% 0 2%;">
<p class="shout">Private Party</p>
<p style="padding: 0 5%; margin-bottom: 0.5em;">Your friend has invited you to join the biggest underground party the internet has ever seen!<sup> ALPHA</sup></p>
<div>
<a class="unit hold" href="#fullscreen"><button style="font-size: 16pt;">WATCH TRAILER</button></a>
<div class="unit hold" id="download" style="vertical-align: top;"><button style="font-size: 16pt;">DOWNLOAD</button><script>
$('#download').on('click', function(){
setTimeout(function(){
window.open('https://chrome.google.com/webstore/detail/party/nfapiepfflahgefeplidfolkmiecmajf');
}, 600);
})
</script><div id="install" class="foo">
<style>
#install {
display: none;
background: black;
}
#download:hover #install {
display: block;
}
#download {
display: inline;
text-decoration: none;
}
.install p {
line-height: 2;
margin: 0 2%;
}
</style>
<div style="text-align: justify; padding: 1% 0;"> <!-- style="float: left; text-align: left; padding: 5%; width: 49%; min-width: 16.5em;"> -->
<img src="https://era.eco/party/install.gif" style="width: 50%; float: left;">
<p>We've had problems with the <a class="line" href="https://chrome.google.com/webstore/detail/party/nfapiepfflahgefeplidfolkmiecmajf" target="_blank">chrome store</a> blocking us.</p>
<p>So we recommend installing it manually instead:</p>
<p>1. Click <a class="line" href="https://github.com/eraeco/party.lol/archive/master.zip" target="_blank">download</a>, <i>then unzip</i>.</p>
<p>2. Go to "chrome://extensions/" in your URL bar.</p>
<p>3. Toggle developer mode on.</p>
<p>4. Click load unpacked, select the unzipped folder.</p>
<p>5. Party! Go send a secret post on FB!</p>
<p> - Mobile, Safari, IE/Edge support coming soon.</p>
<p> - Brave, Firefox, Opera, etc. work similar to Chrome's manual install.</p>
</div>
</div></div></div>
<center class="tos">By clicking, you agree to the <a href="https://docs.google.com/document/d/1rw_FR8DE1acqfMaBg20EhocGYdHYcYlSoFbpk9r2Ls0" target="_blank">Terms of Use</a> & <a href="https://docs.google.com/document/d/1NM9j6pTf_o2EZL7B_FhBp8pCYyFRBA1eP0F0mxq_moQ">Privacy Policy</a>.</center>
</div>
<div id="fullscreen"><style>#fullscreen { display: none; z-index: 999999999999999; position: absolute; top: 0; left: 0; width: 100%; background: black; text-align: center; } #fullscreen:target { display: block; }</style><div style="position: relative; padding-bottom: 56.25%;"><iframe src="https://www.youtube.com/embed/N31QsL7W9gI?rel=0" frameborder="0" allowfullscreen style="left: 0; border: 0px; position: absolute; width: 100%; height: 100%;"></iframe></div><a href="#" style="position: absolute; top: 0; right: 0; width: 30%; height: 40%; background: transparent;"><div style="background: black; position: absolute; width: 2em; height: 2em; right: 1em; top: 1em; border-radius: 5em; padding: 0.2em 0.1em 0 0;">x</div></a>
</div>
<div class="far">
<!-- img style="bottom: 3%; left: 50%; width: 36em; margin-left: -18em; filter: brightness(0) invert(1);" src="https://lh4.googleusercontent.com/ascRahBq0mvBTzWLoR9apXGelQrwTaJ1_QWhVcZ7tCjvMby3rtrLN9PJu9_oV-p-bMCZsYwukCfBAa6WH2XO5tq-b0uupTvN4IDMV-QnpeLFP_QLiJOXFFUQMRjA39y-duiJJTy1sio" -->
<div style="overflow: visible;">
<img src="https://era.eco/media/world.png" style="width: 80%;">
<div id="faces"></div>
</div>
</div>
<style>
#faces {
position: absolute;
overflow: visible;
top: 0; left: 17%;
width: 63%; height: 60%;
z-index: 9;
}
#faces .faces {
border-radius: 100%;
position: absolute;
width: 5%;
width: 4em;
width: 7vh;
}
</style>
<script>
;(window.faces = function faces(id, lim, i){ //return
if(faces.stop){ return }
if(!id){ return }
if(!faces.on){ faces.on = id }
if(faces.on != id){
faces.was = faces.was || {};
if(faces.was[id]){ return }
(faces.next = faces.next || []).push([faces.was[id] = id, lim]);
return;
}
if(i >= (lim || 100)){
faces.on = null;
var tmp = faces.next && faces.next.shift();
tmp && faces(tmp[0], tmp[1]);
return;
}
$.ajax({
url: 'https://randomuser.me/api/',
dataType: 'json',
success: (data) => {
if(faces.stop){ return }
setTimeout(function(){ faces(id, lim || 100, (i || 0) + 1) }, 500);
if(!data || !data.results){ return }
var tmp = data.results[0];
if(!tmp || !(tmp = tmp.picture)){ return }
tmp = tmp.thumbnail;
if(!tmp || faces[tmp]){ return }
faces[tmp] = true;
var x = (Math.random() * 100)+'%';
var y = (Math.random() * 100)+'%';
var el = tmp = $('<img>').addClass('faces').css({top: y, left: x}).attr('src', tmp).fadeIn().appendTo(id || '#faces');
setTimeout(function(){ el.remove() }, 9000);
tmp = tmp.offset();
var r = Math.random() * 30;
window.fun && window.fun({x: tmp.left - r, y: tmp.top - $(window).scrollTop() - r});
}
});
return faces;
});
window.faces('#faces');
</script>
</div>
<div class="hold hue2 center" style="padding: 5% 0 5%;">
<style>
.spy-move {
left: 45%;
-webkit-animation: move 9s infinite;
animation: move 9s infinite;
} @keyframes move {
0% {left: 45%;}
50% {left: 60%;}
100% {left: 45%;}
}
</style>
<div class="now pad" style="text-align: justify; display: inline-block; max-width: 60%;">
<div>
<p class="loud" style="margin-bottom: 0.2em;">Anti-Surveillance Capitalism</p>
<p>Private Party is a browser extension that encrypts your posts so Tech Giants (and us) can't mass spy, censor, profit, or prey on you.</p>
<p>Party Mode uses Bitcoin-like Proof-of-Work key derivation to melt bad guys' servers!</p>
<a class="line" href="https://gun.eco/docs/Privacy-What-You-Need-To-Know"><center>Learn more.</center></a>
</div>
</div>
<img src="https://era.eco/party/spytop.png" class="spy-move" style="position: absolute; top: 0; left: 45%; width: 15%;">
<div style="text-align: right; display: inline-block;">
<img src="https://era.eco/party/spyright.png" style="max-height: 80vh; float: right;">
</div>
</div>
<div class="hue3" style="padding: 5% 0 5%; text-align: center;">
<div style="text-align: right; display: inline-block; vertical-align: 50%;">
<img src="https://era.eco/party/e2ee.png" style="width: 100%; max-width: 20em;">
</div>
<div class="now pad" style="text-align: justify; display: inline-block; max-width: 60%; margin: 0;">
<div>
<p class="loud" style="margin-bottom: 0.2em;">Private Security</p>
<p>We have the best bouncer & DJ in town: ex-Navy wartime specialist, <a class="line" href="https://gun.eco/docs/Cartoon-Cryptography">Crypt O'Graphy</a>.</p>
<p>Secret Agent Mode has 100% security using peer-to-peer Diffie-Hellman key exchange.</p>
<a class="line" href="https://github.com/eraeco/party.lol#can-websites-scrape-data-after-it-is-decrypted-no"><center>Learn more.</center></a>
</div>
</div>
</div>
<div class="hue4" style="padding: 5% 0 5%; text-align: center;">
<a href="#top"><button style="background: url('./media/colors.gif'); border-color: black; margin-bottom: 0.5em; font-size: 16pt;">INSTALL</button></a>
</div>
<div class="black" style="padding: 5% 0 5%;">
<div class="now pad">
<div>
<p class="loud">For You,</p>
<p class="left">Crafted with love, <span class="redt">♥</span> by <a class="yellowt" href="http://era.eco">ERA</a>!</p>
<p class="right" style="font-size: 10pt; margin-top: 0.8em;">
<a class="yellowt" href="https://github.com/eraeco/party.lol">GitHub</a>
<a class="yellowt" href="https://twitter.com/marknadal">Twitter</a>
<a class="yellowt" href="https://docs.google.com/document/d/1fjujg8mQ74cXgOvX6BEw6wsZxZ-ZVNw9AgS3-6omDQE">Press</a>
</p>
</div>
</div>
<div class="center hold focus">
<img src="https://era.eco/media/world.png" style="max-height: 60vh;">
</div>
</div>
</div>
<script async src="https://cdn.jsdelivr.net/npm/gun/lib/fun.js"></script>
</body>
</html>