expanded-nav - adjust ticketing
This commit is contained in:
parent
8a720f67dd
commit
d89d8ac79b
6 changed files with 58 additions and 18 deletions
|
|
@ -60,6 +60,22 @@
|
|||
</ul>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
<li class="expanded-nav__links">
|
||||
<div class="expanded-nav__ticketing">
|
||||
<a href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
|
||||
</div>
|
||||
<div class="expanded-nav__socials">
|
||||
<strong>Suivez-nous</strong>
|
||||
<ul class="social-icons">
|
||||
<li>
|
||||
<a href="<?= $site->instagram() ?>" class="invert" target="_blank" title="Voir la page Instagram du NTB"><?= svg('assets/images/icons/instagram.svg') ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= $site->facebook() ?>" class="invert" target="_blank" title="Voir la page Facebook du NTB"><?= svg('assets/images/icons/facebook.svg') ?></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<button class="close-btn" title="Fermer le menu">
|
||||
<span class="sr-only">Fermer le menu</span>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<section class="callout">
|
||||
<h4><?= $site->callout() ?></h4>
|
||||
<a href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
|
||||
<a class="to-blank" href="<?= option('ticketingUrl') ?>" target="_blank" title="Aller à la billetterie"><?php snippet('ticket') ?> Billetterie</a>
|
||||
</section>
|
||||
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue