Add Frills' link and site button
This commit is contained in:
parent
a2667abc9b
commit
5b111674bc
Binary file not shown.
After Width: | Height: | Size: 781 B |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue