diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index d4e0291..3913d7e 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -6,7 +6,7 @@
Logo -
+
{#each routes as route} {route.name} {/each} diff --git a/src/lib/components/Project.svelte b/src/lib/components/Project.svelte index f74f864..df505bc 100644 --- a/src/lib/components/Project.svelte +++ b/src/lib/components/Project.svelte @@ -6,7 +6,7 @@ -
+

{name}

{stack}

{description}

diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 0e1b555..95dec49 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,15 +4,15 @@ import FaTwitter from 'svelte-icons/fa/FaTwitter.svelte'; import FaRegFileAlt from 'svelte-icons/fa/FaRegFileAlt.svelte'; -
+
-

Hi I'm Nabil 👋

-

A junior Computer Scientist 🖥️ and a Back-End Development enthusiast 🚀 Currently based in France 🇫🇷

+

Hi I'm Nabil 👋

+

A junior Computer Scientist 🖥️ and a Back-End Development enthusiast 🚀 Currently based in France 🇫🇷

-
+
- +
\ No newline at end of file diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index b2b4d6b..1b389b8 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,12 +1,12 @@ -
+
-

About Me

-

Hello I am Nabil Ould Hamou, a passionate computer scientist +

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, I've embarked on a journey through the ever-evolving landscape of computer software technology. Currently, I work as a web developer at Alltech Consulting, 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