From 34eec95f981ae45bc7d0d453a6b486b0f2825144 Mon Sep 17 00:00:00 2001 From: brockfanning Date: Fri, 8 Dec 2023 08:31:29 -0500 Subject: [PATCH 1/3] Override dev-disclaimer to hardcode the banner --- _includes/components/dev-disclaimer.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _includes/components/dev-disclaimer.html diff --git a/_includes/components/dev-disclaimer.html b/_includes/components/dev-disclaimer.html new file mode 100644 index 0000000000000..90449342e65b6 --- /dev/null +++ b/_includes/components/dev-disclaimer.html @@ -0,0 +1,18 @@ +{% unless site.disclaimer.hidden %} +
+
+ {{ site.disclaimer.phase | default: page.t.header.alpha | t }} +

Your feedback will help us continue to improve the site. Complete the short survey to share your thoughts. + {% include components/dev-disclaimer-custom.html %} +

+

+ + Since September 2023 we have paused + the uploading of data reported on this site. However, the hyperlinks for the indicator data sources could be used to see where the data is + published and whether newer data will become available in future. You can also find up to date SDG data on the + UN SDG website which reports globally comparable data. + +

+
+
+{% endunless %} From 7ff7513d5c178fc5098d90bac7eeb8631fb07f2d Mon Sep 17 00:00:00 2001 From: Govej <77059178+Govej@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:07:45 +0000 Subject: [PATCH 2/3] Update dev-disclaimer.html --- _includes/components/dev-disclaimer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/components/dev-disclaimer.html b/_includes/components/dev-disclaimer.html index 90449342e65b6..0c219401b9c45 100644 --- a/_includes/components/dev-disclaimer.html +++ b/_includes/components/dev-disclaimer.html @@ -1,8 +1,8 @@ {% unless site.disclaimer.hidden %}
- {{ site.disclaimer.phase | default: page.t.header.alpha | t }} -

Your feedback will help us continue to improve the site. Complete the short survey to share your thoughts. +

{{ site.disclaimer.phase | default: page.t.header.alpha | t }} + Your feedback will help us continue to improve the site. Complete the short survey to share your thoughts. {% include components/dev-disclaimer-custom.html %}

From 4041291a018ae47709d88ec9d69341a0434955bf Mon Sep 17 00:00:00 2001 From: Govej <77059178+Govej@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:08:40 +0000 Subject: [PATCH 3/3] Update custom.scss --- _sass/custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/custom.scss b/_sass/custom.scss index c106c3126d49a..5cf7039dc21ba 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -103,7 +103,7 @@ .btn-takepart { background: #DD1367 !important; float: right; - margin-top: -105px; + margin-top: -10px; margin-right: -9px; box-shadow: 0 2px 0 #580829; @media only screen and (min-width: 992px) { @@ -113,13 +113,13 @@ display: block; width: 220px; float: unset; - margin-top: -105px; + margin-top: 0px; } @media only screen and (min-width: 1px) and (max-width: 767px) { display: block; width: 220px; float: unset; - margin-top: -105px; + margin-top: 10px; } &:hover, &:active { background: #A01951 !important;