diff --git a/pages/contact/_expectations.html b/pages/contact/_expectations.html new file mode 100644 index 000000000..36255e771 --- /dev/null +++ b/pages/contact/_expectations.html @@ -0,0 +1,12 @@ +
+
+
During your live demo we will:
+ +
+
+ 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..13acfe301 --- /dev/null +++ b/pages/contact/_success-stories.html @@ -0,0 +1,11 @@ +
+
Our customers have experienced:
+ +
+
+ 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 %} +
+