72 lines
2.4 KiB
Plaintext
72 lines
2.4 KiB
Plaintext
<!DOCTYPE HTML>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>{{ site.title }} | {{ title }}</title>
|
|
<meta charset="utf-8">
|
|
<meta name="author" content="Association Ti Nuage" />
|
|
<meta name="generator" content="Metalsmith" />
|
|
<link rel="stylesheet" href="/fonts/Lato/font.css" />
|
|
<link rel="stylesheet" href="/fonts/Calluna/font.css" />
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
|
|
<!-- Generated with https://formito.com/tools/favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
|
|
{% block head %}{% endblock %}
|
|
</head>
|
|
<body>
|
|
<nav class="Container three-cols">
|
|
<section>
|
|
<h2>Association</h2>
|
|
<ul id="menu-association">
|
|
<li><a href="/association.html">Découvrir l'association</a></li>
|
|
<li><a href="/blog">Actualités</a></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Documents</h2>
|
|
<ul>
|
|
<li><a href="/"><b>Accueil du site</b></a></li>
|
|
<li><a class="external" href="https://wiki.ti-nuage.fr">Wiki</a></li>
|
|
<li><a class="external" href="https://video.tedomum.net/a/tinunu/video-channels">Chaînes Vidéos</a></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Services</h2>
|
|
<ul>
|
|
<li><a class="external" href="https://mon.ti-nuage.fr">Espace adhérents</a></li>
|
|
<li><a href="/services.html">Tous les services</a></li>
|
|
<li><a class="external" href="https://status.ti-nuage.fr/">Suivi des incidents</a></li>
|
|
</ul>
|
|
</section>
|
|
</nav>
|
|
|
|
<section class="Container">
|
|
{% block article %}{% endblock %}
|
|
</section>
|
|
|
|
<footer class="footer mt128">
|
|
<div class="Container">
|
|
<p class="tad">Page générée le {{ date_format(article.date) }}.</p>
|
|
<hr>
|
|
<p class="tac">
|
|
<a href="/"><img class="logo-small" src="/images/logo.svg" alt=""></a>
|
|
<b><a href="/cgu.html">Conditions Générales d'Utilisation</b></a>
|
|
—
|
|
<b><a href="/mentions_legales.html">Mentions légales et contact</a></b>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script type='text/javascript'>
|
|
const menu = document.getElementById('menu-association')
|
|
const entry = document.createElement('li')
|
|
const link = document.createElement('a')
|
|
|
|
link.href = '/calendrier.html'
|
|
link.textContent = 'Calendrier'
|
|
entry.appendChild(link)
|
|
menu.appendChild(entry)
|
|
</script>
|
|
</body>
|
|
</html>
|