You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/04/02 07:24:43 UTC

[incubator-hop-website] branch master updated: HOP-2734 re-add cookie-banner class

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 232184a  HOP-2734 re-add cookie-banner class
     new d10d0c6  Merge pull request #40 from bamaer/master
232184a is described below

commit 232184a5eca75eae79b16a4b649279feb0014016
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Fri Apr 2 09:21:39 2021 +0200

    HOP-2734 re-add cookie-banner class
---
 antora-ui-hop/src/layouts/default.hbs | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/antora-ui-hop/src/layouts/default.hbs b/antora-ui-hop/src/layouts/default.hbs
index 495bc2b..35c5f10 100644
--- a/antora-ui-hop/src/layouts/default.hbs
+++ b/antora-ui-hop/src/layouts/default.hbs
@@ -4,14 +4,16 @@
 {{> head defaultPageTitle='Untitled'}}
   </head>
   <body class="article">
-  <div id="cookies-eu-content">
-    <div>
-      <p><b>This website uses cookies</b></p>
-      We use cookies to anonymously analyze site traffic so we can offer you a better browsing experience. By continuing to visit this site, you accept the use of <a href ="{{siteRootPath}}/cookie-info/">cookies.</a>
-    </div>
-    <div id="cookies-buttons">
-      <button id="cookies-eu-accept">Accept</button>
-      <button id="cookies-eu-reject">Reject</button>
+  <div class="cookie-banner" id="cookies-eu-banner" style="display: none;">
+    <div id="cookies-eu-content">
+      <div>
+        <p><b>This website uses cookies</b></p>
+        We use cookies to anonymously analyze site traffic so we can offer you a better browsing experience. By continuing to visit this site, you accept the use of <a href ="{{siteRootPath}}/cookie-info/">cookies.</a>
+      </div>
+      <div id="cookies-buttons">
+        <button id="cookies-eu-accept">Accept</button>
+        <button id="cookies-eu-reject">Reject</button>
+      </div>
     </div>
   </div>
 {{> header}}