-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
324 lines (312 loc) · 13.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - Tune Tutor</title>
<link rel="stylesheet" href="home.css">
</head>
<body>
<!-- Include the navbar -->
<div id="navbar-placeholder"></div>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<div class="hero-image">
<img src="online-music-classes.png" alt="Online Music Classes">
</div>
<div class="hero-text">
<h1>
Live 1 to 1 Online <span class="highlight">Music</span> Classes
</h1>
<p class="sub-heading">
Taught by professional tutors for all<br>
ages Instructions in English & all<br>
Major Indian languages
</p>
<div class="highlight-large">
<div class="stats">
<div class="stat-item">
<span class="stat-number">75+</span>
<span class="stat-label">Professional<br>Tutors</span>
</div>
<div class="line-divider"></div>
<div class="stat-item">
<span class="stat-number">120+</span>
<span class="stat-label">Cities<br>Worldwide</span>
</div>
</div>
</div>
<br>
<a href="bookdemo.html" class="button">Book a Free Demo</a>
</div>
</div>
</section>
<!-- Explore Classes & Grade Exams Section -->
<section class="explore">
<h2>Explore Classes & Grade Exams</h2>
<div class="explore-icons">
<div class="explore-item">
<a href="online-guitar-classes.html">
<div class="icon-container">
<img src="guitar.png" alt="Guitar">
</div>
<p>Guitar</p>
</a>
</div>
<div class="explore-item">
<a href="online-carnatic-music-classes.html">
<div class="icon-container">
<img src="carnatic.png" alt="Carnatic">
</div>
<p>Carnatic</p>
</a>
</div>
<div class="explore-item">
<a href="online-hindustani-music-classes.html">
<div class="icon-container">
<img src="hindustani.png" alt="Hindustani">
</div>
<p>Hindustani</p>
</a>
</div>
<div class="explore-item">
<a href="online-western-music-classes.html">
<div class="icon-container">
<img src="western.png" alt="Western">
</div>
<p>Western</p>
</a>
</div>
<div class="explore-item">
<a href="online-piano-classes.html">
<div class="icon-container">
<img src="piano.png" alt="Piano">
</div>
<p>Piano</p>
</a>
</div>
<div class="explore-item">
<a href="online-flute-classes.html">
<div class="icon-container">
<img src="flute.png" alt="Flute">
</div>
<p>Flute</p>
</a>
</div>
<div class="explore-item">
<a href="online-violin-classes.html">
<div class="icon-container">
<img src="violin.png" alt="Violin">
</div>
<p>Violin</p>
</a>
</div>
<div class="explore-item">
<a href="online-ukulele-classes.html">
<div class="icon-container">
<img src="ukulele.png" alt="Ukulele">
</div>
<p>Ukulele</p>
</a>
</div>
<div class="explore-item">
<a href="online-drums-classes.html">
<div class="icon-container">
<img src="drums.png" alt="Drums">
</div>
<p>Drums</p>
</a>
</div>
<div class="explore-item">
<a href="music-grade-exams.html">
<div class="icon-container">
<img src="trinity.png" alt="Trinity">
</div>
<p>Trinity</p>
</a>
</div>
<div class="explore-item">
<a href="music-grade-exams.html">
<div class="icon-container">
<img src="abrsm.png" alt="ABRSM">
</div>
<p>ABRSM</p>
</a>
</div>
<div class="explore-item">
<a href="music-grade-exams.html">
<div class="icon-container">
<img src="rockschool.png" alt="RockSchool">
</div>
<p>RockSchool</p>
</a>
</div>
</div>
</section>
<!-- Card 1 Section -->
<section class="card1">
<div class="card1-left">
<h3>How it Works?</h3><br>
<h2>Learn Music Online</h2><br><h4>in 3 simple steps</h4>
<a href="bookdemo.html" class="btn">Book a Free Demo</a>
</div>
<div class="card1-right">
<div class="step">
<img src="1.png" alt="Step 1">
<p><strong>Book</strong><br>Book a FREE Demo session. We will contact you soon.</p>
</div>
<div class="step">
<img src="2.png" alt="Step 2">
<p><strong>Experience</strong><br>No extra downloads. Experience our technology on your web browser with the tutor.</p>
</div>
<div class="step">
<img src="3.png" alt="Step 3">
<p><strong>Start</strong><br>Liked the demo? Upgrade and begin your musical journey.</p>
</div>
</div>
</section>
<!-- Tune Tutor Advantage Section -->
<section class="advantage">
<h2>Tune Tutor Advantage</h2>
<div class="advantage-items">
<div class="advantage-item">
<img src="customize.png" alt="Customised Learning">
<h3>Customised Learning</h3>
<p>Learn to play your favourite songs, be it classical or film, the choice is yours.</p>
</div>
<div class="advantage-item">
<img src="verified.png" alt="100% Verified Tutors">
<h3>100% Verified Tutors</h3>
<p>Learn from tutors who love teaching.</p>
</div>
<div class="advantage-item">
<img src="comfort.png" alt="Convenience">
<h3>Convenience</h3>
<p>No travel, go at your own pace. All at the comfort of your home.</p>
</div>
</div>
</section>
<!-- Card 2 Section -->
<section class="card2">
<div class="card2-left">
<h2>We are Loved & We are Growing</h2>
<a href="bookdemo.html" class="btn">Book a Free Demo</a>
</div>
<div class="card2-right">
<div class="stat">
<h3>55000</h3>
<p>Hours of Live Learning</p>
</div>
<div class="stat">
<h3>75</h3>
<p>Trinity & Qualified Music Tutors</p>
</div>
<div class="stat">
<h3>120</h3>
<p>Cities Worldwide</p>
</div>
<div class="stat">
<h3>21</h3>
<p>Workshops Conducted</p>
</div>
</div>
</section>
<!-- Video Platform Designed for Music Tutoring Online Section -->
<section class="video-platform">
<div class="video-platform-left">
<h2>Video Platform Designed for Music Tutoring Online</h2>
<p>We have embedded music tools - <a href="metronome.html">Metronome</a>, <a href="shrutibox.html">Shruti box</a>, <a href="guitar-tuner.html">Guitar tuner</a> and Vocal pitch monitor in our video platform for superior learning experience.</p>
<a href="bookdemo.html" class="btn">Book a Free Demo</a>
</div>
<div class="video-platform-right">
<img src="online-class.png" alt="Guitar Boy">
</div>
</section>
<!-- Card 3 Section -->
<section id="pricing" class="card3">
<h2>Music Classes Fees</h2>
<div class="pricing-cards">
<div class="pricing-card basic">
<h3 class="pricing-title">BASIC</h3>
<p>4 Classes / Month</p>
<p class="price">₹ 3600</p>
<p class="price-strike">₹ 4000 <span class="discount">10% OFF</span></p>
<p>Beginner Lessons</p>
<p>4 Online Classes</p>
<p>60 min / Class</p>
<p>Regional / English Instructions</p>
<a href="4_classes.html" class="btn get-started">Get Started</a>
</div>
<div class="pricing-card most-selling">
<h3 class="pricing-title">MOST-SELLING</h3>
<p>12 Classes / Quarter</p>
<p class="price">₹ 9600</p>
<p class="price-strike">₹ 12000 <span class="discount">20% OFF</span></p>
<p>Beginner Lessons</p>
<p>12 Online Classes</p>
<p>60 min / Class</p>
<p>Regional / English Instructions</p>
<a href="12_classes.html" class="btn get-started">Get Started</a>
</div>
<div class="pricing-card standard">
<h3 class="pricing-title">STANDARD</h3>
<p>8 Classes / Month</p>
<p class="price">₹ 5600</p>
<p class="price-strike">₹ 6000 <span class="discount">7% OFF</span></p>
<p>Beginner Lessons</p>
<p>8 Online Classes</p>
<p>45 min / Class</p>
<p>Regional / English Instructions</p>
<a href="8_classes.html" class="btn get-started">Get Started</a>
</div>
<div class="pricing-card value-pack">
<h3 class="pricing-title">VALUE-PACK</h3>
<p>24 Classes / Quarter</p>
<p class="price">₹ 14500</p>
<p class="price-strike">₹ 18000 <span class="discount">19% OFF</span></p>
<p>Beginner Lessons</p>
<p>24 Online Classes</p>
<p>45 min / Class</p>
<p>Regional / English Instructions</p>
<a href="24_classes.html" class="btn get-started">Get Started</a>
</div>
<div class="pricing-card vip">
<h3 class="pricing-title">VIP</h3>
<p>48 Classes</p>
<p class="price">₹ 39999</p>
<p>Beginner Lessons</p>
<p>48 Online Classes</p>
<p>45 min / Class</p>
<p>Regional / English Instructions</p>
<p>Classes can be split among family & friends</p>
<a href="vip-inr.html" class="btn get-started1">Get Started</a>
</div>
</div>
</section>
<!-- Trusted by Section -->
<section class="trusted">
<h2>Trusted By</h2>
<div class="trusted-logos">
<div class="slide-track">
<div class="slide img2"><img src="trusted2.png" alt="Trusted by 2"></div>
<div class="slide img3"><img src="trusted3.png" alt="Trusted by 3"></div>
<div class="slide img1"><img src="trusted1.png" alt="Trusted by 1"></div>
<div class="slide img4"><img src="trusted4.png" alt="Trusted by 4"></div>
<div class="slide img5"><img src="trusted5.png" alt="Trusted by 5"></div>
<div class="slide img6"><img src="trusted6.png" alt="Trusted by 6"></div>
<!-- Cloning the logos to make the loop seamless -->
<div class="slide img1"><img src="trusted1.png" alt="Trusted by 1"></div>
<div class="slide img2"><img src="trusted2.png" alt="Trusted by 2"></div>
<div class="slide img3"><img src="trusted3.png" alt="Trusted by 3"></div>
<div class="slide img4"><img src="trusted4.png" alt="Trusted by 4"></div>
<div class="slide img5"><img src="trusted5.png" alt="Trusted by 5"></div>
<div class="slide img6"><img src="trusted6.png" alt="Trusted by 6"></div>
</div>
</div>
</section>
<!-- Include the footer -->
<div id="footer-placeholder"></div>
<script src="home.js"></script>
</body>
</html>