Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ rat {

// graphics
'website/content/docs/guide/**/*.svg',
'website/content/img/**/*.svg',

// compiled logs and locks
'website/utilities/markers.txt',
Expand Down
Binary file removed website/content/img/asf_logo.png
Binary file not shown.
43 changes: 43 additions & 0 deletions website/content/img/asf_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions website/layouts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
<div class="row">
<center>
<div id="copyright">
<a href="https://www.apache.org" target="_blank"><img src="/img/asf_logo.png" height="125"></a><br/><br/>
<p>Copyright © 2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.<br>
Apache, Apache Geode, and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
<a href="https://www.apache.org" target="_blank"><img src="/img/asf_logo.svg" height="125"></a><br/><br/>
<p>Copyright © 2025 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.<br>
Apache, Apache Geode, and the Apache logos are trademarks of The Apache Software Foundation.</p>
<p>Site designed & assembled with love by <a href="https://github.com/ryuneeee">@ryuneeee</a> + <a href="https://github.com/realbeast">@realbeast</a> + <a href="https://twitter.com/timanglade">@timanglade</a> + <a href="https://twitter.com/snoopdave">@snoopdave</a> for Apache Usergrid.</p>
<p>Modified for Apache Geode by <a href="https://twitter.com/william_markito">@william_markito</a>.</p>
</div>
Expand Down
Loading