From e9496d5153ab66805f6cfcdeab814f2cf0d5482e Mon Sep 17 00:00:00 2001 From: iangrunt Date: Wed, 29 Mar 2023 18:53:14 -0400 Subject: [PATCH 1/3] contact: update form and content --- pages/contact/_expectations.html | 12 ++++++ pages/contact/_form.html | 61 +++++++++++++++-------------- pages/contact/_hero.html | 9 ++++- pages/contact/_input-text.html | 18 +++++---- pages/contact/_success-stories.html | 11 ++++++ pages/contact/index.html | 13 ++++-- 6 files changed, 82 insertions(+), 42 deletions(-) create mode 100644 pages/contact/_expectations.html create mode 100644 pages/contact/_success-stories.html diff --git a/pages/contact/_expectations.html b/pages/contact/_expectations.html new file mode 100644 index 000000000..b53de58d3 --- /dev/null +++ b/pages/contact/_expectations.html @@ -0,0 +1,12 @@ +
+
+
During your live demo we will:
+
    +
  • Discuss your specific use case and requirements.
  • +
  • Walk you through the Gruntwork platform tailored to your needs.
  • +
  • Offer additional training and DevOps support.
  • +
  • Discover game-changing solutions to your most pressing challenges.
  • +
+
+
+ diff --git a/pages/contact/_form.html b/pages/contact/_form.html index 0d2dd29f8..0a5e95600 100644 --- a/pages/contact/_form.html +++ b/pages/contact/_form.html @@ -1,4 +1,16 @@
+
+ {% include_relative _input-text.html id="contact-name" label="Name" - required=true placeholder="Jon Doe" %} {% include_relative _input-text.html + required=true placeholder="Jon Doe" %} + + {% include_relative _input-text.html id="contact-email" label="Email" required=true placeholder="jon@acme.com" type="email" %} +
-
-
- -
-
- -
-
+ +
+
-
-
- -
-
-
+

-
-
-
-
- - +
+ + diff --git a/pages/contact/_hero.html b/pages/contact/_hero.html index ee2ffe4a4..aee99fd9d 100644 --- a/pages/contact/_hero.html +++ b/pages/contact/_hero.html @@ -1,7 +1,12 @@
-
-

Book a Gruntwork Demo

+
+

+

Discover Gruntwork

+

+

Unlock Success in the Cloud: Save Time, Money, and Effort with Gruntwork +

+ diff --git a/pages/contact/_input-text.html b/pages/contact/_input-text.html index 09aef2739..6ed234c86 100644 --- a/pages/contact/_input-text.html +++ b/pages/contact/_input-text.html @@ -1,10 +1,12 @@
-
-
- -
-
- -
-
+ +
+ diff --git a/pages/contact/_success-stories.html b/pages/contact/_success-stories.html new file mode 100644 index 000000000..e3c4af0f2 --- /dev/null +++ b/pages/contact/_success-stories.html @@ -0,0 +1,11 @@ +
+
Our customers have experienced:
+
    +
  • Up to 90% reduction in time spent on infrastructure management.
  • +
  • 50% or more cost savings on cloud resources.
  • +
  • Faster time-to-market for their applications.
  • +
  • Increased reliability and security in their cloud environments.
  • +
+
+
+ diff --git a/pages/contact/index.html b/pages/contact/index.html index 29d5dac2d..af7cce423 100644 --- a/pages/contact/index.html +++ b/pages/contact/index.html @@ -9,16 +9,23 @@ ---
-
+
{% include_relative _hero.html %}
-
-
+
+
+ {% include_relative _expectations.html %} +
+
{% include_relative _form.html %}
+
+ {% include_relative _success-stories.html %} +
+ From 8eada5a865172e536cfbc383cb808eb7cc052e08 Mon Sep 17 00:00:00 2001 From: Ian <101607944+iangrunt@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:24:03 -0400 Subject: [PATCH 2/3] Update _success-stories.html --- pages/contact/_success-stories.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/contact/_success-stories.html b/pages/contact/_success-stories.html index e3c4af0f2..13acfe301 100644 --- a/pages/contact/_success-stories.html +++ b/pages/contact/_success-stories.html @@ -1,10 +1,10 @@
Our customers have experienced:
    -
  • Up to 90% reduction in time spent on infrastructure management.
  • -
  • 50% or more cost savings on cloud resources.
  • -
  • Faster time-to-market for their applications.
  • -
  • Increased reliability and security in their cloud environments.
  • +
  • • Up to 90% reduction in time spent on infrastructure management.
  • +
  • • 50% or more cost savings on cloud resources.
  • +
  • • Faster time-to-market for their applications.
  • +
  • • Increased reliability and security in their cloud environments.
From 1db9afdaf8eac3d65422547eeada6709710ef8da Mon Sep 17 00:00:00 2001 From: Ian <101607944+iangrunt@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:24:28 -0400 Subject: [PATCH 3/3] Update _expectations.html --- pages/contact/_expectations.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/contact/_expectations.html b/pages/contact/_expectations.html index b53de58d3..36255e771 100644 --- a/pages/contact/_expectations.html +++ b/pages/contact/_expectations.html @@ -2,10 +2,10 @@
During your live demo we will:
    -
  • Discuss your specific use case and requirements.
  • -
  • Walk you through the Gruntwork platform tailored to your needs.
  • -
  • Offer additional training and DevOps support.
  • -
  • Discover game-changing solutions to your most pressing challenges.
  • +
  • 1. Discuss your specific use case and requirements.
  • +
  • 2. Walk you through the Gruntwork platform tailored to your needs.
  • +
  • 3. Offer additional training and DevOps support.
  • +
  • 4. Discover game-changing solutions to your most pressing challenges.