Compare commits

..

No commits in common. "main" and "review/skillsSection" have entirely different histories.

7 changed files with 6 additions and 9 deletions

Binary file not shown.

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

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="/assets/documents/josserand_giovanni_cv.pdf" target="_blank" className="btn">See my CV</a>
<a href="/assets/documents/CV.pdf" target="_blank" className="btn">Download my CV</a>
</section>
);

View File

@ -183,11 +183,5 @@ aside ul li a:hover {
.return-button {
top: 7em;
}
aside {
display: none;
}
.project-details-content{
width: 100%;
}
}

View File

@ -1,8 +1,8 @@
.experience-card {
position: relative;
width: 90%;
width: 100%;
margin-bottom: 3rem;
padding: 1.5em;
padding: 1.5rem;
display: flex;
gap: 6rem;
justify-content: center;

View File

@ -9,6 +9,7 @@
html{
scroll-behavior: smooth;
overflow-x: hidden;
}
@ -16,6 +17,7 @@ body {
margin: 0;
display: flex;
place-items: center;
overflow-x: hidden;
}
.section-title {