-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
413 lines (409 loc) · 17.1 KB
/
index.html
File metadata and controls
413 lines (409 loc) · 17.1 KB
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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Natyanjali</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='//fonts.googleapis.com/css?family=Asap:400,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Karla:400,400italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1200);
});
});
</script>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true // 100% fit in a container
});
});
</script>
<link rel="stylesheet" href="css/swipebox.css">
<script src="js/jquery.swipebox.min.js"></script>
<script type="text/javascript">
jQuery(function($) {
$(".swipebox").swipebox();
});
</script>
</head>
<body>
<!-- header -->
<div class="banner">
<div class="header" >
<div class="container">
<div class="logo">
<a href="#"><img src="images/logo.png" alt="" /></a>
</div>
<div class="menu">
<a href="#" class="right_bt" id="activator"><img src="images/menu.png" alt=""/></a>
<div class="box" id="box">
<div class="box_content">
<div class="menu_box_list">
<ul>
<li class="active"><a href="#home" class="scroll">home</a></li>
<li><a href="#about" class="scroll">About us</a></li>
<li><a href="#services" class="scroll">Our Courses</a></li>
<li><a href="#portfolio" class="scroll">Gallery</a></li>
<li><a href="#contact-us" class="scroll">contact </a></li>
</ul>
</div>
<a class="boxclose" id="boxclose"><img src="images/close.png" alt=""/></a>
</div>
</div>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
var $ = jQuery.noConflict();
$(function() {
$('#activator').click(function(){
$('#box').animate({'top':'0px'},500);
});
$('#boxclose').click(function(){
$('#box').animate({'top':'-700px'},500);
});
});
$(document).ready(function(){
//Hide (Collapse) the toggle containers on load
$(".toggle_container").hide();
//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
$(".trigger").click(function(){
$(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
});
</script>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="container">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="banner-info" id="home">
<h1>Natyanjali</h1>
<p>Welcome to Natyanjali School of Classical Dance and Music</p>
</div>
</li>
<li>
<div class="banner-info">
<h1>Our Speciality<span></span></h1>
<p>Along with our personal favorite Bharatanatyam, we offer exquisite trainings in semi-classical and Indian folk dance styles</p>
</div>
</li>
<li>
<div class="banner-info">
<h1>Our Dream<span></span></h1>
<p>We dream of keeping alive the Indian classical dance forms by introducing more and more people of all ages to the beauty and soul of it. We believe that there is more to art than just performing it or enjoying it. One can feel the art and eventually, One can be the art. With us, students learn to leave behind all their natural inhibitions, thereby entering a peaceful and open state of mind.</p>
</div>
</li>
</ul>
</div>
</section>
</div>
<!-- FlexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(function(){
SyntaxHighlighter.all();
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!-- FlexSlider -->
</div>
<!-- header -->
<!-- ourstory -->
<div class="ourstory" id="about">
<div class="container">
<div class="col-md-6">
<h2>OUR <span>STORY</span></h2>
<p><b>Natyanjali</b> was founded in the year 2000 by
<b>Kalamandalam Anjali Sunil</b> offering training in
Bharatanatyam. The academeny, affiliated to Kerala Sangeetha Nadaka Academy, presently has more than 3000 students getting trained in Bharatanatyam, Mohiniyattam and other forms of dance. Natyanjali is so proud to have have trained numerous winners and participants of several state level school youth festivals</p.>
<p><b>Anjali Sunil</b>, in her 15 year career as a dance teacher, has successfully managed to create a friendly and disciplined learning environment, encouraging her students to be very open and confident during their training. She encourage her students to explore more of the art form and find their individuality in it, rather than blindly following some standard and failing to grasp the real essence of it.</p>
<p>Her partner in life and her career, <b>Mr. Sunil M. C.</b>, as the manager of Natyanjali, has played a very integral part in making Natyanjali the glorious academy it presently is. His positive attitude, admirable leadership skills and precious insights has been most resourceful assets for Natyanjali. He countinue to work towards achieving the mission and vision of Natyanjali.</p>
<p>By providing trainings in very affordable prices and convenient timings, the academy try to get people of all ages and circumstances involved in their journey of loving and spreading art.</p>
</div>
<div class="ourstory-1">
<div class="col-md-6">
<h6>"Dance is the hidden language of the soul."</h6>
<div style="margin-left: 100px">
<img src="images/nat.jpg" class="img-responsive" alt="" />
</div>
</div>
<div class="clearfix"> </div>
<div class="info">
<div class="container">
<a class="work" href="/docs/brochure.pdf">Download Brochure</a>
<a class="hire" href="/docs/application_form.pdf">Application form</a>
</div>
</div>
</div>
</div>
</div>
<!-- ourstory -->
<div class="ourservices" id="services">
<div class="container">
<div class="col-md-5">
<h2>OUR <span>COURSES |</span></h2>
</div>
<div class="col-md-7">
<h6>We provide the most authentic training</h6>
</div>
<div class="clearfix"> </div>
<div class="col-md-4">
<div class="icons">
<i class="bed"> </i>
</div>
<div class="icon-data">
<h5><a href="https://en.wikipedia.org/wiki/Bharatanatyam">BHARATANATYAM</a></h5>
<p>Bharatanatyam is a classical dance from the South Indian state of Tamil Nadu, practiced predominantly in modern times by women. Its inspirations come from the sculptures of the ancient temple of Chidambaram.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-md-4">
<div class="icons">
<i class="lcd"> </i>
</div>
<div class="icon-data">
<h5><a href="https://en.wikipedia.org/wiki/Mohiniyattam">MOHINIYATTAM</a></h5>
<p>Mohiniyattam is a beautiful dance form of the women of Kerala and it is one of the classical dances of India too.Among the various styles detailed by Bharata Muni in his Natya Shastra, Mohiniyattam most resembles the kaisiki type.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-md-4">
<div class="icons">
<i class="mobile"> </i>
</div>
<div class="icon-data">
<h5><a href="https://en.wikipedia.org/wiki/Kuchipudi">KUCHIPUDI</a></h5>
<p>Kuchipudi is a classical dance from the South Indian state of Andhra Pradesh. Kuchipudi is the name of a village in the Divi Taluka of Krishna district that borders the Bay of Bengal and also the surname of the resident Brahmins practicing this traditional dance form, it acquired the present name.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
<div class="col-md-4">
<div class="icons">
<i class="camera"> </i>
</div>
<div class="icon-data">
<h5><a href="https://en.wikipedia.org/wiki/Nangi%C7%8Er_K%C5%ABthu">NANGYAR KOOTHU</a></h5>
<p>Nangyar Koothu is an allied traditional art of Kutiyattam, an age-old Sanskrit drama tradition of India. It is performed traditionally by the women of the Ambalavasi Nambiar community of Kerala, known as Nangyaramma, but has transcended the caste barrier since the second half of the 20th century.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-md-4">
<div class="icons">
<i class="bulb"> </i>
</div>
<div class="icon-data">
<h5><a href="https://en.wikipedia.org/wiki/Kerala_Natanam">KERALA NATANAM</a></h5>
<p>iKerala Natanam is a new style of dance that is now recognised as a distinct art form evolved from Kathakali, a form of Indian dance-drama. The Indian dancer Guru Gopinath well-trained Kathakali artist and his wife Thankamani Gopinath who was the first student of Mohiniyattam in Kerala Kalamandalam developed a unique structure for teaching and performing classical dance forms of India whose origins are from Kathakali.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-md-4">
<div class="icons">
<i class="settings"> </i>
</div>
<div class="icon-data">
<h5><a href="#">SEMI CLASSICAL AND FOLK STYLES</a></h5>
<p>We do understand if classical is not entirely your thing. We have students getting trained in different styles of semi classical and folk dance genres. Get in touch to know more.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- portfolio -->
<div class="our-work-section" id="portfolio">
<div class="container">
<div class="our-work-section-head ">
<h3><span>Gallery |</span></h3>
</div>
<div class="sap_tabs">
<div id="horizontalTab" style="display: block; width: 100%; margin: 0px;">
<ul class="resp-tabs-list">
<li><span class="filter active" data-filter="app card icon web">All</span></li>
<div class="clearfix"></div>
</ul>
<div class="resp-tabs-container">
<div class="tab-1 resp-tab-content" aria-labelledby="tab_item-0">
<div class="tab_img">
<div class="col-md-4 img-top ">
<a href="images/G1.jpg" rel="title" class="b-link-stripe b-animate-go swipebox">
<img src="images/G1.jpg" class="img-responsive" alt=""/>
<div class="link-top">
<i class="link"> </i>
</div>
</a>
</div>
<div class="col-md-4 img-top ">
<a href="images/G2.jpg" rel="title" class="b-link-stripe b-animate-go swipebox">
<img src="images/G2.jpg" class="img-responsive" alt=""/>
<div class="link-top">
<i class="link"> </i>
</div>
</a>
</div>
<div class="col-md-4 img-top ">
<a href="images/G3.jpg" rel="title" class="b-link-stripe b-animate-go swipebox">
<img src="images/G3.jpg" class="img-responsive" alt=""/>
<div class="link-top">
<i class="link"> </i>
</div>
</a>
</div>
<div class="col-md-4 img-top ">
<a href="images/G4.jpg" rel="title" class="b-link-stripe b-animate-go swipebox">
<img src="images/G4.jpg" class="img-responsive" alt=""/>
<div class="link-top">
<i class="link"> </i>
</div>
</a>
</div>
<!--<div class="col-md-4 img-top ">-->
<!--<a href="images/G5.jpg" rel="title" class="b-link-stripe b-animate-go swipebox">-->
<!--<img src="images/G5.jpg" class="img-responsive" alt=""/>-->
<!--<div class="link-top">-->
<!--<i class="link"> </i>-->
<!--</div>-->
<!--</a>-->
<!--</div>-->
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div> <div class="clearfix"></div>
</div>
<!-- script-for-portfolio -->
<!-- portfolio -->
<!-- contact -->
<div class="hello" id="contact-us">
<div class="container">
<div class="col-md-4">
<h3>SAY <span>HELLO | </span></h3>
</div>
<div class="col-md-8">
<h6> Do you have anything to say to us?</h6>
</div>
<div class="clearfix"> </div>
<p>We are a very open minded group of dance enthusiasts, who try to bring to the students the best of experiences
during their time as a student in our academy. If you have any queries about our classes or anything at all, We would like to hear from you</p>
<div class="say">
<div class="col-md-5">
<div class="icon">
<i class="addres"> </i>
</div>
<div class="icon-data1">
<h5>address</h5>
<p>Varappetty P.O, Kothamangalam, Ernakulam (Dist.), Kerala, India - 686691</p>
</div>
<div class="clearfix"> </div>
<div class="icon">
<i class="phone"> </i>
</div>
<div class="icon-data1">
<h5>PHONE NUMBER</h5>
<p>+ 91 9947483003 | 9605604004</p>
</div>
<div class="clearfix"> </div>
<div class="icon">
<i class="mail"> </i>
</div>
<div class="icon-data1">
<h5>EMAIL</h5>
<p><a href="mailto:natyanjalidanceschool@gmail.com">natyanjalidanceschool@gmail.com</a></p>
</div>
<div class="clearfix"> </div>
<br/>
<div class="icon-data1">
<h5>OUR BRANCHES</h5>
<p>Elangavam</p>
<p>Kakkoor</p>
<p>Kadathi</p>
<p>Kothamangalam</p>
<p>Pothanikkad</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="col-md-7">
<div class="text-field-firstname">
<form>
<input type="text" class="text" value="First name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Eftakher Ala|';}">
</form>
</div>
<div class="text-field-lastname">
<form>
<input type="text" class="text" value="Lastname" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Lastname';}">
</form>
</div>
<div class="text-field-email">
<form>
<input type="text" class="text" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}">
</form>
</div>
<div class="clearfix"> </div>
<div class="text-field-area">
<form>
<textarea value="MESSAGE:" onfocus="if(this.value == 'MESSAGE') this.value='';" onblur="if(this.value == '') this.value='MESSAGE';">MESSAGE</textarea>
</form>
</div>
<div class="button">
<form>
<input type="submit" value="send">
</form>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
<div class="bottom">
<p> 2016 HAKVNG. All wrongs reserved | Template by <a href="http://w3layouts.com/">W3layouts</a></p>
</div>
</div>
</div>
<a href="#to-top" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
<!-- contact -->
</body>
</html>