website/index.html

61 lines
2.3 KiB
HTML
Raw Normal View History

2024-01-27 20:43:36 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="wilih=device-wilih, initial-scale=1.0">
<meta property="og:title" content="Gen's Website" />
<meta property="og:description" content="A little bit of information about me :3" />
<meta property="og:type" content="website" />
<meta property="og:image" content="assets/DSCF2227.png" />
<meta property="og:url" content="https://www.genshibe.gay" />
<title>Gen's Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<br>
2024-02-12 16:27:23 -08:00
<br>
2024-01-27 20:43:36 -08:00
<div class="container">
<div class="divs">
<h1>Hi, I'm Gen</h1>
<h2>and I use any pronouns :3</h2>
2024-02-12 16:27:23 -08:00
<div class="meow"></div>
<ul>
2024-02-26 18:38:31 -08:00
<li id="h">I'm a 19 year old. a..</li>
2024-02-12 16:27:23 -08:00
<br>
<li id="e">Transit enthusiast &#128653;</li>
<li id="e">Photographer &#128248;</li>
<li id="e">Student &#129489;&#8205;&#127891;</li>
<li id="e">Canadian &#127464;&#127462; </li>
<li id="e">Hong Konger 🇭🇰</li>
<li id="e">Maintainer at <a class="fuck" href="https://github.com/catppuccin/userstyles"
target="_blank">Catppuccin</a></li>
</ul>
</p>
<br>
2024-01-27 20:43:36 -08:00
<h4>Contact me via:</h4>
2024-02-12 16:27:23 -08:00
<div class="nya"></div>
2024-01-27 20:43:36 -08:00
<br>
<div class="button-container">
<div class="batton">
2024-02-12 16:27:23 -08:00
<button class="button"><a href="https://discord.com/users/217892728875253760"
target="_blank">Discord</a></button>
<button class="button"><a href="https://www.instagram.com/spotter_gen/"
target="_blank">Instagram</a></button>
<button class="button"><a href="mailto:genshibe@gmail.com" target="_blank">Email</a></button>
</div>
<br>
<footer>
<i>
Fun fact: i took the background photo :3 | Last Updated: <i id=woof></i>
</i>
</footer>
</div>
<script> let text = document.lastModified;
document.getElementById("woof").innerHTML = text </script>
</main>
2024-01-27 20:43:36 -08:00
</body>
2024-02-12 16:27:23 -08:00
</html>