Compare commits
27 Commits
review/ski
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 41dc079844 | |||
| 6847f7d2c6 | |||
| d415d1ca38 | |||
| 65060c6875 | |||
| 34869f0611 | |||
| a08689086c | |||
| 1127a608bd | |||
| 45e78dd11c | |||
| 1a26e0d2d8 | |||
| 59538b6f17 | |||
| fdc39d3928 | |||
| 743160af3c | |||
| 23233d4be6 | |||
| b9b349b706 | |||
| 287329e2c5 | |||
| ed05bee64d | |||
| 7708889e28 | |||
| 9b17d23901 | |||
| 425b96e9c6 | |||
| c41760c313 | |||
| 540bf7efec | |||
| fe2abff5e5 | |||
| 40d8c49908 | |||
| 3728385ebc | |||
| cc7c586d4a | |||
| 1ec3121bc1 | |||
| 9700ae889e |
Binary file not shown.
BIN
public/assets/documents/josserand_giovanni_cv.pdf
Normal file
BIN
public/assets/documents/josserand_giovanni_cv.pdf
Normal file
Binary file not shown.
@ -1,6 +1,5 @@
|
|||||||
<?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/CV.pdf" target="_blank" className="btn">Download my CV</a>
|
<a href="/assets/documents/josserand_giovanni_cv.pdf" target="_blank" className="btn">See my CV</a>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -183,5 +183,11 @@ 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: 100%;
|
width: 90%;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
padding: 1.5rem;
|
padding: 1.5em;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 6rem;
|
gap: 6rem;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
html{
|
html{
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -17,7 +16,6 @@ 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