mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 13:04:50 +00:00
57 lines
No EOL
2.1 KiB
HTML
57 lines
No EOL
2.1 KiB
HTML
<!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>
|
|
<br>
|
|
<div class="container">
|
|
<div class="divs">
|
|
<h1>Hi, I'm Gen</h1>
|
|
<h2>and I use any pronouns :3</h2>
|
|
<div class="meow"></div>
|
|
<ul>
|
|
<li id="h">I'm a 19 year old...</li>
|
|
<br>
|
|
<li id ="e">Transit enthusiast 🚍</li>
|
|
<li id="e">Photographer 📸</li>
|
|
<li id="e">Student 🧑‍🎓</li>
|
|
<li id="e">Canadian 🇨🇦 </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>
|
|
<br>
|
|
<h4>Contact me via:</h4>
|
|
<div class="meow"></div>
|
|
<br>
|
|
<div class="button-container">
|
|
<div class="batton">
|
|
<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:gen@genshibe.gay" target="_blank">Email</a></button>
|
|
</div>
|
|
<br>
|
|
<footer>
|
|
<i>
|
|
Fun fact: you see the background photo? i took that photo :3 | Last Updated: <i id=woof></i>
|
|
</i>
|
|
</footer>
|
|
</div>
|
|
<script> let text = document.lastModified;
|
|
document.getElementById("woof").innerHTML = text </script>
|
|
</main>
|
|
</body>
|
|
</html> |