From 7878fe21d0e2b338da39b1ce7e7673efd0521f80 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 8 Dec 2023 16:06:55 -0700 Subject: [PATCH] Add recorded demo for homepage --- src/features.html | 2 +- src/includes/head.html | 45 +- src/index.html | 4 +- src/old/resources/css/business.css | 40 - src/old/resources/css/v2-landing.css | 391 -------- src/on-demand-tls.html | 2 +- src/resources/css/common.css | 12 +- src/resources/css/docs.css | 2 +- src/resources/demo.cast | 1359 ++++++++++++++++++++++++++ src/resources/testimonials.json | 2 +- src/sponsor.html | 2 +- src/support.html | 2 +- 12 files changed, 1395 insertions(+), 468 deletions(-) delete mode 100644 src/old/resources/css/business.css delete mode 100644 src/old/resources/css/v2-landing.css create mode 100644 src/resources/demo.cast diff --git a/src/features.html b/src/features.html index f4a6d0f..f9c7a27 100644 --- a/src/features.html +++ b/src/features.html @@ -3,7 +3,7 @@ All features of the Caddy Web Server {{import "/includes/head.html"}} - {{template "head"}} + {{template "head" .}} diff --git a/src/includes/head.html b/src/includes/head.html index 632c9ba..c9b8f01 100644 --- a/src/includes/head.html +++ b/src/includes/head.html @@ -9,52 +9,43 @@ - - - + - + - - + + - - + + - + - + - - - - + + - - - - - - + {{end}} diff --git a/src/index.html b/src/index.html index 578f88f..2255a7c 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ Caddy - The Ultimate Server with Automatic HTTPS {{import "/includes/head.html"}} - {{template "head"}} + {{template "head" .}} @@ -705,7 +705,7 @@ $ curl localhost:2019/config/ | jq