add shit
BIN
assets/agender.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
assets/alyx.png
Normal file
After Width: | Height: | Size: 719 B |
BIN
assets/ashie.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
assets/button.gif
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
assets/estrogen.gif
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
assets/left.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/poweredbymac.gif
Normal file
After Width: | Height: | Size: 527 B |
BIN
assets/right.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/webbring.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
20
index.html
|
@ -23,7 +23,7 @@
|
|||
<h2>
|
||||
I use
|
||||
<a href="https://en.pronouns.page/@genshibe"
|
||||
>They/She pronouns :3</a
|
||||
>She/They pronouns :3</a
|
||||
>
|
||||
</h2>
|
||||
<hr />
|
||||
|
@ -65,11 +65,21 @@
|
|||
Licensed under GPL V3
|
||||
<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
|
||||
<br />
|
||||
<a href="https://ctp-webr.ing/genshibe/previous">←</a
|
||||
><a href="https://ctp-webr.ing/"> ~Catppuccin Webring~ </a
|
||||
><a href="https://ctp-webr.ing/genshibe/next">→</a>
|
||||
<a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.png"></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.png"></a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://github.com/GenShibe/website/"
|
||||
|
@ -90,7 +100,7 @@
|
|||
selector.value =
|
||||
localStorage.getItem("theme") ||
|
||||
window.matchMedia("(prefers-color-scheme: dark)").matches
|
||||
? "mocha"
|
||||
? "frappe"
|
||||
: "latte";
|
||||
document.documentElement.setAttribute("theme", selector.value);
|
||||
selector.addEventListener("change", function () {
|
||||
|
|