antora-ui-hop/src/partials/footer-content.hbs (23 lines of code) (raw):
<footer>
<div class="footer">
<dl>
<dt>Overview</dt>
<dd><a href="{{siteRootPath}}/download/">Download</a></dd>
<dd><a href="{{siteRootPath}}/manual/latest/">Getting started</a></dd>
</dl>
<dl>
<dt>Community</dt>
<dd><a target="_blank" href="https://github.com/apache/hop/issues">Github Issues</a></dd>
<dd><a target="_blank" href="https://chat.project-hop.org">Chat</a></dd>
<dd><a target="_blank" href="{{siteRootPath}}/community/team/">Team</a></dd>
</dl>
<dl>
<dt>About</dt>
<dd><a target="_blank" href="https://www.apache.org/licenses/" title="License">License</a></dd>
</dl>
<p>
© 2019-{{year}} The Hop Team.<br>
All marks mentioned may be trademarks or registered trademarks of their respective owners.
</p>
</div>
</footer>