From 98aba837bb785fae3647a8c3f6b7fde7ad552720 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 6 Nov 2021 21:28:10 +0100 Subject: [PATCH] web: Move navigation into top level table. Now the pages no longer look as if they were made in the nineties. More like 2001 :) --- web/footer.html | 2 -- web/header.html | 21 +++++++++++---------- web/header2.html | 24 +++++++++++------------- web/para.css | 6 ++++++ 4 files changed, 28 insertions(+), 25 deletions(-) diff --git a/web/footer.html b/web/footer.html index 38572c94..cceeff1a 100644 --- a/web/footer.html +++ b/web/footer.html @@ -1,5 +1,3 @@
- - diff --git a/web/header.html b/web/header.html index 54acf0e9..1e102a6b 100644 --- a/web/header.html +++ b/web/header.html @@ -10,22 +10,23 @@ - - + +
+ paraslash -

Paraslash Audio Streaming

+ Paraslash Audio Streaming
-
- About
- News
- Download
- Documentation
- Development
-
+ About  +  News  +  Download  +  Documentation  +  Development +
+
diff --git a/web/header2.html b/web/header2.html index b7534c32..29ec02d4 100644 --- a/web/header2.html +++ b/web/header2.html @@ -10,25 +10,23 @@ - - + +
+ paraslash -

Paraslash Audio Streaming

+ Paraslash Audio Streaming
-
- About
- News
- Download
- Documentation
- Development
-
-

API Reference

-
- + About  +  News  +  Download  +  Documentation  +  Development +
+
diff --git a/web/para.css b/web/para.css index 7bdf68ac..2a39ad96 100644 --- a/web/para.css +++ b/web/para.css @@ -24,6 +24,12 @@ td { vertical-align: top; } +span.slogan { + font-size: 200%; + font-weight: bold; + color: #ddd; +} + a { color: #cc3322; } -- 2.39.2