Compare commits
No commits in common. "main" and "review/skillsSection" have entirely different histories.
main
...
review/ski
BIN
public/assets/documents/CV.pdf
Normal file
BIN
public/assets/documents/CV.pdf
Normal file
Binary file not shown.
Binary file not shown.
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg1"
|
id="svg1"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
@ -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="/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>
|
</section>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -183,11 +183,5 @@ aside ul li a:hover {
|
|||||||
.return-button {
|
.return-button {
|
||||||
top: 7em;
|
top: 7em;
|
||||||
}
|
}
|
||||||
aside {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.project-details-content{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
.experience-card {
|
.experience-card {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
padding: 1.5em;
|
padding: 1.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 6rem;
|
gap: 6rem;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
html{
|
html{
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +17,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user