diff options
| -rw-r--r-- | css/base.css | 13 | ||||
| -rw-r--r-- | css/nopiracy.css | 14 | ||||
| -rw-r--r-- | css/services.css | 0 | ||||
| -rw-r--r-- | css/subpage.css | 13 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | nopiracy.html | 4 | ||||
| -rw-r--r-- | services.html | 64 |
7 files changed, 87 insertions, 22 deletions
diff --git a/css/base.css b/css/base.css index 42b6c80..f235ebf 100644 --- a/css/base.css +++ b/css/base.css | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | /* */ | 19 | /* */ |
| 20 | 20 | ||
| 21 | :root { | 21 | :root { |
| 22 | --bheight: 3vw; | 22 | --bheight: 3vw; /* min-content This feels hackey but it works & stops overflow */ |
| 23 | 23 | ||
| 24 | --cblack: #000000; | 24 | --cblack: #000000; |
| 25 | --cwhite: #ffffff; | 25 | --cwhite: #ffffff; |
| @@ -70,6 +70,9 @@ a { | |||
| 70 | padding: 1vw; | 70 | padding: 1vw; |
| 71 | margin: 1vw; | 71 | margin: 1vw; |
| 72 | margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ | 72 | margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ |
| 73 | |||
| 74 | overflow: auto; | ||
| 75 | overflow-wrap: break-word; | ||
| 73 | } | 76 | } |
| 74 | 77 | ||
| 75 | #top-bar { | 78 | #top-bar { |
| @@ -133,7 +136,7 @@ a { | |||
| 133 | text-align: center; | 136 | text-align: center; |
| 134 | 137 | ||
| 135 | /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ | 138 | /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ |
| 136 | overflow: hidden; | 139 | overflow: auto; |
| 137 | } | 140 | } |
| 138 | 141 | ||
| 139 | #bottom-flex { | 142 | #bottom-flex { |
| @@ -165,12 +168,8 @@ a { | |||
| 165 | float: none; | 168 | float: none; |
| 166 | } | 169 | } |
| 167 | 170 | ||
| 168 | #content { | ||
| 169 | overflow: auto; | ||
| 170 | } | ||
| 171 | |||
| 172 | #copyrightnotice { | 171 | #copyrightnotice { |
| 173 | display: inline-block; | 172 | display: inline-block; |
| 174 | font-size: 75%; | 173 | font-size: 50%; |
| 175 | color: rgba(255, 255, 255, 0.15); | 174 | color: rgba(255, 255, 255, 0.15); |
| 176 | } \ No newline at end of file | 175 | } \ No newline at end of file |
diff --git a/css/nopiracy.css b/css/nopiracy.css index f328fa4..ed05a56 100644 --- a/css/nopiracy.css +++ b/css/nopiracy.css | |||
| @@ -24,20 +24,6 @@ a.bad { | |||
| 24 | color: var(--cwarning); | 24 | color: var(--cwarning); |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | .sbscontainer { | ||
| 28 | display: flex; | ||
| 29 | flex-direction: row; | ||
| 30 | flex-wrap: nowrap; | ||
| 31 | justify-content: center; | ||
| 32 | align-items: center; | ||
| 33 | align-content: center; | ||
| 34 | } | ||
| 35 | |||
| 36 | #addon { | ||
| 37 | font-size: 4vw; | ||
| 38 | padding: 1vw; | ||
| 39 | } | ||
| 40 | |||
| 41 | blockquote { | 27 | blockquote { |
| 42 | padding: 1vw; | 28 | padding: 1vw; |
| 43 | } \ No newline at end of file | 29 | } \ No newline at end of file |
diff --git a/css/services.css b/css/services.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/css/services.css | |||
diff --git a/css/subpage.css b/css/subpage.css new file mode 100644 index 0000000..8e5255f --- /dev/null +++ b/css/subpage.css | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | .sbscontainer { | ||
| 2 | display: flex; | ||
| 3 | flex-direction: row; | ||
| 4 | flex-wrap: nowrap; | ||
| 5 | justify-content: center; | ||
| 6 | align-items: center; | ||
| 7 | align-content: center; | ||
| 8 | } | ||
| 9 | |||
| 10 | #addon { | ||
| 11 | font-size: 4vw; | ||
| 12 | padding: 1vw; | ||
| 13 | } \ No newline at end of file | ||
| @@ -20,6 +20,7 @@ | |||
| 20 | <div id="links"> | 20 | <div id="links"> |
| 21 | <nav> | 21 | <nav> |
| 22 | <ul> | 22 | <ul> |
| 23 | <li><a href="services.html">Services</a></li> | ||
| 23 | <li><a href="nopiracy.html">Preventing Piracy</a></li> | 24 | <li><a href="nopiracy.html">Preventing Piracy</a></li> |
| 24 | </ul> | 25 | </ul> |
| 25 | <nav> | 26 | <nav> |
diff --git a/nopiracy.html b/nopiracy.html index 32eae45..7138e30 100644 --- a/nopiracy.html +++ b/nopiracy.html | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | <base href="."> | 9 | <base href="."> |
| 10 | <link rel="stylesheet" href="css/base.css"> | 10 | <link rel="stylesheet" href="css/base.css"> |
| 11 | <link rel="stylesheet" href="css/nopiracy.css"> | 11 | <link rel="stylesheet" href="css/nopiracy.css"> |
| 12 | <link rel="stylesheet" href="css/subpage.css"> | ||
| 12 | 13 | ||
| 13 | <link rel="icon" type="image/x-icon" href="images/sketty.jpeg"> | 14 | <link rel="icon" type="image/x-icon" href="images/sketty.jpeg"> |
| 14 | <title>Da Bikers | Preventing Piracy</title> | 15 | <title>Da Bikers | Preventing Piracy</title> |
| @@ -19,7 +20,7 @@ | |||
| 19 | <div> | 20 | <div> |
| 20 | <div class="sbscontainer"> | 21 | <div class="sbscontainer"> |
| 21 | <h1><a href="index.html">Da Bikers:</a></h1> | 22 | <h1><a href="index.html">Da Bikers:</a></h1> |
| 22 | <h2 id="addon">Preventing Piracy</h2> | 23 | <h2 id="addon"><a href="nopiracy.html">Preventing Piracy</a></h2> |
| 23 | </div> | 24 | </div> |
| 24 | </div> | 25 | </div> |
| 25 | 26 | ||
| @@ -27,6 +28,7 @@ | |||
| 27 | <nav> | 28 | <nav> |
| 28 | <ul> | 29 | <ul> |
| 29 | <li><a href="index.html">Home</a></li> | 30 | <li><a href="index.html">Home</a></li> |
| 31 | <li><a href="services.html">Services</a></li> | ||
| 30 | </ul> | 32 | </ul> |
| 31 | </nav> | 33 | </nav> |
| 32 | </div> | 34 | </div> |
diff --git a/services.html b/services.html new file mode 100644 index 0000000..92a6abd --- /dev/null +++ b/services.html | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en-US"> | ||
| 3 | <head> | ||
| 4 | <meta charset="UTF-8"> | ||
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 6 | <meta name="author" content="Da Bikers' Head Admin"> | ||
| 7 | |||
| 8 | |||
| 9 | <base href="."> | ||
| 10 | <link rel="stylesheet" href="css/base.css"> | ||
| 11 | <link rel="stylesheet" href="css/services.css"> | ||
| 12 | <link rel="stylesheet" href="css/subpage.css"> | ||
| 13 | |||
| 14 | <link rel="icon" type="image/x-icon" href="images/sketty.jpeg"> | ||
| 15 | <title>Da Bikers | Services</title> | ||
| 16 | </head> | ||
| 17 | <body> | ||
| 18 | <div class="vertcontain"> | ||
| 19 | <div id="top-bar"> | ||
| 20 | <div> | ||
| 21 | <div class="sbscontainer"> | ||
| 22 | <h1><a href="index.html">Da Bikers:</a></h1> | ||
| 23 | <h2 id="addon"><a href="services.html">Services</a></h2> | ||
| 24 | </div> | ||
| 25 | </div> | ||
| 26 | |||
| 27 | <div id="links"> | ||
| 28 | <nav> | ||
| 29 | <ul> | ||
| 30 | <li><a href="index.html">Home</a></li> | ||
| 31 | <li><a href="nopiracy.html">Preventing Piracy</a></li> | ||
| 32 | </ul> | ||
| 33 | </nav> | ||
| 34 | </div> | ||
| 35 | </div> | ||
| 36 | |||
| 37 | |||
| 38 | |||
| 39 | <div id="content"> | ||
| 40 | <h2>Game Servers:</h2> | ||
| 41 | <ul> | ||
| 42 | <li>Minecraft</li> | ||
| 43 | <li><a href="steam://run/440//+connect%20dabikers.online">Team Fortress 2</a></li> | ||
| 44 | </ul> | ||
| 45 | <br> | ||
| 46 | <h2>Misc:</h2> | ||
| 47 | <ul> | ||
| 48 | <li>IRC (dabikers.online:6667) (ssl coming soon)</li> | ||
| 49 | </ul> | ||
| 50 | </div> | ||
| 51 | |||
| 52 | <div id="bottom-bar" class="vertcontain"> | ||
| 53 | <footer> | ||
| 54 | <nav id="bottom-flex"> | ||
| 55 | <ul> | ||
| 56 | <li><a href="acknowledgments.html">Acknowledgments</a></li> | ||
| 57 | </ul> | ||
| 58 | </nav> | ||
| 59 | <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p> | ||
| 60 | </footer> | ||
| 61 | </div> | ||
| 62 | </div> | ||
| 63 | </body> | ||
| 64 | </html> | ||
