mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 07:26:17 -04:00
48 lines
1.6 KiB
HTML
48 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Caddy for Business</title>
|
|
{{include "/includes/head.html"}}
|
|
<link rel="stylesheet" href="/resources/css/business.css">
|
|
<meta property="og:title" content="Caddy 2 for Business">
|
|
<meta name="twitter:title" value="Caddy 2 for Business">
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<div id="logo-container">
|
|
<a href="/"><img src="/resources/images/caddy-wordmark.svg" id="logo" alt="Caddy"></a>
|
|
<br>
|
|
a <a href="https://zerossl.com"><img src="/resources/images/zerossl-logo.svg" id="zerossl-logo"></a> project
|
|
</div>
|
|
{{include "/includes/header-nav.html"}}
|
|
</header>
|
|
|
|
<h1>Ready for business</h1>
|
|
|
|
<section>
|
|
<div class="panels">
|
|
<div>
|
|
<h2>Need help with something?</h2>
|
|
<p>
|
|
Most users should participate in our <a href="https://caddy.community">community forum</a> to help others and ask questions.
|
|
</p>
|
|
<p>
|
|
The only price for this help is to put some effort into your question and say thank you. 😃
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h2>Support and development for businesses</h2>
|
|
<p>
|
|
We highly recommend that companies using Caddy get a support plan and contract any related development work with our exclusive partner <a href="https://www.ardanlabs.com/">Ardan Labs</a>. Contact us to get started:
|
|
</p>
|
|
<a href="mailto:b%75s%69%6Eess@ca%64dyse%72ver.c%6Fm" class="button red">Email <b>business@caddyserver.com</b></a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
{{include "/includes/footer.html"}}
|
|
|
|
</body>
|
|
</html>
|