Skip to content

Commit

Permalink
chore: restore stages page
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard committed Aug 22, 2023
1 parent 6409f6d commit 5b938bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 4 additions & 0 deletions app/controllers/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export default class LinksController extends Controller {
title: "Tryptique de présentation de l'Aiki3 (pdf)",
url: rootURL + 'assets/aiki3-triptyque-2010-2011.pdf',
},
{
title: 'Le planning des stages 2023-2024 de la Ligue Grand-Est (pdf)',
url: 'https://cloud.aikido-grand-est-ffaaa.fr/s/TDRFWXiLxpYwZLc',
},
{
title: 'Le planning des stages 2023-2024 de Patrick Bénézi (pdf)',
url: 'http://www.aikido-benezi.com/img/affiche/planning%202023-2024%20V1.pdf',
Expand Down
19 changes: 8 additions & 11 deletions app/templates/stages.hbs
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{{page-title "Stages - Aiki3 - club d'Aikido à Troyes"}}
<div class="stages">
<p>Le calendrier des stages sera mis à jour ultérieurement.</p>
{{!-- <h1>Calendrier</h1>
<h1>Calendrier</h1>
<div class="row">
<div class="col-12">
<p>Ci-dessous le calendrier des stages de Patrick Bénézi, Shihan 7ème Dan.</p>
<p>Ci-dessous le calendrier des stages de la Ligue Grand-Est et de Patrick
Bénézi, Shihan 7ème Dan.</p>
{{! template-lint-disable no-inline-styles }}
<iframe
title="Calendrier des stages"
src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showDate=0&amp;showPrint=0&amp;showCalendars=0&amp;mode=AGENDA&amp;height=600&amp;wkst=2&amp;bgcolor=%23333333&amp;src=2e6mqib6h7mus3ekj4kjas6cdk%40group.calendar.google.com&amp;color=%23711616&amp;ctz=Europe%2FParis"
style="border-width:0"
width="800"
height="600"
frameborder="0"
scrolling="no">
scrolling="no"
>
</iframe>
<br>
<p>Pour tout renseignement, veuillez contactez Patrick Bénézi :</p>
<ul>
<li>Site : <a href="http://www.aikido-benezi.com" target="_blank" rel="noopener noreferrer">http://www.aikido-benezi.com</a></li>
</ul>
</div>
</div> --}}
</div>
</div>
</div>

0 comments on commit 5b938bc

Please sign in to comment.