summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acknowledgements.html20
-rw-r--r--css/base.css6
-rw-r--r--css/chung.css3
-rw-r--r--index.html2
4 files changed, 20 insertions, 11 deletions
diff --git a/acknowledgements.html b/acknowledgements.html
index c0d8e7a..db999af 100644
--- a/acknowledgements.html
+++ b/acknowledgements.html
@@ -14,14 +14,18 @@
14 <title>Da Bikers | Acknowledgements</title> 14 <title>Da Bikers | Acknowledgements</title>
15 </head> 15 </head>
16 <body> 16 <body>
17 17 <header>
18 <div id="top-bar"> 18 <nav>
19 <header> 19 <div id="top-bar">
20 <nav> 20 <div><h1><a href="index.html">Da Bikers</a></h1></div>
21 <h1><a href="index.html">Da Bikers</a></h1> 21 <div id="links">
22 </nav> 22 <ul>
23 </header> 23 <li><a href="nopiracy.html">Preventing Piracy</a></li>
24 </div> 24 </ul>
25 </div>
26 </div>
27 </nav>
28 </header>
25 29
26 <div id="content"> 30 <div id="content">
27 <h1>Acknowledgements</h1> 31 <h1>Acknowledgements</h1>
diff --git a/css/base.css b/css/base.css
index 6a23e01..9ae0ce8 100644
--- a/css/base.css
+++ b/css/base.css
@@ -60,7 +60,7 @@ ul li {
60 padding: 0; 60 padding: 0;
61 61
62 text-align: left; 62 text-align: left;
63 font-size: 500%; 63 font-size: 5vw;
64 64
65 display: inline; 65 display: inline;
66 float: left; 66 float: left;
@@ -88,7 +88,7 @@ ul li {
88 padding: 1%; 88 padding: 1%;
89 margin: 0; 89 margin: 0;
90 90
91 height: 3vw; 91 height: 2vw;
92 width: 100vw; 92 width: 100vw;
93 93
94 background-color: black; 94 background-color: black;
@@ -101,6 +101,8 @@ ul li {
101 101
102 font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; 102 font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace;
103 text-align: center; 103 text-align: center;
104
105 overflow: auto; /* Idk why this is "overflowing" but this should be a good enough fix fow now */
104} 106}
105 107
106#bottom-flex { 108#bottom-flex {
diff --git a/css/chung.css b/css/chung.css
index 17c8ec3..a106612 100644
--- a/css/chung.css
+++ b/css/chung.css
@@ -1,4 +1,7 @@
1#chung { 1#chung {
2 width:calc(75vh + 25vw); /* Ensures that the chungoid is just stretched enough, regardless of what platform you're using */
3 height: 200px;
4
2 animation: rotation 1s; 5 animation: rotation 1s;
3 animation-timing-function: linear; 6 animation-timing-function: linear;
4 animation-iteration-count: infinite; 7 animation-iteration-count: infinite;
diff --git a/index.html b/index.html
index 6de4ccb..27b524b 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
30 <div id="content"> 30 <div id="content">
31 <h1>We do a little trolling it's called we do a little trolling</h1> 31 <h1>We do a little trolling it's called we do a little trolling</h1>
32 <p>wtf do I put here lol</p> 32 <p>wtf do I put here lol</p>
33 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action" style="width:50%; height: 200px"> 33 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action">
34 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a></p> 34 <p>Go download the <a href="https://git.dabikers.online" target="_blank">world backup</a></p>
35 </div> 35 </div>
36 36