summaryrefslogtreecommitdiff
path: root/dates.html
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2024-01-15 23:44:35 +0100
committermarcellus <msimon_fr@hotmail.com>2024-01-15 23:44:35 +0100
commit0814ce7a0eca919d97ceaf0b96346dfc950c8df0 (patch)
tree52fe281e8e7fc9a4498f3893b1ec78db2356d50a /dates.html
parent29ab874fc699c1d7bf9042d284539b0a7eea376d (diff)
feat: sections for the dates
Diffstat (limited to 'dates.html')
-rw-r--r--dates.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dates.html b/dates.html
index 8392ce0..ee1e719 100644
--- a/dates.html
+++ b/dates.html
@@ -12,6 +12,7 @@
<a href="#">Nos dates</a>
</nav>
<div class="content">
+ <h2>Passées :</h2>
<div class="date">
<p class="date-desc">Rencontres musicales</p>
<div>
@@ -19,6 +20,14 @@
<p>19 août 2023<br>Entrée libre</p>
</div>
</div>
+ <h2>A venir :</h2>
+ <div class="date">
+ <p class="date-desc">Big Teuf<br>--<br>Ecole de musique de Charly</p>
+ <div>
+ <hr>
+ <p>22 juin 2024<br>Entrée libre</p>
+ </div>
+ </div>
</div>
</body>
</html>