website/layouts/partials/survey.html
Pierre-Olivier Mercier 35b451724c
All checks were successful
continuous-integration/drone/push Build is passing
Open survey link in another tab
2023-04-27 11:48:54 +02:00

20 lines
801 B
HTML

<div id="voxppl">
<a href="https://framaforms.org/une-minute-pour-nous-dire-ou-aller-1610359677" class="d-flex p-3 text-light row umami--click--survey" target="_blank">
<h1 class="col-auto align-self-center">
<i class="bi bi-megaphone-fill"></i>
</h1>
<div class="col align-self-center font-weigth-bolder">
<button type="button" class="close float-right" aria-label="Close" onclick="document.getElementById('voxppl').style.display = 'none'; return false">
<span aria-hidden="true">&times;</span>
</button>
<strong>{{ i18n "survey-title" | markdownify }}</strong><br>
{{ i18n "survey-text" | markdownify }}
</div>
</a>
</div>
<script>
setTimeout(function() {
document.getElementById('voxppl').style.display = 'block'
}, 4500)
</script>