This commit is contained in:
parent
f1ace8cc05
commit
a1eda42d87
13 changed files with 288 additions and 221 deletions
|
|
@ -115,7 +115,7 @@ tabs:
|
|||
team:
|
||||
label: Équipe Index
|
||||
type: structure
|
||||
width: 2/4
|
||||
help: Le « rôle » s’affiche entre parenthèses
|
||||
columns:
|
||||
name:
|
||||
label: Nom
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php snippet('header') ?>
|
||||
|
||||
|
||||
<!--
|
||||
<div class="btn--group__mobile">
|
||||
<div class="dropdown dropdown--position-mobile">
|
||||
<button class="dropdown__trigger btn--bold-inline no-link">
|
||||
|
|
@ -11,7 +11,9 @@
|
|||
<?php snippet('modal-share') ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
|
@ -27,8 +29,6 @@
|
|||
|
||||
|
||||
<div class="page__content">
|
||||
|
||||
|
||||
<?php
|
||||
$videoPreview = $page->videoPreview()->toFile();
|
||||
$hasVideo = $videoPreview || $page->videoUrl()->isNotEmpty();
|
||||
|
|
@ -465,10 +465,57 @@ if ($package):
|
|||
</article>
|
||||
<?php endforeach ?>
|
||||
|
||||
<div class="see-more">
|
||||
<button class="btn--bold-inline">
|
||||
<a href="/enquetes">
|
||||
<span class="text">Voir toutes les enquêtes</span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<div class="bottom-bar">
|
||||
<div class="bottom-bar__inner">
|
||||
|
||||
<div class="title-group">
|
||||
<p class="type">Enquête</p>
|
||||
<p class="title"><?= $page->title()->esc() ?></p>
|
||||
</div>
|
||||
|
||||
<div class="dropdown dropdown--position-mobile">
|
||||
<button class="dropdown__trigger btn--simple no-link">
|
||||
<span class="icon"><?= svg('assets/icons/share.svg') ?></span>
|
||||
<span class="text">Partager</span>
|
||||
</button>
|
||||
<div class="dropdown__content">
|
||||
<?php snippet('modal-share') ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="btn--simple">
|
||||
<a href="#" download>
|
||||
<span class="icon"><?= svg('assets/icons/printer.svg') ?></span>
|
||||
<span class="text">Télécharger</span>
|
||||
</a>
|
||||
</button>
|
||||
|
||||
<button class="btn--simple btn--support"><a targer="_blank" href="https://soutenir.index.ngo/">Soutenez-nous</a></button>
|
||||
|
||||
<button class="btn--simple btn--back-to-top">
|
||||
<a href="#"><span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></a>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php snippet('footer') ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue