-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
501 lines (441 loc) · 19.2 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
This is an effort from the Guardian Project. For more info about our open source security tools, please visit https://guardianproject.info/
Thanks to Sam Vermette for the inspiration - http://samvermette.com/
!-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Howto: Using Ostel for Encrypted Phone Calls on your Android</title>
<meta name="description" content="Painless tutorial on how use Ostel encrypted phone call service on Android.">
<meta name="viewport" id="viewport" content="maximum-scale=1" />
<style>
* {
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
a {
color: #000;
}
a:hover {
color: black;
background: limegreen;
}
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
#window {
background: url('galaxy.jpeg') no-repeat center bottom;
overflow: hidden;
position: absolute;
top: 200px;
width: 401px;
height: 601px;
left: 70%;
margin: 0 0 0 -507px;
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
#window.visible {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
#device1, #devicef1, #devicef2, #devicef3, #devicef4, #device2, #device3, #device4, #device5, #device6, #device7, #device8, #device9, #device10, #device11, #device12, #device13, #device14, #device15, #device16, #device17, #device18, #device19, #device20, #device21, #device22 {
width: 401px;
height: 601px;
position: absolute;
visibility: hidden;
}
#device1 {
background: url('galaxy1.jpeg') no-repeat bottom;
}
#devicef1 {
background: url('galaxyf1.jpeg') no-repeat bottom;
}
#devicef2 {
background: url('galaxyf2.jpeg') no-repeat bottom;
}
#devicef3 {
background: url('galaxyf3.jpeg') no-repeat bottom;
}
#devicef4 {
background: url('galaxyf4.jpeg') no-repeat bottom;
}
#device2 {
background: url('galaxy2.jpeg') no-repeat bottom;
}
#device3 {
background: url('galaxy3.jpeg') no-repeat bottom;
}
#device4 {
background: url('galaxy4.jpeg') no-repeat bottom;
}
#device5 {
background: url('galaxy5.jpeg') no-repeat bottom;
}
#device6 {
background: url('galaxy6.jpeg') no-repeat bottom;
}
#device7 {
background: url('galaxy7.jpeg') no-repeat bottom;
}
#device8 {
background: url('galaxy8.jpeg') no-repeat bottom;
}
#device9 {
background: url('galaxy9.jpeg') no-repeat bottom;
}
#device10 {
background: url('galaxy10.jpeg') no-repeat bottom;
}
#device11 {
background: url('galaxy11.jpeg') no-repeat bottom;
}
#device12 {
background: url('galaxy12.jpeg') no-repeat bottom;
}
#device13 {
background: url('galaxy13.jpeg') no-repeat bottom;
}
#device14 {
background: url('galaxy14.jpeg') no-repeat bottom;
}
#device15 {
background: url('galaxy15.jpeg') no-repeat bottom;
}
#device16 {
background: url('galaxy16.jpeg') no-repeat bottom;
}
#device17 {
background: url('galaxy17.jpeg') no-repeat bottom;
}
#device18 {
background: url('galaxy18.jpeg') no-repeat bottom;
}
#device19 {
background: url('galaxy19.jpeg') no-repeat bottom;
}
#device20 {
background: url('galaxy20.jpeg') no-repeat bottom;
}
#device21 {
background: url('galaxy21.jpeg') no-repeat bottom;
}
#device22 {
background: url('galaxy22.jpeg') no-repeat bottom;
}
h1 {
font-family: "HelveticaNeue-Light", "Helvetica";
font-size: 34px;
margin: 20px 0 5px 0;
width: 800px;
position: absolute;
left: 50%;
top: 70px;
margin: 0 0 0 -400px;
text-align: center;
}
h1 span {
font-family: "HelveticaNeue-Bold", "Helvetica Bold", "Helvetica";
}
h2 {
font-family: "HelveticaNeue-Light", "Helvetica";
font-size: 18px;
width: 600px;
position: absolute;
top: 120px;
left: 50%;
margin: 0 0 0 -300px;
color: rgb(120,120,120);
text-align: center;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
h2.away {
top: 120px;
left: 50%;
opacity: 0;
-webkit-transition: none;
-moz-transition: none;
}
h2.visible {
opacity: 2;
top: 140px;
}
h2.hidden {
opacity: 0;
top: 260px;
}
::-moz-selection {
color: black;
background: blue;
}
::selection {
color: black;
background: blue;
}
</style>
<script type="text/javascript">
function reset() {
document.getElementById('window').removeAttribute("class");
document.getElementById('device21').setAttribute("style", "visibility:hidden");
document.getElementById('device9').setAttribute("style", "visibility:hidden");
document.getElementById('devicef4').setAttribute("style", "visibility:hidden");
document.getElementById('step22').setAttribute("class", "away");
}
function step0() {
document.getElementById('step0').setAttribute("class", "visible");
}
function step1() {
reset();
document.getElementById('window').setAttribute("class", "visible");
document.getElementById('step0').setAttribute("class", "hidden");
document.getElementById('step1').setAttribute("class", "visible");
document.getElementById('cursor').setAttribute("class", "away");
}
function stepf1() {
document.getElementById('step8').setAttribute("class", "hidden");
document.getElementById('stepf1').setAttribute("class", "visible");
document.getElementById('device7').setAttribute("style", "visibility:hidden");
document.getElementById('devicef1').setAttribute("style", "visibility:visible");
}
function stepf2() {
document.getElementById('stepf1').setAttribute("class", "hidden");
document.getElementById('stepf2').setAttribute("class", "visible");
document.getElementById('devicef1').setAttribute("style", "visibility:hidden");
document.getElementById('devicef2').setAttribute("style", "visibility:visible");
}
function stepf3() {
document.getElementById('stepf2').setAttribute("class", "hidden");
document.getElementById('stepf3').setAttribute("class", "visible");
document.getElementById('devicef2').setAttribute("style", "visibility:hidden");
document.getElementById('devicef3').setAttribute("style", "visibility:visible");
}
function stepf4() {
document.getElementById('stepf3').setAttribute("class", "hidden");
document.getElementById('stepf4').setAttribute("class", "visible");
document.getElementById('devicef3').setAttribute("style", "visibility:hidden");
document.getElementById('devicef4').setAttribute("style", "visibility:visible");
}
function step2() {
document.getElementById('step1').setAttribute("class", "hidden");
document.getElementById('stepf4').setAttribute("class", "hidden");
document.getElementById('step2').setAttribute("class", "visible");
document.getElementById('devicef4').setAttribute("style", "visibility:hidden");
document.getElementById('device1').setAttribute("style", "visibility:visible");
}
function step3() {
document.getElementById('step2').setAttribute("class", "hidden");
document.getElementById('step3').setAttribute("class", "visible");
document.getElementById('device1').setAttribute("style", "visibility:hidden");
document.getElementById('device2').setAttribute("style", "visibility:visible");
}
function step4() {
document.getElementById('step3').setAttribute("class", "hidden");
document.getElementById('stepf4').setAttribute("class", "hidden");
document.getElementById('step4').setAttribute("class", "visible");
document.getElementById('device2').setAttribute("style", "visibility:hidden");
document.getElementById('device3').setAttribute("style", "visibility:visible");
}
function step5() {
document.getElementById('step4').setAttribute("class", "hidden");
document.getElementById('step5').setAttribute("class", "visible");
document.getElementById('device3').setAttribute("style", "visibility:hidden");
document.getElementById('device4').setAttribute("style", "visibility:visible");
}
function step6() {
document.getElementById('step5').setAttribute("class", "hidden");
document.getElementById('step6').setAttribute("class", "visible");
document.getElementById('device4').setAttribute("style", "visibility:hidden");
document.getElementById('device5').setAttribute("style", "visibility:visible");
}
function step6a() {
document.getElementById('step6').setAttribute("class", "hidden");
document.getElementById('step6a').setAttribute("class", "visible");
document.getElementById('device5').setAttribute("style", "visibility:hidden");
document.getElementById('device6').setAttribute("style", "visibility:visible");
setTimeout(step6b, 1200);
}
function step6b() {
document.getElementById('step6a').setAttribute("class", "hidden");
document.getElementById('step6b').setAttribute("class", "visible");
document.getElementById('device6').setAttribute("style", "visibility:hidden");
document.getElementById('device7').setAttribute("style", "visibility:visible");
setTimeout(step6c, 2000);
}
function step6c() {
document.getElementById('step6b').setAttribute("class", "hidden");
document.getElementById('step6c').setAttribute("class", "visible");
document.getElementById('device7').setAttribute("style", "visibility:hidden");
document.getElementById('device8').setAttribute("style", "visibility:visible");
setTimeout(step7, 2000);
}
function step7() {
document.getElementById('step6').setAttribute("class", "hidden");
document.getElementById('step7').setAttribute("class", "visible");
document.getElementById('device5').setAttribute("style", "visibility:hidden");
document.getElementById('device6').setAttribute("style", "visibility:visible");
}
function step8() {
document.getElementById('step7').setAttribute("class", "hidden");
document.getElementById('step8').setAttribute("class", "visible");
document.getElementById('device6').setAttribute("style", "visibility:hidden");
document.getElementById('device7').setAttribute("style", "visibility:visible");
}
function step9() {
document.getElementById('step8').setAttribute("class", "hidden");
document.getElementById('step9').setAttribute("class", "visible");
document.getElementById('device7').setAttribute("style", "visibility:hidden");
document.getElementById('device8').setAttribute("style", "visibility:visible");
}
function step10() {
document.getElementById('step9').setAttribute("class", "hidden");
document.getElementById('stepf4').setAttribute("class", "hidden");
document.getElementById('step10').setAttribute("class", "visible");
document.getElementById('device8').setAttribute("style", "visibility:hidden");
document.getElementById('devicef4').setAttribute("style", "visibility:hidden");
document.getElementById('device9').setAttribute("style", "visibility:visible");
}
function step11() {
document.getElementById('step10').setAttribute("class", "hidden");
document.getElementById('step11').setAttribute("class", "visible");
document.getElementById('device9').setAttribute("style", "visibility:hidden");
document.getElementById('device10').setAttribute("style", "visibility:visible");
}
function step12() {
document.getElementById('step11').setAttribute("class", "hidden");
document.getElementById('step12').setAttribute("class", "visible");
document.getElementById('device10').setAttribute("style", "visibility:hidden");
document.getElementById('device11').setAttribute("style", "visibility:visible");
}
function step13() {
document.getElementById('step12').setAttribute("class", "hidden");
document.getElementById('step13').setAttribute("class", "visible");
document.getElementById('device11').setAttribute("style", "visibility:hidden");
document.getElementById('device12').setAttribute("style", "visibility:visible");
}
function step14() {
document.getElementById('step13').setAttribute("class", "hidden");
document.getElementById('step14').setAttribute("class", "visible");
document.getElementById('device12').setAttribute("style", "visibility:hidden");
document.getElementById('device13').setAttribute("style", "visibility:visible");
}
function step15() {
document.getElementById('step14').setAttribute("class", "hidden");
document.getElementById('step15').setAttribute("class", "visible");
document.getElementById('device13').setAttribute("style", "visibility:hidden");
document.getElementById('device14').setAttribute("style", "visibility:visible");
}
function step16() {
document.getElementById('step15').setAttribute("class", "hidden");
document.getElementById('step16').setAttribute("class", "visible");
document.getElementById('device14').setAttribute("style", "visibility:hidden");
document.getElementById('device15').setAttribute("style", "visibility:visible");
}
function step17() {
document.getElementById('step16').setAttribute("class", "hidden");
document.getElementById('step17').setAttribute("class", "visible");
document.getElementById('device15').setAttribute("style", "visibility:hidden");
document.getElementById('device16').setAttribute("style", "visibility:visible");
}
function step18() {
document.getElementById('step17').setAttribute("class", "hidden");
document.getElementById('step18').setAttribute("class", "visible");
document.getElementById('device16').setAttribute("style", "visibility:hidden");
document.getElementById('device17').setAttribute("style", "visibility:visible");
}
function step19() {
document.getElementById('step18').setAttribute("class", "hidden");
document.getElementById('step19').setAttribute("class", "visible");
document.getElementById('device17').setAttribute("style", "visibility:hidden");
document.getElementById('device18').setAttribute("style", "visibility:visible");
setTimeout(step20, 2000);
}
function step20() {
document.getElementById('step19').setAttribute("class", "hidden");
document.getElementById('step20').setAttribute("class", "visible");
document.getElementById('device18').setAttribute("style", "visibility:hidden");
document.getElementById('device19').setAttribute("style", "visibility:visible");
}
function step21() {
document.getElementById('step20').setAttribute("class", "hidden");
document.getElementById('step21').setAttribute("class", "visible");
document.getElementById('device19').setAttribute("style", "visibility:hidden");
document.getElementById('device20').setAttribute("style", "visibility:visible");
}
function step22() {
document.getElementById('step21').setAttribute("class", "hidden");
document.getElementById('step22').setAttribute("class", "visible");
document.getElementById('device20').setAttribute("style", "visibility:hidden");
document.getElementById('device21').setAttribute("style", "visibility:visible");
}
</script>
</head>
<body onload="setTimeout(step0, 0);">
<h1>So you want to make secure calls on Android?</h1>
<h2 id="stepf4">Go back to the main screen and you should see the Guardian Project apps. Click on <i>CSipSimple</i> to install. <a href="javascript:step10()">Got it.</a></h2>
<h2 id="stepf3">Enter: <i>https://guardianproject.info/repo/</i> (don't forget the s!) <br><a href="javascript:stepf4()">Done. Where are the apps?</a></h2>
<h2 id="stepf2">Run the app and navigate over to Menu > Manage Repos > New Repository <br><a href="javascript:stepf3()">Cool. What do I enter?</a></h2>
<h2 id="stepf1">There's an alternative app store. Install <i>F-droid</i> by entering <br><i>https://f-droid.org/FDroid.apk</i> into a web browser. <br><a href="javascript:stepf2()">Done. Next?</a></h2>
<h2 id="step22">You're awesome! <a href="javascript:step1()">Play it again?</a><br>· For more info, visit our site: <a href="http://guardianproject.info" target="_blank">The Guardian Project</a> · </h2>
<h2 id="step21">The status should say "ZRTP - Verified", showing you that you're secure. <a href="javascript:step22()">That's what I see.</a></h2>
<h2 id="step20">A confirmation code will pop up. Read it to your friend. If you both have the same code, you're secure. <br><a href="javascript:step21()">Our security codes match.</a>
<h2 id="step19">It's ringing. </h2>
<h2 id="step18">18. Great! Let's switch to TXT keyboard & call a friend.<br><a href="javascript:step19()">I'm dialing <i>Hans</i></a></h2>
<h2 id="step17">17. In the echo test, you should be able to hear your own voice. Say <i>cheese</i>!<br><a href="javascript:step18()"> I heard myself saying cheese, echoed.</a></h2>
<h2 id="step16">16. Dial 9196 to do an echo test. <br><a href="javascript:step17()"> Dialing...</a></h2>
<h2 id="step15">15. To confirm it works, you'll see Ostel <SPAN style="BACKGROUND-COLOR: limegreen"> turn green </SPAN>. We're registered! <br><a href="javascript:step16()">Let's test it.</a></h2>
<h2 id="step14">14. We emailed you the account info. <br><a href="javascript:step15()">I just entered that info.</a></h2>
<h2 id="step13">13. You'll find empty account info. <br><a href="javascript:step14()">Let's fill it in!</a></h2>
<h2 id="step12">12. Scroll down and click the Ostel account wizard under world wide providers. <br><a href="javascript:step13()">I feel magical.</a></h2>
<h2 id="step11">11. Add an account. <br><a href="javascript:step12()">Adding...</a></h2>
<h2 id="step10">10. Press the key icon to add an account. <br><a href="javascript:step11()">Pressed and I'm there.</a></h2>
<h2 id="step9">9. Open up <i>CSipSimple</i>. <br><a href="javascript:step10()">Done.</a></h2>
<h2 id="step8">8. Open the <i>Google Play Store</i> and install <a href="https://play.google.com/store/apps/details?id=com.csipsimple" target="_blank">CSipSimple</a>. <!--<br><a href="javascript:stepf1()">It's blocked. Help!</a>!--><br><a href="javascript:step9()">Easy, next?</a></h2>
<h2 id="step7">7. Download a calling app for your <i>Ostel</i> service. <br>On <i>Android</i>, we recommend <i>CSipSimple</i>. <br><a href="javascript:step8()">Where do I get it?</a></h2>
<h2 id="step6">6. Welcome to <i>Ostel</i>! Your info is below and in your email inbox. <a href="javascript:step7()"><br>Where do I enter that info?</a></h2>
<h2 id="step5">5. Create a password. <br><a href="javascript:step6()">I made it super secure.</a></h2>
<h2 id="step4">4. Choose a name so friends can find you. <br><a href="javascript:step5()">I picked a cool one!</a></h2>
<h2 id="step3">3. Scroll to the bottom and register an account. <br><a href="javascript:step4()">Sounds good.</a></h2>
<h2 id="step2">2. Check out all the features for <i>Ostel</i>. <br><a href="javascript:step3()">Cool! I want it.</a></h2>
<h2 id="step1">1. Go to our website: <a href="https://ostel.co" target="_blank">Ostel.co</a></i>. <br><a href="javascript:step2()">Easy. Next?</a> </h2>
<h2 id="step0">Yes. <br><a href="javascript:step1()">How do I do that?</a></h2>
<div id="window">
<div id="device1"></div>
<div id="devicef1"></div>
<div id="devicef2"></div>
<div id="devicef3"></div>
<div id="devicef4"></div>
<div id="device2"></div>
<div id="device3"></div>
<div id="device4"></div>
<div id="device5"></div>
<div id="device6"></div>
<div id="device7"></div>
<div id="device8"></div>
<div id="device9"></div>
<div id="device10"></div>
<div id="device11"></div>
<div id="device12"></div>
<div id="device13"></div>
<div id="device14"></div>
<div id="device15"></div>
<div id="device16"></div>
<div id="device17"></div>
<div id="device18"></div>
<div id="device19"></div>
<div id="device20"></div>
<div id="device21"></div>
<div id="device22"></div>
</div>
</body>
</html>