diff --git a/src/data/guestbook.json b/src/data/guestbook.json deleted file mode 100644 index 94bd0a9..0000000 --- a/src/data/guestbook.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "visitors": [ - { - "name": "Sid", - "social": "kjelsrud.dev", - "sociallink": "https://kjelsrud.dev", - "image": "/img/guestbook/sid_pizza.webp", - "date": { - "year": "2024", - "month": "03", - "day": "01", - "string": "01.03.2024" - } - }, - { - "name": "Albert", - "social": "bayazidi.xyz", - "sociallink": "https://bayazidi.xyz", - "image": "/img/guestbook/albert_pizza.webp", - "date": { - "year": "2024", - "month": "03", - "day": "02", - "string": "02.03.2024" - } - }, - { - "name": "Azlen", - "social": "azlen.me", - "sociallink": "https://azlen.me/", - "image": "/img/guestbook/azlen_pizza.webp", - "date": { - "year": "2024", - "month": "08", - "day": "10", - "string": "10.08.2024" - } - }, - { - "name": "Luca", - "social": "les.cx", - "sociallink": "https://les.cx/", - "image": "/img/guestbook/luca_pizza.webp", - "date": { - "year": "2024", - "month": "08", - "day": "26", - "string": "26.08.2024" - } - }, - { - "name": "Kristoffer", - "social": "@kristoffer-jorgensborg", - "sociallink": "https://www.linkedin.com/in/kristoffer-jorgensborg/", - "image": "/img/guestbook/kristoffer_pizza.webp", - "date": { - "year": "2024", - "month": "08", - "day": "29", - "string": "29.08.2024" - } - }, - { - "name": "Kai Waløen", - "social": "kwal.no", - "sociallink": "https://www.kwal.no", - "image": "/img/guestbook/kai_pizza.webp", - "date": { - "year": "2024", - "month": "09", - "day": "14", - "string": "14.09.2024" - } - } - ], - "meta": { - "lastModified": "September 15, 2024" - } -} \ No newline at end of file diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro index 0de6089..a415114 100644 --- a/src/pages/guestbook.astro +++ b/src/pages/guestbook.astro @@ -1,11 +1,9 @@ --- import SectionContainer from '../components/SectionContainer.astro'; -import guestbook from '../data/guestbook.json'; -const visitors = guestbook["visitors"]; --- -
+
diff --git a/src/styles/global.css b/src/styles/global.css index 92dde28..affee4b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -180,12 +180,6 @@ iframe { padding-left: 10px; } -/* GUESTBOOK */ -.guestbook a:hover { - background-color: var(--dark-1); - color: var(--dark-bg); -} - /* QUOTES */ .author { color: var(--dark-2);