You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/07/29 08:40:43 UTC

[camel-website] 04/06: CAMEL-15185: Update the breakpoint and add link to privacy policy

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

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

commit 136aa9ced856a534f4e53882ce63568134317f96
Author: Aemie <ae...@hotmail.co.uk>
AuthorDate: Thu Jul 16 00:16:36 2020 +0530

    CAMEL-15185: Update the breakpoint and add link to privacy policy
---
 antora-ui-camel/src/css/footer.css              | 2 +-
 antora-ui-camel/src/partials/footer-content.hbs | 2 +-
 layouts/partials/footer.html                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/antora-ui-camel/src/css/footer.css b/antora-ui-camel/src/css/footer.css
index 2ec2910..e390977 100644
--- a/antora-ui-camel/src/css/footer.css
+++ b/antora-ui-camel/src/css/footer.css
@@ -153,7 +153,7 @@ footer .footer .hide-menu {
   display: none;
 }
 
-@media screen and (max-width: 626px) {
+@media screen and (max-width: 1023px) {
   footer .footer dl {
     flex-basis: 100%;
     margin-top: 2rem;
diff --git a/antora-ui-camel/src/partials/footer-content.hbs b/antora-ui-camel/src/partials/footer-content.hbs
index bdbefe3..6d2622c 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -68,7 +68,7 @@
             </p>
             <div class="resources">
                 <div class="context">
-                    <a href="#">Privacy Policy</a>
+                    <a href="{{siteRootPath}}/privacy-policy/">Privacy Policy</a>
                 </div>
                 <div class="context">
                     <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.apache.org/foundation/policies/conduct">Code of Conduct</a>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e6be99a..6414ec0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -74,7 +74,7 @@
             </p>
             <div class="resources">
                 <div class="context">
-                    <a href="#">Privacy Policy</a>
+                    <a href="/privacy-policy/">Privacy Policy</a>
                 </div>
                 <div class="context">
                     <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.apache.org/foundation/policies/conduct">Code of Conduct</a>