separate 88x31 buttons

This commit is contained in:
yuki 2025-10-11 05:17:06 -03:00
parent 7f7356f633
commit 5dad1b2fac
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
4 changed files with 15 additions and 7 deletions

View file

@ -1,4 +1,12 @@
buttons = [
{ image = "https://vanityruins.neocities.org/8831/8831.gif", name = "vanityruins", link = "https://vanityruins.neocities.org" },
{ image = "soniweb", name = "soniweb", link = "https://soniweb.org/" }
[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" }
]
misc = [
{ image = "parentaladvisory", alt = "sorry..." }
]

View file

@ -2,10 +2,10 @@
layout: base
---
<div class="welcome-aside-left">
<div class="buttons box">
<h3><i>please visit...</i></h3>
<div>
{% for button in 88x31.buttons %}
<div class="buttons-wrapper box">
<h2><i>please visit...</i></h3>
<div class="buttons">
{% for button in 88x31.buttons.people.slice(0, 5) %}
<a href="{{ button.link }}" title="{{ button.name }}">
{% if button.image.startsWith("http") %}
<img src="{{ button.image }}" alt="{{ button.name }}">

BIN
img/buttons/cidoku.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB