-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricingtables.html
456 lines (429 loc) · 16.7 KB
/
pricingtables.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Little People</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<link rel="stylesheet" type="text/css" href="css/line-awesome.css">
<link rel="stylesheet" type="text/css" href="css/line-awesome-font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="lib/slick/slick.css">
<link rel="stylesheet" type="text/css" href="lib/slick/slick-theme.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<div class="wrapper">
<header>
<div class="container">
<div class="header-data">
<div class="logo">
<a href="#" title=""><img src="images/logo.png" alt=""></a>
</div><!--logo end-->
<nav>
<ul>
<li>
<a href="index.html" title="" class="hm">
<i class="fa fa-home"></i>
<b>Home</b>
</a>
<ul>
<li><a href="index.html" title="">Home 1</a></li>
<li><a href="index2.html" title="">Home 2</a></li>
</ul>
</li>
<li>
<a href="#" title="" class="hm">
<i class="fa fa-file-text-o"></i>
<b>Pages</b>
</a>
<ul>
<li><a href="butterfly-room.html" title="">Butterfly Room</a></li>
<li><a href="daisy-room.html" title="">Daisy Room</a></li>
<li><a href="pricingtables.html" title="">Pricing Tables</a></li>
<li><a href="gallery-masonary.html" title="">Gallery - Masonary</a></li>
</ul>
</li>
<li>
<a href="#" title="" class="hm">
<i class="fa fa-graduation-cap"></i>
<b>Classes</b>
</a>
<ul>
<li><a href="session-rooms.html" title="">Sessions & Rooms</a></li>
<li><a href="classes-page.html" title="">Single Class</a></li>
</ul>
</li>
<li>
<a href="blog.html" title="" class="hm">
<i class="fa fa-edit"></i>
<b>Blog</b>
</a>
</li>
<li>
<a href="#" title="" class="hm">
<i class="fa fa-info-circle"></i>
<b>Shortcodes</b>
</a>
<ul>
<li><a href="accordions.html" title="">Accordions</a></li>
<li><a href="tabs.html" title="">Tabs</a></li>
<li><a href="counters.html" title="">Counters</a></li>
<li><a href="fancy-box.html" title="">Fancy Boxes</a></li>
<li><a href="background-videos.html" title="">Background Videos</a></li>
<li><a href="buttons.html" title="">Buttons</a></li>
<li><a href="classes.html" title="">Classes</a></li>
<li><a href="team.html" title="">Team</a></li>
<li><a href="recent-posts.html" title="">Recent Posts</a></li>
</ul>
</li>
<li>
<a href="shop.html" title="" class="hm">
<i class="fa fa-shopping-basket"></i>
<b>Shop</b>
</a>
<ul>
<li><a href="cart.html" title="">Cart</a></li>
<li><a href="checkout.html" title="">Checkout</a></li>
<li><a href="product-details.html" title="">Product Details</a></li>
</ul>
</li>
<li>
<a href="contact.html" title="" class="hm">
<i class="fa fa-phone"></i>
<b>Contact</b>
</a>
</li>
</ul>
</nav><!--nav end-->
<div class="menu-btn">
<span class="bar1"></span>
<span class="bar2"></span>
<span class="bar3"></span>
</div><!--menu-btn end-->
</div><!--header-data end-->
</div>
</header><!--header end-->
<div class="responsive-mobile-menu">
<ul>
<li><a href="index.html" title="">Home</a>
<ul>
<li><a href="index.html" title="">Home 1</a></li>
<li><a href="index2.html" title="">Home 2</a></li>
</ul>
</li>
<li><a href="#" title="">Pages</a>
<ul>
<li><a href="butterfly-room.html" title="">Butterfly Room</a></li>
<li><a href="daisy-room.html" title="">Daisy Room</a></li>
<li><a href="pricingtables.html" title="">Pricing Tables</a></li>
<li><a href="gallery-masonary.html" title="">Gallery - Masonary</a></li>
</ul>
</li>
<li><a href="classes.html" title="">Classes</a>
<ul>
<li><a href="session-rooms.html" title="">Sessions & Rooms</a></li>
<li><a href="classes-page.html" title="">Single Class</a></li>
</ul>
</li>
<li><a href="blog.html" title="">Blog</a></li>
<li><a href="#" title="">Shortcodes</a>
<ul>
<li><a href="accordions.html" title="">Accordions</a></li>
<li><a href="tabs.html" title="">Tabs</a></li>
<li><a href="counters.html" title="">Counters</a></li>
<li><a href="fancy-box.html" title="">Fancy Boxes</a></li>
<li><a href="background-videos.html" title="">Background Videos</a></li>
<li><a href="buttons.html" title="">Buttons</a></li>
<li><a href="classes.html" title="">Classes</a></li>
<li><a href="team.html" title="">Team</a></li>
<li><a href="recent-posts.html" title="">Recent Posts</a></li>
</ul>
</li>
<li><a href="#" title="">Shop</a>
<ul>
<li><a href="shop.html" title="">Shop</a></li>
<li><a href="cart.html" title="">Cart</a></li>
<li><a href="checkout.html" title="">Checkout</a></li>
<li><a href="product-details.html" title="">Product Details</a></li>
</ul>
</li>
<li><a href="contact.html" title="">Contact</a></li>
</ul>
</div><!--responsive-mobile-menu end-->
<section class="pager-sec">
<div class="container">
<div class="pager-pag">
<h3>OUR PRICES & INFORMATION</h3>
<h4>KINDERGARTEN PRICES & DETAILS</h4>
</div><!--pager-pag end-->
</div>
</section><!--pager-sec end-->
<section class="block4">
<div class="fixed-bg bg12"></div>
<div class="container">
<div class="pricing-tables">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="price-table">
<div class="ico">
<img src="images/ico1.png" alt="">
</div>
<h3>SHINING STARS</h3>
<span>3 - 4 years</span>
<div class="pricing-content">
<ul>
<li>
<span><b>$</b><strong>157</strong><small>.00</small></span>
<span>Full Week</span>
</li>
<li>
<span><b>$</b><strong>35</strong><small>.00</small></span>
<span>Full Day </span>
</li>
<li>
<span><b>$</b><strong>25</strong><small>.00</small></span>
<span>Half Week </span>
</li>
</ul>
</div><!--pricing-content end-->
<div class="more-info">
<a href="#" title="">More Info</a>
</div>
</div><!--price-table end-->
</div>
<div class="col-lg-4 col-md-6">
<div class="price-table clr_2">
<div class="ico">
<img src="images/ico2.png" alt="">
</div>
<h3>BOUNCY BEARS</h3>
<span>2 - 3 years</span>
<div class="pricing-content">
<ul>
<li>
<span><b>$</b><strong>155</strong><small>.00</small></span>
<span>Full Week</span>
</li>
<li>
<span><b>$</b><strong>35</strong><small>.00</small></span>
<span>Full Day </span>
</li>
<li>
<span><b>$</b><strong>22</strong><small>.00</small></span>
<span>Half Week </span>
</li>
</ul>
</div><!--pricing-content end-->
<div class="more-info">
<a href="#" title="">More Info</a>
</div>
</div><!--price-table end-->
</div>
<div class="col-lg-4 col-md-6">
<div class="price-table clr_3">
<div class="ico">
<img src="images/ico3.png" alt="">
</div>
<h3>LITTLE LAMBS</h3>
<span>0 - 2 years</span>
<div class="pricing-content">
<ul>
<li>
<span><b>$</b><strong>165</strong><small>.00</small></span>
<span>Full Week</span>
</li>
<li>
<span><b>$</b><strong>37</strong><small>.00</small></span>
<span>Full Day </span>
</li>
<li>
<span><b>$</b><strong>25</strong><small>.00</small></span>
<span>Half Week </span>
</li>
</ul>
</div><!--pricing-content end-->
<div class="more-info">
<a href="#" title="">More Info</a>
</div>
</div><!--price-table end-->
</div>
</div>
</div><!--pricing-tables end-->
<div class="other-info">
<p>If you have any questions about our amazing kindergarten, please do not hesitate to contact us.</p>
<div class="cont-info">
<h3><a href="mailto:[email protected]" title="">[email protected]</a></h3>
<h3>+44 1254 395 029 </h3>
</div><!--cont-info end -->
</div><!--other-info end-->
</div>
</section>
<section class="block no-padding">
<div class="cms-opng-details">
<div class="row">
<div class="col-lg-6">
<div class="cms-opn-info pd-left">
<h3 class="title-hd">Opening Times</h3>
<p>We are open 7.30am to 6pm, Monday – Friday for 51 weeks of the year.</p>
<p> We close for one week at Christmas, in addition to Bank Holidays. We close at 3pm on Christmas Eve.</p>
</div><!--cms-opn-info end-->
</div>
<div class="col-lg-6">
<div class="cms-opn-info pd-right">
<h3 class="title-hd">Discounts & Payments</h3>
<p>Fees are payable, in advance, on the 1st day of each calendar month, usually by standing order.</p>
<p> Discounts are available for siblings who both attend either full time or four days each week. Full time discount 10% or 4-day discount 5%. Discounts apply to the oldest child.
</div><!--cms-opn-info end-->
</div>
</div>
</div><!--cms-opng-details end-->
</section>
<section class="block4">
<div class="fixed-bg bg4 clr-overlay cllr2"></div>
<div class="container">
<div class="heading st2">
<h3>What The Parents Say</h3>
</div><!--heading end-->
<div class="testimonial-carousel">
<div class="testi-comment">
<p>Elipsis magna a terminal nulla elementum morbi elite forte maecenas est magna vehicula est node maecenas. Praesent arcu gravida vehicula est node maecenas loareet.</p>
<div class="client-info">
<h3>Louisa Green</h3>
<h4>London</h4>
<ul>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
</ul>
</div><!--client-info end-->
</div><!--testi-comment end-->
<div class="testi-comment">
<p>Elipsis magna a terminal nulla elementum morbi elite forte maecenas est magna vehicula est node maecenas. Praesent arcu gravida vehicula est node maecenas loareet.</p>
<div class="client-info">
<h3>Louisa Green</h3>
<h4>London</h4>
<ul>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
</ul>
</div><!--client-info end-->
</div><!--testi-comment end-->
<div class="testi-comment">
<p>Elipsis magna a terminal nulla elementum morbi elite forte maecenas est magna vehicula est node maecenas. Praesent arcu gravida vehicula est node maecenas loareet.</p>
<div class="client-info">
<h3>Louisa Green</h3>
<h4>London</h4>
<ul>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
</ul>
</div><!--client-info end-->
</div><!--testi-comment end-->
</div><!--testimonial-carousel end-->
</div>
</section>
<section class="block2 remove-btm-gap">
<div class="fixed-bg bg7"></div>
<div class="heading st2">
<h3>How to find us</h3>
</div><!--heading end-->
<div class="gmap">
<div id="map"></div>
</div><!--gmap end-->
</section>
<footer>
<div class="container">
<div class="footer-data">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget widget-about">
<h3 class="widget-title">About Us</h3>
<p>Ut wisi enim ad minim veniam, quis nostr exerci tation ullamorper suscipit lobortis isl ut aliquip ex ea commdo consequat. Duiste vel eum iriure door in hendrerit in vulpuatevelit esse molestie.</p>
<img src="images/logo2.png" alt="">
</div><!--widget-about end-->
</div>
<div class="col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget widget-links">
<h3 class="widget-title">Blog Categories</h3>
<ul>
<li><a href="#" title="">Meet The Team</a></li>
<li><a href="#" title="">Careers</a></li>
<li><a href="#" title="">Testimonials</a></li>
<li><a href="#" title="">Community Involvement</a></li>
<li><a href="#" title="">What We Do</a></li>
</ul>
</div><!--widget-links end-->
</div>
<div class="col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget widget-posts">
<h3 class="widget-title">Blog Posts</h3>
<div class="blg-posts">
<div class="blg-post">
<img src="http://via.placeholder.com/50x50" alt="">
<div class="blg-info">
<h3><a href="#" title="">Create amazing things</a></h3>
<span>Jan 30 2016 | by <a href="#" title="">David James</a></span>
</div>
</div>
<div class="blg-post">
<img src="http://via.placeholder.com/50x50" alt="">
<div class="blg-info">
<h3><a href="#" title="">Subscribe</a></h3>
<span>Jan 30 2016 | by <a href="#" title="">David James</a></span>
</div>
</div>
<div class="blg-post">
<img src="http://via.placeholder.com/50x50" alt="">
<div class="blg-info">
<h3><a href="#" title="">Start something new</a></h3>
<span>Jan 30 2016 | by <a href="#" title="">David James</a></span>
</div>
</div>
</div><!--blg-posts end-->
</div><!--widget-posts end-->
</div>
<div class="col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget widget-instagram">
<h3 class="widget-title">Instagram</h3>
<ul>
<li><a href="#" title=""><img src="http://via.placeholder.com/85x85" alt=""></a></li>
<li><a href="#" title=""><img src="http://via.placeholder.com/85x85" alt=""></a></li>
<li><a href="#" title=""><img src="http://via.placeholder.com/85x85" alt=""></a></li>
<li><a href="#" title=""><img src="http://via.placeholder.com/85x85" alt=""></a></li>
<li><a href="#" title=""><img src="http://via.placeholder.com/85x85" alt=""></a></li>
<li><a href="#" title=""><img src="http://via.placeholder.com/85x85" alt=""></a></li>
</ul>
</div><!--widget-instagram end-->
</div>
</div>
</div><!-- footer-data end-->
</div>
</footer><!--footer end-->
<a href="#" title="" class="scrollTop"><i class="fa fa-arrow-up"></i></a>
</div><!--wrapper end-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/popper.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/isotope.js"></script>
<script type="text/javascript" src="lib/slick/slick.min.js"></script>
<script type="text/javascript" src="js/html5lightbox.js"></script>
<script type="text/javascript" src="js/map.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCYc537bQom7ajFpWE5sQaVyz1SQa9_tuY&callback=initMap"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>