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 7e79df3b211e31455e313bbb4191f2bf61549223
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Fri Jul 26 01:25:38 2019 +0530

    antora footer edited
---
 antora-ui-camel/src/partials/footer-content.hbs | 51 +++++++++++++++++++++++--
 1 file changed, 47 insertions(+), 4 deletions(-)

diff --git a/antora-ui-camel/src/partials/footer-content.hbs 
b/antora-ui-camel/src/partials/footer-content.hbs
index cdeeb47..63b7ab4 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -1,4 +1,47 @@
-<footer class="footer">
-  <p>This page was built using the Antora default UI.</p>
-  <p>The source code for this UI is licensed under the terms of the MPL-2.0 
license.</p>
-</footer>
+    <footer class="footer bg-brown text-white">
+        <div class="container">
+            <div class="row">
+                <div class="col-md-3 pt-5">
+                    <img src="/_/img/logo-d.svg" class="logo-small mt-60" 
alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a 
sand dune">
+                </div>
+                <div class="col-md-3">
+                    <h5>Overview</h5>
+                    <ul class="list-unstyled">
+                        <li><a 
href="{{../../siteRootPath}}/news/">News</a></li>
+                        <li><a 
href="{{../siteRootPath}}/components/latest/">Components</a></li>
+                        <li><a 
href="{{../../siteRootPath}}/download/">Download</a></li>
+                        <li><a 
href="{{../siteRootPath}}/docs/getting-started/">Getting started</a></li>
+                        <li><a 
href="{{../siteRootPath}}/manual/latest/faq.html">FAQ</a></li>
+                    </ul>
+                </div>
+                <div class="col-md-3">
+                    <h5>Community</h5>
+                    <ul class="list-unstyled">
+                        <li><a 
href="{{../siteRootPath}}/community/support/">Support</a></li>
+                        <li><a 
href="https://github.com/apache/camel/blob/master/CONTRIBUTING.md";>Contributing</a></li>
+                        <li><a 
href="{{../siteRootPath}}/community/user-stories/">User stories</a></li>
+                        <li><a 
href="{{../siteRootPath}}/community/articles/">Articles</a></li>
+                        <li><a 
href="{{../siteRootPath}}/community/books/">Books</a></li>
+                        <li><a 
href="{{../siteRootPath}}/community/team/">Team</a></li>
+                        <li><a 
href="{{../siteRootPath}}/community/camel-extra/">Camel extra</a></li>
+                    </ul>
+                </div>
+                <div class="col-md-3">
+                    <h5>About</h5>
+                    <ul class="list-unstyled">
+                        <li><a target="_blank" 
href="https://www.apache.org/events/current-event.html"; title="Apache 
Events">Apache Events</a></li>
+                        <li><a target="_blank" 
href="https://www.apache.org/licenses/"; title="License">License</a></li>
+                        <li><a target="_blank" 
href="https://www.apache.org/security/"; title="Security">Security</a></li>
+                        <li><a target="_blank" 
href="https://www.apache.org/foundation/sponsorship.html"; 
title="Sponsorship">Sponsorship</a></li>
+                        <li><a target="_blank" 
href="https://www.apache.org/foundation/thanks.html"; 
title="Thanks">Thanks</a></li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+        <div class="container">
+            © 2004-2018 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
+            The Apache Software Foundation. All other marks mentioned may be 
trademarks or registered trademarks of
+            their respective owners.
+        </div>
+    </footer>
\ No newline at end of file

Reply via email to