Replace survey by Fider
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b6684839b7
commit
b06089c96e
@ -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:
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user