From 8734b039230a62d6b7b6d471cf66b58b85732287 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 29 Sep 2023 11:45:24 -0600 Subject: [PATCH] WIP sponsors page --- new/includes/footer.html | 43 ++ new/index.html | 153 ++-- new/resources/css/common.css | 2 +- new/resources/css/home.css | 14 +- new/resources/css/marketing.css | 107 ++- new/resources/css/sponsor.css | 204 ++++++ .../images/sponsors/les-tilleuls.svg | 1 + new/sponsor.html | 677 ++++++++++++++++++ 8 files changed, 1081 insertions(+), 120 deletions(-) create mode 100644 new/includes/footer.html create mode 100644 new/resources/css/sponsor.css create mode 100644 new/resources/images/sponsors/les-tilleuls.svg create mode 100644 new/sponsor.html diff --git a/new/includes/footer.html b/new/includes/footer.html new file mode 100644 index 0000000..e8919d4 --- /dev/null +++ b/new/includes/footer.html @@ -0,0 +1,43 @@ + \ No newline at end of file diff --git a/new/index.html b/new/index.html index 2ac9855..484f194 100644 --- a/new/index.html +++ b/new/index.html @@ -13,7 +13,7 @@ - +
{{include "/includes/header.html" "dark-header"}} @@ -26,7 +26,7 @@
The
Ultimate Server
-
+
makes your sites more secure, more reliable, and more scalable than any other solution.
@@ -66,55 +66,58 @@
+ + - - - @@ -308,7 +311,7 @@ -
+

Flexible configuration for all production environments @@ -342,7 +345,7 @@ -
+

Unparalleled extensibility @@ -375,7 +378,7 @@

-
+

The gold standard web server @@ -407,49 +410,7 @@

- + {{include "/includes/footer.html"}} + + + + + \ No newline at end of file