in.kilombo.top link - fa icons

This commit is contained in:
tierce (Thierry Fenasse) 2022-08-27 15:28:32 +02:00
parent 6cc549871d
commit 385ed18b8e
No known key found for this signature in database
GPG Key ID: 56BF2A3A07DDEB1F
2 changed files with 25 additions and 3 deletions

View File

@ -5,6 +5,14 @@ header h1 img {
opacity: 0.5;
}
article .fa{
color: brown;
}
footer a {
text-decoration: none;
}
footer p {
margin-bottom: auto;
}

View File

@ -21,31 +21,45 @@
<main>
<BOUCLE_nav(RUBRIQUES) {racine} {par num titre, titre} {id_rubrique != 8}>
<article><a href="#URL_RUBRIQUE">#TITRE</a></article>
<article>
<i class="fa fa-newspaper-o left"></i>
<a href="#URL_RUBRIQUE">#TITRE</a>
</article>
</BOUCLE_nav>
<h2>Proletarios Internacionalistas</h2>
<article>
<i class="fa fa-star-half-o left"></i>
<a href="https://proletariosinternacionalistas.kilombo.top">P.I. / I.P.</a>
</article>
<h2>International Communist Group / Grupo Comunista Internacionalista</h2>
<article>
<i class="fa fa-social-home left"></i>
<a href="https://icg-gci.kilombo.top">ICG / CGI</a>
</article>
<h2>Global Revolution</h2>
<article>
<i class="fa fa-globe-e left"></i>
<i class="fa fa-globe-w right"></i>
<a href="https://in.kilombo.top">ئینتەرناسیونالیزم</a>
</article>
</main>
<footer>
<p><i class="fa fa-copyright fa-flip-horizontal"></i> 2022 - Kilombo</p>
<p>-13 765 432 101 - <time datetime='#DATE'>[(#DATE|annee)]</time> - <i class="fa fa-copyright fa-flip-horizontal"></i>&nbsp;Kilombo</p>
<p><i class="fa fa-heart-o"></i>&nbsp;<a href="https://forkaweso.me">Fork Awsome</a>
| <i class="fa fa-heart-o"></i>&nbsp;<a href="https://simplecss.org">SimpleCSS</a></p>
& <i class="fa fa-heart-o"></i>&nbsp;<a href="https://simplecss.org">SimpleCSS</a></p>
<p><i class="fa fa-question-circle-o"></i>&nbsp;<a href="mailto:tech@kilombo.top?subject=Kilombo.top:">tech @ kilombo . top</a></i>
& <i class="fa fa-gitea"></i>&nbsp;<a href="https://git.kilombo.top/">Forge</a></p>
</footer>
</body>