diff options
m--------- | garage | 0 | ||||
-rw-r--r-- | templates/documentation.html | 5 | ||||
-rw-r--r-- | templates/download.html | 5 | ||||
-rw-r--r-- | templates/index.html | 4 |
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"> |