-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
684 lines (591 loc) · 22.1 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
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!DOCTYPE html>
<html>
<head>
<title>
Dine and Park Culinary Training School </title>
<link rel="icon" type="image/x-icon" href=".//logo.PNG">
</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">
<meta name="format-detection" content="telephone=no">
<meta name="
Dine and Park Culinary Training School" content="yes">
<meta name="
Dine and Park Culinary Training School" content="">
<meta name="keywords" content="We are confident that Dine and Park Culinary Training School is the right choice for you if you want to learn to cook or become a professional chef.">
<meta name=" " content="Dine and Park Culinary Training School
Abuja's Premier Culinary Training School ,We are passionate about providing high-quality culinary education to aspiring chefs and home cooks alike. Our team of experienced chefs is dedicated to helping our students succeed in the culinary industry. ">
<!--link to the CSS files for this menu type-->
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="fonts/icomoon/icomoon.css">
<link rel="stylesheet" media="screen" href="superfish/css/superfish.css">
<link rel="stylesheet" type="text/css" href="slick/slick/slick.css" />
<link rel="stylesheet" type="text/css" href="slick/slick/slick-theme.css" />
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox.min.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox.css">
<!--link to the JavaScript files (hoverIntent is optional)-->
<script src="superfish/js/hoverIntent.js"></script>
<script src="superfish/js/superfish.js"></script>
</head>
<body>
<div class="main-wrapper">
<header id="header-wrap">
<div class="container">
<div class="row">
<nav class="navbar navbar-expand-lg col-md-12">
<div class="navbar-brand">
<a href="index.html">
<img style="border-radius: 20%; opacity: 30%; border-style: double; height: 1cm;" src="./images/" alt="">
</a>
</div>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse"
data-target="#slide-navbar-collapse" aria-controls="slide-navbar-collapse"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="icon icon-navicon"></i></span>
</button>
<div class="navbar-collapse collapse" id="slide-navbar-collapse">
<ul class="navbar-nav light list-inline strong sf-menu">
<li class="nav-item active">
<a href="index.html" class="nav-link" data-effect="Home">Home </a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link"
data-effect="Reservation">About</a>
</li>
<li class="nav-item">
<a href="classes.html" class="nav-link" data-effect="Menu"> Classes</a>
</li>
<li class="nav-item">
<a href="events.html" class="nav-link" data-effect="Menu">Events </a>
</li>
<li class="nav-item">
<a href="menu.html" class="nav-link" data-effect="Menu">Menu </a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link" data-effect="Menu">Contact </a>
</li>
</ul>
</li>
<li class="nav-item">
</li>
</ul>
</div><!--navbar-collapse-->
<div class="social-block">
<div class="social-icon">
<a href="facebook.com">
<i class="icon icon-facebook"></i>
</a>
<a href="twitter.com">
<i class="icon icon-twitter"></i>
</a>
<a href="instagram.com">
<i class="icon icon-instagram"></i>
</a>
</div>
</div>
</nav>
</div><!----.row----->
</div>
</header>
<section id="billboard">
<div class="container text-center">
<div class="text-content heading text-center light">
<h1 class="section-title"><strong>Welcome to</strong>
Dine and Park </h1>
<div class="divider">
<div class="icon-wrap">
<i class="icon icon-spoon"></i>
</div>
</div>
<div class="slogan mb-5">Abuja's Premier Culinary Training School </div>
<p> Providing High-quality Culinary Education to Aspiring Chefs and Home Cooks Alike with Afforable Price List
</p>
</div>
</form>
</div>
</div><!----billboard-content----->
</div><!--billboard-->
<section class="company-intro pt-60">
<div class="container">
<div class="row">
<div class="section-image col-md-7">
<img src="p7.PNG" class="introImg">
</div>
<div class="text-content text-center heading dark col-md-5">
<h2 class="section-title">
<strong>About Us </strong>the most awarded Culinary Training School
</h2>
<div class="divider dark mb-4">
<div class="icon-wrap">
<i class="icon icon-spoon"></i>
</div>
</div>
<p>
Dine and Park Culinary Training School is a leading culinary school in Abuja, Nigeria. We provide students with the skills and knowledge they need to succeed in the culinary industry.<br>
We are passionate about providing high-quality culinary education to aspiring chefs and home cooks alike. Our team of experienced chefs is dedicated to helping our students succeed in the culinary industry.
Our mission is to provide our students with the skills and knowledge they need to excel in the culinary industry. We believe that everyone has the potential to be a great cook, and we are committed to helping our students reach their full potential.
</p>
</div>
</div>
</section>
<section class="text-center featured-food-wrap heading">
<div class="container">
<h2 class="section-title"><strong>Check </strong>our packages </h2>
<div class="divider dark mb-4">
<div class="icon-wrap">
<i class="icon icon-spoon"></i>
</div>
</div>
<div class="box-wrap slider">
<div class="col-md-4 row-cols-sm-1 box">
<figure>
<a href="#">
<img src="j4.PNG">
</a>
</figure>
<div class="text-content text-align ">
<div class="category">
<a href=""></a>
</div>
<div class="content">
<h3><a href="#">Mentorship Package </a></h3>
<p> The Mentorship Program at Dine and Park Culinary Training School pairs aspiring chefs with experienced professionals for personalized guidance and support</p>
</div>
<span class="price-tags">N400,000</span>
</div>
</div>
<div class="col-md-4 row-cols-sm-1 box">
<figure>
<a href="#">
<img src="p3.PNG">
</a>
</figure>
<div class="text-content text-align ">
<div class="category">
<a href=""> </a>
</div>
<div class="content">
<h3><a href="#">Apprenticeship Package </a></h3>
<p>Participants gain valuable experience working alongside experienced chefs and contribute to the daily operations of a restaurant or culinary establishment </p>
</div>
<span class="price-tags">N230,000</span>
</div>
</div>
<div class="col-md-4 row-cols-sm-1 box">
<figure>
<a href="#">
<img src="s9.PNG">
</a>
</figure>
<div class="text-content text-align ">
<div class="category">
<a href=""> </a>
</div>
<div class="content">
<h3><a href="#">Business Start Up Package </a></h3>
<p> Training equips aspiring entrepreneurs with the skills and knowledge to launch their own culinary businesses. Participants learn essential aspects of business management, marketing, and financial planning. </p>
</div>
<span class="price-tags">N300,000</span>
</div>
</div>
<div class="col-md-4 row-cols-sm-1 box">
<figure>
<a href="#">
<img src="s8.PNG">
</a>
</figure>
<div class="text-content text-align ">
<div class="category">
<a href=""></a>
</div>
<div class="content">
<h3><a href="#">Healthy Chef Package </a></h3>
<p> Participants learn about healthy cooking practices, food sourcing, and menu planning for various dietary needs. </p>
</div>
<span class="price-tags">N100,000</span>
</div>
</div>
<div class="col-md-4 row-cols-sm-1 box">
<figure>
<a href="#">
<img src="s7.PNG">
</a>
</figure>
<div class="text-content text-align ">
<div class="category">
<a href=""></a>
</div>
<div class="content">
<h3><a href="#">Intership Program</a></h3>
<p>The Internship Program at Dine and Park Culinary Training School provides aspiring chefs with the opportunity to gain real-world experience </p>
</div>
<span class="price-tags">N200,00</span>
</div>
</div>
</div><!--box-wrap-->
</div>
</section>
<section class="light notice-board-wrap mt-5">
<div class="container">
<div class="notice-board">
<div class="content text-center heading ">
<h2 class="section-title"><strong>Our Restaurant </strong>open at</h2>
<div class="divider mb-4">
<div class="icon-wrap">
<i class="icon icon-spoon"></i>
</div>
</div>
<div class="notice">
<ul class="list-unstyled colored-light col-md-6">
<span>Oriental Garden Accra Street Wuse Zone 5 Abuja </span>
<li><strong>Monday-Friday</strong></li>
<li>8am - 8pm</li>
<li>11am - 10am(Lunch/Dinner)</li>
</ul>
</div>
<div class="contact-info color-primary">
<span>07036414313</span>
<a href="menu.html" class="btn btn-pill btn-outline-light light hvr-sweep-to-right"> View Our Menu </a>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="heading text-center">
<h2 class="section-title text-center"><strong>Culinary Arts Classes </strong></h2>
<div class="divider dark mb-4">
<div class="icon-wrap">
<i class="icon icon-spoon"></i>
</div>
</div>
</div>
<div class="dark price-list">
<div class="row">
<table class="col-md-6">
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Full Culinary Arts Programme</strong>
<em>3 months </em>
</div>
</td>
<td class="color-primary"><strong> N400k</strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Pastry & Baking Essentials </strong>
<em>1 Month </em>
</div>
</td>
<td class="color-primary"><strong>N200k</strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong></strong>Cakes & Sugar
<em>1 Month </em>
</div>
</td>
<td class="color-primary"><strong>N280k </strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>African Culinary Arts </strong>
<em>1 Month </em>
</div>
</td>
<td class="color-primary"><strong>N200k </strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Continental & Transcontinental </strong>
<em>2 Months </em>
</div>
</td>
<td class="color-primary"><strong>N300K</strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Barbecu & Grills </strong>
<em>1 Months </em>
</div>
</td>
<td class="color-primary"><strong>N200k </strong></td>
</tr>
</table>
<table class="col-md-6">
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Desserts</strong>
<em>1 Monnth </em>
</div>
</td>
<td class="color-primary"><strong>N150k </strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Mixology Class 30 Drinks </strong>
<em>2 Weeks </em>
</div>
</td>
<td class="color-primary"><strong>N150k </strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG " class="menuImg">
<div class="title">
<strong> Amarya Package </strong>
<em> 1 Month </em>
</div>
</td>
<td class="color-primary"><strong>N180k </strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Mini Chef Package </strong>
<em>Age 5-12</em>
</div>
</td>
<td class="color-primary"><strong>N50k </strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Stripling Package </strong>
<em> Age 13-19</em>
</div>
</td>
<td class="color-primary"><strong>N90k </strong></td>
</tr>
<tr>
<td>
<img src="images/ll.PNG" class="menuImg">
<div class="title">
<strong>Short Courses </strong>
<em>1 Week </em>
</div>
</td>
<td class="color-primary"><strong>N50k </strong></td>
</tr>
</table>
</div>
</div>
<div class="pix_btn text-center">
<a href="contact.html" class="button btn-effect mt-5">For Enquiries Call <br>07036414313, 09029405814</a>
</div>
</div>
</section>
<section class="latest-blogs">
<div class="container">
<div class="heading text-center">
<h2 class="section-title text-center"><strong>Dine Reads </strong></h2>
<div class="divider dark mb-4">
<div class="icon-wrap">
<i class="icon icon-spoon"></i>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 post-item">
<figure class="zoom-effect">
<img src="p9.PNG" alt="food3" class="blogImg">
</figure>
<div class="post-content pt-4">
<h3 class="post-title"><a href="">Learning to Cook from Young<br>
A Skill that Lasts a Lifetime </a></h3>
<div class="meta-tags">
<em class="meta-date">November 30, 2023</em>
<em class="meta-author">by<a href="#"><br>Dine & Park </a></em>
<em class="meta-comment"><a href="#"></a> </em>
</div>
<p style="font-size: small;">
There are many resources available to help teach kids to cook.<BR>
By encouraging your kids to cook, you can help them develop a healthy relationship with food and set them up for a lifetime of success.
<BR>
Here are some additional tips for encouraging kids to cook:
<BR>
Involve them in meal planning: Let your kids help you plan meals for the week. This will give them a sense of ownership and make them more likely to try new foods.
Make it a family activity: Cooking can be a fun family activity. Set aside time each week to cook a meal together.
Take them to the grocery store: Bring your kids with you to the grocery store and let them help you choose ingredients. This will help them learn about different foods and where they come from.
Make cooking a part of your routine: Cook at home as often as possible. This will help your kids develop a habit of cooking and eating at home.
<a href="https://familiesforlife.sg/pages/Article/Why-You-Should-Teach-Younger-Kids-to-Cook ">Continue Reading ...</a></p>
</div>
</div>
<div class="col-md-6 post-item">
<figure class="zoom-effect">
<img src="j5.PNG" alt="asparagus" class="blogImg">
</figure>
<div class="post-content pt-4">
<h3 class="post-title"><a href="single-blog.html">The Culinary Compass: Values That Shape Culinary Excellence </a></h3>
<div class="meta-tags">
<em class="meta-date">December 3, 2023</em>
<em class="meta-author">by<a href="#"><br>Dine & Park </a></em>
<em class="meta-comment"><a href="#"></a> </em>
</div>
<p style="font-size: small;"> Passion: The heart of every great chef beats with an unwavering passion for food. This passion fuels their creativity, drives their pursuit of perfection, and transforms cooking into an art form. It's the passion that ignites their imagination, leading them to explore new flavors, experiment with innovative techniques, and push the boundaries of culinary possibilities.
<br>
Dedication: The path to culinary excellence is paved with dedication and perseverance. A great chef is committed to continuous learning, constantly honing their skills, expanding their knowledge, and staying abreast of culinary trends. They embrace the challenges and setbacks as opportunities for growth, never wavering in their pursuit of culinary mastery.
<br>
Creativity: A great chef is a culinary alchemist, transforming simple ingredients into masterpieces of taste and artistry. Their creativity knows no bounds, as they experiment with bold flavor combinations, reinvent traditional dishes, and present their creations with an eye for detail that elevates the dining experience.
<a href=" https://www.incafrica.com/peter-economy/the-7-remarkably-powerful-core-values-of-a-chef.html">Continue Reading ...</a></p>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-6 col-md-3">
<div class="footer-menu">
<h4 class="widget-title">Contact info <bR>
<ul id="footer-menu" class="list-unstyled">
<li><i class="icon icon-map-marker"></i> Oriental Graden Accra Street Wuse Zone 5 Abuja </li>
<li><i class="icon icon-mobile"></i>07036414313</li>
<li><i class="icon icon-envelope"></i><a href="#">Dine&[email protected]</a></li>
</ul> </h4>
</div>
</div>
<div class="col-6 col-md-2">
<div class="footer-menu">
</ul>
</div>
</div>
<div class="col-6 col-md-2">
<div class="footer-menu">
</div>
</div>
<div class="col-6 col-md-2">
<div class="footer-menu">
<h4 class="widget-title">Information</h4>
<ul id="footer-menu" class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="classes.html">Claases</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-6 col-md-2">
<div class="footer-menu">
</ul>
</div>
</div>
<div class="col-6 col-md-2">
<div class="social-icon">
<h4 class="widget-title">Find us on</h4>
<ul class="list-unstyled d-flex">
<li><a href="https://www.instagram.com/dineandpackculinarytraining/ "><i class="icon icon-facebook"></i></a></li>
<li><a href="https://www.instagram.com/dineandpackculinarytraining/ "><i class="icon icon-twitter"></i></a></li>
<li><a href="https://www.instagram.com/dineandpackculinarytraining/ "><i class="icon icon-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-6 col-md-3">
<div class="footer-menu">
<h4 class="widget-title">newsletter</h4>
<form>
<div class="form-group">
<input type="email" class="form-control" id="email" name="email address"
placeholder="Your email address">
<button type="submit" class="searchbtn"><i class="icon icon-paper-plane"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
</footer>
<div class="footer-bottom">
<div class="container">
<div class="content">
<div class="copyright">
<p>© 2024 - ABUJA'S PREMIER CULINARY TRAINING SCHOOL<a href=""
target="_blank"></a></p>
</div>
<div class="payment-card">
<img src="images/visa.png" class="cardImg">
<img src="images/american-express.png" class="cardImg">
<img src="images/master-card.png" class="cardImg">
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="slick/slick/slick.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox.min.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox.js"></script>
<script>
$(document).ready(function () {
$('a.fancybox').fancybox({
openEffect: 'true',
closeEffect: 'none',
prevEffect: 'none',
nextEffect: 'true',
closeBtn: true,
helpers: {
title: {
type: 'inside'
},
buttons: {}
}
});
$('.slider').slick({
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
responsive: [
{
breakpoint: 768,
settings: {
arrows: false,
centerMode: true,
centerPadding: '40px',
slidesToShow: 3
}
},
{
breakpoint: 576,
settings: {
arrows: false,
dots: true,
slidesToShow: 1,
slidesToScroll: 1,
centerMode: true,
centerPadding: '20px',
autoplay: false,
}
}
]
});
});
</script>
</body>
</html>