Compare commits

..

No commits in common. "43cdce4874360ec5c147e2c8d830a336cbb78a29" and "23eb9aa27679219e3528d7c9fa1c61f4f57db551" have entirely different histories.

5 changed files with 18 additions and 25 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -18,15 +18,13 @@
</head> </head>
<body> <body>
<main> <main>
<div id = "meow"> <div id="four">
<div id="four"> <h1>ERROR: 404</h1>
<h1>ERROR: 404</h1> <p>Skill issue. The thing you're trying to find doesn't exist.</p>
<p>Skill issue. The thing you're trying to find doesn't exist.</p> </div>
</div> <footer>
</div> <a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
<footer> </footer>
<a rel="me" href="index.html" target="_blank">TAKE ME HOMEEEEEEEE, COUNTRY ROADSSSSS</a>
</footer>
</main> </main>
</body> </body>
</html> </html>

BIN
fonts/VictorMono-Italic.woff2 Executable file

Binary file not shown.

View file

@ -45,7 +45,7 @@
<a href="https://genshibe.ca"><img alt="Gen's Website" src="assets/button.png"></a> <a href="https://genshibe.ca"><img alt="Gen's Website" src="assets/button.png"></a>
<a href="https://blog.catwithaclari.net" target="_blank"><img alt="ChloeCat's website" src ="https://blog.catwithaclari.net/button.png"></a> <a href="https://blog.catwithaclari.net" target="_blank"><img alt="ChloeCat's website" src ="https://blog.catwithaclari.net/button.png"></a>
<a href="https://isabelroses.com" target="_blank"><img alt ="Izsybelle's website" src="assets/bell.gif"> </a> <a href="https://isabelroses.com" target="_blank"><img alt ="Izsybelle's website" src="assets/bell.gif"> </a>
<a href="https://marq42.xyz" target="_blank"><img alt="mir's website" src ="https://marq42.xyz/88x31/mir.png"></a> <a href="https://marq42.xyz" target="_blank"><img alt="mir's website" src ="https://marq42.xyz/88x31/mir.png"></a>
<a href="https://amy.rip" target="_blank"><img alt = "amy's website" src="https://amy.rip/88x31.png"> </a> <a href="https://amy.rip" target="_blank"><img alt = "amy's website" src="https://amy.rip/88x31.png"> </a>
<a href="https://trinkey.com/" target="_blank"><img src="https://trinkey.com/img/88x31.png"></a> <a href="https://trinkey.com/" target="_blank"><img src="https://trinkey.com/img/88x31.png"></a>
<a href="https://alyxia.dev" target="_blank"><img alt="Alyxia's website" src= "https://alyxia.dev/static/img/88x31/self.png"></a> <a href="https://alyxia.dev" target="_blank"><img alt="Alyxia's website" src= "https://alyxia.dev/static/img/88x31/self.png"></a>
@ -66,8 +66,9 @@
<span class="updated"> <span class="updated">
Last updated at: <span class="last-updated"></span> Last updated at: <span class="last-updated"></span>
</span> </span>
<br>
<div class="webring"> <div class="webring">
This website is part of the
<br/>
<a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.svg"></a> <a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.svg"></a>
<a href="https://ctp-webr.ing"><img alt="Catppuccin Webring" src="assets/webbring.webp"></a> <a href="https://ctp-webr.ing"><img alt="Catppuccin Webring" src="assets/webbring.webp"></a>
<a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a> <a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>

View file

@ -10,7 +10,6 @@ body {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 100vh;
} }
/* urbanist-regular - latin */ /* urbanist-regular - latin */
@ -106,9 +105,15 @@ footer {
.updated { .updated {
margin: auto; margin: auto;
align-items: center;
justify-content: center; justify-content: center;
justify-items: center; text-align: center;
display: flex; }
.socials {
margin: auto;
display: block;
gap: 2em;
} }
.four { .four {
@ -116,17 +121,6 @@ footer {
vertical-align: middle !important; vertical-align: middle !important;
line-height: normal; line-height: normal;
} }
.meow {
display: flex;
justify-content: center;
justify-items: center;
height: 100vh;
}
.socials {
display: flex;
justify-content:space-evenly;
}
.socials a { .socials a {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;