mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
New Website: Phase I (#357)
* Initial commit; starting new design Dropdown menu * Begin docs layout of new design * Get themes under control; button hover splash * Some basic responsiveness * Finish responsive layout; several bug fixes * Avoid flash during color scheme change * Begin building top of homepage * docs: Start building quick-assist feature * Work on homepage a little more * Keep working on homepage * More homepage progress * Some sponsor SVGs * Add sponsor features * Implement basic Sponsor Experience box * Reorganize some styles * WIP sponsors page * Start features page WIP * Minor improvements * Fix headings; work on features page * WIP features page * Continue work on marketing pages * Continue work on features page * More features WIP * Continue features page... * More work on features page * Keeping going :) * Continue home and features pages * More homepage/features content, screenshots, tweaks * Minor fixes to features page * Minor tweaks * Work on testimonials * Work on homepage more * More homepage work * Continue work on homepage * Add some sponsor logos * Some citation screenshots * Add citations * Start making homepage responsive * Re-add cache busting Fix docs * Use markdown syntax highlighting on frontpage * Rework AJQuery to $_ to not interfere with jQuery * Rewrite quick assist with AlpineJS, use markdown for contents * More work on marketing pages * Rebase and fix code displays * Syntax highlight on-demand example, fix rollover * Adjust on-demand demo * Work on responsiveness * Keep working on responsiveness * Mainly finish making design responsive * Thiccer favicon * More work on marketing pages * Keep on going * Fix link * Move new site into src folder * Add open graph image * Add recorded demo for homepage * Tweak caption * Fix Poppins font for now * Minor tweaks * Trim demo ending * Remove unfinished pages Also update Framer logo --------- Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
5bb6d92c63
commit
07c51663ab
191 changed files with 13008 additions and 4970 deletions
78
src/support.html
Normal file
78
src/support.html
Normal file
|
@ -0,0 +1,78 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Caddy help & support</title>
|
||||
{{import "/includes/head.html"}}
|
||||
{{template "head" .}}
|
||||
<link rel="stylesheet" href="/resources/css/marketing.css{{template "cacheBust"}}">
|
||||
<link rel="stylesheet" href="/resources/css/support.css{{template "cacheBust"}}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="hero">
|
||||
{{include "/includes/header.html" "dark-header"}}
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="hero-content">
|
||||
<h1>
|
||||
Support
|
||||
</h1>
|
||||
|
||||
<div class="plans">
|
||||
<div class="plan community">
|
||||
<div class="plan-title">Community help</div>
|
||||
<p>
|
||||
Participate as volunteers in our forum to exchange free help in our open source community.
|
||||
</p>
|
||||
<p>
|
||||
We welcome your contributions to our community and look forward to meeting you!
|
||||
</p>
|
||||
<a href="https://caddy.community" class="button primary">Caddy forum</a>
|
||||
</div>
|
||||
<div class="plan sponsor">
|
||||
<div class="plan-title">Business support</div>
|
||||
<p>
|
||||
We offer private and dedicated support for professionals and businesses through most <a href="/sponsor">sponsorship tiers</a>.
|
||||
</p>
|
||||
<p>
|
||||
Sponsors can then email us for expert support: <b><a href="mailto:%63%61%64%64%79%40%64%79%61%6e%69%6d%2e%63%6f%6d" class="email">caddy@dya<em>antispam</em>nim<em>.nospam</em>.com</a></b>
|
||||
</p>
|
||||
<p>
|
||||
Higher tiers enable other forms of support such as chats and phone/video calls.
|
||||
</p>
|
||||
<p>
|
||||
Depending on tier, additional benefits and services include:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Onboarding</li>
|
||||
<li>Training</li>
|
||||
<li>Presentations</li>
|
||||
<li>On-sites</li>
|
||||
<li>Custom patches and branches</li>
|
||||
<li>Prioritization</li>
|
||||
<li>Publicity/marketing</li>
|
||||
</ul>
|
||||
<p>
|
||||
We work with businesses and teams of all sizes, from startups to enterprises, non-profits and government agencies.
|
||||
</p>
|
||||
<a href="/sponsor" class="button purple">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-heart-handshake" 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>
|
||||
<path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572"></path>
|
||||
<path d="M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25"></path>
|
||||
<path d="M12.5 15.5l2 2"></path>
|
||||
<path d="M15 13l2 2"></path>
|
||||
</svg>
|
||||
Sponsor Caddy
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{{include "/includes/footer.html"}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue