diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-17 15:27:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-17 15:27:55 +0100 |
commit | 74d33bb9294d4a48360b792fe912684bf0db37ac (patch) | |
tree | 7f1e0c6a240fbac519ea0d06c7fe91133a74cf69 /templates/index.html | |
parent | 5037bdb8336b31bb7d2cd58f5638588de3982118 (diff) | |
download | garagehq.deuxfleurs.fr-74d33bb9294d4a48360b792fe912684bf0db37ac.tar.gz garagehq.deuxfleurs.fr-74d33bb9294d4a48360b792fe912684bf0db37ac.zip |
Add community survey link
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 019ac1b..82bbf74 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,6 +28,11 @@ <span class="inline text-sm md:text-base">Get Started</span> </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"> |