This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch split-up-theme in repository https://gitbox.apache.org/repos/asf/petri-site.git
commit 870cc819b21887125dca9c069cc5a33b9752f311 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Wed Apr 7 15:58:33 2021 -0700 Create footer.html --- theme/apache/templates/footer.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/theme/apache/templates/footer.html b/theme/apache/templates/footer.html new file mode 100644 index 0000000..e6a6c26 --- /dev/null +++ b/theme/apache/templates/footer.html @@ -0,0 +1,29 @@ + <footer class="navbar-expand-lg navbar-light bg-light"> + <div class="footer" id="footer"> + <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 class="container-fluid"> + Copyright © {{ CURRENTYEAR }} The Apache Software Foundation, + Licensed under the + <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> + <br/> + Apache, the Apache feather logo, and Petri are trademarks or registered trademarks of + <a href="https://www.apache.org/">The Apache Software Foundation.</a> + </div><!-- #container-fluid --> + + </div> + </footer>