-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
498 lines (453 loc) · 19.7 KB
/
index.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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<!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="active"><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>
<!-- </div> -->
</nav>
<header id="fh5co-header" class="fh5co-cover js-fullheight" role="banner" style="background-image: url(./w1\ \(15\).jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row"3
<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>Afro Fusion Cafe <em>&</em> Restaurant <em>in</em> Gwarimpa </h1>
<h2><a href="" target="_blank"> Culinary traditional flavors </a></h2>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="fh5co-about" class="fh5co-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-pull-4 img-wrap animate-box" data-animate-effect="fadeInLeft">
<img src="./w1 (11).jpg" alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co">
</div>
<div class="col-md-5 col-md-push-1 animate-box">
<div class="section-heading">
<h2>About Us </h2>
<p>Nestled in the heart of the city, Wonder Mouth Cafe is not just a dining experience; it's an odyssey that combines culinary delights, breathtaking views of the city skyline, and an ambiance that exudes sophistication and elegance. We have meticulously curated a menu that showcases a fusion of international flavors along with artisanal coffees and teas that will undoubtedly tantalize your taste buds.. </p>
<p>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.. </p>
<p><a href="#" class="btn btn-primary btn-outline">Place Order </a></p>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-featured-menu" class="fh5co-section">
<div class="container">
<div class="row">
<div class="col-md-12 fh5co-heading animate-box">
<h2> Menu</h2>
<div class="row">
<div class="col-md-6">
<p>We have meticulously curated a menu that showcases a fusion of international flavors along with artisanal coffees and teas that will undoubtedly tantalize your taste buds. </p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 fh5co-item-wrap animate-box">
<div class="fh5co-item">
<img src="aq.jpg" class="img-responsive" >
<h3> ~ Womder Rice & Paste ~
</h3>
<span class="fh5co-price"><sup></sup></span>
<p> Chinese Rice - N3,499 <br>
Jellof Rice - N2,499<br>
Village Rice - N3,950<br>
Asun Pasta - N3,999<br>
Stir Fry Pasta - N2,500<br>
Gizgetti - N3,950<br>
Sea Food Pasta - N7,800<br>
Meat Balls Pasta -N6,200<br>
Spagetti Bolognese - N6,200<br>br><br><br>
Proteins<br>
Peppered Turkey -N2,500<br>
Peppered Chicken - N1,999<br>
Peppered Beef - N500<br>
Fried Fish - N999<br>
Peppered Goat Meat - N1,999<br>
Peppered Bush Meat - N3,999<br>
Spiced/Sauced Crab - N4,999</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 fh5co-item-wrap animate-box">
<div class="fh5co-item margin_top">
<img src="w1 (5).jpg" class="img-responsive" alt="">
<h3> ~ Wonder Specials & Soups ~ </h3>
<span class="fh5co-price"><sup></sup></span>
<p> Nkwobi - N4,950<br>
Isi Ewu - N9,950<br>
Barbecue Catfish - N6,950<br>
Roasted Catfish - N7,550<br>
Roasted Crocker Fish - N8,550<br>
Roasted Titus Fish - N4,550<br>
Grilled Crab - N8,950<br>
Abacha - N4,900<br>
White Soup - N4,999<br>
Banga Soup - N4,999<br>
Fisherman Soup - N5,999<br>
Black Soup - N4,999<br>
Egusi Soup - N3,999<br>
Afang Soup - N3,999<br>
Efo Riro - N3,999<br>
Ogbono Soup - N3,999<br>
Groundnut Soup - N3,999<br><br><br>
Platters<br>
Animal Series Platter - N29,999<br>
Farmers Pot Platter - N24,999<br>
Fisherman Hook - N29,999<br>
Fruits Garden - N14,999<br>
Snack IT - N19,999 </p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 fh5co-item-wrap animate-box">
<div class="fh5co-item">
<img src="as1.jpg" class="img-responsive" alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co">
<h3> ~ Wonder Enjoyment ~ </h3>
<span class="fh5co-price"><sup></sup></span>
<p> Oats - N1,990<br>
Corn Flakes - N999<br>
Golden Morn - N999<br>
Garri - N999<br>
Queen Heart - N3,999<br>
Chocolate Pap - N999<br>
Vanilla Pap - N999<br>
Stawberry - N999<br>
Mix Fruits Salad - N2,999<br>
Custard Stirred - N1,499<br>
Custrad Steamed - N1,499<br>
Wonder Akara Burger - N1,999<br>
Fry Yam - N2,499<br>
Fried Irish Potatoes - N2,990<br>
Fried Sweet Potatoes - N1,999<br>
Yamarita -N3,999<br>
French Fries - N1,499<br>
Wonder Noodles - N2,999<br>
Standard Noodles And Fried - N1,999<br>
Fried Fish - N999 <br>
>Beef Burger - N3,850<br>
Double Beef Burger - N4,550<br>
Chicken Burger - N5,999<br>
Banana Pancake - N2,850<br>
Coconut Pancake - N2,999<br>
Chocolate Pancake - N2,999<br>
Spicy Pancake - N2,999<br>
Apple Waffle - N3,450<br>
Coconut Waffle - N3,450<br>
Mix Fruits Waffle - N3,450<br>
French Toast -N1,999<br>
Wonder Speical Toast -N2,999<br>
Toasted Bread and Egg -N1,999<br>
Sausage Roll -N1,750<br>
Chicken Shawama (with Sausage ) -N2,550<br>
Chicken Shawama (without Sausage ) -N2,100<br>
Beef Shawama (with Sausage ) -N2,399<br>
Beef Shawama (without Sausage ) -N1,999<br>
Beef & Chicken Shawama (with Sausage ) -N2,399<br>
Shrimps Shawama (with Sausage ) -N3,490 </p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 fh5co-item-wrap animate-box">
<div class="fh5co-item margin_top">
<img src="w1 (3).jpg" class="img-responsive" alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co">
<h3>~Drinks ~ </h3>
<span class="fh5co-price"><sup></sup></span>
<p>
Pina Colada - N4,499<br>
Long Island - N4,999<br>
Purple Haze - N4,999<br>
Mexican Margarita - N3,999<br>
Mojito Fresh - N3,999<br>
Sex On The Beach - N4,499<br>
Blue World - N3,999<br>
Clover Club -N3,499<br>
Barbados Surpise -N3,999<br>
Stawberry Daiquiri -N1,999<br>
Cosmopolitan -N3,499<br>
Apple Martini -N3,499<br>
Cinderella -N3,999<br><br>
Smoothies<br>
Queen Heart -N3,999<br>
Sound Mind -N3,499<br>
Kings Wisdom -N3,999<br>
Virgin Cucumber -N2,499<br>
Margic Apple -N2,999<br><br><br>
Amazing Tea<br>
Liton Tea - N999<br>
Coffe Tea - N1,999<br>
Bristish Tea - N1,999<br>
Cappuccino - N3,499<br>
Frapuccino - N3,499<br>
Ice Latte - N3,499<br>
Hot Chocolate - N3,599<br>
Strawberry (Pink Tea ) - N1,999<br>
Ginger Tea - N1,499<br>
Lemon And Ginger - N1,999<br>
Herbal Tea with Lime And Honey - N2,499<br>
</p>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-featured-testimony" class="fh5co-section">
<div class="container">
<div class="row">
<div class="col-md-12 fh5co-heading animate-box">
<h2>Events & Parties </h2>
<div class="row">
<div class="col-md-6">
<p>Your Gateway to Unforgettable Nights in Abuja! ✨🎉 </p>
</div>
</div>
</div>
<div class="col-md-5 animate-box img-to-responsive animate-box" data-animate-effect="fadeInLeft">
<img src="ps (9).png" alt="">
</div>
<div class="col-md-7 animate-box" data-animate-effect="fadeInRight">
<blockquote>
<p> “ Wrap up your week with our Sunday Chill Sessions. Unwind in a laid-back setting, enjoy acoustic tunes, and savor the flavors of our chef's specials. It's the perfect way to recharge for the week ahead.
Don't miss out on the weekly wonders at Wonder Mouth Cafe – where every day is an opportunity to celebrate life, good food, and great company. Follow us on social media for event updates, special promotions, and more surprises! ”</p>
<p class="author"><cite>— Pop Up Sundays </cite></p>
</blockquote>
</div>
</div>
</div>
</div>
<div id="fh5co-slider" class="fh5co-section animate-box">
<div class="container">
<div class="row">
<div class="col-md-6 animate-box">
<div class="fh5co-heading">
<h2>Our Vibes <em>&</em> Unique Nights </h2>
<p>Don't miss out on the weekly wonders at Wonder Mouth Cafe – where every day is an opportunity to celebrate life, good food, and great company. Follow us on social media for event updates, special promotions, and more surprises! </p>
</div>
</div>
<div class="col-md-6 col-md-push-1 animate-box">
<aside id="fh5co-slider-wrwap">
<div class="flexslider">
<ul class="slides">
<li style="background-image: url(ps\ \(8\).png);">
<div class="overlay-gradient"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-md-offset-0 col-md-pull-10 slider-text slider-text-bg">
<div class="slider-text-inner">
<div class="desc">
<h2>Enjoy <em>Live bands and Famous DJs </h2>
<p> Experience the magic of Soundscapes, where live bands and DJ sets create an electric atmosphere. Enjoy a diverse range of musical genres, paired with our signature dishes and refreshing beverages. Wonder Mouth Cafe are a symphony for the senses.</p>
<p><a href="https://www.instagram.com/wondermouthcafe/" class="btn btn-primary btn-outline">Follow Us For Updates </a></p>
</div>
</div>
</div>
</div>
</div>
</li>
<li style="background-image: url(ps\ \(\).png);">
<div class="overlay-gradient"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-md-offset-0 col-md-pull-10 slider-text slider-text-bg">
<div class="slider-text-inner">
<div class="desc">
<h2>Enjoy <em>Live bands and Famous DJs </h2>
<p> Experience the magic of Soundscapes, where live bands and DJ sets create an electric atmosphere. Enjoy a diverse range of musical genres, paired with our signature dishes and refreshing beverages. Wonder Mouth Cafe are a symphony for the senses.</p>
<p><a href="https://www.instagram.com/wondermouthcafe/" class="btn btn-primary btn-outline">Follow Us For Updates </a></p>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</aside>
</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>