From 49949739aa919835e1964bcd94558073dee29bed Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 24 Aug 2024 15:38:51 +0300 Subject: [PATCH] feat: add new content, improve layout and styling --- src/routes/+layout.svelte | 39 ++++++++++++++++++++++++++----- src/routes/+page.svelte | 31 +++++++++++++++--------- src/routes/guestbook/+page.svelte | 6 ++--- src/styles/app.css | 29 ++++++++++++++++++++++- 4 files changed, 84 insertions(+), 21 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d4d9acd..85a181d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -15,7 +15,7 @@ { href: '', name: 'home', iconUri: '/icons/home.png' }, { href: 'entries', name: 'entries', iconUri: '/icons/entries.png' }, { href: 'guestbook', name: 'guestbook', iconUri: '/icons/guestbook.png' }, - { href: 'about', name: 'about', iconUri: '/icons/about.png' }, + { href: 'about', name: 'about', iconUri: '/icons/about.png' } ]; const routeComponents = data.route.split('/'); @@ -43,10 +43,10 @@ - {title} + {title} - - + + @@ -63,9 +63,36 @@ " /> -
+ + +
+ +