Add more web cliques
This commit is contained in:
parent
73905e45c5
commit
832002adf2
|
@ -1,6 +1,41 @@
|
||||||
|
{%- macro webCliqueImg(file, width, height, alt="") -%}
|
||||||
|
<img src="/assets/cliques/{{ file }}" alt="{{ alt }}" class="inline-img" width="{{ width }}" height="{{ height }}" loading="lazy">
|
||||||
|
{%- endmacro -%}
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="http://aromatic.wings.nu/">aromatic</a> // lavender</li>
|
||||||
|
<li><a href="http://cliqued.wings.nu/">rainbow</a> 🌈 black and purple</li>
|
||||||
<li>My favourite food is: <a href="https://frankie.fanacular.net/food">Mushrooms</a></li>
|
<li>My favourite food is: <a href="https://frankie.fanacular.net/food">Mushrooms</a></li>
|
||||||
<li>My favourite hot bevarage is <a href="https://cliques.moudoku.com/hot">Coffee</a></li>
|
<li>My favourite hot bevarage is <a href="https://cliques.moudoku.com/hot">Coffee</a></li>
|
||||||
<li><a href="http://cliqued.wings.nu/">OTF</a> <img src="/assets/cliques/OTF.png" alt="" class="inline-img" loading="lazy"> <a href="/shrines/cassettebeasts">Cassette Beasts</a></li>
|
<li>
|
||||||
<li><a href="https://pkmn.caelestis.nu" rel="noopener noreferrer">I Choose You!</a> :: Breloom <img src="/assets/cliques/breloom.png" alt="Icon sprite of Breloom the Pokémon" class="inline-img" loading="lazy"></li>
|
{{ webCliqueImg("caffeineNATION.png", 80, 15) }}
|
||||||
|
<a href="https://caffeinated.wings.nu/">caffeineNATION</a> ☕︎ mocha latte
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://cliqued.wings.nu/">OTF</a>
|
||||||
|
{{ webCliqueImg("OTF.png", 15, 16) }}
|
||||||
|
<a href="/shrines/cassettebeasts"><cite>Cassette Beasts</cite></a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://macaque.neocities.org/trickyfox/">LINKED !</a>
|
||||||
|
{{ webCliqueImg("linked.png", 20, 20) }}
|
||||||
|
<a href="https://wiki.cassettebeasts.com/wiki/Meredith">Meredith Chen</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://starwars.fandom.com/wiki/Juhani">Juhani</a> is the <a href="https://cliques.moudoku.com/guardian">guardian</a> of this website
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://cliqued.wings.nu/">unexpected song</a>
|
||||||
|
{{ webCliqueImg("unexpectedsong.png", 16, 16) }}
|
||||||
|
<a href="https://bulbapedia.bulbagarden.net/wiki/Steven_Stone">Steven Stone</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://pkmn.caelestis.nu" rel="noopener noreferrer">I Choose You!</a> :: Breloom
|
||||||
|
{{ webCliqueImg("breloom.png", 23, 25) }}
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://cliqued.wings.nu/">my jam!!</a>
|
||||||
|
{{ webCliqueImg("myjam.png", 16, 16) }}
|
||||||
|
<a href="https://www.youtube.com/watch?v=lP2-68Y0onM">"Same Old Story"</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 303 B |
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue