forked from liliakai/whispersystems.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (175 loc) · 6.69 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
---
layout: root
title: Open WhisperSystems
header: true
---
<section id="main">
<article id='privacy'>
<div class='container'>
<hgroup>
<h2>Need some privacy?</h2>
<h3>
Secure your communication with our mobile applications.
<strong class='red'>It's that simple.</strong>
</h3>
</hgroup>
<img class='illustration' alt="Cellphones" src="{% asset_path body/two_phones.png %}">
<section class="checkpoints">
<div class='checkpoint'>
<h4><strong>Encrypted</strong> Communication And Storage</h4>
<p>
<strong>Our projects</strong> are focused on creating simple and
easy-to-use tools for secure mobile communication and secure mobile
storage.
</p>
</div>
<div class='checkpoint'>
<h4><strong>Open Source</strong> Software</h4>
<p>
<strong>The source</strong> for all our projects is open, so that
anyone can easily verify they work as advertised. They are licensed
GPLv3 and will always be free.
</p>
</div>
</section>
</div><!-- /.container -->
</article>
<article id='encrypted_voice'>
<div class='container thin'>
<hgroup>
<h2>Private calls for Android</h2>
<h3>
<strong class='red'>RedPhone</strong> provides end-to-end encryption
for your calls, securing your conversations so that nobody can listen
in.
</h3>
</hgroup>
</div>
<div class='carousel-container'>
<div class='carousel-frame' id='redphone_carousel_frame'>
<div class='carousel slide' id='redphone_carousel'>
<div class='carousel-inner'>
<div class='active item'><img src="{% asset_path screens/redphone_dialer.png %}" alt='Screenshot'></div>
<div class='item'><img src="{% asset_path screens/redphone_upgrade.png %}" alt='Screenshot'></div>
<div class='item'><img src="{% asset_path screens/redphone_connected.png %}" alt='Screenshot'></div>
<div class='item'><img src="{% asset_path screens/redphone_incoming.png %}" alt='Screenshot'></div>
</div>
</div>
</div>
</div>
<section class='striped'>
<div class='container thin'>
<ul class='features'>
<li>
<a href="#" data-to="0" class="active">
<i class='icon dial'></i>
Use the default system dialer and contacts apps to make calls as
you normally would.
</a>
</li>
<li>
<a href="#" data-to="1">
<i class='icon cell-arrow'></i>
RedPhone will give you the opportunity to upgrade to encrypted calls whenever possible.
</a>
</li>
<li>
<a href="#" data-to="2">
<i class='icon cycle'></i>
RedPhone calls are encrypted end-to-end, but function just like you're used to.
</a>
</li>
<li>
<a href="#" data-to="3">
<i class='icon ring'></i>
RedPhone uses your normal phone number to make and receive calls, so you don't need yet another identifier.
</a>
</li>
</ul>
</div><!-- /.container -->
</section>
<div class='container thin'>
<section class='buttons'>
<a class='button button-info' href="https://play.google.com/store/apps/details?id=org.thoughtcrime.redphone">
Install <strong>RedPhone</strong>
<!-- <img class='arrow' src='img/body/arrow-down.png' alt='Arrow'>-->
</a>
<a class='button button-download' href="https://github.com/WhisperSystems/RedPhone">
Get RedPhone Source
<img class='arrow' src="{% asset_path body/arrow-right.png %}" alt='Arrow'>
</a>
</section>
</div><!-- /.container -->
<div class="clearfix"> </div>
</article>
<article id='encrypted_texts'>
<div class='container thin'>
<hgroup>
<h2>Private text and chat for Android</h2>
<h3>
<strong class='green'>TextSecure</strong> encrypts your text and chat messages
over the air and on your phone.
</h3>
</hgroup>
</div>
<div class='carousel-container'>
<div class='carousel-frame' id='textsecure_carousel_frame'>
<div class='carousel slide' id='textsecure_carousel'>
<div class='carousel-inner'>
<div class='active item'><img src="{% asset_path screens/textsecure_conversationlist.png %}" alt='Screenshot'></div>
<div class='item'><img src="{% asset_path screens/textsecure_passphrase.png %}" alt='Screenshot'></div>
<div class='item'><img src="{% asset_path screens/textsecure_conversation.png %}" alt='Screenshot'></div>
</div>
</div>
</div>
</div>
<section class='striped'>
<div class='container thin'>
<ul class='features'>
<li>
<a href="#" data-to="0" class="active">
<i class='icon cell'></i>
A full replacement for the default text messaging application.
</a>
</li>
<li>
<a href="#" data-to="1">
<i class='icon alert'></i>
All messages are encrypted locally, so if your phone is lost,
your messages will be safe.
</a>
</li>
<li>
<a href="#" data-to="2">
<i class='icon speech'></i>
Messages to other TextSecure users are encrypted over the air,
protecting your communication in transit.
</a>
</li>
</ul>
</div>
</section>
<div class='container thin'>
<section class='buttons'>
<a class='button button-info' href="https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms">
Install <strong>TextSecure</strong>
<!-- <img class='arrow' src='img/body/arrow-down.png' alt='Arrow'>-->
</a>
<a class='button button-download' href="https://github.com/WhisperSystems/TextSecure/">
Get TextSecure Source
<img class='arrow' src="{% asset_path body/arrow-right.png %}" alt='Arrow'>
</a>
</section>
</div><!-- /.container -->
<div class="clearfix"> </div>
</article>
<article id='support'>
<div class='buttons container thin'>
<h2>Any questions?</h2>
<h3>Our answers are plaintext…</h3>
<a class='button button-info' href="http://support.whispersystems.org/">
Ask the community
</a>
</div><!-- /.container -->
</article>
</section>