Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2021-01-18 13:46:33 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-01-18 13:48:29 +0300
commit498c40453b26758294c02f070fafd890f5464f79 (patch)
tree30ffa21f91ac3260b3c95ae5a1fc4d9b83904834
parentc3e094b5ea9757a818e9190868d142b4b08257c2 (diff)
Add marketing survey
-rw-r--r--layouts/banner.html8
-rw-r--r--nanoc.yaml2
2 files changed, 5 insertions, 5 deletions
diff --git a/layouts/banner.html b/layouts/banner.html
index fc0633d5..eb88bb92 100644
--- a/layouts/banner.html
+++ b/layouts/banner.html
@@ -1,11 +1,11 @@
<div class="admonition-wrapper note d-none" id="banner-close">
<div class="admonition alert alert-banner alert-dismissible fade show text-center" role="alert">
<i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
- We want to learn more about the tools that software professionals use in their daily work. Take
- <a href="https://gitlab.fra1.qualtrics.com/jfe/form/SV_3pDGEacqDgR3b7v" target="_blank" rel="noopener noreferrer">
- this quick survey
+ Help us understand how you think about GitLab. Take
+ <a href="https://gitlab.fra1.qualtrics.com/jfe/form/SV_a4PzZnp4XWVAEPs" target="_blank" rel="noopener noreferrer">
+ this 5-question survey
</a>
- and you'll have a chance of winning one of the three available $30 gift cards!
+ !
<i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
diff --git a/nanoc.yaml b/nanoc.yaml
index 0f5e5fe0..21c580fa 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -127,7 +127,7 @@ breadcrumbs: true
# Whether to show the banner defined in layouts/banner.html.
# Set to true or false.
-show_banner: false
+show_banner: true
# Debug problems with the generation process by setting this config variable.
debug: false