mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 10:34:49 +00:00
101 lines
6 KiB
HTML
101 lines
6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta property="og:title" content="Gen's Website" />
|
|
<meta
|
|
property="og:description"
|
|
content="A little bit of information about Gen :3"/>
|
|
<meta property="og:type" content="website" />
|
|
<meta name="author" content="GenShibe" />
|
|
<meta property="og:image" content="/assets/logo.svg" />
|
|
<meta property="og:image:height" content="350" />
|
|
<meta property="og:image:width" content="350" />
|
|
<meta property="og:url" content="https://genshibe.ca" />
|
|
<title>Gen's Website</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>hiii i'm Gen, and</h1>
|
|
<h2>my pronouns are <a href="https://pronouns.cc/@GenShibe" target="_blank">she/they :3</a>
|
|
</h2>
|
|
<hr />
|
|
<h2>I'm a...</h2>
|
|
<ul>
|
|
<li>Transit enthusiast 🚍</li>
|
|
<li><a href="https://www.instagram.com/spotter_gen/" target="_blank">Photographer</a> 📸</li>
|
|
<li>Student 🧑‍🎓</li>
|
|
<li>Canadian 🇨🇦</li>
|
|
<li>Hong Konger 🇭🇰</li>
|
|
<li>Maintainer at <a class="catppuccin" href="https://github.com/catppuccin/userstyles" target="_blank">Catppuccin</a></li>
|
|
</ul>
|
|
<hr/>
|
|
<footer>
|
|
<div class="socials">
|
|
<a href="https://discord.com/users/217892728875253760" target="_blank">Discord</a>
|
|
<a href="https://www.instagram.com/spotter_gen/" target="_blank">Instagram</a>
|
|
<a rel="me" href="https://ck.catwithaclari.net/@gen" target="_blank">Mastodon</a>
|
|
<a href="mailto:contact@genshibe.ca">Email</a>
|
|
<a href="https://ko-fi.com/genshibe" target="_blank">Ko-Fi</a>
|
|
</div>
|
|
<div class ="buttons">
|
|
<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://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://amy.rip" target="_blank"><img alt = "amy's website" src="https://amy.rip/88x31.png"> </a>
|
|
<a href="https://catppuccin.com" target="_blank"><img alt="Catppuccin website" src="assets/ctp.webp"></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://mopigames.gay/"target="_blank"><img alt="Mopi's website" src='https://mopigames.gay/assets/mopi.jpg'></a>
|
|
<br>
|
|
<img src = "assets/estrogen.gif">
|
|
<a href="https://lgbtqia.fandom.com/wiki/Agender" target="_blank"><img src = "assets/agender.webp"></a>
|
|
<a href="https://lgbtqia.fandom.com/wiki/Transgender" target="_blank"><img src = "assets/traa.webp"></a>
|
|
<a href="https://lgbtqia.fandom.com/wiki/Transgender" target="_blank"><img src = "assets/trn.gif"></a>
|
|
<a href="https://www.ikea.com/ca/en/p/blahaj-soft-toy-baby-shark-70540665/" target="_blank"><img src = "assets/blahaj.gif"></a>
|
|
<img src ="assets/monster.gif">
|
|
<a href="https://ck.catwithaclari.net/@gen" target="_blank"><img src ="assets/88x31.gif"></a>
|
|
<img src ="https://cyber.dabamos.de/88x31/she-her.gif">
|
|
<img src ="https://cyber.dabamos.de/88x31/they-them.gif">
|
|
</div>
|
|
<span>
|
|
Last updated at: <span class="last-updated"></span>
|
|
</span>
|
|
<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"><img alt="Catppuccin Webring" src="assets/webbring.webp"></a>
|
|
<a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>
|
|
</div>
|
|
<div class="source">
|
|
<p>©️ GenShibe | Licensed under GPL v3</p>
|
|
<a href="https://github.com/GenShibe/website/">Source</a>
|
|
</div>
|
|
<select class="theme-selector">
|
|
<option value="latte">Latte</option>
|
|
<option value="frappe">Frappé</option>
|
|
<option value="macchiato">Macchiato</option>
|
|
<option value="mocha">Mocha</option>
|
|
</select>
|
|
</footer>
|
|
</main>
|
|
<script>
|
|
window.addEventListener("DOMContentLoaded", () => {
|
|
const selector = document.querySelector(".theme-selector");
|
|
selector.value =
|
|
localStorage.getItem("theme") ||
|
|
window.matchMedia("(prefers-color-scheme: dark)").matches
|
|
? "mocha"
|
|
: "latte";
|
|
document.documentElement.setAttribute("theme", selector.value);
|
|
selector.addEventListener("change", function () {
|
|
localStorage.setItem("theme", this.value);
|
|
document.documentElement.setAttribute("theme", this.value);
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|