Add Anna's colour cards
This commit is contained in:
parent
2fa0248a8f
commit
acb6b2c7a8
Binary file not shown.
After Width: | Height: | Size: 626 B |
Binary file not shown.
After Width: | Height: | Size: 652 B |
|
@ -4,7 +4,7 @@ desc: A collection of stuff I have adopted from other websites.
|
|||
isContentDivided: true
|
||||
hasTooltips: true
|
||||
toc: true
|
||||
updated: 2024-09-21T01:54:49+0800
|
||||
updated: 2024-09-25T08:02:46+0800
|
||||
eleventyNavigation:
|
||||
order: 8
|
||||
---
|
||||
|
@ -104,18 +104,20 @@ eleventyNavigation:
|
|||
|
||||
{% headingAnchor 3 %}My Colour Cards{% endheadingAnchor %}
|
||||
<ul class="web-graphics adoptables">
|
||||
{{ myPixelArt("pantson/leilukin-grape-juice.png", "Leilukin's GRAPE JUICE, colour no. 19-3220 TPX") }}
|
||||
{{ myPixelArt("pantson/leilukin-grape-juice.png", "Leilukin's GRAPE JUICE, colour number 19-3220 TPX") }}
|
||||
</ul>
|
||||
<p>Created on 17 September 2024. If you are a member of the Pantson Color Club and you would like to exchange colour cards with me, feel free to ask on <a href="/guestbook">my guestbook</a>!</p>
|
||||
|
||||
{% headingAnchor 3 %}Exchanged Colour Cards{% endheadingAnchor %}
|
||||
<ul class="web-graphics adoptables">
|
||||
{{ adoptable("https://ginnygravity.neocities.org/", "pantson/ginnygravity-robins-egg.png", "Ginny Gravity's ROBINS EGG, colour no. 99F0F7") }}
|
||||
{{ adoptable("https://manyface.neocities.org/", "pantson/manyface-lizard.png", "Manyface's LIZARD, colour no. 1200U") }}
|
||||
{{ adoptable("https://manyface.neocities.org/", "pantson/manyface-psyche.png", "Manyface's PSYCHE, colour no. 777U") }}
|
||||
{{ adoptable("https://sakuradreams.neocities.org/", "pantson/sakuradreams-lilac-dreams.png", "Sakura Dreams' LILAC DREAMS, colour no. 2023U") }}
|
||||
{{ adoptable("https://sakuradreams.neocities.org/", "pantson/sakuradreams-sakura-pink.png", "Sakura Dreams' SAKURA PINK, colour no. 0904U") }}
|
||||
{{ adoptable("https://velvet-boutique.neocities.org/", "pantson/velvet-cherry-red.png", "Velvet's CHERRY RED, colour no. 3571 C") }}
|
||||
{{ adoptable("https://aetherbiome.neocities.org/", "pantson/anna-not-a-brick.png", "Anna's NOT A BRICK, colour number 7580U") }}
|
||||
{{ adoptable("https://aetherbiome.neocities.org/", "pantson/anna-kale.png", "Anna's KALE, colour number 18-0107") }}
|
||||
{{ adoptable("https://ginnygravity.neocities.org/", "pantson/ginnygravity-robins-egg.png", "Ginny Gravity's ROBINS EGG, colour number 99F0F7") }}
|
||||
{{ adoptable("https://manyface.neocities.org/", "pantson/manyface-lizard.png", "Manyface's LIZARD, colour number 1200U") }}
|
||||
{{ adoptable("https://manyface.neocities.org/", "pantson/manyface-psyche.png", "Manyface's PSYCHE, colour number 777U") }}
|
||||
{{ adoptable("https://sakuradreams.neocities.org/", "pantson/sakuradreams-lilac-dreams.png", "Sakura Dreams' LILAC DREAMS, colour number 2023U") }}
|
||||
{{ adoptable("https://sakuradreams.neocities.org/", "pantson/sakuradreams-sakura-pink.png", "Sakura Dreams' SAKURA PINK, colour number 0904U") }}
|
||||
{{ adoptable("https://velvet-boutique.neocities.org/", "pantson/velvet-cherry-red.png", "Velvet's CHERRY RED, colour number 3571 C") }}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue