aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-03-12 11:20:59 +0100
committerAlex Auvolat <alex@adnab.me>2024-03-12 11:20:59 +0100
commit049dc482cfe364d70b26b27a5812ae5a7d410b8a (patch)
treef8f558a22813e91058760933819c841ca8ddee34
parent74d33bb9294d4a48360b792fe912684bf0db37ac (diff)
downloadgaragehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.tar.gz
garagehq.deuxfleurs.fr-049dc482cfe364d70b26b27a5812ae5a7d410b8a.zip
remove survey links
m---------garage0
-rw-r--r--templates/documentation.html5
-rw-r--r--templates/download.html5
-rw-r--r--templates/index.html4
4 files changed, 0 insertions, 14 deletions
diff --git a/garage b/garage
-Subproject a8b0e01f88b947bc34c05d818d51860b4d17196
+Subproject 238545e56486b857fab41e0703fc9bccbcd50a2
diff --git a/templates/documentation.html b/templates/documentation.html
index c835175..fd7889f 100644
--- a/templates/documentation.html
+++ b/templates/documentation.html
@@ -12,11 +12,6 @@
<div class="grid grid-cols-1 xl:grid-cols-5">
{% include "partials/doc/global_toc.html" %}
<div class="col-span-full xl:col-span-3" style="min-height:85vh;">
-
- <div class="pt-8">
- {% include "partials/shared/community_survey.html" %}
- </div>
-
<article class="box my-12 px-6 lg:px-8 xl:px-12">
<div class="flex flex-col mb-10 bg-gray-100 rounded-r shadow-sm w-full xl:w-max">
<div class="flex flex-col border-l-4 border-garage-orange py-2 px-4 relative">
diff --git a/templates/download.html b/templates/download.html
index a0780c9..0db49ab 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -14,11 +14,6 @@ Downloads | {{ config.title }}
</div>
<div class="mx-auto max-w-7xl px-4">
-
- <div class="pt-16">
- {% include "partials/shared/community_survey.html" %}
- </div>
-
<div id="releases-container" class="py-24 space-y-20">
<div id="docker-images" class="space-y-4">
<h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2>
diff --git a/templates/index.html b/templates/index.html
index 82bbf74..95c0a82 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -29,10 +29,6 @@
</a>
</div>
- <div class="pt-4">
- {% include "partials/shared/community_survey.html" %}
- </div>
-
<div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-x-32 py-12">
<a href="{{config.base_url}}/documentation/connect/websites/" class="group flex flex-col items-center justify-center p-2">
<img src="{{ get_url(path='images/host.png') }}" class="transform group-hover:translate-y-2 transition duration-500">