repair CV link
This commit is contained in:
parent
55039f1f1e
commit
05cfa6d5e0
@ -13,7 +13,7 @@ function Home() {
|
|||||||
Passionate about development, I am currently looking
|
Passionate about development, I am currently looking
|
||||||
for an opportunity to put my skills into practice and continue learning.
|
for an opportunity to put my skills into practice and continue learning.
|
||||||
</p>
|
</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>
|
</section>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
scroll-margin-top: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experiences-container {
|
.experiences-container {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#projects-section{
|
#projects-section{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
scroll-margin-top: 40px;
|
scroll-margin-top: 80px;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#skills-section{
|
#skills-section{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
scroll-margin-top: 40px;
|
scroll-margin-top: 80px;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user