diff --git a/public/img/guestbook/albert_pizza.webp b/public/img/guestbook/albert_pizza.webp new file mode 100644 index 0000000..db40d2e Binary files /dev/null and b/public/img/guestbook/albert_pizza.webp differ diff --git a/public/img/guestbook/azlen_pizza.webp b/public/img/guestbook/azlen_pizza.webp new file mode 100644 index 0000000..211c0b4 Binary files /dev/null and b/public/img/guestbook/azlen_pizza.webp differ diff --git a/public/img/guestbook/kai_pizza.webp b/public/img/guestbook/kai_pizza.webp new file mode 100644 index 0000000..45b1be9 Binary files /dev/null and b/public/img/guestbook/kai_pizza.webp differ diff --git a/public/img/guestbook/kristoffer_pizza.webp b/public/img/guestbook/kristoffer_pizza.webp new file mode 100644 index 0000000..afcb5bd Binary files /dev/null and b/public/img/guestbook/kristoffer_pizza.webp differ diff --git a/public/img/guestbook/luca_pizza.webp b/public/img/guestbook/luca_pizza.webp new file mode 100644 index 0000000..cbd9bb5 Binary files /dev/null and b/public/img/guestbook/luca_pizza.webp differ diff --git a/public/img/guestbook/sid_pizza.webp b/public/img/guestbook/sid_pizza.webp new file mode 100644 index 0000000..bc087e1 Binary files /dev/null and b/public/img/guestbook/sid_pizza.webp differ diff --git a/src/content/blog/i-updated-my-guestbook.md b/src/content/blog/i-updated-my-guestbook.md deleted file mode 100644 index 215480f..0000000 --- a/src/content/blog/i-updated-my-guestbook.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "i updated my guestbook!" -pubDate: 'May 25 2025' -description: "" -draft: false ---- - -hello! - -just wanted to say i updated my [/guestbook](/guestbook) today! - -replaced my old one where people sent in pizza drawings with an easier one made by [Meadow](https://meadow.cafe/). - -currently it's an iframe, but i know i can use javascript to insert it as well. might change it in the future, we'll see. - -feel free to sign it or not :) - ---- - -> PS: maybe i should create an `/status`-page instead of my current [/twtxt.txt](/twtxt.txt) for these kinda updates? \ No newline at end of file diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index c97ee25..45afc46 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -747,10 +747,6 @@ "name": "Want to read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ - { - "title": "Fanget av geografien - verden forklart med 12 enkle kart", - "author": "Tim Marshall, Grace Easton, Jessica Smith" - }, { "title": "Fraudcoin - 1000 år med inflasjon som politikk", "author": "Rune Østgård" diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 2919aed..513e89a 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -2088,9 +2088,6 @@ "name": "Watchlist", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ - { - "title": "The Two Popes" - }, { "title": "The Little Prince (2015)" }, diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro index 0de6089..ea9b07b 100644 --- a/src/pages/guestbook.astro +++ b/src/pages/guestbook.astro @@ -5,7 +5,29 @@ const visitors = guestbook["visitors"]; --- -
- +
+

[ Guestbook ]

+

Last update: {guestbook.meta.lastModified}

+
+

Welcome to the digital pizzeria! Leave your mark by doodling a pizza slice, snapping a pic, and sharing it with me at pizza [at] kjelsrud [dot] dev 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!🪙

+

PS: This page was inspired by azlen.me!

+
+
+ {visitors.map((visitor) => ( +
+
+ +
+
+ {visitor.name} ✿ + + {visitor.social}~ + +
+
+
+
+ ))} +
diff --git a/src/styles/global.css b/src/styles/global.css index 92dde28..fca09f0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -44,12 +44,6 @@ hr { padding: 10px 0 0 0; } -iframe { - display: block; - margin: 1.05rem 0; - max-width: 100%; - border-radius: 1.05rem; -} .index a { color: var(--dark-link);} .index a:hover { text-decoration: underline 2px;}