refactor: improvements

This commit is contained in:
uncenter 2024-03-06 17:04:44 -05:00 committed by GitHub
parent 02e1d38af9
commit e60aa0bfa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,57 +1,58 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head> <meta charset="UTF-8" />
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="wilih=device-wilih, initial-scale=1.0"> <meta property="og:title" content="Gen's Website" />
<meta property="og:title" content="Gen's Website" /> <meta
<meta property="og:description" content="A little bit of information about me :3" /> property="og:description"
<meta property="og:type" content="website" /> content="A little bit of information about me :3"
<meta property="og:url" content="https://www.genshibe.gay" /> />
<title>Gen's Website</title> <meta property="og:type" content="website" />
<link rel="stylesheet" href="style.css"> <meta property="og:url" content="https://genshibe.github.io" />
</head> <title>Gen's Website</title>
<link rel="stylesheet" href="style.css" />
<body> </head>
<br> <body>
<br> <main>
<div class="container"> <h1>Hi, I'm Gen!</h1>
<div class="divs"> <h2>
<h1>Hi, I'm Gen</h1> I use
<h2>and I use <a href="https://en.pronouns.page/@genshibe" target="_blank">any pronouns :3</a></h2> <a href="https://en.pronouns.page/@genshibe">any pronouns :3</a>
<div class="nya"></div> </h2>
<ul> <hr />
<h4>I'm a 19 year old...</h4> <h2>I'm a 19 year old...</h2>
<br> <ul>
<li>Transit enthusiast &#128653;</li> <li>Transit enthusiast &#128653;</li>
<li>Photographer &#128248;</li> <li>Photographer &#128248;</li>
<li>Student &#129489;&#8205;&#127891;</li> <li>Student &#129489;&#8205;&#127891;</li>
<li>Canadian &#127464;&#127462; </li> <li>Canadian &#127464;&#127462;</li>
<li>Hong Konger 🇭🇰</li> <li>Hong Konger 🇭🇰</li>
<li>Maintainer at <a class="fuck" href="https://github.com/catppuccin/userstyles" <li>
target="_blank">Catppuccin</a></li> Maintainer at
</ul> <a class="catppuccin" href="https://github.com/catppuccin/userstyles"
<br> >Catppuccin</a
<h4>Contact me via:</h4> >
<div class="nya"></div> </li>
<br> </ul>
<div class="button-container"> <hr />
<div class="batton"> <footer>
<a href="https://discord.com/users/217892728875253760" target="_blank" class="button">Discord</a> <div class="socials">
<a href="https://www.instagram.com/spotter_gen/" target="_blank" class="button">Instagram</a> <a href="https://discord.com/users/217892728875253760">Discord</a>
<a href="mailto:genshibe@gmail.com" target="_blank" class="button">Email</a> <a href="https://www.instagram.com/spotter_gen/">Instagram</a>
</div> <a href="mailto:genshibe@gmail.com">Email</a>
<br> </div>
<footer> <span
<i> >Last updated at <span class="last-updated"></span> | ©️ Licensed
Last Updated: <i id=woof></i> | ©️ Licensed under GPL V3 under GPL V3 |
<br> <a href="https://github.com/GenShibe/genshibe.github.io/"
<a href="https://github.com/GenShibe/genshibe.github.io/" target="_blank">Source Code</a> >Open source</a
</i> ></span
</footer> >
</div> </footer>
<script> document.getElementById("woof").innerHTML = document.lastModified; </script> </main>
</main> <script>
</body> document.querySelector(".last-updated").innerHTML = document.lastModified;
</script>
</body>
</html> </html>