commit e4689a651d10cf115613113e2035771f47ed079d Author: Lukas SIMOES Date: Fri Jan 17 22:35:22 2025 +0100 Ajout des fichiers diff --git a/CV_2024-12-11_Lukas_Simoes.pdf b/CV_2024-12-11_Lukas_Simoes.pdf new file mode 100644 index 0000000..90b0ef5 Binary files /dev/null and b/CV_2024-12-11_Lukas_Simoes.pdf differ diff --git a/CV_2025-01-15_Mathias_PLACIDE--CONTRERAS-1.pdf b/CV_2025-01-15_Mathias_PLACIDE--CONTRERAS-1.pdf new file mode 100644 index 0000000..7833acd Binary files /dev/null and b/CV_2025-01-15_Mathias_PLACIDE--CONTRERAS-1.pdf differ diff --git a/burguer.js b/burguer.js new file mode 100644 index 0000000..ebf138f --- /dev/null +++ b/burguer.js @@ -0,0 +1,22 @@ +var sidenav = document.getElementById("monSidenav"); +var openBtn = document.getElementById("openBtn"); +var closeBtn = document.getElementById("closeBtn"); + +openBtn.onclick = openNav; +closeBtn.onclick = closeNav; + +/* Set the width of the side navigation to 250px */ +function openNav() { + sidenav.classList.add("active"); + for(let i = 0; i != 4; i++) { + boutons[i].style.display="block"; + } +} + +/* Set the width of the side navigation to 0 */ +function closeNav() { + sidenav.classList.remove("active"); + for(let i = 0; i != 4; i++) { + boutons[i].style.display="none"; + } +} \ No newline at end of file diff --git a/cv_lukas.css b/cv_lukas.css new file mode 100644 index 0000000..47868c3 --- /dev/null +++ b/cv_lukas.css @@ -0,0 +1,46 @@ +@import url(https://db.onlinewebfonts.com/c/d7e8a95865396cddca89b00080d2cba6?family=SoDo+Sans+SemiBold); +@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,700&family=Montserrat&family=Open+Sans:wght@300&family=Oswald&family=Playfair+Display:wght@500&display=swap'); + +div.all { + margin : 0 auto; + max-width: 1000px; + text-align: center; + width:100%; + justify-content: center; + text-align: center; + color: white; + font-family: "SoDo Sans SemiBold"; + +} + +h1 { + padding-top: 20px; + padding-bottom: 20px; + background-color: darkgreen; +} + + +li { + border-radius: 25px; + background-color: gray; + flex-wrap: nowrap; + display: inline-flex; + justify-content: space-between; + font-size:smaller; + margin: 0 5px; /* Espacement entre les boutons */ + padding: 10px; + background-color: darkslategrey; + border: none; + color: white; + font-size: 16px; + cursor: pointer; +} + +ul { + justify-content: space-between; + list-style: none; + display: flex; + justify-content: space-between; + width: 100%; + padding: 10px 0; +} \ No newline at end of file diff --git a/cv_lukas.html b/cv_lukas.html new file mode 100644 index 0000000..42f5687 --- /dev/null +++ b/cv_lukas.html @@ -0,0 +1,24 @@ + + + + + + CV Responsive + + + +
+

Lukas SIMOES

+
+ +
+
+

Télécharger le CV

+
+ Télécharger le fichier PDF +
+
+
+ + +