mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 14:36:16 -04:00
WIP sponsors page
This commit is contained in:
parent
b01429667d
commit
ef33bf08f8
8 changed files with 1081 additions and 120 deletions
43
new/includes/footer.html
Normal file
43
new/includes/footer.html
Normal 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>
|
||||
© {{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>
|
Loading…
Add table
Add a link
Reference in a new issue