Add Frills' link and site button

This commit is contained in:
Helen Chong 2024-06-05 17:14:27 +08:00
parent a2667abc9b
commit 5b111674bc
2 changed files with 9 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

View File

@ -15,19 +15,24 @@ eleventyNavigation:
<section class="content__section">
<h2>Personal Sites I Enjoy</h2>
<ul class="web-btn-wrapper">
<li>
<a href="https://frills.dev/" title="Frills">
<img src="/assets/buttons/sites/frills.png" alt="Frills">
</a>
</li>
<li>
<a href="https://groundedwren.com/" title="Grounded Wren">
<img src="/assets/buttons/sites/groundedwren.png" alt="Grounded Wren">
</a>
</li>
<li>
<a href="https://owlsroost.xyz/" title="Owl's Roost">
<img src="/assets/buttons/sites/owlsroost.gif" alt="Owl's Roost">
<a href="https://kalechips.net/" title="Kalechips">
<img src="/assets/buttons/sites/kalechips.png" alt="Kalechips">
</a>
</li>
<li>
<a href="https://kalechips.net/" title="Kalechips">
<img src="/assets/buttons/sites/kalechips.png" alt="Kalechips">
<a href="https://owlsroost.xyz/" title="Owl's Roost">
<img src="/assets/buttons/sites/owlsroost.gif" alt="Owl's Roost">
</a>
</li>
</ul>