[or-cvs] add the eff donate button

arma at seul.org arma at seul.org
Thu Jun 9 22:04:56 UTC 2005


Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website

Modified Files:
	contribute.html index.html stylesheet.css 
Log Message:
add the eff donate button


Index: contribute.html
===================================================================
RCS file: /home2/or/cvsroot/website/contribute.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- contribute.html	28 May 2005 11:36:31 -0000	1.53
+++ contribute.html	9 Jun 2005 22:04:54 -0000	1.54
@@ -57,7 +57,7 @@
 <li>Tell your friends! Get them to run servers. Get them to run hidden
 services. Get them to tell <i>their</i> friends.</li>
 <li>What else needs to be documented? What is mis-documented?</li>
-<li>Go take a look at the <a href="http://www.eff.org/">Electronic
+<li>Consider joining the <a href="http://secure.eff.org/tor">Electronic
 Frontier Foundation</a>. More EFF donations means more freedom in the world,
 including more Tor development.</li>
 </ul>

Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- index.html	23 May 2005 16:24:47 -0000	1.55
+++ index.html	9 Jun 2005 22:04:54 -0000	1.56
@@ -43,8 +43,12 @@
 
 <br />
 
-<a href="overview.html"><img src="images/how_tor_works_thumb.png"
-alt="How Tor Works" /></a>
+<a href="http://tor.eff.org/overview.html"><img
+src="tor_files/how_tor_works_thumb.png" alt="How Tor Works"></a>
+<div class="donatebutton">
+<a href="http://secure.eff.org/tor">Support Tor by giving to EFF</a>
+</div>
+
 </div>
 <!-- END SIDEBAR -->
 
@@ -140,7 +144,7 @@
 
   </div><!-- #main -->
 
-<a href="https://secure.eff.org"><img src="images/eff_badge.png"
+<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png"
 alt="Tor development is supported by EFF" /></a>
 
 </div>

Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- stylesheet.css	8 Jun 2005 02:27:01 -0000	1.16
+++ stylesheet.css	9 Jun 2005 22:04:54 -0000	1.17
@@ -198,3 +198,29 @@
     width: 24px;
 }
 
+.donatebutton {
+        width: auto;
+        text-align: center;
+}
+
+.donatebutton a {
+        margin: 10px 0 0 0;
+        font-weight: bold;
+        display: block;
+        padding: 6px;
+        background-color: #00802B;
+        border-top: 1px solid #00A838;
+        border-left: 1px solid #00A838;
+        border-bottom: 1px solid #00591E;
+        border-right: 1px solid #00591E;
+        color: #FFFFFF;
+}
+
+.donatebutton a:hover {
+        color: orange;
+}
+
+.donatebutton a:active {
+        color: orange;
+}
+



More information about the tor-commits mailing list