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"?>
|
||||
<!-- 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 |
@ -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>
|
||||
);
|
||||
|
||||
@ -183,11 +183,5 @@ aside ul li a:hover {
|
||||
.return-button {
|
||||
top: 7em;
|
||||
}
|
||||
aside {
|
||||
display: none;
|
||||
}
|
||||
.project-details-content{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user