From 13b89ca86a8f39c322996b6e0645f268a58cf6a7 Mon Sep 17 00:00:00 2001 From: Nabil Ould Hamou Date: Sun, 7 Jan 2024 21:02:23 +0100 Subject: [PATCH] removed the about page --- src/lib/Routes.ts | 4 ---- src/routes/about/+page.svelte | 11 ----------- 2 files changed, 15 deletions(-) delete mode 100644 src/routes/about/+page.svelte 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