Skip to content

Commit

Permalink
Fix PDF links and polish schedule page
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Apr 19, 2017
1 parent fceaef3 commit 611ff22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/main/resources/templates/schedule.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<div class="row">
<div class="column small-12">
<div class="callout">
<h2 class="text-center"><a href="/images/PDF/planning2017.pdf" target="_blank" class="button hollow secondary">{{#i18n}}schedule.download{{/i18n}}</a></h2>
<h2 class="text-center"><a href="/pdf/planning2017.pdf" target="_blank" class="button hollow secondary">{{#i18n}}schedule.download{{/i18n}}</a></h2>
<img src="/images/png/planning2017_1.png" class="" alt="planning2017" />
<h2 class="text-center"><a href="/images/PDF/planning2017.pdf" target="_blank" class="button hollow secondary">{{#i18n}}schedule.download{{/i18n}}</a></h2>
<hr />
<img src="/images/png/planning2017_2.png" class="" alt="planning2017" />
<h2 class="text-center"><a href="/images/PDF/planning2017.pdf" target="_blank" class="button hollow secondary">{{#i18n}}schedule.download{{/i18n}}</a></h2>
<hr />
<img src="/images/png/planning2017_3.png" class="" alt="planning2017" />
<h2 class="text-center"><a href="/images/PDF/planning2017.pdf" target="_blank" class="button hollow secondary">{{#i18n}}schedule.download{{/i18n}}</a></h2>
<hr />
<img src="/images/png/planning2017_4.png" class="" alt="planning2017" />
<h2 class="text-center"><a href="/images/PDF/planning2017.pdf" target="_blank" class="button hollow secondary">{{#i18n}}schedule.download{{/i18n}}</a></h2>
<h2 class="text-center"><a href="/pdf/planning2017.pdf" target="_blank" class="button hollow secondary">{{#i18n}}schedule.download{{/i18n}}</a></h2>
</div>
</div>
</div>
Expand Down

0 comments on commit 611ff22

Please sign in to comment.