-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
310 lines (240 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PrisCas Cakes</title>
<link rel="stylesheet" href="https://unpkg.com/flickity-fullscreen@1/fullscreen.css">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<nav class="nHead">
<a href="./index.html" class="image">
<div class="priscas">
</div></a>
<div class="OtherNavItems">
<div><a href="./index.html">Home</a></div>
<div><a href="./index.html#ourservices">Our services</a></div>
<div><a href="./booking.html">Booking</a></div>
<div><a href="gallery.html">Gallery</a></div>
<div><a href="./team.html">Our Team</a></div>
<div><a href="./contactUs.html">Contact us</a></div>
<div><a href="./index.html#aboutus">About us</a></div>
</div>
<div class="area">
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<label class="menuBox">
<div class="menu" onclick="returnNav()">
<div id="bar1"></div>
<div id="bar2"></div>
<div id="bar3"></div>
</div>
</label>
<input type="checkbox" name="" id="bars">
<div class="overlay" id="overlay">
<div class="navItem" onclick="returnNav()"><a href="./index.html">Home</a></div>
<div class="navItem" onclick="returnNav()"><a href="./index.html#ourservices">Our Services</a></div>
<div class="navItem" onclick="returnNav()"><a href="./booking.html">Booking</a></div>
<div class="navItem" onclick="returnNav()"><a href="./gallery.html">Gallery</a></div>
<div class="navItem" onclick="returnNav()"><a href="./team.html">Our Team</a></div>
<div class="navItem" onclick="returnNav()"><a href="./contactUs.html">Contact us</a></div>
<div class="navItem" onclick="returnNav()"><a href="./index.html#aboutus">About</a></div>
<div class="area">
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</nav>
<!-- Flickity HTML init -->
<div class="gallery js-flickity" data-flickity-options='{ "wrapAround": true,
"autoPlay":3500}'>
<div class="gallery-cell values">
</div>
<div class="gallery-cell values">
</div>
<div class="gallery-cell values">
</div>
<div class="gallery-cell values">
</div>
<div class="gallery-cell values">
</div>
</div>
<div class="cpriscas" id="aboutus">
<div class="image"></div>
<div class="description">
<div class="headDesc">About Us</div>
<div class="moreDesc">
Established in 1998, with the core values of total quality service, PRISCA’S CAKES & KITCHEN offers a wide range of indoor and event catering services, cake making and craft, training and talent development.
Under the professional guidance of its Chief Baker and Managing Chef, Priscilla Asein and a team of dedicated staff, PRISCA’S has earned a reputation for always providing customer-friendly, creative and prompt services.
It’s training arm, PRISCA’S CAKES & CATERING ACADEMY offers training in all aspects of catering, including baking, cake design, sugar craft, cooking as well as general home and kitchen management.
Through their Skills, Talent and Management Programme (STAMP) they offer special training and development programmes for children and teenagers.
</div>
</div>
</div>
<div class="ourService" id="ourservices">
<div class="header">Our Services</div>
<div class="card1">
<div class="eventC card cImage1">
<span>
<div><a href="./booking.html">Book a reservation..</a></div>
</span>
<div class="header">
Event Catering
</div>
</div>
<div class="cakesP card cImage1">
<span>
<div><a href="./booking.html">Book a reservation..</a></div>
</span>
<div class="header">
Cakes and Pasteries
</div>
</div>
</div>
<div class="card2">
<div class="trainingP card cImage2">
<span>
<div><a href="./booking.html">Book a reservation..</a></div>
</span>
<div class="header">
Training Program
</div>
</div>
<div class="rentalS card cImage2">
<span>
<div><a href="./booking.html">Book a reservation..</a></div>
</span>
<div class="header">
Rental Services
</div>
</div>
</div>
</div>
<div class="GG" id="gallery">Gallery</div>
<div class="gallery js-flickity gallaria mforward" data-flickity-options='{ "wrapAround": true,
"autoPlay":2000,
"prevNextButtons": false,
"freeScroll": true,
"fullscreen": true,
"pageDots": false}'>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
<div class="gallery-cell galleries">
</div>
</div>
<i class="fas fa-quote-left quote"></i>
<div class="gallery js-flickity gallaria" data-flickity-options='{ "wrapAround": true,
"autoPlay":7500,
"prevNextButtons": false,
"pageDots": false}' id="reviews">
<div class="gallery-cell reviews">
The staff, chef, and servers for Priscas Cakes are great to work with.They helped me pick out my menu and arranged all changes I decided to make as the big day approached. The food was wonderful. Many guests let me know how much they enjoyed the meal. (I highly recommend the stuffed chicken.) The wait staff were professional, nice, and fun. One of the bartenders even helped teach the Father of the Bride how to dance The Wobble! It was such a fun reception and that was made possible by PrisCas Cakes
<div class="reviewer">Ashibogu Ebube</div>
</div>
<div class="gallery-cell reviews">
Great wedding ! Even better food!”…the review from my MOH. : ) PrisCas Cakes impressed me from the beginning. I highly recommend Priscas Cakes. They worked within our budget and the food, service and presentation were top notch. Jen was wonderful to work with while planning the menu and layout and the moment I met Steven (our on-site manager) I knew everything would run smoothly the day of – and they still exceeded my expectations. Every server at the reception was friendly and professional and so attentive. I cannot tell you what a relief it was as a bride to never worry about the catering – everything was perfect.
<div class="reviewer">Osaje Aaron</div>
</div>
<div class="gallery-cell reviews">
Food was great at my wedding. Everyone raved about the salmon! Priscas Cakes makes WONDERFUL food. I got SO many compliments on the food at my wedding and I sure liked it too! They were able to make exactly what I wanted and were especially helpful taking care of serving our signature cocktails when we provided the ingredients. They were very easy to work with and had great staff. I think the value is also wonderful and they can do a wide range of food prices
<div class="reviewer">Animashaun Adams</div>
</div>
<div class="gallery-cell reviews">
I have worked with Priscas Cakes both personally (for our wedding rehearsal dinner) and professionally at work. Each time they go above and beyond with service and quality. Our rehearsal dinner menu was DELICIOUS and they were even able to bar-tend for us which was an added bonus. Their staff is easy to work with and helped our event to run smoothly.
<div class="reviewer">Fregene Micheal</div>
</div>
<div class="gallery-cell reviews">
The food we had at our wedding was incredible! I have had food from PrisCas Cakes at multiple events and it never lets me down! The staff and servers were meticulous in making sure my husband and I had everything we needed. It doesn’t get any better!
<div class="reviewer">Frank Aruegbe</div>
</div>
</div>
<div class="enquiry">
<div><iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3940.8346532797245!2d7.4966865!3d8.9873581!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x104e0db5b18d33e7%3A0x5e2fe8da0662a4d4!2sPrisca's%20Cakes%20%26%20Kitchen!5e0!3m2!1sen!2sng!4v1619513656128!5m2!1sen!2sng"
style="border:0;" allowfullscreen="" loading="lazy" class="map"></iframe></div>
<div class="moreContact">
<header>For More Enquiry</header>
<a href="tel:+2348036150592">
<div class="phone"><i class="fas fa-phone"></i>
<p>+2348036150592</p>
</div>
</a>
<a href="https://m.facebook.com/ogeneme/">
<div class="facebook"><i class="fab fa-facebook-f"></i>
<p>PrisCas</p>
</div>
</a>
<a href="https://instagram.com/priscas_cakes_and_kitchen?igshid=1u466b6p6fwn0">
<div class="instagram"><i class="fab fa-instagram"></i>
<p>PrisCas</p>
</div>
</a>
</div>
</div>
<div class="footer">
<p>PrisCas Cakes </p>
<p>© 2021</p>
<div class="socials">
<a href="https://api.whatsapp.com/send?phone=2348036150592"><i class="fab fa-whatsapp"></i></a>
<a href="https://instagram.com/priscas_cakes_and_kitchen?igshid=1u466b6p6fwn0"><i class="fab fa-instagram"></i></a>
</div>
</div>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script src="https://unpkg.com/flickity-fullscreen@1/fullscreen.js"></script>
<script src="./script.js"></script>
</body>
</html>