diff --git a/src/lib/Routes.ts b/src/lib/Routes.ts index 62d12ba..6899adc 100644 --- a/src/lib/Routes.ts +++ b/src/lib/Routes.ts @@ -3,10 +3,6 @@ const routes = [ href: '/', name: 'Home', }, - { - href: '/about', - name: 'About', - }, { href: '/projects', name: 'Projects', diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte deleted file mode 100644 index c7f371b..0000000 --- a/src/routes/about/+page.svelte +++ /dev/null @@ -1,11 +0,0 @@ -
-
-

About Me

-

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

-
-
\ No newline at end of file