fix some shit part 194

This commit is contained in:
Gen 2024-07-21 23:00:56 -07:00
parent 36366b60e5
commit 7609ff4037
No known key found for this signature in database
2 changed files with 19 additions and 41 deletions

View file

@ -19,52 +19,31 @@
</head> </head>
<body> <body>
<main> <main>
<h1>Hi, my name's Gen, and</h1> <h1>hi i'm Gen, and</h1>
<h2> <h2>my pronouns are<a href="https://en.pronouns.page/@genshibe"> she/they :3</a>
I use
<a href="https://en.pronouns.page/@genshibe"
>She/They pronouns :3</a
>
</h2> </h2>
<hr /> <hr />
<h2>I'm a...</h2> <h2>I'm a...</h2>
<ul> <ul>
<li>Transit enthusiast &#128653;</li> <li>Transit enthusiast &#128653;</li>
<li> <li><a href="https://www.instagram.com/spotter_gen/">Photographer</a> &#128248;</li>
<a href="https://www.instagram.com/spotter_gen/"
>Photographer</a
>
&#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> <li> Maintainer at <a class="catppuccin" href="https://github.com/catppuccin/userstyles">Catppuccin</a> </li>
Maintainer at
<a
class="catppuccin"
href="https://github.com/catppuccin/userstyles"
>Catppuccin</a
>
</li>
</ul> </ul>
<hr /> <hr />
<footer> <footer>
<div class="socials"> <div class="socials">
<a href="https://discord.com/users/217892728875253760" <a href="https://discord.com/users/217892728875253760">Discord</a>
>Discord</a <a href="https://www.instagram.com/spotter_gen/">Instagram</a>
>
<a href="https://www.instagram.com/spotter_gen/"
>Instagram</a
>
<a rel="me" href="https://tech.lgbt/@Genshibe">Mastodon</a> <a rel="me" href="https://tech.lgbt/@Genshibe">Mastodon</a>
<a href="mailto:contact@genshibe.ca">Email</a> <a href="mailto:contact@genshibe.ca">Email</a>
</div> </div>
<span <span>
>Last updated at : <span class="last-updated"></span> | ©️ Last updated at: <span class="last-updated"></span>
Licensed under GPL V3 </span>
<br /> <div class ="buttons">
<br />
<a href="https://genshibe.ca"><img alt="Gen's Website" src="assets/button.png"></a> <a href="https://genshibe.ca"><img alt="Gen's Website" src="assets/button.png"></a>
<a href="https://alyxia.dev"><img alt="Alyxia's website" src= "https://alyxia.dev/static/img/88x31/self.png"></a> <a href="https://alyxia.dev"><img alt="Alyxia's website" src= "https://alyxia.dev/static/img/88x31/self.png"></a>
<a href="https://estrogen.monster/"><img alt="Mopi's website" src='https://estrogen.monster/assets/mopi.jpg'></a> <a href="https://estrogen.monster/"><img alt="Mopi's website" src='https://estrogen.monster/assets/mopi.jpg'></a>
@ -80,20 +59,19 @@
<img src ="assets/monster.gif"> <img src ="assets/monster.gif">
<img src ="https://cyber.dabamos.de/88x31/she-her.gif"> <img src ="https://cyber.dabamos.de/88x31/she-her.gif">
<img src ="https://cyber.dabamos.de/88x31/they-them.gif"> <img src ="https://cyber.dabamos.de/88x31/they-them.gif">
</span> </div>
<div class="webring">
<span>
This website is part of the This website is part of the
<br /> <br />
<a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.svg"></a <a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.svg"></a
><a href="https://ctp-webr.ing"><img alt="CTP Webring" src="assets/webbring.webp"></a ><a href="https://ctp-webr.ing"><img alt="CTP Webring" src="assets/webbring.webp"></a
><a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a> ><a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>
<br />
<br /> </div>
<a href="https://github.com/GenShibe/website/" <div class="source">
>Source code</a <p>©️ GenShibe - Licensed under GPL v3</p>
> <a href="https://github.com/GenShibe/website/">Source</a>
</span> </div>
<select class="theme-selector"> <select class="theme-selector">
<option value="latte">Latte</option> <option value="latte">Latte</option>
<option value="frappe">Frappé</option> <option value="frappe">Frappé</option>

View file

@ -153,7 +153,7 @@ body {
p { p {
font-size: 2em; font-size: 1em;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
text-align: center; text-align: center;