-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
86 lines (80 loc) · 2.64 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
---
layout: "default"
title: "Tor Messenger"
---
<div class="powered-by-tor">
<a href="https://www.torproject.org/"><img src="img/brought-to-you-by-tor.gif" alt="Brought to you by Tor" class="img-center img-responsive" /></a>
</div>
<div class="white">
<div class="container">
<div class="row">
<div class="col-xs-12">
<a href=""><img src="img/header-logo.png" alt="Tor Messenger" class="img-responsive" /></a>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p class="larger">A desktop chat app for privacy-conscious people. Built on top of
Instantbird and layered over the Tor network, Tor Messenger is an
easy-to-use, integrated instant messaging client that gives you strong
privacy and protection online.</p>
</div>
<div class="col-md-6">
<img src="img/screenshot.png" alt="Screenshot" class="img-responsive img-center" />
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h3>With Tor Messenger, connect to:</h3>
<img src="img/icon-lineup.gif" alt="Available protocols" class="img-responsive img-center" />
</div>
</div>
</div>
</div>
<div class="security">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>Security Features</h3>
<ul>
<li>off-the-record (OTR) chat</li>
<li>dedicated connection to the Tor network</li>
<li>automatically routes encrypted messages through Tor</li>
</ul>
</div>
<!-- <div class="col-md-4">
<img src="img/icon-lock.gif" alt="Lock" class="img-responsive img-center" />
</div> -->
</div>
</div>
</div>
<div class="easy">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>Easy to Use</h3>
<ul>
<li>quick & easy setup wizard</li>
<li>interface similar to Instantbird</li>
<li>documentation and support</li>
</ul>
</div>
<!-- <div class="col-md-4">
<img src="img/icon-shield.gif" alt="Shield" class="img-responsive img-center" />
</div> -->
</div>
</div>
</div>
<div class="download">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>Download Tor Messenger</h3>
<p><a href="https://gitweb.torproject.org/tor-messenger-build.git/">Open-source code</a></p>
</div>
<div class="col-md-6">
<a href="https://dist.torproject.org/tormessenger/current/"><img src="img/download-button.gif" alt="Download Tor Messenger" class="img-responsive img-center download-button" /></a>
</div>
</div>
</div>
</div>