-
Notifications
You must be signed in to change notification settings - Fork 0
/
classes.html
158 lines (153 loc) · 6.76 KB
/
classes.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
<!DOCTYPE HTML>
<!-- @author: Pranav Perepa @contact: [email protected] -->
<html lang="EN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Classes | Lasyam School of Kuchipudi Dance</title>
<link rel="stylesheet" href="./css/classes-s.css" id="styles-s">
<link rel="stylesheet" href="./css/classes-m.css" id="styles-m">
<link rel="stylesheet" href="./css/classes-l.css" id="styles-l">
<link rel=" icon" type="image/x-icon" href="./images/shared/favicon.ico" />
</head>
<body>
<!-- Website Header (includes site navigation). -->
<header>
<img src="./images/shared/lasyam_banner-l.jpg" alt="Lasyam Banner ™" class="lasyam_banner l"
onclick="toggle();">
<img src="./images/shared/lasyam_banner-m.jpg" alt="Lasyam Banner ™" class="lasyam_banner m"
onclick="toggle();">
<img src="./images/shared/lasyam_banner-s.jpg" alt="Lasyam Banner ™" class="lasyam_banner s"
onclick="toggle();">
<nav class="mobile" id="mobile-navigation">
<img src="./images/shared/mobile_drawer_closed.jpg" class="mobileMenu" id="mobileMenu-closed"
onclick="toggleMobileDrawer();">
<img src="./images/shared/mobile_drawer_open.jpg" class="mobileMenu" id="mobileMenu-open"
onclick="toggleMobileDrawer();">
</nav>
</header>
<!-- Central Navigation -->
<nav class="navigation" id="top-navigation">
<ul>
<li><a href="./index.html" id="home"></a></li>
<li><a href="./about_us.html" id="about_us"></a></li>
<li><a href="./classes.html" id="classes"></a></li>
<li><a href="./kuchipudi.html" id="kuchipudi"></a></li>
<li><a href="./gallery_rp.html" id="gallery"></a></li>
<li><a href="./contact_us.html" id="contact_us"></a></li>
</ul>
</nav>
<h1 class="headings">Enrollment Information</h1>
<section title="Enrollment Information" class="s-classes">
<article id="class_structure">
<p>
New enrollments are accepted during the first week of every month. In order to enroll, children must
be at least six years old. For more information about the enrollment process and pricing please fill
out your contact information under the "Contact Us" page tab and we will contact you.
For current class schedules and availability, please contact us through our website form or via
email at: <a href="mailto:[email protected]">[email protected]</a> & 331-256-5140.
</p>
</article>
</section>
<h1 class="headings">Curriculum</h1>
<section title="Curriculum" id="curriculum" class="s-classes">
<h2 class="secondary_headings">Beginner (Level 1)</h2>
<article id="level_1" class="a-classes">
<img src="./images/classes/beginner.jpg" id="classes-beginner" class="classes-images">
<p>This level introduces students to the traditional classical dance technique of Kuchipudi. At this
level,
students are provided with an introduction to theory and practical skills. Students will learn the
following practical skills:
<br>
<br>
- Basic Foot Steps (Adavus)
<br>
- Advanced Steps, Jathis, and Recitation of Slokas
<br>
- Hand and Leg gestures
<br>
- Neck, Eye, Head and Eyebrow movements and coordination
</p>
</article>
<h2 class="secondary_headings">Intermediate (Level 2)</h2>
<article id="level_2" class="a-classes">
<img src="./images/classes/intermediate.jpg" id="classes-intermediate" class="classes-images">
<p>This level is offered to students as an introduction to items. At this level, students will continue
to
learn about Kuchipudi theory and begin learning about its history. Students will be required to
purchase
Kuchipudi theory books. Students will also be encouraged to attend summer workshops to continue
their
practical and theoretical education. Students will learn the following practical skills:
<br>
<br>
- Puja Nrityam
<br>
- Sabdham
<br>
- Jatiswaram
<br>
- Keerthana
</p>
</article>
<h2 class="secondary_headings">Advanced (Level 3)</h2>
<article id="level_3" class="a-classes">
<img src="./images/classes/advanced.jpg" id="classes-advanced" class="classes-images">
<p>This level is offered to introduce advanced dance theory as part of their theoretical education. This
includes the study of Dasvathara, Navagraha, Devatha Mudras’ meaning and usage in dance. Students
will
be introduced to the Tala rhythm system. Students are encouraged to take university level Kuchipudi
certification exams. Coaching for exams will be provided for interested students. Students will
learn the following practical skills:
<br>
<br>
- Taranagams
<br>
- Kalapams
<br>
- Thillanas
</p>
</article>
<h2 class="secondary_headings">Seniors (Level 4)</h2>
<article id="level_4" class="a-classes">
<img src="./images/classes/choreography.jpg" id="classes-choreography" class="classes-images">
<p>This level is offered to introduce Kuchipudi choreography with an emphasis on Sanskrit lyrics and
literature. At this level, students will gain an understanding of the Natya Sasthram and techniques
of
Abhinayam, Nava Rasas, Nayika Nayaka Bedhas, Asta Vidha Nayikas, and their usage in Kuchipudi. All
senior students are required to attend summer workshops and interested students will be coached for
university level Kuchipudi diploma exams.
Students will learn the following practical skills:
<br>
- Slokam
<br>
- Astapadi
<br>
- Padam
<br>
- Javali
</p>
</article>
<h2 class="secondary_headings">Solo Debut (Level 5)</h2>
<article id="level_5" class="a-classes">
<p>Preparing students for their Ranga Pravesam and their earned participation in Lasyam ballets, solo
performances, and all other school dance productions. Their Kuchipudi Ranga Pravesam will culminate
in this graduation performance and a celebration. Special items will be taught upon request.</p>
</article>
</section>
<footer>
<ul class="social_icons">
<li><a href="https://www.facebook.com/pages/category/Dance-School/Kuchipudi-Lasyam-102510624899568/"
target="_blank" rel="noreferrer noopener" id="facebook"></a></li>
<li><a href="https://www.instagram.com/lasyam_kuchipudi" target="_blank" rel="noreferrer noopener"
id="instagram"></a></li>
<li><a href="https://www.linkedin.com/company/lasyam-kuchipudi/" target="_blank"
rel="noreferrer noopener" id="linkedin"></a></li>
<li><a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer" id="email"></a></li>
</ul>
<p>© 2000-2022, Lasyam, Inc.</p>
</footer>
<script src="./js/scripts.js"></script>
<!-- <script src="./js/css-borders.js"></script> -->
</body>
</html>