]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Move navigation into top level table.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 6 Nov 2021 20:28:10 +0000 (21:28 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 10 Feb 2022 15:52:51 +0000 (16:52 +0100)
Now the pages no longer look as if they were made in the nineties. More
like 2001 :)

web/footer.html
web/header.html
web/header2.html
web/para.css

index 38572c940dac47cafcd170a64c04a21953dc74bf..cceeff1a3097597c261254b020c1ffbe0dd3ef19 100644 (file)
@@ -1,5 +1,3 @@
 <hr>
-       </td>
-       </table>
 </body>
 </html>
index 54acf0e9c0d6a42eec0523a746548fd4593666e9..1e102a6b3e7732c43d3c8eaa56797540022cb134 100644 (file)
 <body>
        <table>
        <tr>
-               <td>
+               <td rowspan="2">
                        <a title="paraslash homepage" href="./index.html">
                                <img src="paraslash.svg" alt="paraslash">
                        </a>
                </td>
                <td>
-                       <h3>Paraslash Audio Streaming</h3>
+                       <span class="slogan">Paraslash Audio Streaming</span>
                </td>
        </tr>
        <tr>
-               <td valign="top">
-                       <br>
-                       <a href="./index.html">About</a><br>
-                       <a href="news.html">News</a><br>
-                       <a href="download.html">Download</a><br>
-                       <a href="documentation.html">Documentation</a><br>
-                       <a href="devel.html">Development</a><br>
-               </td>
                <td>
+                       <a href="./index.html">About</a>&nbsp;
+                       &nbsp;<a href="news.html">News</a>&nbsp;
+                       &nbsp;<a href="download.html">Download</a>&nbsp;
+                       &nbsp;<a href="documentation.html">Documentation</a>&nbsp;
+                       &nbsp;<a href="devel.html">Development</a>
+               </td>
+       </tr>
+       </table>
+<hr>
index b7534c32d6a8c7fd5fb1c6676992d7db76f227f3..29ec02d40eb266c3f1eaa2617b6c609cd1d90b40 100644 (file)
 <body>
        <table>
        <tr>
-               <td>
+               <td rowspan="2">
                        <a title="paraslash homepage" href="../../index.html">
                                <img src="../../paraslash.svg" alt="paraslash">
                        </a>
                </td>
                <td>
-                       <h3>Paraslash Audio Streaming</h3>
+                       <span class="slogan">Paraslash Audio Streaming</span>
                </td>
        </tr>
        <tr>
-               <td valign="top">
-                       <br>
-                       <a href="../../index.html">About</a><br>
-                       <a href="../../news.html">News</a><br>
-                       <a href="../../download.html">Download</a><br>
-                       <a href="../../documentation.html">Documentation</a><br>
-                       <a href="../../devel.html">Development</a><br>
-               </td>
                <td>
-                       <h1>API Reference</h1>
-                       <hr />
-
+                       <a href="../../index.html">About</a>&nbsp;
+                       &nbsp;<a href="../../news.html">News</a>&nbsp;
+                       &nbsp;<a href="../../download.html">Download</a>&nbsp;
+                       &nbsp;<a href="../../documentation.html">Documentation</a>&nbsp;
+                       &nbsp;<a href="../../devel.html">Development</a>
+               </td>
+       </tr>
+       </table>
+<hr>
index 7bdf68ac54ca96aa5e8f162e34f6f424268d1cef..2a39ad96fc77834f0e20930d043d5a85f9a20483 100644 (file)
@@ -24,6 +24,12 @@ td {
        vertical-align: top;
 }
 
+span.slogan {
+       font-size: 200%;
+       font-weight: bold;
+       color: #ddd;
+}
+
 a {
        color: #cc3322;
 }