-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreschool.html
458 lines (437 loc) · 25.4 KB
/
preschool.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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="KidsPro - Kids Education & Kindergarten School HTML5 Template" />
<meta name="keywords" content="kindergarten,children,kidsschool,school,baby,childschool,academy,course,education," />
<meta name="author" content="ThemeMascot" />
<!-- Page Title -->
<title>Peppykem - Kids Education & Play School</title>
<!-- Favicon and Touch Icons -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/css-plugin-collections.css" rel="stylesheet"/>
<!-- CSS | menuzord megamenu skins -->
<link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet"/>
<!-- CSS | Main style file -->
<link href="css/style-main.css" rel="stylesheet" type="text/css">
<!-- CSS | Preloader Styles -->
<link href="css/preloader.css" rel="stylesheet" type="text/css">
<!-- CSS | Custom Margin Padding Collection -->
<link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css">
<!-- CSS | Responsive media queries -->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- Revolution Slider 5.x CSS settings -->
<link href="js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css"/>
<link href="js/revolution-slider/css/layers.css" rel="stylesheet" type="text/css"/>
<link href="js/revolution-slider/css/navigation.css" rel="stylesheet" type="text/css"/>
<!-- CSS | Theme Color -->
<link href="css/colors/theme-skin-color-set-1.css" rel="stylesheet" type="text/css">
<!-- external javascripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- JS | jquery plugin collection for this theme -->
<script src="js/jquery-plugin-collection.js"></script>
<!-- Revolution Slider 5.x SCRIPTS -->
<script src="js/revolution-slider/js/jquery.themepunch.tools.min.js"></script>
<script src="js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<div id="wrapper" class="clearfix">
<!-- preloader -->
<div id="preloader">
<div id="spinner">
<div class="preloader-dot-loading">
<div class="cssload-loading"><i></i><i></i><i></i><i></i></div>
</div>
</div>
<div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div>
</div>
<!-- Header -->
<header id="header" class="header">
<div class="header-top bg-theme-color-sky sm-text-center p-0">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="widget no-border m-0">
<ul class="list-inline font-13 sm-text-center mt-5">
<li>
<a class="text-white" href="#">Mail us :</a>
</li>
<li class="text-white">|</li>
<li>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<marquee><p class="text-white text-center"></p></marquee>
</div>
<!-- <div class="col-md-4">
<div class="widget no-border m-0">
<ul class="list-inline font-13 sm-text-center mt-5">
<li>
<a class="text-white" href="#">Mail us :</a>
</li>
<li class="text-white">|</li>
<li>
<a class="text-white" href="#"> [email protected]</a>
</li>
</ul>
</div>
</div>-->
<div class="col-md-3">
<div class="widget no-border m-0 mr-15 pull-right flip sm-pull-none sm-text-center">
<ul class="styled-icons icon-circled icon-sm pull-right flip sm-pull-none sm-text-center mt-sm-15">
<li><a href="https://www.facebook.com/peppykem"><i class="fa fa-facebook text-white"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCjlLbRne__Zokn6mmJHPZhg/featured"><i class="fa fa-youtube text-white"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="header-middle p-0 bg-lightest xs-text-center">
<div class="container pt-0 pb-0">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="widget no-border m-0">
<a class="menuzord-brand pull-left flip xs-pull-center" href="javascript:void(0)"><img src="images/logo.jpg" alt=""></a>
<a class="menuzord-brand pull-left flip xs-pull-center" href="javascript:void(0)"><img src="images/logo2.png" alt="" width="180"></a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3" style="margin-top:20px;">
<div class="widget no-border pull-right sm-pull-none sm-text-center mt-10 mb-10 m-0">
<ul class="list-inline">
<li><i class="fa fa-phone-square text-theme-color-sky font-36 mt-5 sm-display-block"></i></li>
<li>
<a href="#" class="font-12 text-black text-uppercase">Call us today!</a>
<h5 class="font-14 text-theme-color-blue m-0">+91 9840003355</h5>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-6" style="margin-top:20px;">
<div class="widget no-border pull-right sm-pull-none sm-text-center mt-10 mb-10 m-0">
<ul class="list-inline">
<li><i class="fa fa-clock-o text-theme-color-red font-36 mt-5 sm-display-block"></i></li>
<li>
<a href="#" class="font-12 text-black text-uppercase">We are opening soon at palakkad, kerala</a>
<h5 class="font-13 text-theme-color-blue m-0"> Mon-Fri 9.00 to 7.30 pm</h5>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="header-nav">
<div class="header-nav-wrapper navbar-scrolltofixed bg-theme-color-red border-bottom-theme-color-sky-2px">
<div class="container">
<nav id="menuzord" class="menuzord bg-theme-colored pull-left flip menuzord-responsive">
<ul class="menuzord-menu">
<li class=""><a href="index.html">Home</a></li>
<li class=""><a href="about.html">About Us</a></li>
<li class="active"><a href="#">Program</a>
<ul class="dropdown">
<li><a href="online.html">Online/ Remote classes</a></li>
<li><a href="preschool.html">Preschool</a></li>
<li><a href="child-care.html">Child care</a></li>
<li><a href="child-club.html">Children Club</a></li>
<li><a href="hobby.html">Hobby Classes</a></li>
</ul>
</li>
<li class=""><a href="facility.html">Our Facilities</a></li>
<li class=""><a href="gallery.html">Gallery</a></li>
<li class=""><a href="contact.html">Contact Us</a></li>
</ul>
<ul class="pull-right flip hidden-sm hidden-xs">
<li>
<!-- Modal: Book Now Starts -->
<a class="btn btn-colored btn-flat bg-theme-color-sky text-white font-14 bs-modal-ajax-load mt-0 p-25 pr-15 pl-15" data-toggle="modal" data-target="#BSParentModal" href="contact.html">Book Now</a>
<!-- Modal: Book Now End -->
</li>
</ul>
<div id="top-search-bar" class="collapse">
<div class="container">
<form role="search" action="#" class="search_form_top" method="get">
<input type="text" placeholder="Type text and press Enter..." name="s" class="form-control" autocomplete="off">
<span class="search-close"><i class="fa fa-search"></i></span>
</form>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Start main-content -->
<div class="main-content">
<!-- Section: inner-header -->
<section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/bg/bg3.png">
<div class="container pt-70 pb-20">
<!-- Section Content -->
<div class="section-content">
<div class="row">
<div class="col-md-6">
<h2 class="text-theme-color-yellow font-36">Preschool</h2>
<ol class="breadcrumb text-left mt-10 white">
<li><a href="#">Home</a></li>
<li><a href="#">Pages</a></li>
<li class="active">preschool</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Blog -->
<section>
<div class="container pt-70 pb-70">
<div class="row">
<div class="col-md-9 pull-right flip sm-pull-none">
<div class="blog-posts single-post">
<article class="post clearfix mb-0">
<div class="entry-header">
<div class="post-thumb thumb"> <img src="images/bg/preschool.png" alt="" class="img-responsive"> </div>
</div>
<div class="entry-content">
<div class="entry-meta media no-bg no-border mt-15 pb-20">
<div class="media-body pl-15">
<div class="event-content pull-left flip">
<h4 class="entry-title text-white text-uppercase m-0"><a href="#">Preschool (1.8 yrs - 4 yrs)</a></h4>
<p>Children’s House – Early learning space / Timings – 9.30 am to 01.00</p>
</div>
</div>
</div>
<p class="mb-15">Initial years in child’s life is crucial in terms of brain development and character formation. Children have greatest appetite for learning and socialization during the early stage. A perfect early education program ensures setting comprehensive learning objectives and a structured approach to achieve these goals giving prime importance to every child’s freedom and individuality.</p>
<h3>About us</h3>
<p class="mb-15">Peppy Kem meaning Active Home founded on the vision of Ms Susan started the service in the field of child care on June 3rd 2013. Since then we are learning and growing after every day, every incidence, understanding more and updating constantly on entire aspects of child care. With strong curriculum support and solid experience we are here to achieve our vision and provide an out of class and unique Early Learning experience for your child at our Children’s House.</p>
<h3>Peppy Kem – Children’s House (Early Learning Program)</h3>
<p class="mb-15">We are committed to tightly integrate 4 components in a way that will have the most beneficial impact on the development of the child.</p>
<ul class="list-icon theme-color-sky rounded">
<li><i class="fa fa-thumbs-o-up"></i>The philosophy-The core philosophy inspired by the Montessori method drives the curriculum</li>
<li><i class="fa fa-thumbs-o-up"></i>The curriculum and methodology-The curriculum is the foundation for the tools / materials used in the preschool.</li>
<li><i class="fa fa-thumbs-o-up"></i>The learning tools offered to the child-Each material has been designed and manufactured keeping in mind the curriculum objectives and the philosophy.</li>
<li><i class="fa fa-thumbs-o-up"></i>The teachers who facilitate learning-The teachers are trained intensively on the philosophy, curriculum and the materials. </li>
<ul>
<p class="mb-15">All the 4 components are interwoven and this results in an Early Learning program that helps in molding children into adults who are not only academically equipped, but also socially adept & has a clear thought process.</p>
<h3>The Philosophy</h3>
<p class="mb-15">Our philosophy is to Follow the child , we provide unrestricted liberty to children in a prepared environment.</br>
Our emphasis is on freedom, self-activity andself education through proper guidance and support for physical and psychological needs for her/his growth. We believe that education begins at home and so we highly value close working relationship with the families.</p>
<h3>The Curriculum</h3>
<p class="mb-15">We follow Montessori based curriculum for which we have tie up with Kreedo, – Kreedo Early Childhood Solutions is the art, science and commerce of preschools. They have designed Structured Preschool curriculum enabling Effective Learning. Kreedo has 600+ associate preschools across the country.Along with Montessori methodology we have combinedcontemporary educational techniques/programs for best results. Our unique curriculum is focused on the following areas of development:</p>
<ul class="list-icon theme-color-sky rounded">
<li><i class="fa fa-thumbs-o-up"></i>Physical Development</li>
<li><i class="fa fa-thumbs-o-up"></i>Cognitive Development</li>
<li><i class="fa fa-thumbs-o-up"></i>Language& Communication</li>
<li><i class="fa fa-thumbs-o-up"></i>Creative Development</li>
<li><i class="fa fa-thumbs-o-up"></i>Socio-Emotional aspect</li>
<ul>
<p>It is a comprehensive child-centric curriculum that comes with set objectives in all major areas of development. It is the set of activities and events, experiences, direct/indirect which occur in the environment specially planned to foster children’s learning and development by promising an amazing childhood experience.</p>
<div class="col-md-12">
<div class="col-md-6">
<img src="">
</div>
<div class="col-md-6">
<img src="">
</div>
</div>
<h3>The Environment</h3>
<p class="mb-15">For a child below 4, curriculum comprises the environment which in turn means the tools that we offer the child to learn. It is essential that a young child gets daily experience with learning aids which have specific usage, derived from the curriculum.
All areas of work for the child, both internal and external have been planned with extreme care to facilitate self learning, and implement the objectives set in the curriculum.</p>
<p class="mb-15">The environment is carefully prepared for the child by following a scientific and sensible methodology.</p>
<h3>Methodology</h3>
<ul class="list-icon theme-color-sky rounded">
<li><i class="fa fa-thumbs-o-up"></i>Individual learning with materials</li>
<li><i class="fa fa-thumbs-o-up"></i>Teachers are facilitators</li>
<li><i class="fa fa-thumbs-o-up"></i>Self Learning Environment</li>
<li><i class="fa fa-thumbs-o-up"></i>Each Child at his own pace</li>
<li><i class="fa fa-thumbs-o-up"></i>Mixed Age Grouping</li>
<li><i class="fa fa-thumbs-o-up"></i>Freedom of choice & movement</li>
<li><i class="fa fa-thumbs-o-up"></i>Socially vibrant environment</li>
<li><i class="fa fa-thumbs-o-up"></i>Encouraging the child’s inherent desire to do and learn</li>
<li><i class="fa fa-thumbs-o-up"></i>Inner discipline</li>
<li><i class="fa fa-thumbs-o-up"></i>Parent feed back sessions</li>
<li><i class="fa fa-thumbs-o-up"></i>No grading and unhealthy competition</li>
<li><i class="fa fa-thumbs-o-up"></i>Small-group activities in art, language and gross motor skills</li>
<li><i class="fa fa-thumbs-o-up"></i>Learning through a thematic approach Learning through role plays, presentations, story telling, Puppetry</li>
<li><i class="fa fa-thumbs-o-up"></i>Field trips& Cultural celebrations</li>
<li><i class="fa fa-thumbs-o-up"></i>Assessment and observation report on daily basis</li>
</ul>
<h3>Our Features</h3>
<ul class="list-icon theme-color-sky rounded">
<li><i class="fa fa-thumbs-o-up"></i>Child centric approach rather than teacher centric</li>
<li><i class="fa fa-thumbs-o-up"></i>Strong Montessori based philosophy & method also incorporating best practices from
Contemporary Childhood Philosophies</li>
<li><i class="fa fa-thumbs-o-up"></i>Goes way beyond traditional concepts of early education.</li>
<li><i class="fa fa-thumbs-o-up"></i>Strong focus on a structured curriculum</li>
<li><i class="fa fa-thumbs-o-up"></i>Comprehensive set of objectives for the overall development of the child</li>
<li><i class="fa fa-thumbs-o-up"></i>Materials and tools for learning designed for the curriculum</li>
<li><i class="fa fa-thumbs-o-up"></i>Revolutionary assessment technique</li>
<li><i class="fa fa-thumbs-o-up"></i>Tight integration between curriculum objectives, materials, activities, teacher training &assessment ensuring there is no disconnect.</li>
<ul>
<h3>Our Facility</h3>
<ul class="list-icon theme-color-sky rounded">
<li><i class="fa fa-thumbs-o-up"></i>Scientifically designed, non-toxic and child friendly materials</li>
<li><i class="fa fa-thumbs-o-up"></i>Enclosed Space of air conditioned rooms</li>
<li><i class="fa fa-thumbs-o-up"></i>Indoor play area</li>
<li><i class="fa fa-thumbs-o-up"></i>Exceptionally vast outdoor play area with play equipments</li>
<li><i class="fa fa-thumbs-o-up"></i>Sand pit</li>
<li><i class="fa fa-thumbs-o-up"></i>CCTV coverage</li>
<li><i class="fa fa-thumbs-o-up"></i>Child friendly care takers</li>
<li><i class="fa fa-thumbs-o-up"></i>Teacher student ratio 8:1</li>
<ul>
</div>
</article>
</div>
</div>
<div class="col-md-3">
<div class="sidebar sidebar-left mt-sm-30">
<div class="widget">
<h5 class="widget-title line-bottom">Our Program</h5>
<div class="categories">
<ul class="list list-border angle-double-right">
<li><a href="online.php">Online/Remote Class</a></li>
<li><a href="preschool.php">Preschool</a></li>
<li><a href="child-care.php">Child care</a></li>
<li><a href="child-club.php">Children Club</a></li>
<li><a href="hobby.php">Hobby Classes</a></li>
</ul>
</div>
</div>
<div class="widget">
<img src="images/course/circle.jpg">
</div>
<div class="widget">
<img src="images/course/pic.jpg">
</div>
<div class="widget">
<img src="images/course/tree.jpg">
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- end main-content -->
<!-- Footer -->
<footer id="footer" class="footer divider layer-overlay overlay-dark-9" data-bg-img="images/bg/bg8.jpg">
<div class="container">
<div class="row border-bottom">
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<img class="mt-5 mb-20" alt="" src="images/logo.jpg">
<p>No. 44, MGR Road, Kalakshethra Colony,
Besant Nagar, Chennai- 600090.</p>
<ul class="list-inline mt-5">
<li class="m-0 pl-10 pr-10"> <i class="fa fa-phone text-theme-color-red mr-5"></i> <a class="text-gray" href="#"> 9840003355, 044-42033280</a> </li>
<li class="m-0 pl-10 pr-10"> <i class="fa fa-envelope-o text-theme-color-lemon mr-5"></i> <a class="text-gray" href="#">[email protected]</a> </li>
<li class="m-0 pl-10 pr-10"> <i class="fa fa-globe text-theme-color-orange mr-5"></i> <a class="text-gray" href="http://peppykem.in/">www.peppykem.in</a> </li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<h4 class="widget-title">Useful Links</h4>
<ul class="list angle-double-right list-border">
<li><a href="about.html">About Us</a></li>
<li><a href="preschool.html">Our Courses</a></li>
<li><a href="facility.html">Our Facilities</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact US</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<h4 class="widget-title">Location</h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3887.6575375622992!2d80.26483631430457!3d12.993742217909018!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5267f9b54d4e67%3A0x665ea9019acd3b8f!2sPeppy%20Kem!5e0!3m2!1sen!2sin!4v1591267770075!5m2!1sen!2sin" width="250" height="250" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> </div>
</div>
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<h4 class="widget-title">Opening Hours</h4>
<div class="opening-hours">
<ul class="list-border">
<li class="clearfix"> <span> Mon - Tues : </span>
<div class="value pull-right"> 09.00 am - 07.30 pm </div>
</li>
<li class="clearfix"> <span> Wednes - Fri :</span>
<div class="value pull-right"> 09.00 am - 07.30 pm </div>
</li>
<li class="clearfix"> <span> Sat : </span>
<div class="value pull-right"> 09.00 pm - 01.00 pm </div>
</li>
<li class="clearfix"> <span> Sun : </span>
<div class="value pull-right"> Closed </div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom bg-black-333">
<div class="container pt-20 pb-20">
<div class="row">
<div class="col-md-6">
<p class="font-11 text-white m-0">Copyright ©2021 PeppyKem. All Rights Reserved</p>
</div>
<div class="col-md-6 text-right">
<div class="widget no-border m-0">
<ul class="list-inline sm-text-center mt-5 font-12">
<li>
<a class="text-white" href="#">Powered By</a>
</li>
<li>|</li>
<li>
<a class="text-white" href="indiafloats.in">Indiafloats Technologies</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
</div>
<!-- end wrapper -->
<!-- Footer Scripts -->
<!-- JS | Custom script for all pages -->
<script src="js/custom.js"></script>
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS
(Load Extensions only on Local File Systems !
The following part can be removed on Server for On Demand Loading) -->
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.video.min.js"></script>
</body>
</html>