💬 updated text in index & guestbook
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
72a9b58db1
commit
87eea7fd36
2 changed files with 3 additions and 5 deletions
|
@ -9,9 +9,7 @@ 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="italic">In the kitchen of the heart, each of us savors the memory of a beloved pizza slice. This favorite flavor, distinct to every palate, evokes a taste as satisfying and nostalgic as home.</p>
|
||||
<p class="blog">Welcome to the <i>digital pizzeria</i>! A place where the visitors of my site can leave a little <strong>"I was here"</strong>-tag by taking a moment to doodle a pizza slice, snapping a picture of their creation, and sharing it with me at <a class="font-bold" href="mailto:kjelsrudsindre@gmail.com">kjelsrudsindre@gmail.com</a>. Don't forget to include the picture, your name & website/social media!</p>
|
||||
<p>And remember, creativity knows no bounds! Just like in my sketch, where I went with a Bitcoin pizza slice!🪙</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 class="font-bold" href="mailto:kjelsrudsindre@gmail.com">kjelsrudsindre@gmail.com</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>
|
||||
</div>
|
||||
<div class="grid grid-cols-2 md:grid-cols-3 gap-2">
|
||||
{visitors.map((visitor) => (
|
||||
|
|
|
@ -12,12 +12,12 @@ import HeaderLink from '../components/HeaderLink.astro';
|
|||
<p>Computer Science-student at Western University of Applied Sciences, campus Bergen.</p>
|
||||
<p>I like spending my free time bouldering/climbing, playing some games on my Wii, watching the newest One Piece episode or build cairns.</p>
|
||||
<p>This website is just a fun side-project that I actively work on, and use as my creative outlet. It's also a way for me to actually own my data, allowing me to log data, post pictures and more!</p>
|
||||
<p>Let me know youve been here by signing my <a class="font-bold" href="/guestbook">guestbook</a>!</p>
|
||||
<p>Let me know you've been here by signing my <a class="font-bold" href="/guestbook">guestbook</a>!</p>
|
||||
</div>
|
||||
<div>
|
||||
<h1 class="text-xl font-semibold">pages</h1>
|
||||
<ul class="flex flex-col blog">
|
||||
<li><HeaderLink href="/about">whoami</HeaderLink>~ sid am i</li>
|
||||
<li><HeaderLink href="/about">whoami</HeaderLink>~ sid, i am</li>
|
||||
<li><HeaderLink href="/blog">blog</HeaderLink>~ my written thoughts and ideas</li>
|
||||
<li><HeaderLink href="/logs">logs</HeaderLink>~ a record of what I've watched, read & climbed</li>
|
||||
<li><HeaderLink href="/gallery">gallery</HeaderLink>~ moments and places of my life, in pictures</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue