🎨 update links-css to remove need for bold-markdown on links
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
de30683e60
commit
f796d966ae
32 changed files with 176 additions and 177 deletions
|
@ -9,8 +9,8 @@ const visitors = guestbook["visitors"];
|
|||
<h1 class="text-3xl font-extrabold">📓 Guestbook</h1>
|
||||
<blockquote><p><em>Last update: {guestbook.meta.lastModified}</em></p></blockquote>
|
||||
<div class="flex flex-col gap-2">
|
||||
<p class="blog">Welcome to the <i>digital pizzeria</i>! Leave your mark by doodling a pizza slice, snapping a pic, and sharing it with me at <a class="font-bold" href="mailto:pizza@kjelsrud.dev">pizza@kjelsrud.dev</a> with your name & social media / website. And remember, creativity knows no bounds! Just like in my sketch, where I went with a Bitcoin pizza slice!🪙</p>
|
||||
<p class="blog italic text-xs"><strong>PS:</strong> This page was inspired by <a class="font-bold" href="https://azlen.me/doorstep">azlen.me</a>!</p>
|
||||
<p class="blog">Welcome to the <i>digital pizzeria</i>! Leave your mark by doodling a pizza slice, snapping a pic, and sharing it with me at <a href="mailto:pizza@kjelsrud.dev">pizza@kjelsrud.dev</a> with your name & social media / website. And remember, creativity knows no bounds! Just like in my sketch, where I went with a Bitcoin pizza slice!🪙</p>
|
||||
<p class="blog italic text-xs"><strong>PS:</strong> This page was inspired by <a href="https://azlen.me/doorstep">azlen.me</a>!</p>
|
||||
</div>
|
||||
<div class="grid grid-cols-2 md:grid-cols-3 gap-2">
|
||||
{visitors.map((visitor) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue