-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.html
150 lines (139 loc) · 3.91 KB
/
final.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body
{
background-image: url("image/dance-bg1.jpg");
}
</style>
<title>Training</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/dance_training.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:600,900" rel="stylesheet">
</head>
<body>
<!--Nav BAr-->
<div class="topnav">
<a href="aboutus.html">About Us</a>
<a href="contactus.html">Contact Us</a>
<a href="login.html">Login</a>
<a href="gallery.html">Gallery</a>
<div class="dropdown">
<button class="dropbtn">Dance
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="academy.php">Dance Academy</a>
<a href="dance.php">Workshop</a>
<a href="#">Faculty</a>
</div>
</div>
<a href="index.html">Home</a>
</div><br><br><br>
<!--Nav Bar End-->
<div class="about">
<h1>About Us</h1>
<p>Regular Training Program is a proposition for learner’s who are seeking short term guidance in diverse dance programs & fitness programs where they find a new opportunity to get fit.
Come and build your career with THE ReUnited!!!!!</p>
<iframe width="350" height="250" src="https://www.youtube.com/embed/5gCLQkRCq24"></iframe>
<iframe width="350" height="250" align="left" src="https://www.youtube.com/embed/GZLmWVUiZOE"></iframe>
</div>
<br><br>
<div class="row">
<div class="column">
<h2>How To Apply</h2>
<p> We ask that dancers have at least basic knowledge and background of dance training. Please fill out the THE ReUnited Application Form that includes the following:</p>
<ul>
<li>Basic information and emergency contact.</li>
<li>Previous training and performance experience.</li>
<li>Proceed to payment.</li>
</ul>
</div>
<div class="column">
<h2>Payments</h2>
<ul>
<li>
Kings dance school will notify you via email upon acceptance — you must have a valid email address.
</li>
<li>
We accept credit cards (Visa, Master Card, Discover, or Amex).
</li>
<li>
Or Mail checks/payment information and forms to:
KINGS Dance Studio Andheri west.
</li>
<li>No refunds will be given for any absences.</li>
</ul>
</div>
</div><br><br><br>
<!--Choose Class-->
<div class="grid">
<div class="card">
<figure>
<img src="image/w4.jpg">
</figure>
<h2>Kids RTP</h2>
<p>
<ul>
<li>Eligibility criteria: 3 to 7 years old</li>
<li>1 Month Program</li>
<li>Total 8 Sessions</li>
<li>2 days a week</li>
<li>ONLY ON WEEKENDS</li>
<li>Duration 1 HOUR</li>
</ul>
<h3>Fees </h3>
<div class="ribbon">
<h3 class="ribbon-text">15000</h3>
</div>
</p>
<a class="button" href="payment.html">Apply Now</a>
</div>
<div class="card">
<figure>
<img src="image/w2.jpg">
</figure>
<h2>Lil Master RTP</h2>
<p>
<ul>
<li>Eligibility criteria: 3 to 11 years old</li>
<li>1 Month Program</li>
<li>Total 8 Sessions</li>
<li>2 days a week</li>
<li>ONLY ON WEEKENDS</li>
<li>Duration 1 HOUR</li>
</ul>
<h3>Fees </h3>
<div class="ribbon">
<h3 class="ribbon-text">15000</h3>
</div>
</p>
<a class="button" href="payment.html">Apply Now</a>
</div>
<div class="card">
<figure>
<img src="image/w3.jpg">
</figure>
<h2>Bollywood RTP</h2>
<p>
<ul>
<li>Eligibility criteria: 12 years and above</li>
<li>1 Month Program</li>
<li>Total 12 Sessions</li>
<li>3 days a week</li>
<li>ONLY ON WEEKDAYS</li>
<li>Duration 1 AND HALF HOURs</li>
</ul>
<h3>Fees </h3>
<div class="ribbon">
<h3 class="ribbon-text">15000</h3>
</div>
</p>
<a class="button" href="payment.html">Apply Now</a>
</div>
</div>
<!--End Choose Class-->
</body>
</html>