diff options
| -rw-r--r-- | 3ds.png | bin | 0 -> 756 bytes | |||
| -rw-r--r-- | about/index.html | 24 | ||||
| -rw-r--r-- | index.html | 24 | ||||
| -rw-r--r-- | style.css | 5 | ||||
| -rw-r--r-- | wii.png | bin | 0 -> 1193 bytes |
5 files changed, 31 insertions, 22 deletions
| Binary files differ diff --git a/about/index.html b/about/index.html index 1c7f4a7..5c501f5 100644 --- a/about/index.html +++ b/about/index.html @@ -41,16 +41,18 @@ </body> <footer> - <p> - <a href="https://relvokcor.xyz" target="_blank"><img src="http://relvokcor.xyz/~zarate/tildeclub.gif" border="0" width="88" height="31" alt="relvokcor.xyz Badge"></a> - <a href="https://archlinux.org" target="_blank"><img src="https://relvokcor.xyz/~willow/arch.png"></a> - <a href="https://store.steampowered.com/app/2310/Quake/" target="_blank"><img src="https://relvokcor.xyz/~willow/quake.gif"></a> - </p> - <p> - <a href="https://whimsically-natured.space/" target="_blank"><img src="https://relvokcor.xyz/~willow/whimsy.gif"></a> - <a href="https://al2f.codeberg.page/" target="_blank"><img src="https://relvokcor.xyz/~willow/al2f.gif"></a> - <a href="https://jessieisironicallym3.nekoweb.org/" target="_blank"><img src="https://jessieisironicallym3.nekoweb.org/jessies-place-web-button.gif"></a> - <a href="https://goodgirl.dev/" target="_blank"><img src="https://goodgirl.dev/_images/site_button.png"></a> - </p> + <div class="btn"> + <div><a href="https://relvokcor.xyz" target="_blank"><img src="http://relvokcor.xyz/~zarate/tildeclub.gif" border="0" width="88" height="31" alt="relvokcor.xyz Badge"></a></div> + <div><a href="https://archlinux.org" target="_blank"><img src="https://relvokcor.xyz/~willow/arch.png"></a></div> + <div><a href="https://store.steampowered.com/app/2310/Quake/" target="_blank"><img src="https://relvokcor.xyz/~willow/quake.gif"></a></div> + <div><a href="https://wii.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/wii.png"></a></div> + <div><a href="https://3ds.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/3ds.png"></a></div> + </div> + <div class="btn"> + <div><a href="https://whimsically-natured.space/" target="_blank"><img src="https://relvokcor.xyz/~willow/whimsy.gif"></a></div> + <div><a href="https://al2f.codeberg.page/" target="_blank"><img src="https://relvokcor.xyz/~willow/al2f.gif"></a></div> + <div><a href="https://jessieisironicallym3.nekoweb.org/" target="_blank"><img src="https://jessieisironicallym3.nekoweb.org/jessies-place-web-button.gif"></a></div> + <div><a href="https://goodgirl.dev/" target="_blank"><img src="https://goodgirl.dev/_images/site_button.png"></a></div> + </div> </footer> </html> @@ -28,16 +28,18 @@ </body> <footer> - <p> - <a href="https://relvokcor.xyz" target="_blank"><img src="http://relvokcor.xyz/~zarate/tildeclub.gif" border="0" width="88" height="31" alt="relvokcor.xyz Badge"></a> - <a href="https://archlinux.org" target="_blank"><img src="https://relvokcor.xyz/~willow/arch.png"></a> - <a href="https://store.steampowered.com/app/2310/Quake/" target="_blank"><img src="https://relvokcor.xyz/~willow/quake.gif"></a> - </p> - <p> - <a href="https://whimsically-natured.space/" target="_blank"><img src="https://relvokcor.xyz/~willow/whimsy.gif"></a> - <a href="https://al2f.codeberg.page/" target="_blank"><img src="https://relvokcor.xyz/~willow/al2f.gif"></a> - <a href="https://jessieisironicallym3.nekoweb.org/" target="_blank"><img src="https://jessieisironicallym3.nekoweb.org/jessies-place-web-button.gif"></a> - <a href="https://goodgirl.dev/" target="_blank"><img src="https://goodgirl.dev/_images/site_button.png"></a> - </p> + <div class="btn"> + <div><a href="https://relvokcor.xyz" target="_blank"><img src="http://relvokcor.xyz/~zarate/tildeclub.gif" border="0" width="88" height="31" alt="relvokcor.xyz Badge"></a></div> + <div><a href="https://archlinux.org" target="_blank"><img src="https://relvokcor.xyz/~willow/arch.png"></a></div> + <div><a href="https://store.steampowered.com/app/2310/Quake/" target="_blank"><img src="https://relvokcor.xyz/~willow/quake.gif"></a></div> + <div><a href="https://wii.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/wii.png"></a></div> + <div><a href="https://3ds.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/3ds.png"></a></div> + </div> + <div class="btn"> + <div><a href="https://whimsically-natured.space/" target="_blank"><img src="https://relvokcor.xyz/~willow/whimsy.gif"></a></div> + <div><a href="https://al2f.codeberg.page/" target="_blank"><img src="https://relvokcor.xyz/~willow/al2f.gif"></a></div> + <div><a href="https://jessieisironicallym3.nekoweb.org/" target="_blank"><img src="https://jessieisironicallym3.nekoweb.org/jessies-place-web-button.gif"></a></div> + <div><a href="https://goodgirl.dev/" target="_blank"><img src="https://goodgirl.dev/_images/site_button.png"></a></div> + </div> </footer> </html> @@ -40,6 +40,11 @@ pre { width: 70%; } +.btn { + display: grid; + grid-template-columns: auto auto auto auto auto; +} + .blink { animation: blink 1s infinite; animation-timing-function: linear(0 0%, 0 49%, 1 50%, 1 99%); Binary files differ |
