mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 08:54:49 +00:00
fix some shit part 194
This commit is contained in:
parent
36366b60e5
commit
7609ff4037
2 changed files with 19 additions and 41 deletions
58
index.html
58
index.html
|
@ -19,52 +19,31 @@
|
|||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Hi, my name's Gen, and</h1>
|
||||
<h2>
|
||||
I use
|
||||
<a href="https://en.pronouns.page/@genshibe"
|
||||
>She/They pronouns :3</a
|
||||
>
|
||||
<h1>hi i'm Gen, and</h1>
|
||||
<h2>my pronouns are<a href="https://en.pronouns.page/@genshibe"> 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/"
|
||||
>Photographer</a
|
||||
>
|
||||
📸
|
||||
</li>
|
||||
<li><a href="https://www.instagram.com/spotter_gen/">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"
|
||||
>Catppuccin</a
|
||||
>
|
||||
</li>
|
||||
<li> Maintainer at <a class="catppuccin" href="https://github.com/catppuccin/userstyles">Catppuccin</a> </li>
|
||||
</ul>
|
||||
<hr />
|
||||
<footer>
|
||||
<div class="socials">
|
||||
<a href="https://discord.com/users/217892728875253760"
|
||||
>Discord</a
|
||||
>
|
||||
<a href="https://www.instagram.com/spotter_gen/"
|
||||
>Instagram</a
|
||||
>
|
||||
<a href="https://discord.com/users/217892728875253760">Discord</a>
|
||||
<a href="https://www.instagram.com/spotter_gen/">Instagram</a>
|
||||
<a rel="me" href="https://tech.lgbt/@Genshibe">Mastodon</a>
|
||||
<a href="mailto:contact@genshibe.ca">Email</a>
|
||||
</div>
|
||||
<span
|
||||
>Last updated at : <span class="last-updated"></span> | ©️
|
||||
Licensed under GPL V3
|
||||
<br />
|
||||
<br />
|
||||
<span>
|
||||
Last updated at: <span class="last-updated"></span>
|
||||
</span>
|
||||
<div class ="buttons">
|
||||
<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://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 ="https://cyber.dabamos.de/88x31/she-her.gif">
|
||||
<img src ="https://cyber.dabamos.de/88x31/they-them.gif">
|
||||
</span>
|
||||
|
||||
<span>
|
||||
</div>
|
||||
<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="CTP Webring" src="assets/webbring.webp"></a
|
||||
><a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://github.com/GenShibe/website/"
|
||||
>Source code</a
|
||||
>
|
||||
</span>
|
||||
|
||||
</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>
|
||||
|
|
|
@ -153,7 +153,7 @@ body {
|
|||
|
||||
|
||||
p {
|
||||
font-size: 2em;
|
||||
font-size: 1em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue