mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 09:34:48 +00:00
83 lines
5 KiB
HTML
83 lines
5 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" />
|
|
<link rel="icon" type="image/x-icon" href="/assets/logo.svg">
|
|
</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/>
|
|
<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>
|
|
<br>
|
|
<br>
|
|
<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://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://catppuccin.com" target="_blank"><img alt="Catppuccin website" src="assets/ctp.webp"></a>
|
|
<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>
|
|
<hr/>
|
|
<span class="updated">
|
|
Last updated at: <span class="last-updated"></span>
|
|
</span>
|
|
<br>
|
|
<div class="webring">
|
|
<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>
|
|
<footer>
|
|
<div class="source">
|
|
<p>©️ GenShibe | Licensed under GPL v3</p>
|
|
<a href="https://github.com/GenShibe/website/">Source</a>
|
|
</div>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|