Compare commits
2 Commits
44f6366ca2
...
f2ef03e57e
Author | SHA1 | Date |
---|---|---|
Helen Chong | f2ef03e57e | |
Helen Chong | 58c8206afa |
|
@ -1,12 +1,17 @@
|
|||
{%- macro virtualPet(url, img, alt, tooltip=alt) -%}
|
||||
<li data-tooltip>
|
||||
<a href="{{ url }}" data-tooltip-trigger title="{{ tooltip }}">
|
||||
<img src="{{ img }}" alt="{{ alt }}" loading="lazy">
|
||||
</a>
|
||||
</li>
|
||||
{%- endmacro -%}
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Virtual Pets</h2>
|
||||
<p>Feel free to check out my virtual pets and feed them!</p>
|
||||
<ul class="web-graphics adoptables">
|
||||
<li data-tooltip>
|
||||
<a href="https://tamanotchi.world/13150c" data-tooltip-trigger title="Tam, my tamaNOTchi"><img src="https://tamanotchi.world/i2/13150" alt="Tam, my tamaNOTchi" loading="lazy"></a>
|
||||
</li>
|
||||
<li data-tooltip>
|
||||
<a href="https://wobble.town/visit/2042" data-tooltip-trigger title="Shelly, my Wobble"><img src="https://wobble.town/visit/2042/wobble.gif" alt="Shelly, my Wobble" loading="lazy"></a>
|
||||
</li>
|
||||
{{ virtualPet("https://tamanotchi.world/13150c", "https://tamanotchi.world/i2/13150", "Pix, my tamaNOTchi") }}
|
||||
{{ virtualPet("https://tamanotchi.world/14391c", "https://tamanotchi.world/i2/14391", "Neko, my tamaNOTchi") }}
|
||||
{{ virtualPet("https://wobble.town/visit/2042", "https://wobble.town/visit/2042/wobble.gif", "Shelly, my Wobble") }}
|
||||
</ul>
|
||||
</section>
|
Loading…
Reference in New Issue