More work on marketing pages

This commit is contained in:
Matthew Holt 2023-12-05 20:55:44 -07:00 committed by Francis Lavoie
parent 12564261f4
commit f44e6af8ad
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
16 changed files with 479 additions and 145 deletions

View file

@ -4,6 +4,19 @@
<a href="https://zerossl.com">
A ZeroSSL Project
</a>
<a href="https://store.caddyserver.com">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-building-store" width="24" height="24"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M3 21l18 0" />
<path d="M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4" />
<path d="M5 21l0 -10.15" />
<path d="M19 21l0 -10.15" />
<path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" />
</svg>
Store
</a>
<a href="javascript:">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
@ -177,17 +190,17 @@
<a href="/features">Features</a>
</li>
<li>
<a href="https://store.caddyserver.com">Store</a>
<a href="/account">Account</a>
</li>
<li>
<a href="/account">Account</a>
<a href="/support">Support</a>
</li>
</ul>
</nav>
<div class="actions">
<a href="/download" class="button">Download</a>
<a href="/sponsor" class="button primary">Sponsor</a>
<a href="/download" class="button primary">Download</a>
<a href="/sponsor" class="button purple">Sponsor</a>
</div>
</div>
</header>