diff --git a/MUNIERJerome/index.html b/MUNIERJerome/index.html index fbcbcba..5cf1d5d 100644 --- a/MUNIERJerome/index.html +++ b/MUNIERJerome/index.html @@ -4,11 +4,86 @@ Document - + + + - +
+
+ + +
+ +
+
+ Superbe logo dexpernet +

CENTRE DE FORMATION INFORMATIQUE + À LA RÉUNION DEPUIS 2002 !

+
+
+ + +
+
+
+ +

02 62 21 90 45

+ +

formation@expernet.re

+
+ +
+ +
+
+ + + Forgot Password ? + +
+ La liste de nos apprenants +
+ + + + + + + + \ No newline at end of file diff --git a/MUNIERJerome/jerome.txt b/MUNIERJerome/jerome.txt deleted file mode 100644 index 5792995..0000000 --- a/MUNIERJerome/jerome.txt +++ /dev/null @@ -1 +0,0 @@ -ouais c'est moiiii \ No newline at end of file diff --git a/MUNIERJerome/script.js b/MUNIERJerome/liste.html similarity index 100% rename from MUNIERJerome/script.js rename to MUNIERJerome/liste.html diff --git a/MUNIERJerome/logo.png b/MUNIERJerome/logo.png new file mode 100644 index 0000000..5623447 Binary files /dev/null and b/MUNIERJerome/logo.png differ diff --git a/MUNIERJerome/style.css b/MUNIERJerome/style.css index e69de29..56810d4 100644 --- a/MUNIERJerome/style.css +++ b/MUNIERJerome/style.css @@ -0,0 +1,104 @@ +body{ + padding: 0; + margin: 0; +} +a{ + text-decoration: none; +} + +.logo_social{ + padding: 5px; + position: absolute; + right: 1vw; + font-size: 25px; +} + .fb_logo, .lk_logo { + padding: 2px; + } + +.header_2{ + display: flex; + padding: 15px; + align-items: center; + justify-content: space-evenly; + gap: 20px; + +} + +.logo_zone{ + display: flex; + padding: 10px; + font-size: 20px; + +} +h1{ + padding: 1vw; + max-width: 35vw; +} + +.button_zone{ + justify-content: space-around; + display: flex; + gap: 5px; + flex-direction: column; +} +.btn_exper{ + padding: 5px; + background: orange; + font-weight: bold; + border-radius: 5px; + border: none; + padding: 10px; +} + +.contact_zone{ + display: flex; + padding: 15px; + align-items: center; + justify-content: space-evenly; + gap: 20px; +} + .contact_title{ + color: #009de0 ; + } + +.navBar { + display: flex; + flex-direction: row; + background-color: #009de0; + justify-content: space-evenly; + height: 60px; + width: 100vw; + align-items: center; + font-size: 15px; + font-weight: bold; + +} +.navBar a{ + text-decoration: none; + color: white; +} + +.dropdown{ + border: none; + background-color: #009de0; + color: white; + font-size:15px; + font-weight: bold; +} + +.container-fluid{ + padding: 0; +} + + +.form_div{ + display: flex; + flex-direction: column; + align-items: center; + padding: 1vw; +} + +.forgot-password{ + padding: 1vw; +} \ No newline at end of file