forked from thekillacodar/resturant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
225 lines (190 loc) · 9.28 KB
/
menu.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="copyright" content="MACode ID, https://macodeid.com/">
<title>Winnie's Restuarant</title>
<link rel="stylesheet" href="assets/css/maicons.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="assets/vendor/animate/animate.css">
<link rel="stylesheet" href="assets/css/theme.css">
</head>
<body>
<!-- Back to top button -->
<div class="back-to-top"></div>
<header>
<div class="topbar">
<div class="container">
<div class="row">
<div class="col-sm-8 text-sm">
<div class="site-info">
<a href="#"><span class="mai-call text-primary"></span> +234 916 415 6732</a>
<span class="divider">|</span>
<a href="#"><span class="mai-mail text-primary"></span> [email protected]</a>
</div>
</div>
<div class="col-sm-4 text-right text-sm">
<div class="social-mini-button">
<a href="#"><span class="mai-logo-facebook-f"></span></a>
<a href="https://wa.link/0w95nn"><span class="mai-logo-whatsapp"></span></a>
<a href="#"><span class="mai-logo-instagram"></span></a>
</div>
</div>
</div> <!-- .row -->
</div> <!-- .container -->
</div> <!-- .topbar -->
<nav class="navbar navbar-expand-lg navbar-light shadow-sm">
<div class="container">
<a class="navbar-brand" href="#"><span class="text-primary">Winnie's</span> Restuarant</a>
<!-- <form action="#">
<div class="input-group input-navbar">
<div class="input-group-prepend">
<span class="input-group-text" id="icon-addon1"><span class="mai-search"></span></span>
</div>
<input type="text" class="form-control" placeholder="Enter keyword.." aria-label="Username" aria-describedby="icon-addon1">
</div>
</form> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupport" aria-controls="navbarSupport" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupport">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="order.html">Order Online</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div> <!-- .navbar-collapse -->
</div> <!-- .container -->
</nav>
</header>
<div class="page-banner overlay-dark bg-image" style="background-image: url(assets/img/bg_image_1.jpeg);">
<div class="banner-section">
<div class="container text-center wow fadeInUp">
<nav aria-label="Breadcrumb">
<ol class="breadcrumb breadcrumb-dark bg-transparent justify-content-center py-0 mb-2">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Menu</li>
</ol>
</nav>
<h1 class="font-weight-normal">Today's Menu</h1>
</div> <!-- .container -->
</div> <!-- .banner-section -->
</div> <!-- .page-banner -->
<div class="page-section bg-light">
<div class="container">
<div class="row">
<div class="col-md-4 py-3 wow zoomIn">
<div class="card-service">
<div class="circle-shape bg-secondary text-white">
<span class="mai-chatbubbles-outline"></span>
</div>
<a href="https://wa.link/0w95nn" target="_blank"><p><span>Chat</span> Chef Winnie</p></a>
</div>
</div>
<div class="col-md-4 py-3 py-md-0">
<div class="card-service wow fadeInUp">
<div class="circle-shape bg-primary text-white">
<span class="mai-shield-checkmark"></span>
</div>
<a href="menu.html" ><p><span>Winnie's</span> Kitchen</p></a>
</div>
</div>
<div class="col-md-4 py-3 py-md-0">
<div class="card-service wow fadeInUp">
<div class="circle-shape bg-accent text-white">
<span class="mai-basket"></span>
</div>
<p><span>Winnie's</span> Confectioneries</p>
</div>
</div>
</div>
</div>
</div>
<div class="page-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 wow fadeInUp">
<h1 class="text-center mb-3">Welcome To Winnies Kitchen</h1>
<div class="text-lg">
<p>Winnie's Kitchen is a family-owned restaurant serving up delicious home-cooked meals for over 20 years. We're passionate about using fresh, local ingredients to create dishes that are both flavorful and affordable.
Our menu features a wide variety of items to choose from, including classic American favorites like burgers, fries, and milkshakes, as well as more unique options like our signature Winnie's Chicken Pot Pie and our award-winning Mac and Cheese. We also have a full kids' menu, so there's something for everyone at Winnie's Kitchen.
We're more than just a restaurant, though. We're also a place where people can come together to relax, enjoy a good meal, and make memories. Whether you're looking for a casual place to eat with friends or a special occasion spot to celebrate with family, Winnie's Kitchen is the perfect place for you.
<h3>Here are some of the things that make Winnie's Kitchen special:</h3>
* We use only the freshest, local ingredients whenever possible.
* Our menu features a wide variety of dishes to choose from, including classic American favorites and more unique options.
* We have a full kids' menu, so there's something for everyone at Winnie's Kitchen.
* We have a warm and inviting atmosphere, perfect for family gatherings, date nights, or just a casual meal with friends.
* Our staff is friendly and attentive, and we're always happy to go the extra mile to make sure our guests have a great experience.
Come and see for yourself why Winnie's Kitchen is the best restaurant in town!</p>
</div>
</div>
<div class="col-lg-10 mt-5">
<h1 class="text-center mb-5 wow fadeInUp">Our Chef</h1>
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4 wow zoomIn">
<div class="card-doctor">
<div class="header">
<img src="assets/img/winniebanner.jpg" alt="">
<div class="meta">
<a href="#"><span class="mai-call"></span></a>
<a href="#"><span class="mai-logo-whatsapp"></span></a>
</div>
</div>
<div class="body">
<p class="text-xl mb-0">Mrs. Sarima Winnie Chinda</p>
<span class="text-sm text-grey">Nigerian's Own 5 <ins>Star</ins> Chef</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row px-md-3">
<div class="col-sm-6 col-lg-3 py-3">
<h5>Company</h5>
<ul class="footer-menu">
<li><a href="contact.html">About Us</a></li>
<li><a href="order.html">Order with Us</a></li>
<li><a href="menu.html">Our Menu</a></li>
</ul>
</div>
<div class="col-sm-6 col-lg-3 py-3">
<h5>Contact</h5>
<p class="footer-link mt-2">Room 31 G hostel, Rivers State University </p>
<a href="#" class="footer-link">+234 916 415 6732</a>
<a href="#" class="footer-link">Winnie's Kitchen.ng</a>
<h5 class="mt-3">Social Media</h5>
<div class="footer-sosmed mt-3">
<a href="#" target="_blank"><span class="mai-logo-facebook-f"></span></a>
<a href="#" target="_blank"><span class="mai-logo-instagram"></span></a>
<a href="https://wa.link/0w95nn" target="_blank"><span class="mai-logo-whatsapp"></span></a>
</div>
</div>
</div>
<hr>
<p id="copyright">Copyright © 2023 <a href="https://macodeid.com/" target="_blank">MACode ID</a>. All right reserved</p>
</div>
</footer>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/owl-carousel/js/owl.carousel.min.js"></script>
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>