Compare commits
3 Commits
0316193ae4
...
808aaf3a9f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
808aaf3a9f | ||
|
|
6edb6a5de4 | ||
|
|
c62b58f145 |
@@ -37,6 +37,7 @@
|
||||
<li><a href="#Koumei">Koumei</a></li>
|
||||
<li><a href="#Sevagoth">Sevagoth</a></li>
|
||||
<li><a href="#Voruna">Voruna</a></li>
|
||||
<li><a href="#Autres">Autres</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@@ -284,7 +285,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="infoarm">
|
||||
<section id="Autres" class="infoarm">
|
||||
<div class="titlewar">
|
||||
<h2>Autres Warframes</h2>
|
||||
</div>
|
||||
@@ -319,6 +320,57 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="wikiwar">
|
||||
<div class="wikiinfo">
|
||||
<h2>⬇️Pour plus d'informations vous pouvez consulter la wiki de Warframe⬇️</h2>
|
||||
<p>Faite click sur l'image pour se rendre!</p>
|
||||
</div>
|
||||
|
||||
<div class="accueilwiki">
|
||||
<a href="https://wiki.warframe.com/">
|
||||
<img src="./images/ImagesAndres/accueilWiki.PNG" alt="jdjj">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="accueilwiki">
|
||||
<a href="https://wiki.warframe.com/w/Warframes">
|
||||
<img src="./images/ImagesAndres/warframeWiki.PNG" alt="fsfsf">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="wikiinfo">
|
||||
<h2>⬇️Si vous avez des questions⬇️</h2>
|
||||
</div>
|
||||
|
||||
<div class="contact-lists">
|
||||
|
||||
<h2>Moyens de communication</h2>
|
||||
<ol>
|
||||
<li>Téléphone : 514-555-9283</li>
|
||||
<li>Instagram : @AltF4_Official</li>
|
||||
<li>Twitter / X : @AltF4Team</li>
|
||||
</ol>
|
||||
<br>
|
||||
<h2>Réseaux associés</h2>
|
||||
|
||||
<ul>
|
||||
<li>Communautés en ligne
|
||||
<ul>
|
||||
<li>Serveur Discord – Communauté ALT-F4</li>
|
||||
<li>Forum officiel Warframe – Section ALT-F4</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>Contenus multimédias
|
||||
<ul>
|
||||
<li>Chaîne YouTube ALT-F4</li>
|
||||
<li>Live Twitch hebdomadaire</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
@@ -933,41 +933,41 @@ footer {
|
||||
scroll-margin-top: 140px;
|
||||
}
|
||||
|
||||
.descarmure {
|
||||
.armures .descarmure {
|
||||
background-color: #13172c;
|
||||
}
|
||||
|
||||
.armtxt {
|
||||
.armures .armtxt {
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.infoarm {
|
||||
.armures .infoarm {
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: #13172c;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.wf-table-simple {
|
||||
.armures .wf-table-simple {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.wf-table-simple th {
|
||||
.armures .wf-table-simple th {
|
||||
padding: 15px;
|
||||
font-size: 1.5rem;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
.wf-table-simple td {
|
||||
.armures .wf-table-simple td {
|
||||
border: 2px solid white;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.wf-table-simple img {
|
||||
.armures .wf-table-simple img {
|
||||
width: 200px;
|
||||
height: auto;
|
||||
border-radius: 15px;
|
||||
@@ -975,11 +975,22 @@ footer {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.wf-table-simple p {
|
||||
.armures .wf-table-simple p {
|
||||
margin-top: 10px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.wikiwar {
|
||||
background-color: #273A56;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wikiinfo {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/****************************/
|
||||
/* PAGE: Crédits */
|
||||
|
||||
BIN
www/images/ImagesAndres/accueilWiki.PNG
Normal file
BIN
www/images/ImagesAndres/accueilWiki.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
BIN
www/images/ImagesAndres/warframeWiki.PNG
Normal file
BIN
www/images/ImagesAndres/warframeWiki.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
Reference in New Issue
Block a user