diff --git a/src/modules/cv.html b/src/modules/cv.html index bae877b..cbaa1d1 100644 --- a/src/modules/cv.html +++ b/src/modules/cv.html @@ -4,22 +4,27 @@ height: 300px; } - .cv { + .cv_download { display: flex; - flex-direction: column; + flex-wrap: wrap; + gap: 10px; + margin-top: 30px; + } + + .cv { + display: grid; + grid-template-columns: auto 1fr; + gap: 20px; text-align: left; width: auto; max-width: 900px; - > *:last-child { - margin-bottom: 100px; + @media (max-width: 750px) { + grid-template-columns: 1fr; } - .cv_download { - display: flex; - flex-wrap: wrap; - gap: 10px; - margin-top: 30px; + > *:last-child { + margin-bottom: 100px; } .banner { @@ -27,13 +32,20 @@ } h2 { - margin-top: 100px; + display: flex; + align-items: center; + justify-content: center; } .dashed { border: 1px dashed black; padding: 20px; - padding-left: 40px; + box-sizing: border-box; + margin: 0px; + + &:is(ul) { + padding-left: 40px; + } &.split_columns { display: grid; @@ -44,10 +56,6 @@ @media (min-width: 900px) { grid-auto-flow: column; grid-template-rows: auto 1fr; - - ul { - padding-left: 0px; - } } } } @@ -85,59 +93,59 @@ + + +
+

+ télécharger + download + : +

+ + [Graphique FR] + [Graphical FR] + + + [Graphique EN] + [Graphical EN] + + + [ATS FR] + [ATS FR] + + + [ATS EN] + [ATS EN] + +
+ + +
- - -
-

- télécharger - download - : -

- - [Graphique FR] - [Graphical FR] - - - [Graphique EN] - [Graphical EN] - - - [ATS FR] - [ATS FR] - - - [ATS EN] - [ATS EN] - -
- - -

COMPÉTENCES SKILLS diff --git a/src/modules/infos.html b/src/modules/infos.html index 5198345..10cb5e2 100644 --- a/src/modules/infos.html +++ b/src/modules/infos.html @@ -1,9 +1,35 @@ @@ -23,7 +49,21 @@