removed the about page
This commit is contained in:
parent
1e2c511bb2
commit
13b89ca86a
2 changed files with 0 additions and 15 deletions
|
@ -3,10 +3,6 @@ const routes = [
|
|||
href: '/',
|
||||
name: 'Home',
|
||||
},
|
||||
{
|
||||
href: '/about',
|
||||
name: 'About',
|
||||
},
|
||||
{
|
||||
href: '/projects',
|
||||
name: 'Projects',
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<div class='flex flex-col justify-center items-center pt-6'>
|
||||
<div class='text-justify w-4/5 lg:w-3/5'>
|
||||
<h1 class='md:text-4xl text-3xl pb-5 font-bold'>About Me</h1>
|
||||
<p class='text-muted-foreground text-lg'>I am <span class='text-foreground font-bold'>Nabil Ould Hamou</span>, a <span class='text-foreground font-bold'>computer science student</span>.
|
||||
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.</p>
|
||||
<h3>---</h3>
|
||||
<p class='lg:text-2xl md:text-xl pb-5'>Contact: ouldhamounabil@gmail.com</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue