mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: new view for concert history
This commit is contained in:
parent
08717c24bc
commit
0773f39763
6 changed files with 155 additions and 8 deletions
|
|
@ -12,10 +12,17 @@
|
|||
<nav id="main-nav"></nav>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Historique des concerts</h1>
|
||||
<p class="page-subtitle">Retrouvez la setlist jouée à chaque concert précédent.</p>
|
||||
<div class="section-header">
|
||||
<div>
|
||||
<h1 style="margin:0">Historique des concerts</h1>
|
||||
<p class="page-subtitle" style="margin:0.25rem 0 0">Du plus récent au plus ancien en défilant vers le bas.</p>
|
||||
</div>
|
||||
<button type="button" class="secondary" id="toggle-view-btn">Vue réduite</button>
|
||||
</div>
|
||||
<div id="error"></div>
|
||||
<div id="history-list" class="card-grid"></div>
|
||||
|
||||
<div id="timeline-view"></div>
|
||||
<div id="compact-view" class="card-grid" style="display:none"></div>
|
||||
</main>
|
||||
|
||||
<script src="/js/api.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue