-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
282 lines (242 loc) · 10.5 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Wonder Mouth Cafe </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name=" At Wonder Mouth Cafe, we don't just serve meals; we create memories. Whether you're celebrating a special occasion, enjoying a leisurely brunch with friends, or simply seeking a quiet moment of reflection, our attentive staff and impeccable service ensure that every visit is a remarkable experience.. " content=" At Wonder Mouth Cafe, we don't just serve meals; we create memories. Whether you're celebrating a special occasion, enjoying a leisurely brunch with friends, or simply seeking a quiet moment of reflection, our attentive staff and impeccable service ensure that every visit is a remarkable experience.. " />
<meta name="keywords" content=" At Wonder Mouth Cafe, we don't just serve meals; we create memories. Whether you're celebrating a special occasion, enjoying a leisurely brunch with friends, or simply seeking a quiet moment of reflection, our attentive staff and impeccable service ensure that every visit is a remarkable experience.." />
<meta name="author" content="Wonder Mouth Cafe " />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,600i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div class="fh5co-loader"></div>
<div id="page">
<nav class="fh5co-nav" role="navigation">
<!-- <div class="top-menu"> -->
<div class="container">
<div class="row">
<div class="col-xs-12 text-center logo-wrap">
<div id="fh5co-logo"><a href="index.html">Wonder Mouth Cafe <span>.</span></a></div>
</div>
<div class="col-xs-12 text-center menu-1 menu-wrap">
<ul>
<li class=""><a href="index.html">Home</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="order.html">Order Online </a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header id="fh5co-header" class="fh5co-cover js-fullheight" role="banner" style="background-image: url(w1\ \(20\).jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="display-t js-fullheight">
<div class="display-tc js-fullheight animate-box" data-animate-effect="fadeIn">
<h1>Get <em>in</em> Touch</h1>
<h2> <a href="http://freehtml5.co/" target="_blank"></a></h2>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="fh5co-contact" class="fh5co-section animate-box">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2> Reach out to us </h2>
<p></p>
<p><a href="mailto:info@yourdomainname.com" class="btn btn-primary btn-outline">Contact Us</a></p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-push-6 col-sm-6 col-sm-push-6">
<form action="#" id="form-wrap">
<div class="row form-group">
<div class="col-md-12">
<label for="name">Your Name</label>
<input type="text" class="form-control" id="name">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="email">Your Email</label>
<input type="text" class="form-control" id="email">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="message">Your Message</label>
<textarea name="" id="message" cols="30" rows="10" class="form-control"></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" class="btn btn-primary btn-outline btn-lg" value="Submit Form">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="fh5co-blog" class="fh5co-section">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box">
<h2> Order Now Fast Delivery</h2>
<p>Your Gateway to Culinary Delights in Abuja.
Enjoy the speed and efficiency of our delivery service, bringing Wonder Mouth flavors to your doorstep.
Indulge in the extraordinary. Order from Wonder Mouth Cafe today and let the feast begin! Your culinary adventure awaits. 🌮🍕🥙
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(pv.jpg);"></a>
<div class="blog-text">
<span class="posted_on"></span>
<h3><a href="order.html">🍕 Pizza </a></h3>
<p>Dive into a world of cheesy goodness with our handcrafted pizzas that marry tradition with innovation. Choose from a diverse array of toppings, from the timeless Margherita to the bold flavors of our BBQ Chicken Pizza. With our carefully curated ingredients and artisanal crust, every slice is a celebration of culinary finesse. Order your pizza online and let Wonder Mouth Cafe bring the pizzeria experience to your doorstep. </p>
<ul class="stuff">
<li><a href="order.html">Order Now <i class="icon-arrow-right22"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(pv2.jpg);"></a>
<div class="blog-text">
<span class="posted_on"></span>
<h3><a href="order.html">🔥 Succulent Suya </a></h3>
<p> Whether you crave the classic beef suya, the melt-in-your-mouth chicken suya, or the adventurous fish suya, Wonder Mouth Cafe crafts each bite with the utmost care and authenticity. Elevate your suya experience to new heights, right from the comfort of your home. </p>
<ul class="stuff">
<li><a href="order.html">Order Now <i class="icon-arrow-right22"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(PV3.jpg);"></a>
<div class="blog-text">
<span class="posted_on"></span>
<h3><a href="order.html"> 🌯 Shawarma </a></h3>
<p>Our shawarmas boast a harmonious fusion of marinated meats, crisp vegetables, and luscious sauces, all encased in warm, pillowy bread. Dive into the magic of our chicken, beef, or vegetarian shawarmas – each bite is a journey through taste and texture. </p>
<ul class="stuff">
<li><a href="order.html">Order Now <i class="icon-arrow-right22"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-started" class="fh5co-section animate-box" style="background-image: url(w2\ \(7\).jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Book a Table</h2>
<p>Prompt Delivery: Enjoy the speed and efficiency of our delivery service, bringing Wonder Mouth flavors to your doorstep.
</p>
<p><a href="order.html" class="btn btn-primary btn-outline">Order Online </a></p>
</div>
</div>
</div>
</div>
<footer id="fh5co-footer" role="contentinfo" class="fh5co-section">
<div class="container">
<div class="row row-pb-md">
<div class="col-md-4 fh5co-widget">
<h4>Wonder Mouth Cafe </h4>
<p> A place of relaxation for creative minds, eat good food, network, explore and appreciate arts and entertainment</p>
</div>
<div class="col-md-2 col-md-push-1 fh5co-widget">
<h4>Links</h4>
<ul class="fh5co-footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="order.html">Order</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-2 col-md-push-1 fh5co-widget">
<ul class="fh5co-footer-links">
</ul>
</div>
<div class="col-md-4 col-md-push-1 fh5co-widget">
<h4>Contact Information</h4>
<ul class="fh5co-footer-links">
<li> Big Ideas Plaza Rooftop, 69 Road, Gwarimpa Abuja</li>
<li>Instagram- <a href="https://www.instagram.com/wondermouthcafe/"> wondermouthcafe</a></li>
<li><a href=""> wondermouthcafe@gmail.com</a></li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="col-md-12 text-center">
<p>
<small class="block">© 2023 Wonder Mouth . All Rights Reserved.</small>
<small class="block">Designed by <a href="" target="_blank">KelechI Design </a> <a href="" target="_blank"></a></small>
</p>
<p>
<ul class="fh5co-social-icons">
</ul>
</p>
</div>
</div>
</div>
</footer>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>