WIP sponsors page

This commit is contained in:
Matthew Holt 2023-09-29 11:45:24 -06:00 committed by Francis Lavoie
parent 7dc611e6a0
commit 8734b03923
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
8 changed files with 1081 additions and 120 deletions

43
new/includes/footer.html Normal file
View file

@ -0,0 +1,43 @@
<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>