
diff --git a/css/menu.css b/css/menu.css index 3b785b0..eab2354 100644 --- a/css/menu.css +++ b/css/menu.css @@ -1,4 +1,4 @@ -#menu{ +#menu { position: fixed; top: 0; left: 0; @@ -11,7 +11,7 @@ z-index: 10; } -.liens_dans_le_menu{ +.liens_dans_le_menu { height: 100%; width: 100%; display: flex; @@ -19,21 +19,45 @@ justify-content: center; text-decoration: none; color: white; + background-color: darkslategray; } -.liens_dans_le_menu:hover{ +.liens_dans_le_menu:hover { color: black; background-color: grey; } -#reseaux_fixe{ +.dropdown { + position: relative; + display: flex; + align-items: center; + height: 100%; + width: 100%; +} + +.dropdown-content { + display: none; + position: absolute; + top: 7vh; + left: 0; + background-color: darkslategrey; + width: 100%; + height: 6vh; + z-index: 10; +} + +.dropdown:hover .dropdown-content { + display: block; +} + +#reseaux_fixe { position: fixed; top: 10vh; right: 0.01vw; z-index: 10; } -.logos_réseaux_sociaux_dans_menu{ +.logos_réseaux_sociaux_dans_menu { height: 7vh; margin-bottom: 3vh; -} +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index dbca010..d0faabe 100644 --- a/css/style.css +++ b/css/style.css @@ -65,15 +65,23 @@ #id_1_2{ display:flex; flex-direction: column; - align-items: flex-start; + align-items: center; +} + +#passionstitle{ + color: white; + margin-top: 20vh; + font-size: 10vh; } .conteneur_des_images_de_fond_pour_galeries_et_liens{ - width: 100%; /* Chaque div prend tt la largeur de l'écra */ - height: 90vh; /* Chaque div prend tt la hauteur de l'écran */ + width: 60vw; /* Chaque div prend tt la largeur de l'écra */ + height: 60vh; /* Chaque div prend tt la hauteur de l'écran */ display:flex; align-items:center; text-align: center; + padding-top: 5%; + padding-bottom: 5%; } .liens_sur_images_de_fond_pour_galeries{ @@ -86,28 +94,12 @@ z-index: 1; } -.images_de_fond_pour_galeries:hover{ - filter: blur(2px); - -} - -.images_de_fond_pour_galeries{ - height: 100%; - width: 100%; - align-self: flex-start; - justify-self: center; - object-fit: cover; - z-index: -1; - transition: filter 0.5s ease 0.1s; +.images_de_fond_pour_galeries { + border-radius: 50px; } -#id_1_2_4_2{ - position: absolute; - align-self: flex-end; - height: 50%; - width: 100vw; - background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0,0,0,1)); - z-index:1; +.images_de_fond_pour_galeries:hover { + filter: blur(2px); } #id_1_6{ @@ -134,7 +126,7 @@ height: 100%; padding-right: 2vw; padding-left: 2vw; - border-radius: 20%; + border-radius: 150px; } diff --git a/css/style_adsbcam.css b/css/style_adsbcam.css new file mode 100644 index 0000000..5e0871a --- /dev/null +++ b/css/style_adsbcam.css @@ -0,0 +1,111 @@ +body { + background-color: black; + color: white; + font-family: "Syncopate", sans-serif; + display: flex; + justify-content: flex-start; + align-items: center; + flex-direction: column; + height: 100vh; + margin-top: 5vh; + padding: 10vh; + padding-top: 10vh; +} + +header{ + display: flex; +} + + +#title{ + align-self: flex-start; +} + +#text{ + width: 70vw; + align-self: flex-start; + margin-top: 5vh; + font-size: 125%; +} + +#intro{ + display: flex; + flex-direction: row; + justify-content: flex-end; + align-items: center; + width : 100%; +} + +#divlogo{ + display: flex; + flex-direction: column; + width: 100%; + align-items: center; + +} + +#technos{ + display: flex; + flex-direction : column; + align-items: center; + width: 15vw; + height:32vw; + margin-top: 5vh; + padding-top: 1vh; + padding-bottom: 5vh; + background-color: grey; + border-radius: 60px; + border-color: darkgrey; + border-width: 2px; +} + +#technostitle{ + margin-right: 2vw; + margin-left: 2vw; + font-size: 1.5vw; +} + +.imgtechnos{ + height: 100%; + width: 80%; + margin-top: 5vh; +} + +#logo{ + margin-top: 6vh; + align-self: flex-end; + border-top-left-radius: 50px; + border-bottom-left-radius: 50px; + width: 70vw; +} + +.img{ + height:40vh; + border-radius: 100px; + margin-top: 14vh; +} + +#antenneimg{ + height: 60vh; +} + +.divproj{ + display: flex; + flex-direction: row; + margin-top: 10vh; + width: 100%; +} + +.paraproj{ + width: 50vw; + margin-top: 10vw; + font-size: 150%; +} + +#antennepara{ + margin-left: 2vw; +} + +#campara{ + margin-left: 2vw; +} \ No newline at end of file diff --git a/css/style_competences.css b/css/style_competences.css new file mode 100644 index 0000000..5685a4a --- /dev/null +++ b/css/style_competences.css @@ -0,0 +1,68 @@ +body { + background-color: black; + color: white; + font-family: "Syncopate", sans-serif; + display: flex; + justify-content: flex-start; + align-items: center; + flex-direction: column; + height: 100vh; + margin-top: 5vh; + padding-top: 10vh; +} + +header{ + display: flex; +} + +#competences { + border-radius: 50px; + border-width: 5px; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: center; + height: 50vh; + margin-top: 5vh; +} + +.competence { + background-color: grey; + width: 19vw; + height: 24vh; + margin-right: 4vw; + margin-left: 4vw; + margin-top: 4vh; + margin-bottom: 4vh; + display: flex; + align-items: center; + border-radius: 150px; + justify-content: center; +} + +.competence:hover { + background-color: grey; + width: 30vw; + height: 20vh; + margin: 2vw; + display: flex; + align-items: center; + border-radius: 100px; +} + +.competence:hover .paracomp { + display: block; +} +.competence:hover .comptitle { + height: 60%; +} + +.paracomp { + display: none; +} + +.comptitle { + margin: 20px; + height: 80%; + width: auto; +} diff --git a/css/style_sae201.css b/css/style_sae201.css new file mode 100644 index 0000000..c7a7969 --- /dev/null +++ b/css/style_sae201.css @@ -0,0 +1,84 @@ +body { + background-color: black; + color: white; + font-family: "Syncopate", sans-serif; + display: flex; + justify-content: flex-start; + align-items: center; + flex-direction: column; + height: 100vh; + margin-top: 5vh; + padding: 10vh; + padding-top: 10vh; +} + +header{ + display: flex; +} + +#text{ + width: 70vw; + align-self: flex-start; + margin-top: 5vh; + font-size: 125%; +} + +#intro{ + display: flex; + flex-direction: row; + justify-content: flex-end; + align-items: center; + width : 100%; +} + +#logoetlien{ + display: flex; + flex-direction: column; + width: 100%; + align-items: center; + +} + +#technos{ + display: flex; + flex-direction : column; + align-items: center; + width: 15vw; + margin-top: 5vh; + padding-top: 1vh; + padding-bottom: 5vh; + background-color: grey; + border-radius: 60px; + border-color: darkgrey; + border-width: 2px; +} + +#technostitle{ + margin-right: 2vw; + margin-left: 2vw; + font-size: 1.5vw; +} + +.imgtechnos{ + height: 200%; + width: 50%; +} + +#liengit{ + width: 40vw; + height: 10vh; + display: flex; + align-items: center; + justify-content: center; + background-color: orangered; + color: black; + font-size: 200%; + text-decoration: none; + border-radius: 60px; + margin-top: 5vh; +} + +#logo{ + height:50%; + width: auto; +} diff --git a/html/Adsbcam b/html/Adsbcam new file mode 100644 index 0000000..a98dc5c --- /dev/null +++ b/html/Adsbcam @@ -0,0 +1,73 @@ + + + +
+ +