caddy-website/new/includes/footer.html

43 lines
1.3 KiB
HTML
Raw Normal View History

2023-09-29 11:45:24 -06:00
<footer>
<div class="wrapper">
<div>
<img src="/resources/images/logo-dark.svg" class="logo" alt="Caddy web server">
<p>
An awesome <a href="https://github.com/caddyserver/caddy">open source</a> project
that relies on <a href="/sponsor">sponsors</a>.
</p>
<p>
<a href="https://usefathom.com/ref/AUKNWU">Privacy-respecting analytics</a> by Fathom
</p>
<br>
<p>
&copy; {{now | date "2006"}} Stack Holdings. All rights reserved.
</p>
</div>
<div class="link-col" style="margin-left: auto;">
<div class="col-header">Project</div>
<a href="#">Features</a>
<a href="#">Download</a>
<a href="#">Documentation</a>
<a href="#">Get involved</a>
</div>
<div class="link-col">
<div class="col-header">Business services</div>
<a href="#">Support</a>
<a href="#">Development</a>
<a href="#">Training</a>
</div>
<div class="link-col">
<div class="col-header">Community</div>
<a href="https://caddy.community">Forum</a>
<a href="https://github.com/caddyserver">GitHub</a>
<a href="https://twitter.com/caddyserver">Twitter / X</a>
<a href="/research">Research</a>
</div>
<div class="link-col" style="margin-right: auto;">
<div class="col-header">Contact</div>
<a href="https://caddy.community">Sales</a>
<a href="https://github.com/caddyserver">Email</a>
</div>
</div>
</footer>