diff --git a/src/index.html b/src/index.html index 0a9b00a..074ac19 100644 --- a/src/index.html +++ b/src/index.html @@ -79,6 +79,9 @@ Framer + + Hope Channel + Sourcegraph @@ -176,12 +179,26 @@
-
-

sponsored by users like you

-

- Caddy is free software and relies on sponsorships to survive. Not just donations: sponsorships ensure ongoing development and provide your business with tangible benefits. -

- See sponsorships +
+
+
+

sponsored by users like you

+

+ Caddy is free software and relies on sponsorships to survive. Not just donations: sponsorships ensure ongoing development and provide your business with tangible benefits. +

+ See sponsorships +
+
+
+ +
diff --git a/src/resources/css/marketing.css b/src/resources/css/marketing.css index a77ed62..90792a0 100644 --- a/src/resources/css/marketing.css +++ b/src/resources/css/marketing.css @@ -567,6 +567,7 @@ div.ap-wrapper:fullscreen div.ap-player { .sponsor-experience .experience-logo { width: 150px; + margin: auto; } .sponsor-experience .experience-credit { @@ -600,6 +601,10 @@ div.ap-wrapper:fullscreen div.ap-player { background: linear-gradient(to right, #635bff 30%, #d4b8ff); } +.sponsor-experience.hopetv { + background: linear-gradient(to right, rgb(11, 77, 162) 30%, rgb(255, 212, 0)); +} + diff --git a/src/resources/images/sponsors/hopetv.png b/src/resources/images/sponsors/hopetv.png new file mode 100644 index 0000000..f9db591 Binary files /dev/null and b/src/resources/images/sponsors/hopetv.png differ