This commit is contained in:
Gen 2024-07-20 17:47:20 -07:00
parent 794453a325
commit 8027ed1b0e
No known key found for this signature in database
10 changed files with 15 additions and 5 deletions

BIN
assets/agender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

BIN
assets/alyx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

BIN
assets/ashie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

BIN
assets/button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
assets/estrogen.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
assets/left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
assets/poweredbymac.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

BIN
assets/right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
assets/webbring.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -23,7 +23,7 @@
<h2> <h2>
I use I use
<a href="https://en.pronouns.page/@genshibe" <a href="https://en.pronouns.page/@genshibe"
>They/She pronouns :3</a >She/They pronouns :3</a
> >
</h2> </h2>
<hr /> <hr />
@ -65,11 +65,21 @@
Licensed under GPL V3 Licensed under GPL V3
<br /> <br />
<br /> <br />
<a href="https://genshibe.ca"><img alt="Gen's Website" src="assets/button.gif"></a>
<a href="https://estrogen.monster/"><img alt="Mopi's website" src='https://estrogen.monster/assets/mopi.jpg'></a>
<a href="https://alyxia.dev"><img alt="Alyxia's website" src= "assets/alyx.png"></a>
<a href ="https://foxuccino.pages.gay/"><img alt="Ashley's Website" src="assets/ashie.png"></a>
<img src = "assets/estrogen.gif">
<a href="https://apple.com"><img alt="powered by macintosh" src="assets/poweredbymac.gif"></a>
<img src = "assets/agender.png">
<br>
<br>
This website is part of the This website is part of the
<br /> <br />
<a href="https://ctp-webr.ing/genshibe/previous">&larr;</a <a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.png"></a
><a href="https://ctp-webr.ing/"> ~Catppuccin Webring~ </a ><a href="https://ctp-webr.ing"><img alt="CTP Webring" src="assets/webbring.webp"></a
><a href="https://ctp-webr.ing/genshibe/next">&rarr;</a> ><a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.png"></a>
<br /> <br />
<br /> <br />
<a href="https://github.com/GenShibe/website/" <a href="https://github.com/GenShibe/website/"
@ -90,7 +100,7 @@
selector.value = selector.value =
localStorage.getItem("theme") || localStorage.getItem("theme") ||
window.matchMedia("(prefers-color-scheme: dark)").matches window.matchMedia("(prefers-color-scheme: dark)").matches
? "mocha" ? "frappe"
: "latte"; : "latte";
document.documentElement.setAttribute("theme", selector.value); document.documentElement.setAttribute("theme", selector.value);
selector.addEventListener("change", function () { selector.addEventListener("change", function () {