This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/refresh by this push:
new 3d66bf0 Update footer
3d66bf0 is described below
commit 3d66bf0e8a178c3e5be8174caa782e18fb6b7ff9
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 29 15:33:36 2021 -0700
Update footer
---
theme/openoffice/templates/base.html | 38 ++++++++++++++++++++----------------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/theme/openoffice/templates/base.html
b/theme/openoffice/templates/base.html
index 9e5b686..f28caf3 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -57,27 +57,31 @@
<footer class="navbar-expand-lg navbar-light bg-light">
<div class="footer" id="footer">
- <div id="asfbanner">
- <p>
- <a class="acevent" data-format="wide" data-mode="light"
data-event="random"></a>
- </p>
- </div>
-
- <div id="poweredby">
- <p><a href="https://www.apache.org/"><img
src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76"
width="188"/></a></p>
- </div>
+ <div class="row container-fluid">
+ <div class="col-sm">
+ <a href="https://www.apache.org/">
+ <img src="https://www.apache.org/img/asf_logo.png" alt="The
Apache Software Foundation" style="border: 0; margin-top: 2px" width="200">
+ </a>
+ </div>
+ <div class="col-sm center-align">
+ <a href="https://www.apache.org/foundation/contributing.html">
+ <img src="https://www.apache.org/images/SupportApache-small.png"
alt="Support The ASF" height="80" width="80">
+ </a>
+ </div>
+ <div class="col-sm right-align">
+ <a class="acevent" data-format="wide" data-mode="light"
data-event="random"></a>
+ </div>
+ </div>
- <div id="copyrighta">
- <p style="text-align:center;">
- Copyright © 2011-2021 The Apache Software Foundation, Licensed
under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a> | <a href="/contact.html">Contact Us</a> | <a
href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
- </p>
- <p>
+ <div class="container-fluid">
+ Copyright © 2011-{{ CURRENTYEAR }} The Apache Software
Foundation,
+ Licensed under the
+ <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0.</a> | <a href="/contact.html">Contact Us</a> | <a
href="/terms.html">Terms of Use</a> | <a href="/privacy.html">Privacy</a>
+ <br/>
Apache, OpenOffice, OpenOffice.org and the seagull logo are
registered trademarks of The Apache Software Foundation.
The Apache feather logo is a trademark of The Apache Software
Foundation.
Other names appearing on the site may be trademarks of their
respective owners.
- </p>
-
- </div>
+ </div><!-- #container-fluid -->
</div>
</footer>
<!-- Start the loading of javascript frameworks (will need to upgrade
periodically) -->