diff --git a/src/app.css b/src/app.css index 9366e48..e79a90b 100644 --- a/src/app.css +++ b/src/app.css @@ -2,9 +2,9 @@ @tailwind components; @tailwind utilities; -body { +/* body { transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; - @apply bg-stone-200 dark:bg-gray-900 text-gray-900 dark:text-stone-200 text-center; -} + /* @apply bg-stone-200 dark:bg-gray-900 text-gray-900 dark:text-stone-200 text-center; */ +/* } */ diff --git a/src/app.html b/src/app.html index 7ebdbd6..16f197d 100644 --- a/src/app.html +++ b/src/app.html @@ -9,7 +9,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/src/lib/PageHeader.svelte b/src/lib/PageHeader.svelte new file mode 100644 index 0000000..d4c837e --- /dev/null +++ b/src/lib/PageHeader.svelte @@ -0,0 +1,5 @@ + + +

{title}

diff --git a/src/lib/PostPreview.svelte b/src/lib/PostPreview.svelte deleted file mode 100644 index 95894d2..0000000 --- a/src/lib/PostPreview.svelte +++ /dev/null @@ -1,7 +0,0 @@ - - -

{data.post.title}

-

data.

\ No newline at end of file diff --git a/src/lib/ProjectCard/ProjectRepo.svelte b/src/lib/ProjectCard/ProjectRepo.svelte index 08ef64b..f13d252 100644 --- a/src/lib/ProjectCard/ProjectRepo.svelte +++ b/src/lib/ProjectCard/ProjectRepo.svelte @@ -7,7 +7,7 @@
-
+
diff --git a/src/lib/ProjectCard/VendorIcon.svelte b/src/lib/ProjectCard/VendorIcon.svelte index 3c655ca..82fb06c 100644 --- a/src/lib/ProjectCard/VendorIcon.svelte +++ b/src/lib/ProjectCard/VendorIcon.svelte @@ -5,8 +5,8 @@ -
- {name} +
+ {name}

{name}

diff --git a/src/lib/images/vendorIcons/flowbiteSvelteIcon.svg b/src/lib/images/vendorIcons/flowbiteSvelteIcon.svg new file mode 100644 index 0000000..47a4ef4 --- /dev/null +++ b/src/lib/images/vendorIcons/flowbiteSvelteIcon.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/lib/logo.png b/src/lib/logo.png new file mode 100644 index 0000000..52507c4 Binary files /dev/null and b/src/lib/logo.png differ diff --git a/src/lib/logo.svg b/src/lib/logo.svg new file mode 100644 index 0000000..cdaf60d --- /dev/null +++ b/src/lib/logo.svg @@ -0,0 +1,3900 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/lib/projects.js b/src/lib/projects.js index 3ce98ab..63b9671 100644 --- a/src/lib/projects.js +++ b/src/lib/projects.js @@ -1,7 +1,7 @@ import svelteIcon from '$lib/images/vendorIcons/svelteIcon.svg'; import tailwindIcon from '$lib/images/vendorIcons/tailwindIcon.svg'; import vercelIcon from '$lib/images/vendorIcons/vercelIcon.svg'; -import flowbiteLight from '$lib/images/vendorIcons/flowbiteLight.svg'; +import flowbiteSvelteIcon from '$lib/images/vendorIcons/flowbiteSvelteIcon.svg'; import reactIcon from '$lib/images/vendorIcons/reactIcon.svg'; import nextjsIcon from '$lib/images/vendorIcons/nextjsIcon.svg'; import nextuiIcon from '$lib/images/vendorIcons/nextuiIcon.png'; @@ -31,7 +31,7 @@ export const projects = [ }, { name: 'Flowbite', - img: flowbiteLight, + img: flowbiteSvelteIcon, url: 'https://flowbite-svelte.com//' }, { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 8b76c7a..9bcb782 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,84 +1,55 @@ - -
+ + home + whoami + + projects + + + svelte + nextjs + homelab + + contact + + + +
-