|
1 | 1 | <footer class="footer"> |
2 | | - <p>This page was built using the Antora default UI.</p> |
3 | | - <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> |
| 2 | + <div class="footer-main"> |
| 3 | + <figure class="footer-brand"> |
| 4 | + <a class="logo" href="{{or site.url siteRootPath}}"><img src="{{uiRootPath}}/img/jetty-logo.svg" alt="{{site.title}}" height="46" width="160"></a> |
| 5 | + </figure> |
| 6 | + <ul class="footer-brand-links"> |
| 7 | + <li><a href="{{relativize (resolvePageURL 'docs::index.adoc')}}">Docs</a></li> |
| 8 | + <li><a href="{{relativize (resolvePageURL 'ROOT::support.adoc')}}">Support</a></li> |
| 9 | + <li>Lists: <a href="http://dev.eclipse.org/mhonarc/lists/jetty-users/maillist.html" target="_blank" rel="noopener">users</a> - <a href="http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html" target="_blank" rel="noopener">dev</a></li> |
| 10 | + <li><a href="https://github.com/eclipse/jetty.project" target="_blank" rel="noopener">Source</a></li> |
| 11 | + </ul> |
| 12 | + <p class="footer-brand-follow"> |
| 13 | + <a href="https://twitter.com/JettyProject" title="Follow us on X" target="_blank" rel="noopener"><img src="{{{uiRootPath}}}/img/x-logo.svg" alt="X logo" class="logo" width="24"><span class="handle">@JettyProject</span></a> |
| 14 | + </p> |
| 15 | + </div> |
| 16 | + <div class="footer-legal"> |
| 17 | + <p>Copyright © 2008-{{{year}}} Webtide</p> |
| 18 | + <p>The <a href="https://github.com/webtide/jetty.website" target="_blank" rel="noopener">UI for this site</a> is derived from the Antora default UI and is licensed under the MPL-2.0 license. Several icons are imported from <a href="https://primer.style/octicons/" target="_blank" rel="noopener">Octicons</a> and are licensed under the MIT license.</p> |
| 19 | + <p>Eclipse Jetty® is a trademarks of the Eclipse Foundation, Inc.</p> |
| 20 | + </div> |
| 21 | + <div class="footer-thanks"> |
| 22 | + <p>This project is made possible by Webtide. Additional thanks to the <a href="https://eclipse.org" target="_blank" rel="noopener">Eclipse Foundation</a> for hosting this project.</p> |
| 23 | + <p class="badges"> |
| 24 | + <a href="https://webtide.com" title="Development led by Webtide" target="_blank" rel="noopener"><img src="{{{uiRootPath}}}/img/webtide-logo.png" alt="Webtide Logo" width="100"></a> |
| 25 | + <a href="https://jetbrains.com/idea" title="IntelliJ IDEA integration provided by JetBrains" target="_blank" rel="noopener"><img src="{{{uiRootPath}}}/img/intellij-idea-logo.svg" alt="IntelliJ IDEA Logo" width="24"></a> |
| 26 | + </p> |
| 27 | + <p>Authored in <a href="https://asciidoc.org" target="_blank" rel="noopener">AsciiDoc</a>.<br>Produced by <a href="https://antora.org" target="_blank" rel="noopener">Antora</a> and <a href="https://asciidoctor.org" target="_blank" rel="noopener">Asciidoctor</a>.</p> |
| 28 | + </div> |
4 | 29 | </footer> |
0 commit comments