diff --git a/src/app.html b/src/app.html index 16f197d..340aca9 100644 --- a/src/app.html +++ b/src/app.html @@ -3,13 +3,19 @@ - - - + + + %sveltekit.head% - +
%sveltekit.body%
diff --git a/src/lib/BottomNavigation.svelte b/src/lib/BottomNavigation.svelte index db8f6e2..8a87d58 100644 --- a/src/lib/BottomNavigation.svelte +++ b/src/lib/BottomNavigation.svelte @@ -1,21 +1,13 @@ -

{isHidden}

- - - handleNavItemClick('home')} btnName="home" id="group-home"> + + handleNavItemClick('home')} /> - Home - handleNavItemClick('whoami')} btnName="whoami" id="group-whoami"> - + handleNavItemClick('whoami')} /> - whoami - handleNavItemClick('projects')} - btnName="projects" - id="group-projects" - > - + handleNavItemClick('projects')} /> - projects - handleNavItemClick('contact')} - btnName="contact" - id="group-contact" - > - + handleNavItemClick('contact')} /> - contact diff --git a/src/lib/Landing/VendorCarousel.svelte b/src/lib/Landing/VendorCarousel.svelte new file mode 100644 index 0000000..52b5b97 --- /dev/null +++ b/src/lib/Landing/VendorCarousel.svelte @@ -0,0 +1,17 @@ + + +
+ {#each allVendors as vendor} + + {/each} +
diff --git a/src/lib/Landing/VendorMarquee.svelte b/src/lib/Landing/VendorMarquee.svelte index e109796..34cee10 100644 --- a/src/lib/Landing/VendorMarquee.svelte +++ b/src/lib/Landing/VendorMarquee.svelte @@ -1,6 +1,8 @@ - + {#each allVendors as vendor} - {vendor.name} + {/each} diff --git a/src/lib/ProjectCard/VendorIcon.svelte b/src/lib/ProjectCard/VendorIcon.svelte index 82fb06c..b578892 100644 --- a/src/lib/ProjectCard/VendorIcon.svelte +++ b/src/lib/ProjectCard/VendorIcon.svelte @@ -7,6 +7,6 @@
{name} -

{name}

+

{name}

diff --git a/src/lib/TopNav.svelte b/src/lib/TopNav.svelte new file mode 100644 index 0000000..e812f79 --- /dev/null +++ b/src/lib/TopNav.svelte @@ -0,0 +1,48 @@ + + + + + Flowbite Logo + rannes.dev + +
+ +
+ + home + whoami + + projects + + + svelte + nextjs + homelab + + contact + + +
diff --git a/src/lib/images/localWeather.png b/src/lib/images/localWeather.png new file mode 100644 index 0000000..58b0fc8 Binary files /dev/null and b/src/lib/images/localWeather.png differ diff --git a/src/lib/images/portfolio.png b/src/lib/images/portfolio.png new file mode 100644 index 0000000..86f8537 Binary files /dev/null and b/src/lib/images/portfolio.png differ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 71c45c1..d994125 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,62 +1,18 @@ - - - Flowbite Logo - rannes.dev - -
- -
- - home - whoami - - projects - - - svelte - nextjs - homelab - - contact - - -
+
-