Public Access
5
0
This commit is contained in:
Jeremy
2025-11-21 14:18:03 -05:00
5 changed files with 32 additions and 14 deletions

View File

@@ -175,9 +175,8 @@ footer p {
}
.lore .nextArc {
width: 8%;
width: 5%;
margin: 5px;
padding: 15px 10px;
display: block;
text-align: center;
background-color: #C19F8A;
@@ -185,18 +184,25 @@ footer p {
}
.lore .nextArc a {
padding: 10px 5px;
display: block;
color: #13172c;
text-decoration: none;
}
.lore .nextArc a:hover {
width: 8%;
border-radius:15px;
text-align: center;
background-color: #bf815b;
color: #FFEFE5;
}
.lore aside {
position: sticky;
left: 15px;
bottom: 15px;
}
#awakening, #vorsPrize, #professor, #onceAwake, #deimos {
display: flex;
align-items: flex-start;

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -200,10 +200,11 @@
<img src="images/ImagesLea/archwing.jpg" alt="Image d'une warframe avec ses Archwing dans l'espace">
</div>
</article>
<div class="nextArc"><a href="lore.html">Choix de l'Arc</a></div>
<div class="nextArc"><a href="sousPageLore2.html">Arc suivant</a></div>
</main>
<aside>
<div class="nextArc"><a href="lore.html">Menu</a></div>
<div class="nextArc"><a href="sousPageLore2.html">Suivant</a></div>
</aside>
<footer>DATE_WEBSITE</footer>
</body>

View File

@@ -24,17 +24,28 @@
<table>
<tr>
<th><a href="#awakening">Éveil</a></th>
<th><a href="#vorsPrize">Le prix de Vor</a></th>
<th><a>Le professeur</a></th>
<th><a>Vox Solaris</a></th>
<th><a>Autrefois Éveillés</a></th>
<th><a>Coeur de Deimos</a></th>
<th><a>L'Archwing</a></th>
<th><a href="#natah">Natah</a></th>
<th><a href="#secondDream">Le second rêve</a></th>
<th><a href="risingTide">Marée montante</a></th>
<th><a href="warWithin">La guerre intérieure</a></th>
<th><a href="chainsOfHarrow">Le fardeau de Harrow</a></th>
<th><a href="apostasy">Prologue Apostasie</a></th>
<th><a href="sacrifice">Le sacrifice</a></th>
</tr>
</table>
<h1>Arc 2: La saga de la Guerre intérieure</h1>
<article>
</article>
</main>
<aside>
<div class="nextArc"><a href="lore.html">Menu</a></div>
<div class="nextArc"><a href="sousPageLore1.html">Précédent</a></div>
<div class="nextArc"><a href="sousPageLore3.html">Suivant</a></div>
</aside>
<footer>DATE_WEBSITE</footer>
</body>
</html>