Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
<li><a href="#Koumei">Koumei</a></li>
|
<li><a href="#Koumei">Koumei</a></li>
|
||||||
<li><a href="#Sevagoth">Sevagoth</a></li>
|
<li><a href="#Sevagoth">Sevagoth</a></li>
|
||||||
<li><a href="#Voruna">Voruna</a></li>
|
<li><a href="#Voruna">Voruna</a></li>
|
||||||
|
<li><a href="#Autres">Autres</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
@@ -284,7 +285,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="infoarm">
|
<section id="Autres" class="infoarm">
|
||||||
<div class="titlewar">
|
<div class="titlewar">
|
||||||
<h2>Autres Warframes</h2>
|
<h2>Autres Warframes</h2>
|
||||||
</div>
|
</div>
|
||||||
@@ -319,6 +320,57 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
@@ -932,41 +932,41 @@ footer {
|
|||||||
scroll-margin-top: 140px;
|
scroll-margin-top: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.descarmure {
|
.armures .descarmure {
|
||||||
background-color: #13172c;
|
background-color: #13172c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.armtxt {
|
.armures .armtxt {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infoarm {
|
.armures .infoarm {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #13172c;
|
background-color: #13172c;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wf-table-simple {
|
.armures .wf-table-simple {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background: rgba(0, 0, 0, 0.4);
|
background: rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wf-table-simple th {
|
.armures .wf-table-simple th {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wf-table-simple td {
|
.armures .wf-table-simple td {
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wf-table-simple img {
|
.armures .wf-table-simple img {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
@@ -974,11 +974,22 @@ footer {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wf-table-simple p {
|
.armures .wf-table-simple p {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wikiwar {
|
||||||
|
background-color: #273A56;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wikiinfo {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
/* PAGE: Crédits */
|
/* 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