File tree Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 18
18
{% include_relative _input-text.html id="contact-name" label="Name"
19
19
required=true placeholder="Jon Doe" %} {% include_relative _input-text.html
20
20
id="contact-email" label="Email" required=true placeholder="
[email protected] "
21
- type="email" %} {% include_relative _input-text.html id="contact-company"
22
- label="Company" required=true placeholder="Acme, Inc." %}
23
- < div class ="form-group ">
24
- < div class ="row ">
25
- < div class ="col-xs-12 col-md-4 ">
26
- < label > Which products are you interested in?</ label >
27
- </ div >
28
- < div class ="col-xs-12 col-md-8 ">
29
- {% include_relative _input-check.html id="interested-subscription"
30
- label="Gruntwork Subscription" small_text="Includes access to:
31
- Infrastructure as Code Library, DevOps Training Library" %} {%
32
- include_relative _input-check.html id="interested-pro-support"
33
- label="Pro Support" %} {% include_relative _input-check.html
34
- id="interested-ref-arch" label="Reference Architecture" %} {%
35
- include_relative _input-check.html id="interested-cis-compliance"
36
- label="CIS compliance" small_text="Achieve compliance with the CIS AWS
37
- Foundations Benchmark" %} {% include_relative _input-hidden.html
38
- id="user-utc-timezone-offset" %}
39
- </ div >
40
- </ div >
41
- </ div >
21
+ type="email" %}
42
22
< div class ="form-group ">
43
23
< div class ="row ">
44
24
< div class ="col-xs-12 col-md-4 ">
61
41
< button
62
42
type ="submit "
63
43
id ="submit-button "
64
- class ="btn btn-primary "
44
+ class ="col-xs-12 btn btn-primary "
65
45
ga-on ="click "
66
46
ga-event-category ="contact "
67
47
ga-event-action ="submit "
68
48
>
69
- Submit
49
+ Book a Demo
70
50
</ button >
71
51
</ div >
72
52
</ form >
Original file line number Diff line number Diff line change 1
1
< div class ="container ">
2
2
< div class ="row ">
3
3
< div class ="col-xs-12 text-center ">
4
- < h1 > Ask a Grunt</ h1 >
5
- < p style ="margin-bottom:4px " class ="lead "> Speak to a real human!</ p >
6
- < p > Use the form below or send an email to
< a href ="
mailto:[email protected] "
> [email protected] </ a > .
</ p >
4
+ < h1 > Book a Gruntwork Demo!</ h1 >
5
+ < p style ="margin-bottom:4px " class ="lead "> Use this form to book a live demo with our DevOps engineers.</ p >
7
6
</ div >
8
7
</ div >
9
8
</ div >
You can’t perform that action at this time.
0 commit comments