diff --git a/src/lib/components/Project.svelte b/src/lib/components/Project.svelte index df505bc..b34aff4 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 95dec49..df1f432 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -7,12 +7,12 @@ import FaRegFileAlt from 'svelte-icons/fa/FaRegFileAlt.svelte';
\ No newline at end of file diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 1b389b8..5f13161 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,11 +1,10 @@

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.

+

Hello I am Nabil Ould Hamou, a computer science student. + I am currently studying computer science and making my way to become an embedded systems engineer. Since a very young age I always + loved tinkering, especially with electronics, anything from game consoles to computers. This curiosity led me into pursuing my dream + of become a computer scientist.

---

Contact: ouldhamounabil@gmail.com

diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index 914214e..6c0b950 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -9,9 +9,7 @@
{#each projects as project} - - {/each}
\ No newline at end of file diff --git a/static/CV.pdf b/static/CV.pdf new file mode 100644 index 0000000..e838553 Binary files /dev/null and b/static/CV.pdf differ diff --git a/static/CV_ALTERNANCE.pdf b/static/CV_ALTERNANCE.pdf deleted file mode 100644 index 39143a4..0000000 Binary files a/static/CV_ALTERNANCE.pdf and /dev/null differ