-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
195 lines (186 loc) · 6.58 KB
/
thanks.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
<!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="" />
<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.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<main>
<section class="container-fluid py-5 mt-5" id="thank-you-note">
<h1 class="script-text dark-text text-center" id="thank-you-headline">
Thank you.
</h1>
<p class="dark-text col-sm-6 mx-auto text-center thank-you-text">
We appreciate your interest in Sugar & Spice Catering.
</p>
<p class="dark-text col-sm-6 mx-auto text-center thank-you-text">
We will contact you within the next few days.
</p>
<button
class="btn mx-auto my-5 d-block btn-lg form-submit-btn"
id="close-thank-you-button"
onclick="window.location.href='http://www.sugarandspicecatering.biz/index.html';"
>
Home
</button>
</section>
</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">
<div 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>
</div>
<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>