This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2cbd3fc Adjust the footer
2cbd3fc is described below
commit 2cbd3fc6e4163e58b627b287c5bc5646a095eeaf
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 11 15:23:57 2021 -0800
Adjust the footer
---
theme/apache/templates/base.html | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index b665609..694d9f7 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -95,10 +95,9 @@
<div class="footer" id="footer">
<div class="row container-fluid">
<div class="col-sm">
- <address id="about" class="vcard body">
- Apache Software Foundation<br/>
- <a href="https://www.apache.org/">www.apache.org</a>
- </address>
+ <a href="https://www.apache.org/">
+ <img src="https://www.apache.org/img/asf_logo.png" alt="The
Apache Software Foundation" border="0" style="margin-top: 2px" width="200">
+ </a>
</div>
<!--<div class="col-sm">
<ul>
@@ -107,14 +106,14 @@
</ul>
</div>-->
<div class="col-sm right-align">
- <a href="https://www.apache.org/events/current-event.html">
+ <a href="https://www.apache.org/events/current-event.html">
<img
src="https://www.apache.org/events/current-event-234x60.png"/>
</a>
</div>
</div>
<div class="container-fluid">
- Copyright © 2020 The Apache Software Foundation,
+ Copyright © 2021 The Apache Software Foundation,
Licensed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0.</a>