forked from noisetor/noisetor-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (50 loc) · 2.19 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
<html>
<head>
<title>tor.noisebridge.net</title>
<style type="text/css">
body { padding: 1em 15%; font-family: sans-serif; }
h1 { border-bottom: 2px solid black; padding: 2px; }
#noisetorlogo { float: right; }
#paypalbutton { text-align: center; margin: 1em; }
</style>
</head>
<body>
<h1>tor.noisebridge.net</h1>
<div id="noisetorlogo">
<img src="noisetor.png" width="350" height="300" border="0">
</div>
<p><a href=https://www.noisebridge.net/>Noisebridge</a> has joined forces with
the <a href=https://www.torproject.org/>Tor Project</a> and the
<a href=http://www.eff.org>EFF</a> to create a program where people can donate
to a US-based non-profit organization and directly see their donations turn
into Tor exit nodes.
<p>
<h2>How does it work?</h2>
<ol>
<li>Donate money to Noisebridge using the button below</li>
<li>Noisebridge sets up Tor nodes</li>
<li>Together we make the Internet a more free place!</li>
</ol>
<div id="paypalbutton">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Noisebridge Tor Node Project">
<input type="hidden" name="no_shipping" value="0"></input>
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
<input type="image" src="btn_donateCC_LG.gif" width="147" height="47" border="0" name="submit" alt="Donate using PayPal">
</form>
</div>
<h2>How do I find out more?</h2>
<ul>
<li><a href="https://www.noisebridge.net/wiki/Tor_FAQ">FAQ</a></li>
<li><a href="https://www.noisebridge.net/mailman/listinfo/tor">Noisebridge Tor mailing list</a></li>
<li><a href="https://github.com/noisetor/">GitHub project <tt>noisetor</tt></a> which contains source for this website as well as machine config scripts</li>
<li><a href="http://twitter.com/noisetor"><tt>noisetor</tt> Twitter stream</a></li>
<li><a href="http://torstatus.blutmagie.de/">torstatus.blutmagie.de</a> gives information about the Tor network.</li>
</ul>
</body>
</html>