Merge pull request 'repair CV link' (#16) from dev into main

Reviewed-on: #16
This commit is contained in:
Giovanni-Josserand 2025-08-28 19:34:59 +00:00
commit cc7c586d4a
4 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ function Home() {
Passionate about development, I am currently looking
for an opportunity to put my skills into practice and continue learning.
</p>
<a href="/public/assets/documents/CV.pdf" target="_blank" className="btn">Download my CV</a>
<a href="/assets/documents/CV.pdf" target="_blank" className="btn">Download my CV</a>
</section>
);

View File

@ -3,6 +3,7 @@
flex-direction: column;
align-items: center;
width: 100%;
scroll-margin-top: 80px;
}
.experiences-container {

View File

@ -1,7 +1,7 @@
#projects-section{
display: flex;
flex-direction: column;
scroll-margin-top: 40px;
scroll-margin-top: 80px;
margin-top: 100px;
}

View File

@ -1,7 +1,7 @@
#skills-section{
display: flex;
flex-direction: column;
scroll-margin-top: 40px;
scroll-margin-top: 80px;
margin-top: 100px;
}