diff --git a/www/aPropos.html b/www/aPropos.html
index e69de29..c746fc0 100644
--- a/www/aPropos.html
+++ b/www/aPropos.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
\ No newline at end of file
diff --git a/www/armures.html b/www/armures.html
index fe5754d..527666c 100644
--- a/www/armures.html
+++ b/www/armures.html
@@ -1,5 +1,5 @@
-
+
@@ -78,5 +78,6 @@
+
\ No newline at end of file
diff --git a/www/css/style.css b/www/css/style.css
index 227238b..cfb5b95 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -33,7 +33,7 @@ nav ul li a {
}
nav ul li {
- width: 12,5%;
+ width: 12.5%;
padding: 0 60px;
}
@@ -89,32 +89,45 @@ nav img {
/* AUTEUR: Léa */
/**************************************/
.lore {
- background-color: #C19F8A;
+ background: #13172c url("../images/ImagesLea/warframeLore.jpg") no-repeat center;
+ background-size: cover;
+ background-position: top;
color: #FFEFE5;
}
.lore main{
margin: auto;
- width: 1366px;
+ width: 1300px;
}
.lore h1, h2, h3{
- margin: 10px;
+ margin: 10px;
}
-.lore p{
- margin: 10px;
+.lore p, blockquote{
+ margin-left: 10px;
+ margin-top: 15px;
+}
+
+.lore blockquote {
+ width: 60%;
+ font-weight: bold;
}
.lore table{
- width: 80%;
+ width: 100%;
+ position: sticky;
+ top: 1px;
border: 2px solid #FFEFE5;
- margin: auto;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 5px;
}
.lore th{
padding: 10px;
border: 1px solid #FFEFE5;
+ background-color: #13172c;
}
.lore td{
@@ -131,11 +144,73 @@ nav img {
.lore article {
width: 95%;
+ margin: 15px 0px;
}
-.lore article div {
- align-items: center;
+.lore th a, blockquote a{
+ color: #C19F8A;
+}
+
+.lore .wrap {
display: flex;
+ align-items: flex-start;
+}
+.lore .text {
+ width: 70%;
+ flex-grow: 1;
+}
+
+.lore .nextArc {
+ width: 8%;
+ margin: 5px;
+ padding: 15px 10px;
+ display: block;
+ text-align: center;
+ background-color: #C19F8A;
+ border-radius: 15px;
+}
+
+.lore .nextArc a {
+ color: #13172c;
+ text-decoration: none;
+}
+
+.lore .nextArc a:hover {
+ width: 8%;
+ border-radius:15px;
+ text-align: center;
+ background-color: #bf815b;
+ color: #FFEFE5;
+}
+
+#awakening, #vorsPrize, #professor, #onceAwake, #deimos {
+ display: flex;
+ align-items: flex-start;
+}
+
+#awakening img, #professor img, #onceAwake img, #deimos img {
+ padding: 10px;
+ margin-top: 3.5%;
+ border-radius: 20px;
+}
+
+#vorsPrize img, #archwing img {
+ padding: 10px;
+ margin-top: 5px;
+ border-radius: 20px;
+}
+
+#voxSolaris img {
+ width: 30%;
+ margin-top: 5%;
+ border-radius: 20px;
+}
+
+#PreludeToWar img {
+ width: 30%;
+ flex-shrink: 0;
+ margin-left: 5px;
+ border-radius: 20px;
}
/****************************/
/* PAGE: Missions */
diff --git a/www/images/ImagesLea/archwing.jpg b/www/images/ImagesLea/archwing.jpg
new file mode 100644
index 0000000..55db0dc
Binary files /dev/null and b/www/images/ImagesLea/archwing.jpg differ
diff --git a/www/images/ImagesLea/cambionDrift.jpg b/www/images/ImagesLea/cambionDrift.jpg
new file mode 100644
index 0000000..6addcca
Binary files /dev/null and b/www/images/ImagesLea/cambionDrift.jpg differ
diff --git a/www/images/ImagesLea/onceAwake.jpg b/www/images/ImagesLea/onceAwake.jpg
new file mode 100644
index 0000000..e2a1dbf
Binary files /dev/null and b/www/images/ImagesLea/onceAwake.jpg differ
diff --git a/www/images/ImagesLea/preludeToWar.jpg b/www/images/ImagesLea/preludeToWar.jpg
new file mode 100644
index 0000000..7e61664
Binary files /dev/null and b/www/images/ImagesLea/preludeToWar.jpg differ
diff --git a/www/images/ImagesLea/theTeacher.jpg b/www/images/ImagesLea/theTeacher.jpg
new file mode 100644
index 0000000..85a45d5
Binary files /dev/null and b/www/images/ImagesLea/theTeacher.jpg differ
diff --git a/www/images/ImagesLea/vorSPrize.jpg b/www/images/ImagesLea/vorSPrize.jpg
new file mode 100644
index 0000000..665cb95
Binary files /dev/null and b/www/images/ImagesLea/vorSPrize.jpg differ
diff --git a/www/images/ImagesLea/voxSolaris.jpg b/www/images/ImagesLea/voxSolaris.jpg
new file mode 100644
index 0000000..f4dd82d
Binary files /dev/null and b/www/images/ImagesLea/voxSolaris.jpg differ
diff --git a/www/images/ImagesLea/warframeLore.jpg b/www/images/ImagesLea/warframeLore.jpg
index c0e5cbd..83e97bb 100644
Binary files a/www/images/ImagesLea/warframeLore.jpg and b/www/images/ImagesLea/warframeLore.jpg differ
diff --git a/www/index.html b/www/index.html
index 0033d1f..2b5599f 100644
--- a/www/index.html
+++ b/www/index.html
@@ -59,7 +59,7 @@