Replace survey by Fider
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
nemunaire 2024-01-23 14:25:41 +01:00
parent b6684839b7
commit b06089c96e
3 changed files with 3 additions and 2 deletions

View File

@ -87,6 +87,7 @@ languages:
params:
DefaultDescription: "Finally a simple interface for domain names."
newsletter: "newsletter@happydns.org"
survey: "https://feedback.happydomain.org/"
tryit: "https://try.happydomain.org/"
others_links:

View File

@ -1,5 +1,5 @@
<div id="voxppl">
<a href="https://framaforms.org/une-minute-pour-nous-dire-ou-aller-1610359677" class="d-flex p-3 text-light row" data-umami-event="survey" target="_blank">
<a href="{{ .Site.Params.survey }}" class="d-flex p-3 text-light row" data-umami-event="survey" target="_blank">
<h1 class="col-auto align-self-center m-0 p-0">
<div class="circle-head" style="background-color: #430c59; font-size: 1.1em;">
<i class="bi bi-megaphone-fill"></i>

View File

@ -27,7 +27,7 @@
<div class="row cols-1 cols-sm-3 mt-4">
<div class="col">
<a href="https://framaforms.org/une-minute-pour-nous-dire-ou-aller-1610359677" class="card h-100 pb-2 justify-content-between">
<a href="{{ .Site.Params.survey }}" class="card h-100 pb-2 justify-content-between">
<div class="d-flex flex-fill justify-content-center flex-column">
<img src="/img/screenshots/users/survey.webp" alt="{{ i18n "footer-discuss-feedback" }}" class="w-100 mb-3 flex-grow-1">
</div>