button update

This commit is contained in:
DeviousTengu 2024-06-23 23:47:31 -04:00
parent 7224482301
commit 8e8f21f21b
12 changed files with 20 additions and 8 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
# ignore all generated html files
site/.pub/**/*.html
# ignore extra pages
site/.pub/extras/

View File

@ -19,7 +19,7 @@
<div id="header">
<img id="logo" src="./img/logo.gif" alt="Tengu.Space">
<div id="nav"> <noscript> <p> No JavaScript? No problem! :) </p> </noscript> <a href="./index.html">Home</a> | <a href="./about.html">About</a> | <a href="./services.html">Services</a> | <a href="./contact.html">Contact</a> </div>
<div id="nav"> <noscript> <p id="noscript-message"> No script? No problem! :) </p> </noscript> <a href="./index.html">Home</a> | <a href="./about.html">About</a> | <a href="./services.html">Services</a> | <a href="./contact.html">Contact</a> </div>
</div>
<hr>

View File

@ -81,6 +81,11 @@ a { color: cyan; }
text-align: right;
}
#noscript-message {
color: magenta;
margin-bottom: 8px;
}
/* STAGE */

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -22,25 +22,29 @@ subtitle: Enjoy Your Stay!
</tr></tbody></table>
<div id="buttons">
<a href="https://chaotic.ninja/"> <img src="./img/buttons/chaoticninja.gif" alt="Chaotic Ninja"> </a>
<a href="https://cirnosystems.xyz/"> <img src="./img/buttons/cirnosys.png" alt="HTFCirno's Site"> </a>
<a href="https://dd86k.space/"> <img src="./img/buttons/dd86k.png" alt="dd86k's Site"> </a>
<a href="https://disarray.sh/"> <img src="./img/buttons/disarray.png" alt="disarray's Site"> </a>
<a href="https://reimu.info/"> <img src="./img/buttons/ezio.png" alt="Ezio's Site"> </a>
<a href="https://nanoshinono.me/"> <img src="./img/buttons/prefetcher.gif" alt="Prefetcher's Site"> </a>
<a href="https://geidontei.chaotic.ninja/usr/yakumo_izuru/"> <img src="./img/buttons/interconnected-boundaries.png" alt="Izuru's Site"> </a>
<a href="https://amber-teahou.se/"> <img src="./img/buttons/jacky.png" alt="Jacky's Site"> </a>
<a href="https://fediverse.observer/"> <img src="./img/buttons/fedi.gif" alt="Fediverse Observer"> </a>
<a href="https://knightzone.neocities.org/"> <img src="./img/buttons/knight.png" alt="Knight's Site"> </a>
<a href="https://nc-roadgeek.neocities.org/"> <img src="./img/buttons/kurzov.gif" alt="Kurzov's Site"> </a>
<a href="https://nhal.xyz/"> <img src="./img/buttons/nhal.png" alt="Nhal's Site"> </a>
<a href="https://radionoise.ca/"> <img src="./img/buttons/norm.png" alt="Norm's Site"> </a>
<a href="https://pixelde.su/"> <img src="./img/buttons/pixeldesu.png" alt="Pixel's Site"> </a>
<a href="https://biribiri.dev/"> <img src="./img/buttons/norm.png" alt="Norm's Site"> </a>
<a href="https://reisen.church/"> <img src="./img/buttons/reisen.png" alt="NaiJi's Site"> </a>
<a href="https://urndeogtaaiwpgosq.bitbucket.io/"> <img src="./img/buttons/rqsd.png" alt="rqsd's Site"> </a>
<a href="https://silk.ms/"> <img src="./img/buttons/laru.gif" alt="Laru's Site"> </a>
<a href="https://sn0w.cx/"> <img src="./img/buttons/snow.gif" alt="Snow's Site"> </a>
<a href="https://udongein.xyz/"> <img src="./img/buttons/udongein.png" alt="Udongein"> </a>
<a href="https://geidontei.chaotic.ninja/usr/mima/"> <img src="./img/buttons/mima.png" alt="Mima's Site"> </a>
<a href="https://utsuho.rocks/"> <img src="./img/buttons/utsuhorocks.png" alt="Utsuho's Site"> </a>
<a href="http://vocelia.fufufu.moe/"> <img src="./img/buttons/vocelia.gif" alt="Vocelia's Site"> </a>
<a href="https://waifuism.life/"> <img src="./img/buttons/waifu.png" alt="Waifu's Site"> </a>
<a href="https://chaotic.ninja/"> <img src="./img/buttons/chaoticninja.gif" alt="Chaotic Ninja"> </a>
<a href="https://udongein.xyz/"> <img src="./img/buttons/udongein.png" alt="Udongein"> </a>
<a href="https://fediverse.party/en/fediverse/"> <img src="./img/buttons/fedi.gif" alt="Fediverse Party"> </a>
<a href="http://validator.w3.org/"> <img src="./img/buttons/valid-xhtml10.png" alt="W3C Markup Validation Service">
<a href="https://jigsaw.w3.org/css-validator/"> <img src="./img/buttons/vcss-blue.gif" alt="W3C CSS Validation Service"></a>
<a href="https://waifuism.life/home/normal/"> <img src="./img/buttons/waifu.png" alt="Waifu's Site"> </a>
<a href="https://xn--u80a.com/"> <img src="./img/buttons/yuki.png" alt="Yuki's Site"> </a>
<a href="https://zvava.org/"> <img src="./img/buttons/zvava.png" alt="Zvava's Site"> </a>
</div>