diff --git a/www/armures.html b/www/armures.html index 789c6a9..cb18b0d 100644 --- a/www/armures.html +++ b/www/armures.html @@ -28,9 +28,20 @@

Warframes

+ +
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/www/css/style.css b/www/css/style.css index e14c00a..70a15cb 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -885,11 +885,53 @@ footer { display: block; } +.armures .perso .habilites img { + width: 100%; + height: auto; + border-radius: 10px; + display: block; +} + .armures .habilites { position: relative; z-index: 15; } +.armures .perso .habilites { + flex: 1; +} + +.armures .perso .habilites-video { + flex: 1; +} + +.armures .perso .habilites-row img, +.armures .perso .habilites-row video { + width: 100%; + height: 500px; + object-fit: cover; + display: block; +} + +.armures .wf-nav { + position: fixed; + bottom: 20px; + left: 50%; + top: 80px; + transform: translateX(-50%); + background: rgba(0, 0, 0, 0.4); + padding: 10px 25px; + border-radius: 10px; + backdrop-filter: blur(5px); + z-index: 999; +} + +.armures .perso { + scroll-margin-top: 140px; +} + + + /****************************/ /* PAGE: Crédits */ /* AUTEUR: Jeremy */ diff --git a/www/images/ImagesAndres/Ember/habEmber.PNG b/www/images/ImagesAndres/Ember/habEmber.PNG new file mode 100644 index 0000000..4d17132 Binary files /dev/null and b/www/images/ImagesAndres/Ember/habEmber.PNG differ diff --git a/www/images/ImagesAndres/Equinox/equinoxHab.PNG b/www/images/ImagesAndres/Equinox/equinoxHab.PNG new file mode 100644 index 0000000..4776da3 Binary files /dev/null and b/www/images/ImagesAndres/Equinox/equinoxHab.PNG differ diff --git a/www/images/ImagesAndres/Frost/frostHab.PNG b/www/images/ImagesAndres/Frost/frostHab.PNG new file mode 100644 index 0000000..181819f Binary files /dev/null and b/www/images/ImagesAndres/Frost/frostHab.PNG differ diff --git a/www/images/ImagesAndres/Koumei/koumeiHab.PNG b/www/images/ImagesAndres/Koumei/koumeiHab.PNG new file mode 100644 index 0000000..96a4b6b Binary files /dev/null and b/www/images/ImagesAndres/Koumei/koumeiHab.PNG differ diff --git a/www/images/ImagesAndres/Rhino/rhinoHab.PNG b/www/images/ImagesAndres/Rhino/rhinoHab.PNG new file mode 100644 index 0000000..2e7f69d Binary files /dev/null and b/www/images/ImagesAndres/Rhino/rhinoHab.PNG differ diff --git a/www/images/ImagesAndres/Sevagoth/sevagothHab.PNG b/www/images/ImagesAndres/Sevagoth/sevagothHab.PNG new file mode 100644 index 0000000..8f21512 Binary files /dev/null and b/www/images/ImagesAndres/Sevagoth/sevagothHab.PNG differ diff --git a/www/images/ImagesAndres/Voruna/vorunaHab.PNG b/www/images/ImagesAndres/Voruna/vorunaHab.PNG new file mode 100644 index 0000000..b9e36df Binary files /dev/null and b/www/images/ImagesAndres/Voruna/vorunaHab.PNG differ