diff --git a/src/app.css b/src/app.css index 4cc6829..44513f3 100644 --- a/src/app.css +++ b/src/app.css @@ -4,5 +4,5 @@ @tailwind utilities; .content-container { - height: calc(100vh - theme('spacing.14')); + height: calc(100vh - theme('spacing.16')); } \ No newline at end of file diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 3543c33..d4e0291 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -1,9 +1,9 @@ -
+
Logo
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 0d7d62d..b2b4d6b 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,5 +1,5 @@ -
-
+
+

About Me

Hello I am Nabil Ould Hamou, a passionate computer scientist with a penchant for crafting robust back-end solutions and a keen interest in front-end development. As a computer scientist, @@ -7,6 +7,6 @@ where I've had the occasion of improving my skills in fullstack web development. My focus primarily revolves around back-end development, where I architect and optimize the logic that powers the web applications we interact with daily.

---

-

Contact: ouldhamounabil@gmail.com

+

Contact: ouldhamounabil@gmail.com

\ No newline at end of file diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index 9e8f28e..914214e 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -5,9 +5,9 @@
-

Projects

+

Projects

-
+
{#each projects as project}