aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/shared
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/shared')
-rw-r--r--templates/partials/shared/community_survey.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/partials/shared/community_survey.html b/templates/partials/shared/community_survey.html
new file mode 100644
index 0000000..acc89a5
--- /dev/null
+++ b/templates/partials/shared/community_survey.html
@@ -0,0 +1,14 @@
+<div class="max-w-4xl mx-auto">
+ <div class="bg-teal-100 border-t-4 border-teal-500 rounded-b text-teal-900 px-4 py-3 shadow-md" role="alert">
+ <div class="flex">
+ <div class="py-1"><svg class="fill-current h-6 w-6 text-teal-500 mr-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32zM9 11V9h2v6H9v-4zm0-6h2v2H9V5z"/></svg></div>
+ <div>
+ <p class="font-bold">Garage pre-1.0 community survey</p>
+ <p class="text-sm"> As part of our plans for the release of Garage v1.0, we are launching a survey to gather feedback from Garage users and potential users on all fronts, in order to improve Garage's reliability, user experience, and suitability for various application domains.</p>
+ <p>
+ <a href="https://pad.deuxfleurs.fr/form/#/2/form/view/bGZkUeZ5wxOuTSlP3nRJeTbCQlwdqUpF3ggN6vGqRds/" class="text-garage-orange font-bold hover:underline">Answer the survey here</a>
+ </p>
+ </div>
+ </div>
+ </div>
+</div>