From f43e0e78a8d4e2eaa6779762d662810833fbd424 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Fri, 29 Dec 2023 23:35:15 -0600 Subject: Make the site look a little nicer --- acknowledgements.html | 19 +++++++----- css/acknowledgements.css | 9 ++++++ css/base.css | 80 +++++++++++++++++++++++++++++++++++++++++++++--- index.html | 36 ++++++++++++++-------- nopiracy.html | 43 ++++++++++++++++++++++++++ 5 files changed, 162 insertions(+), 25 deletions(-) create mode 100644 css/acknowledgements.css create mode 100644 nopiracy.html diff --git a/acknowledgements.html b/acknowledgements.html index f1c872c..c0d8e7a 100644 --- a/acknowledgements.html +++ b/acknowledgements.html @@ -3,16 +3,18 @@ - + + Da Bikers | Acknowledgements +
+

Acknowledgements

Fonts used:

- + +
+
+

Copyright © 2023-2024 Dabikers.online, All rights reserved.

+
+
diff --git a/css/acknowledgements.css b/css/acknowledgements.css new file mode 100644 index 0000000..6e133c0 --- /dev/null +++ b/css/acknowledgements.css @@ -0,0 +1,9 @@ +#schizo { + color: inherit; + font-family: 'schizoid_personalityregular', 'Courier New', Courier, monospace; +} + +#polski { + color: inherit; + font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; +} \ No newline at end of file diff --git a/css/base.css b/css/base.css index bed4b11..6a23e01 100644 --- a/css/base.css +++ b/css/base.css @@ -24,6 +24,10 @@ body { margin: 0; } +ul li { + list-style-type: '- '; +} + #content { margin: 1%; } @@ -33,9 +37,12 @@ body { margin: 0; display: flex; - justify-content: left; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; align-items: center; - + align-content: center; + height: 5vw; background-color: black; @@ -44,6 +51,8 @@ body { position: -webkit-sticky; position: sticky; top: 0; + + font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; } #top-bar h1 { @@ -51,8 +60,10 @@ body { padding: 0; text-align: left; - font-family: 'zai_courier_polski_1941Rg', Courier, monospace; font-size: 500%; + + display: inline; + float: left; } #top-bar a { @@ -60,6 +71,65 @@ body { text-decoration: none; } -ul li { - list-style-type: '- '; +#top-bar li { + list-style: none; + display: inline; + float: none; +} +#top-bar li a::before { + content: "["; +} +#top-bar li a::after { + content: "]"; +} + + +#bottom-bar { + padding: 1%; + margin: 0; + + height: 3vw; + width: 100vw; + + background-color: black; + color: white; + + position: fixed; + bottom: 0; + + list-style-type: none; + + font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; + text-align: center; +} + +#bottom-flex { + display: flex; + justify-content: center; + align-items: center; +} + +#bottom-bar a { + color: inherit; + text-decoration: none; + font-weight: bold; +} + +/* Surround links with square brackets in the footer */ +#bottom-bar a::before { + content: "["; +} +#bottom-bar a::after { + content: "]"; +} + +#bottom-bar li { + display: inline; + float: none; +} + +#copyrightnotice { + display: inline-block; + font-size: 75%; + color: rgba(255, 255, 255, 0.15); } \ No newline at end of file diff --git a/index.html b/index.html index 78e59d7..6de4ccb 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + @@ -14,23 +14,33 @@ Da Bikers -
-
- -
-
+
+ +
+

We do a little trolling it's called we do a little trolling

wtf do I put here lol

the chungoid in action

Go download the world backup

- + +
+
+ +

Copyright © 2023-2024 Dabikers.online, All rights reserved.

+
+
diff --git a/nopiracy.html b/nopiracy.html new file mode 100644 index 0000000..ac13b6f --- /dev/null +++ b/nopiracy.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + Da Bikers | Preventing Piracy + + +
+ +
+ +
+

Coming soon!

+
+ +
+ +
+ + -- cgit v1.2.3