Modification des informations présentes sur le site.

This commit is contained in:
Nabil Ould Hamou 2023-11-26 02:40:05 +01:00
parent 5d123375eb
commit bc3a6b834d
6 changed files with 7 additions and 10 deletions

View file

@ -6,7 +6,7 @@
</script>
<a target='_blank' href='{url}'>
<div class='rounded-md bg-lighter-gray w-72 h-72 text-center flex flex-col items-center justify-center flex-wrap hover:bg-[#8c8c8c]'>
<div class='rounded-md bg-lighter-gray w-72 h-72 text-center flex flex-col items-center justify-center flex-wrap hover:bg-[#8c8c8c] transition ease-in-out duration-500'>
<h1 class='text-blue-300 text-xl font-medium'>{name}</h1>
<h3 class='text-accent w-11/12 overflow-auto break-words'>{stack}</h3>
<p class='w-4/5'>{description}</p>

View file

@ -7,12 +7,12 @@ import FaRegFileAlt from 'svelte-icons/fa/FaRegFileAlt.svelte';
<div class='flex flex-col justify-center items-center h-full font-bold text-center cursor-default'>
<div class='w-3/5'>
<h1 class='text-xl sm:text-4xl'>Hi I'm Nabil 👋</h1>
<p class='text-lg sm:text-2xl'>A junior <span class='text-accent'>Computer Scientist</span> 🖥️ and a <span class='text-accent'>Back-End Development</span> enthusiast 🚀 Currently based in France 🇫🇷</p>
<p class='text-lg sm:text-2xl'>A <span class='text-accent'>Computer Science</span> student 👨🏽‍💻 interested in <span class='text-accent'>embedded systems engineering</span> 🔋 Currently based in France 🇫🇷</p>
</div>
<div class='w-3/5 h-10 flex mt-8 justify-evenly'>
<a class='hover:text-accent cursor-pointer' href="https://github.com/nabilouldhamou" target="_blank"><FaGithub /></a>
<a class='hover:text-accent cursor-pointer' href="https://twitter.com/nbil_o" target="_blank"><FaTwitter /></a>
<a class='hover:text-accent cursor-pointer' href="/CV_ALTERNANCE.pdf" target="_blank"><FaRegFileAlt /></a>
<a class='hover:text-accent cursor-pointer' href="/CV.pdf" target="_blank"><FaRegFileAlt /></a>
</div>
</div>

View file

@ -1,11 +1,10 @@
<div class='flex flex-col justify-center items-center pt-6'>
<div class='text-justify w-4/5 lg:w-3/5'>
<h3 class='text-accent md:text-4xl text-3xl pb-5 font-bold'>About Me</h3>
<p class='sm:text-xl text-md'>Hello I am <span class='text-accent'>Nabil Ould Hamou</span>, a passionate <span class='text-accent'>computer scientist</span>
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.</p>
<p class='sm:text-xl text-md'>Hello I am <span class='text-accent'>Nabil Ould Hamou</span>, a <span class='text-accent'>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>

View file

@ -9,9 +9,7 @@
<div class='flex flex-wrap gap-4 w-4/5 mb-6 items-center justify-center'>
{#each projects as project}
<Project name={project.name} stack={project.stack} description={project.description} url={project.url} />
{/each}
</div>
</div>

BIN
static/CV.pdf Normal file

Binary file not shown.

Binary file not shown.