Add Virtual Pets section to home page

This commit is contained in:
Helen Chong 2024-06-13 00:33:41 +08:00
parent ff5ffbff9c
commit 499c308420
1 changed files with 11 additions and 5 deletions

View File

@ -52,6 +52,12 @@ eleventyComputed:
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> to get notified of the updates on this website.</p>
</section>
<section class="content__section">
<h2>Virtual Pets</h2>
<p>Feel free to check out my virtual pets and feed them!</p>
<a href="https://tamanotchi.world/13150c"><img src="https://tamanotchi.world/i2/13150" alt="It's tamaNOTchi! Click to feed!"></a>
</section>
<section class="content__section">
<h2>Always Proud</h2>
<div class="flag-progress-intersex-lesbian" role="img" aria-label="Custom pride flag which combines the lesbian pride flag and the progress pride flag triangle" style="height: 20rem; margin-bottom: 1em;"></div>
@ -67,13 +73,13 @@ eleventyComputed:
<p>Credit to <a href="https://rainy.gay/pride/pridebuttons">Dime</a> for these pride buttons!</p>
</section>
<section class="content__section">
<h2>Support Me</h2>
{% include "main/support-me.njk" %}
</section>
<section class="content__section">
<h2>Badges</h2>
<div id="wcb" class="carbonbadge wcb-d"></div>
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
</section>
<section class="content__section">
<h2>Support Me</h2>
{% include "main/support-me.njk" %}
</section>