add the eff donate button
Roger Dingledine

Roger Dingledine commited on 2005-06-10 00:04:54
Zeige 3 geänderte Dateien mit 34 Einfügungen und 4 Löschungen.

... ...
@@ -57,7 +57,7 @@ service</a> and put interesting content on it.</li>
57 57
 <li>Tell your friends! Get them to run servers. Get them to run hidden
58 58
 services. Get them to tell <i>their</i> friends.</li>
59 59
 <li>What else needs to be documented? What is mis-documented?</li>
60
-<li>Go take a look at the <a href="http://www.eff.org/">Electronic
60
+<li>Consider joining the <a href="http://secure.eff.org/tor">Electronic
61 61
 Frontier Foundation</a>. More EFF donations means more freedom in the world,
62 62
 including more Tor development.</li>
63 63
 </ul>
... ...
@@ -43,8 +43,12 @@
43 43
 
44 44
 <br />
45 45
 
46
-<a href="overview.html"><img src="images/how_tor_works_thumb.png"
47
-alt="How Tor Works" /></a>
46
+<a href="http://tor.eff.org/overview.html"><img
47
+src="tor_files/how_tor_works_thumb.png" alt="How Tor Works"></a>
48
+<div class="donatebutton">
49
+<a href="http://secure.eff.org/tor">Support Tor by giving to EFF</a>
50
+</div>
51
+
48 52
 </div>
49 53
 <!-- END SIDEBAR -->
50 54
 
... ...
@@ -140,7 +144,7 @@ the archives or subscribe</a>.
140 144
 
141 145
   </div><!-- #main -->
142 146
 
143
-<a href="https://secure.eff.org"><img src="images/eff_badge.png"
147
+<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png"
144 148
 alt="Tor development is supported by EFF" /></a>
145 149
 
146 150
 </div>
... ...
@@ -198,3 +198,29 @@ td.banner-right {
198 198
     width: 24px;
199 199
 }
200 200
 
201
+.donatebutton {
202
+        width: auto;
203
+        text-align: center;
204
+}
205
+
206
+.donatebutton a {
207
+        margin: 10px 0 0 0;
208
+        font-weight: bold;
209
+        display: block;
210
+        padding: 6px;
211
+        background-color: #00802B;
212
+        border-top: 1px solid #00A838;
213
+        border-left: 1px solid #00A838;
214
+        border-bottom: 1px solid #00591E;
215
+        border-right: 1px solid #00591E;
216
+        color: #FFFFFF;
217
+}
218
+
219
+.donatebutton a:hover {
220
+        color: orange;
221
+}
222
+
223
+.donatebutton a:active {
224
+        color: orange;
225
+}
226
+
201 227