Add Virtual Pets section to home page
This commit is contained in:
parent
ff5ffbff9c
commit
499c308420
|
@ -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>
|
<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>
|
||||||
|
|
||||||
|
<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">
|
<section class="content__section">
|
||||||
<h2>Always Proud</h2>
|
<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>
|
<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>
|
<p>Credit to <a href="https://rainy.gay/pride/pridebuttons">Dime</a> for these pride buttons!</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="content__section">
|
|
||||||
<h2>Support Me</h2>
|
|
||||||
{% include "main/support-me.njk" %}
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>Badges</h2>
|
<h2>Badges</h2>
|
||||||
<div id="wcb" class="carbonbadge wcb-d"></div>
|
<div id="wcb" class="carbonbadge wcb-d"></div>
|
||||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section class="content__section">
|
||||||
|
<h2>Support Me</h2>
|
||||||
|
{% include "main/support-me.njk" %}
|
||||||
|
</section>
|
Loading…
Reference in New Issue