add and localize button authorship

This commit is contained in:
yuki 2025-10-14 10:50:51 -03:00
parent 6dfdf6d0d4
commit a81a84cd41
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
5 changed files with 16 additions and 7 deletions

View file

@ -1,15 +1,16 @@
[buttons] [buttons]
people = [ people = [
{ image = "soniweb", name = "soniweb", link = "https://soniweb.org/" }, { image = "soniweb", name = "soniweb [en]", link = "https://soniweb.org/" },
{ image = "https://vanityruins.neocities.org/8831/8831.gif", name = "vanityruins", link = "https://vanityruins.neocities.org" }, { image = "https://vanityruins.neocities.org/8831/8831.gif", name = "vanityruins [en]", link = "https://vanityruins.neocities.org" },
{ image = "https://saint-images.neocities.org/images/buttons/me-zanarkand.png", name = "saint-images", link = "https://saint-images.neocities.org"}, { image = "https://saint-images.neocities.org/images/buttons/me-zanarkand.png", name = "saint-images [en]", link = "https://saint-images.neocities.org"},
{ image = "cidoku", name = "Cidoku", link = "https://cidoku.net" } { image = "cidoku", name = "Cidoku [es] [en]", link = "https://cidoku.net" }
] ]
misc = [ misc = [
{ image = "bookmarkme", alt = "bookmark this page NOW!" }, { image = "puyopuyo2", alt = "puyo puyo witch!!", author = "Cidoku" },
{ image = "blink", alt = "blinking eyes" }, { image = "blink", alt = "blinking eyes" },
{ image = "parentaladvisory", alt = "PARENTAL ADVISORY: i say FUCK a lot" }, { image = "parentaladvisory", alt = "PARENTAL ADVISORY: i say FUCK a lot" },
{ image = "bookmarkme", alt = "bookmark this page NOW!" },
{ image = "4everfriend", alt = "4everfriend!!" } { image = "4everfriend", alt = "4everfriend!!" }
] ]

View file

@ -1,3 +1,7 @@
[home]
en = "home"
es = "inicio"
[lang-available] [lang-available]
en = "esta página también está disponible en" en = "esta página también está disponible en"
es = "this page also available in" es = "this page also available in"
@ -21,3 +25,7 @@ es = "estoy escuchando..."
[mobile-warning] [mobile-warning]
en = "this site is NOT optimized for mobile (yet). the groundwork is laid but i have not finished the css so things will look very ugly for you. sorry!!" en = "this site is NOT optimized for mobile (yet). the groundwork is laid but i have not finished the css so things will look very ugly for you. sorry!!"
es = "aún NO optimizo el sitio para verlo en celulares o pantallas más chicas. aunque escribí el html pensando también en soportar celulares, la parte de css no está hecha así que se verá bien feo para ti. sorry!!" es = "aún NO optimizo el sitio para verlo en celulares o pantallas más chicas. aunque escribí el html pensando también en soportar celulares, la parte de css no está hecha así que se verá bien feo para ti. sorry!!"
[button-author]
en = "button by"
es = "botón hecho por"

View file

@ -6,6 +6,6 @@
<div class="nekojiru-angel"></div> <div class="nekojiru-angel"></div>
</div> </div>
<div class="footer-right"> <div class="footer-right">
<p>{% for button in 88x31.buttons.misc.slice(0, 3) %}<img src="/img/buttons/{{ button.image }}.gif" alt="{{ button.alt }}">{% endfor %}<br>est. 2025 | yuki &#169; <a href="/LICENSE.txt">{{ "license" | i18n }}</a></p> <p>{% for button in 88x31.buttons.misc.slice(0, 3) %}<img src="/img/buttons/{{ button.image }}.gif" alt="{{ button.alt }}" {% if button.author %}title="{{ "button-author" | i18n }} {{ button.author }}"{% endif %}>{% endfor %}<br>est. 2025 | yuki &#169; <a href="/LICENSE.txt">{{ "license" | i18n }}</a></p>
</div> </div>
</div> </div>

View file

@ -14,7 +14,7 @@ flight:
<div class="header-wrapper"> <div class="header-wrapper">
<div class="header"> <div class="header">
<h1>{{ meta.sitename }}</h1> <h1>{{ meta.sitename }}</h1>
<a href={{ "/" | locale_url }}><div class="header-banner" title="{{ meta.sitename }}"></div></a> <a href={{ "/" | locale_url }}><div class="header-banner" title="{{ "home" | i18n }}"></div></a>
<!--<div class="motd"> <!--<div class="motd">
<marquee behavior="scroll" direction="left"> <marquee behavior="scroll" direction="left">
<p>{{ meta.motd }}</p> <p>{{ meta.motd }}</p>

BIN
img/buttons/puyopuyo2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B