convert contribute.html and developers.html to see how they look
Roger Dingledine

Roger Dingledine commited on 2004-12-21 08:02:18
Zeige 3 geänderte Dateien mit 68 Einfügungen und 34 Löschungen.

... ...
@@ -1,28 +1,44 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 3
 
3 4
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 5
 <head>
5 6
   <title>Tor: Contribute</title>
6 7
   <meta name="Author" content="Roger Dingledine" />
7 8
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
-  <link rel="stylesheet" type="text/css" href="default.css" />
9
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
9 10
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
10 11
 </head>
11 12
 
12
-<body>
13
-  <div class="menu" id="side">
14
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
15
-      <a href="index.html">Home</a><br />
16
-      <a href="howitworks.html">How it works</a><br />
17
-      <a href="download.html">Download</a><br />
18
-      <a href="documentation.html">Documentation</a><br />
19
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
20
-      <a class="current">Contribute</a><br />
21
-      <a href="developers.html">Developers</a><br />
22
-      <a href="research.html">Research</a><br />
23
-      <a href="people.html">People</a><br />
24
-  </div><!-- #side -->
25
-  <div class="main" id="main">
13
+<div class="center">
14
+
15
+<!-- TITLE BAR & NAVIGATION -->
16
+<div class="banner">
17
+<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<tr>
19
+<td width="110">
20
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
21
+width="110" height="79"></a>
22
+</td>
23
+<td class="links" valign="top">
24
+      <a href="index.html">Home</a>  |
25
+      <a href="howitworks.html">How It Works</a>  |
26
+      <a href="download.html">Download</a>  |
27
+      <a href="documentation.html">Documentation</a>  |
28
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
29
+      <a class="current">Contribute</a>  |
30
+      <a href="developers.html">Developers</a>  |
31
+      <a href="research.html">Research</a>  |
32
+      <a href="people.html">People</a>
33
+</td>
34
+</tr>
35
+</table>
36
+</div>
37
+<!-- END TITLE BAR & NAVIGATION -->
38
+
39
+<div class="main-column">
40
+
41
+<!-- PUT CONTENT AFTER THIS TAG -->
26 42
 
27 43
 <h2>Tor: Contribute</h2>
28 44
 
... ...
@@ -89,8 +105,9 @@ Frontier Foundation</a>. More EFF donations means more Tor development.</li>
89 105
 to help out!
90 106
 
91 107
 </div><!-- #main -->
108
+</div>
92 109
   <div class="bottom" id="bottom">
93
-     <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
110
+     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
94 111
      $Id$
95 112
   </div>
96 113
 </body>
... ...
@@ -1,28 +1,43 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 3
 
3 4
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 5
 <head>
5 6
   <title>Tor: Developers</title>
6 7
   <meta name="Author" content="Roger Dingledine" />
7 8
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
-  <link rel="stylesheet" type="text/css" href="default.css" />
9
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
9 10
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
10 11
 </head>
11 12
 
12 13
 <body>
13
-  <div class="menu" id="side">
14
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
15
-      <a href="index.html">Home</a> <br />
16
-      <a href="howitworks.html">How it works</a><br />
17
-      <a href="download.html">Download</a> <br />
18
-      <a href="documentation.html">Documentation</a><br />
19
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
20
-      <a href="contribute.html">Contribute</a> <br />
21
-      <a class="current">Developers</a> <br />
22
-      <a href="research.html">Research</a> <br />
23
-      <a href="people.html">People</a> <br />
24
-  </div><!-- #side -->
25
-  <div class="main" id="main">
14
+<div class="center">
15
+
16
+<!-- TITLE BAR & NAVIGATION -->
17
+<div class="banner">
18
+<table class="table-banner" cellpadding=0 cellspacing=0>
19
+<tr>
20
+<td width="110">
21
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22
+width="110" height="79"></a>
23
+</td>
24
+<td class="links" valign="top">
25
+      <a href="index.html">Home</a>  |
26
+      <a href="howitworks.html">How It Works</a>  |
27
+      <a href="download.html">Download</a>  |
28
+      <a href="documentation.html">Documentation</a>  |
29
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
30
+      <a href="contribute.html">Contribute</a>  |
31
+      <a class="current">Developers</a>  |
32
+      <a href="research.html">Research</a>  |
33
+      <a href="people.html">People</a>
34
+</td>
35
+</tr>
36
+</table>
37
+</div>
38
+<!-- END TITLE BAR & NAVIGATION -->
39
+
40
+<div class="main-column">
26 41
 
27 42
 <h2>Tor: Developers</h2>
28 43
 
... ...
@@ -84,8 +99,9 @@ etc.
84 99
 </p>
85 100
 
86 101
   </div><!-- #main -->
102
+</div>
87 103
   <div class="bottom" id="bottom">
88
-     <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
104
+     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
89 105
      $Id$
90 106
   </div>
91 107
 </body>
... ...
@@ -19,7 +19,8 @@
19 19
 <table class="table-banner" cellpadding=0 cellspacing=0>
20 20
 <tr>
21 21
 <td width="110">
22
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png" width="110" height="79"></a>
22
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
23
+width="110" height="79"></a>
23 24
 </td>
24 25
 <td class="links" valign="top">
25 26
       <a class="current">Home</a>  |
26 27