remove survey links
This commit is contained in:
parent
74d33bb929
commit
049dc482cf
4 changed files with 1 additions and 15 deletions
2
garage
2
garage
|
@ -1 +1 @@
|
|||
Subproject commit a8b0e01f88b947bc34c05d818d51860b4d171967
|
||||
Subproject commit 238545e56486b857fab41e0703fc9bccbcd50a2c
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue