-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
304 lines (296 loc) · 9.78 KB
/
contact.html
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-163809807-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-163809807-1");
</script>
<meta charset="utf-8" />
<title>Sugar & Spice Catering</title>
<meta
name="description"
content="Contact Sugar & Spice Catering to cater your wedding, party, reception, or other large event in the Texarkana area."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="format-detection" content="telephone=no" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<!--Font Awesome-->
<script
src="https://kit.fontawesome.com/b0cd4101cb.js"
crossorigin="anonymous"
></script>
<!--Google Fonts-->
<link
href="https://fonts.googleapis.com/css?family=Great+Vibes&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Raleway&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<nav id="ss-navbar" class="navbar navbar-expand-sm fixed-top">
<!--Brand-->
<a class="navbar-brand font-weight-bold" href="index.html">Home</a>
<!--Toggle collapse-->
<buttton
class="navbar-toggler"
data-toggle="collapse"
data-target="#collapsing-navbar"
>
<span class="navbar-toggler-icon yellow-text"
><i class="fas fa-bars"></i
></span>
</buttton>
<!--Links-->
<div
class="collapse navbar-collapse justify-content-end"
id="collapsing-navbar"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#reviews">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link collapse-bar" href="./gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
</nav>
<main>
<!--Contact Form-->
<section class="container-fluid py-5 mt-5" id="contact-content">
<h1
class="text-center dark-text script-text"
id="contact-page-headline"
>
How can we help you?
</h1>
<!--Form-->
<form
class="col-md-8 mx-auto"
action="https://formspree.io/mzbalnqq"
method="POST"
>
<div class="row">
<div class="col-md">
<label for="name" class="script-text form-label">Name</label>
<input
type="text"
class="form-control"
id="name"
placeholder="Your Name"
name="name"
required
/>
</div>
<div class="col-md">
<label for="_replyto" class="script-text form-label">Email</label>
<input
type="email"
class="form-control"
id="_replyto"
placeholder="email@address.com"
name="_replyto"
required
/>
</div>
</div>
<div class="row">
<div class="col-md">
<label for="phone" class="script-text form-label"
>Phone Number</label
>
<input
type="tel"
class="form-control phone-number"
id="phone"
name="phone"
placeholder="555-555-555"
required
/>
</div>
<div class="col-md">
<label for="number-of-guests" class="script-text form-label"
>Number of Guests</label
>
<input
type="number"
class="form-control"
id="number-of-guests"
name="number-of-guests"
min="1"
placeholder="Guests"
/>
</div>
</div>
<div class="row">
<div class="col-md">
<label for="event-date" class="script-text form-label"
>Date of Event</label
>
<input
type="date"
class="form-control"
id="event-date"
name="event-date"
required
/>
</div>
<div class="col-md">
<label for="event-type" class="script-text form-label"
>Type of Event</label
>
<input
type="text"
class="form-control"
id="event-type"
name="event-type"
placeholder="Event"
required
/>
</div>
</div>
<div class="row">
<div class="col">
<label for="about-event" class="script-text form-label"
>Tell Us About Your Event</label
>
<textarea
rows="5"
class="form-control"
id="about-event"
name="about-event"
placeholder="Questions? Special requests? Let us know what you need."
></textarea>
</div>
</div>
<input type="hidden" name="_subject" value="Catering Request" />
<input
type="hidden"
name="_next"
value="http://www.sugarandspicecatering.biz/thanks.html"
/>
<div class="row">
<button
type="submit"
class="btn btn-lg mx-auto mt-5 form-submit-btn"
value="Send"
>
Submit
</button>
</div>
</form>
</section>
<!--End contact-content-->
</main>
<!--Footer-->
<footer class="container-fluid py-5" id="footer">
<h2 class="yellow-text title-text text-center script-text pt-5">
Get in touch
</h2>
<div class="row py-5">
<address id="contact-info" class="col-sm-4 text-center">
<p class="yellow-text footer-text">
Sugar & Spice Catering
<br />
Texarkana, Tx
<br />
<a href="tel:+1-903-276-4389" class="phone-number"
>1.903.276.4389</a
>
</p>
</address>
<div class="col-sm-4 text-center py-3">
<button
class="btn mx-auto d-block btn-lg footer-button"
onclick="window.location.href='http://www.sugarandspice.catering/contact.html';"
>
Send us a note
</button>
</div>
<div id="social-media-container" class="col-sm-4 text-center">
<h2 class="pt-2 pb-3 yellow-text script-text">Follow Us</h2>
<a href="https://www.facebook.com/sfsugarnspice/" target="_blank"
><i class="fab fa-facebook-square sm-icons yellow-text mx-3"></i
></a>
<a href="https://www.instagram.com/sfsugarnspice/" target="_blank"
><i class="fab fa-instagram sm-icons yellow-text mx-3"></i
></a>
</div>
</div>
<div class="text-center py-3">
<h5 class="yellow-text">© 2020 | Sugar & Spice Catering</h5>
</div>
<div class="text-center">
<a href="https://www.caseypitman.com/" class="dev-link" target="_blank"
><h6 class="yellow-text dev-link">Built by CSP Web Development</h6></a
>
</div>
</footer>
<!--JAVASCRIPT-->
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script>
window.jQuery ||
document.write(
'<script src="js/vendor/jquery-3.4.1.min.js"><\/script>'
);
</script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>