-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-contact-us.php
192 lines (187 loc) · 6.71 KB
/
template-contact-us.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<?php /* Template Name: Contact Us */ ?>
<?php get_header(); ?>
<?php $contact_info = new ContactInfo(); ?>
<section
class="py-10 bg-black bg-right bg-no-repeat bg-cover sm:py-16 lg:py-18"
style="
background-image: url('<?php echo RAVIG_IMG_DIR . '/bg-r.png' ?>');
"
>
<div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
<div
class="grid grid-cols-1 md:items-stretch md:grid-cols-2 gap-x-12 lg:gap-x-20 gap-y-10"
>
<div class="flex flex-col justify-around text-center md:text-left">
<h2
class="text-4xl font-bold leading-tight text-white sm:text-5xl lg:text-7xl"
>
Let’s do great work together.
</h2>
<div class="pt-10">
<div
class="max-w-[500px] flex flex-row items-center rounded-lg bg-[#ee4a03] text-white"
>
<div class="p-3">
<svg
class="fill-black"
xmlns="http://www.w3.org/2000/svg"
height="6em"
viewBox="0 0 384 512"
>
<path
d="M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM144 448c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160c-8.8 0-16 7.2-16 16zM304 64H80V384H304V64z"
/>
</svg>
</div>
<div class="p-3 font-bold text-black">
<h1 class="text-xl">SPEAK WITH A STRATEGIST</h1>
<h1 class="text-3xl"><?php echo $contact_info::Phone; ?></h1>
</div>
</div>
</div>
</div>
<div class="lg:pl-12">
<div class="overflow-hidden bg-white rounded-md">
<div class="p-6 sm:p-10">
<?php echo do_shortcode('[contact-form-7 id="62" title="Contact Us Page Form" html_class="contact-form"]' ); ?>
</div>
</div>
</div>
</div>
</div>
</section>
<!--ENDS -->
<!-- CTA Section Starts -->
<section
class="flex flex-col items-center justify-start lg:flex-row bg-[#01102F]"
>
<div
class="w-full lg:w-[65%] min-h-screen flex justify-center items-center flex-col"
>
<div
class="flex flex-col items-center justify-center w-full sm:flex-row sm:mt-10"
>
<div class="flex flex-col justify-center align-middle">
<img
loading="lazy"
src="<?php echo RAVIG_IMG_DIR . '/footer-roket.webp' ?>"
alt="Sapce Img"
width="180px"
/>
</div>
<div
class="w-[90%] flex justify-center ml-5 sm:w-[80%] items-center sm:items-start flex-col"
>
<h4 class="my-5 text-3xl font-bold text-white">
We’ve driven over
</h4>
<div class="w-[60%] flex justify-evenly items-center mt-4">
<span
class="bg-white text-[25px] rounded-[5px] text-white font-bold sm:text-4xl lg:text-7xl Y"
style="
background: linear-gradient(
180deg,
#ee4a03 55.15%,
#ee4a03 59.84%
);
padding: 15px;
margin-right: 7px;
"
>7</span
>
<span
class="bg-whit text-[25px] rounded-[5px] text-white font-bold sm:text-4xl lg:text-7xl Y"
style="
background: linear-gradient(
180deg,
#ee4a03 55.15%,
#ee4a03 59.84%
);
padding: 15px;
margin-right: 7px;
"
>8</span
>
<span
class="bg-whit text-[25px] rounded-[5px] text-white font-bold sm:text-4xl lg:text-7xl Y"
style="
background: linear-gradient(
180deg,
#ee4a03 55.15%,
#ee4a03 59.84%
);
padding: 15px;
margin-right: 7px;
"
>3</span
>
<span
class="bg-whit text-[25px] rounded-[5px] text-white font-bold sm:text-4xl lg:text-7xl Y"
style="
background: linear-gradient(
180deg,
#ee4a03 55.15%,
#ee4a03 59.84%
);
padding: 15px;
margin-right: 7px;
"
>9</span
>
<span
class="bg-whit text-[25px] rounded-[5px] text-white font-bold sm:text-4xl lg:text-7xl Y"
style="
background: linear-gradient(
180deg,
#ee4a03 55.15%,
#ee4a03 59.84%
);
padding: 15px;
margin-right: 7px;
"
>6</span
>
<span
class="bg-whit text-[25px] rounded-[5px] text-white font-bold sm:text-4xl lg:text-7xl Y"
style="
background: linear-gradient(
180deg,
#ee4a03 55.15%,
#ee4a03 59.84%
);
padding: 15px;
margin-right: 7px;
"
>8</span
>
<span
class="bg-whit text-[25px] rounded-[5px] text-white font-bold sm:text-4xl lg:text-7xl Y"
style="
background: linear-gradient(
180deg,
#ee4a03 55.15%,
#ee4a03 59.84%
);
padding: 15px;
margin-right: 7px;
"
>4</span
>
</div>
<h4 class="text-[24px] font-bold text-white my-5">
leads for clients.
</h4>
</div>
</div>
<h4
class="text-white bold text-[24px] w-11/12 text-center md:text-left sm:ml-7 font-bold mt-5"
>
Discover how we can help your business grow
</h4>
<div class="w-[70%] pt-10 pb-10 ps justify-center">
<?php echo do_shortcode('[contact-form-7 id="63" title="Contact Us Proposal Form" html_class="send-proposal"]');?>
</div>
</div>
</section>
<!-- CTA Section Ends -->
<?php get_footer(); ?>