This commit is contained in:
Adrien Bourmault 2021-09-04 16:29:48 +02:00
parent 68ebbf3a9f
commit 0dd4aa22f7
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
2 changed files with 20 additions and 7 deletions

View File

@ -145,16 +145,28 @@
<div class="wrapper">
<div class="latest-articles" id="latest-articles">
<h3 class="select">Derniers évènements</h3>
<h3 class="select">Derniers articles et évènements:</h3>
<nav role="navigation">
<ul>
<!-- Article -->
<li>
<a href="" class="latest-article-name">
Titre</a> de
<a href="" class="designer-name">
Auteur</a>
Un premier article
</a> de
<a href="https://git.a-lec.org/julian" class="author-name">
Julian Barathieu, président
</a>
</li>
<!-- Article -->
<li>
<a href="" class="latest-article-name">
Un second article
</a> de
<a href="https://git.a-lec.org/neox" class="author-name">
Adrien Bourmault, trésorier
</a>
</li>
</ul>
</nav>
</div>
@ -176,7 +188,8 @@
<footer>
Copyright © 2021 Association Libre en Communs CC-BY-SA 4.0
Copyright © 2021 Association Libre en Communs CC-BY-SA 4.0, sauf mention
contraire.
</footer>
</body>

View File

@ -228,11 +228,11 @@ div.apropos p, div.apropossuite p {
}
/* select a design */
/* select an article */
.latest-articles h3 {
display: none;
}
.latest-articles .designer-name {
.latest-articles .author-name {
color: #576168;
font-size: 0.9em;
font-style: normal;