[or-cvs] convert contribute.html and developers.html to see how they...

Roger Dingledine arma at seul.org
Tue Dec 21 07:02:20 UTC 2004


Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website

Modified Files:
	contribute.html developers.html index.html 
Log Message:
convert contribute.html and developers.html to see how they look


Index: contribute.html
===================================================================
RCS file: /home2/or/cvsroot/website/contribute.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- contribute.html	21 Dec 2004 04:48:55 -0000	1.17
+++ contribute.html	21 Dec 2004 07:02:18 -0000	1.18
@@ -1,28 +1,44 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
   <title>Tor: Contribute</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
-<body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a><br />
-      <a href="howitworks.html">How it works</a><br />
-      <a href="download.html">Download</a><br />
-      <a href="documentation.html">Documentation</a><br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a class="current">Contribute</a><br />
-      <a href="developers.html">Developers</a><br />
-      <a href="research.html">Research</a><br />
-      <a href="people.html">People</a><br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a href="howitworks.html">How It Works</a>  |
+      <a href="download.html">Download</a>  |
+      <a href="documentation.html">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a class="current">Contribute</a>  |
+      <a href="developers.html">Developers</a>  |
+      <a href="research.html">Research</a>  |
+      <a href="people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
+
+<!-- PUT CONTENT AFTER THIS TAG -->
 
 <h2>Tor: Contribute</h2>
 
@@ -88,9 +104,10 @@
 <a href="mailto:tor-volunteer at freehaven.net">Let us know</a> if you want
 to help out!
 
-  </div><!-- #main -->
+</div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- developers.html	20 Dec 2004 04:03:00 -0000	1.13
+++ developers.html	21 Dec 2004 07:02:18 -0000	1.14
@@ -1,28 +1,43 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
   <title>Tor: Developers</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
 <body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a> <br />
-      <a href="howitworks.html">How it works</a><br />
-      <a href="download.html">Download</a> <br />
-      <a href="documentation.html">Documentation</a><br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a href="contribute.html">Contribute</a> <br />
-      <a class="current">Developers</a> <br />
-      <a href="research.html">Research</a> <br />
-      <a href="people.html">People</a> <br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a href="howitworks.html">How It Works</a>  |
+      <a href="download.html">Download</a>  |
+      <a href="documentation.html">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a href="contribute.html">Contribute</a>  |
+      <a class="current">Developers</a>  |
+      <a href="research.html">Research</a>  |
+      <a href="people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
 
 <h2>Tor: Developers</h2>
 
@@ -84,8 +99,9 @@
 </p>
 
   </div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- index.html	21 Dec 2004 06:07:39 -0000	1.39
+++ index.html	21 Dec 2004 07:02:18 -0000	1.40
@@ -19,7 +19,8 @@
 <table class="table-banner" cellpadding=0 cellspacing=0>
 <tr>
 <td width="110">
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png" width="110" height="79"></a>
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
 </td>
 <td class="links" valign="top">
       <a class="current">Home</a>  |



More information about the tor-commits mailing list