You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.4 KiB
HTML
24 lines
1.4 KiB
HTML
<footer>
|
|
<div>
|
|
<div>
|
|
{%- for link in config.extra.social.link -%}
|
|
<a rel="me" href="{{link.url}}"><div><img alt="{{link.name}}" class="icon" src="{{link.img}}"/> <span>{{link.name}}</span></div></a>
|
|
{% endfor -%}
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul>
|
|
<li><a href="{{ get_url(path="@/_index.md") }}">Accueil</a></li>
|
|
<li><a href="{{ get_url(path="@/appel/_index.md") }}">Appels</a></li>
|
|
<li><a href="{{ get_url(path="@/liens/_index.md") }}">Liens</a></li>
|
|
<li><a href="{{ get_url(path="@/textes/_index.md") }}">Textes</a></li>
|
|
<li><a href="{{ get_url(path="@/medias/_index.md") }}">Médias</a></li>
|
|
<li><a href="{{ get_url(path="@/contact.md") }}">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<p>Scientifiques en rébellion adhère au <a href="https://le-pic.org/">Projet Internet et Citoyenneté</a></p>
|
|
<p>Site web réalisé avec <a href="https://www.getzola.org/">Zola</a> et un <a href="https://git.42l.fr/militant.es/scientifiquesenrebellion.fr/">thème maison</a> <input type="color" value="#2C59AB" style="border: none; padding:0; height: 2em; width: 2em; margin-top: -1em; position: relative; top: 0.5em;"/></p>
|
|
<p>© Contenu sous licence <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>, scientifiques en rébellion</p>
|
|
</div>
|
|
</footer> |