add of text, button and background for the home

This commit is contained in:
2025-08-24 23:24:56 +02:00
parent c8214899db
commit a80bd8e2f2
12 changed files with 224 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ function Projects() {
return (
<section id="projects-section">
<h1>Projects</h1>
<SingleProject image="landscape" title="Portfolio" description={desc} skills={['HTML', 'CSS', 'React', 'Git']} color="orange" />
<SingleProject image="landscape" title="Codev" description={desc} skills={['HTML', 'CSS', 'PHP', 'JavaScript', 'SQL']} color="orange" />
<SingleProject image="landscape" title="SAE C++" description={desc} skills={['C++', 'Git']} color="purple" />
<SingleProject image="proxmox" title="Proxmox" description={desc} skills={[]} color="green" />
<div className="show-more-container">