1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-12-18 05:41:56 +00:00
compteur-de-greve/src/index.html

31 lines
957 B
HTML
Raw Normal View History

2023-03-01 18:47:59 +00:00
---
layout: base.njk
title: Compteur de grève
---
2023-03-01 20:51:42 +00:00
2023-03-01 21:35:45 +00:00
<section class="banner">
<div class="grid grid-2 gap">
<article class="text-center">
<h1 class="visually-hidden">Compteur de Grève</h1>
<p>
<span class="color-3">Contre la réforme des retraites,</span><br>
à lappel de lensemble des organisations syndicales, le 7 mars
<strong class="block counter text-big text-bold">148&nbsp;563</strong>
<span class="separator">personnes seront</span>
<em class="block text-big text-bold">en grève<span class="visually-hidden"> !</span></em>
</p>
</article>
<article>
<h2>Et vous&nbsp;?</h2>
<div class="flex flex-col">
<form action="/" method="post">
<button class="btn w100 mb15">Je fais grève</button>
</form>
<a href="#" class="btn btn--secondary w100 mb15">Je partage le compteur</a>
<a href="#" class="btn btn--ghost w100 mb15">En savoir plus</a>
</div>
</article>
</div>
</section>