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
The following commit(s) were added to refs/heads/master by this push: new 4c77549 changes on footer (#280) 4c77549 is described below commit 4c77549ca7939d849a764eaf4731dd9f413ace16 Author: Gun <36812576+gun...@users.noreply.github.com> AuthorDate: Wed Apr 1 14:22:19 2020 +0100 changes on footer (#280) * change footer * change footer color * css format Co-authored-by: gun <kevinenzp...@gmail.com> --- antora-ui-camel/src/css/footer.css | 6 ++++++ layouts/partials/footer.html | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/antora-ui-camel/src/css/footer.css b/antora-ui-camel/src/css/footer.css index e63ba22..3ff3db7 100644 --- a/antora-ui-camel/src/css/footer.css +++ b/antora-ui-camel/src/css/footer.css @@ -53,6 +53,12 @@ footer .footer dl dt { margin-bottom: 0.5rem; } +footer .footer .stroke { + display: inline-block; + border-bottom: 2px solid var(--footer-font-color); + width: 3rem; +} + footer .footer dl dd { margin: 0; } diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ba8e969..e2df7bd 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,16 +4,20 @@ <figure class="logo"> <img class="logo" src="/_/img/logo-d.svg" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> + <dl> <dt>Overview</dt> + <span class="stroke"></span> <dd><a href="/blog/">Blog</a></dd> <dd><a href="/components/latest/">Components</a></dd> <dd><a href="/download/">Download</a></dd> <dd><a href="/manual/latest/getting-started.html">Getting started</a></dd> <dd><a href="/manual/latest/faq.html">FAQ</a></dd> </dl> + <dl> <dt>Community</dt> + <span class="stroke"></span> <dd><a href="/community/support/">Support</a></dd> <dd><a href="/manual/latest/contributing.html">Contributing</a></dd> <dd><a href="/community/user-stories/">User stories</a></dd> @@ -21,8 +25,10 @@ <dd><a href="/community/books/">Books</a></dd> <dd><a href="/community/team/">Team</a></dd> </dl> + <dl> <dt>About</dt> + <span class="stroke"></span> <dd><a href="/acknowledgments/">Acknowledgments</a></d> <dd><a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a></dd> <dd><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></dd> @@ -30,6 +36,7 @@ <dd><a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></dd> <dd><a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></dd> </dl> + <p> © 2004-{{ now.Format "2006" }} The <a href="https://apache.org">Apache Software Foundation</a>.<br> Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of @@ -39,6 +46,7 @@ <a href="https://netlify.com">This site is powered by Netlify</a> {{ end }} </p> + </div> </footer> <script src="{{ path.Join "_" (index .Site.Data "rev-manifest" "js/vendor/alogliasearch.js") | relURL }}"></script>