add and localize button authorship
This commit is contained in:
parent
6dfdf6d0d4
commit
a81a84cd41
5 changed files with 16 additions and 7 deletions
|
|
@ -1,15 +1,16 @@
|
|||
[buttons]
|
||||
people = [
|
||||
{ image = "soniweb", name = "soniweb", link = "https://soniweb.org/" },
|
||||
{ image = "https://vanityruins.neocities.org/8831/8831.gif", name = "vanityruins", 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 = "cidoku", name = "Cidoku", link = "https://cidoku.net" }
|
||||
{ image = "soniweb", name = "soniweb [en]", link = "https://soniweb.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 [en]", link = "https://saint-images.neocities.org"},
|
||||
{ image = "cidoku", name = "Cidoku [es] [en]", link = "https://cidoku.net" }
|
||||
]
|
||||
|
||||
misc = [
|
||||
{ image = "bookmarkme", alt = "bookmark this page NOW!" },
|
||||
{ image = "puyopuyo2", alt = "puyo puyo witch!!", author = "Cidoku" },
|
||||
{ image = "blink", alt = "blinking eyes" },
|
||||
{ image = "parentaladvisory", alt = "PARENTAL ADVISORY: i say FUCK a lot" },
|
||||
{ image = "bookmarkme", alt = "bookmark this page NOW!" },
|
||||
{ image = "4everfriend", alt = "4everfriend!!" }
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
[home]
|
||||
en = "home"
|
||||
es = "inicio"
|
||||
|
||||
[lang-available]
|
||||
en = "esta página también está disponible en"
|
||||
es = "this page also available in"
|
||||
|
|
@ -21,3 +25,7 @@ es = "estoy escuchando..."
|
|||
[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!!"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
<div class="nekojiru-angel"></div>
|
||||
</div>
|
||||
<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 © <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 © <a href="/LICENSE.txt">{{ "license" | i18n }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -14,7 +14,7 @@ flight:
|
|||
<div class="header-wrapper">
|
||||
<div class="header">
|
||||
<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">
|
||||
<marquee behavior="scroll" direction="left">
|
||||
<p>{{ meta.motd }}</p>
|
||||
|
|
|
|||
BIN
img/buttons/puyopuyo2.gif
Normal file
BIN
img/buttons/puyopuyo2.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 684 B |
Loading…
Add table
Reference in a new issue