-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
401 lines (300 loc) · 16 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Smart Platform for Teaching Indian Music</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<!-- <link href="assets/img/favicon.png" rel="icon"> -->
<!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Appland - v2.3.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent ">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<!-- <h1 class="text-light"><a href="index.html">Logo</a></h1>-->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html"><img src="assets/img/logo.jpg" width="250" height="300"alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#features">App Features</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#register">Sign up</a></li>
<li><a href="#contact">Contact Us</a></li>
<li class="get-started"><a href="app-2.1.1.apk" download>Download</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-lg-flex flex-lg-column justify-content-center align-items-stretch pt-5 pt-lg-0 order-2 order-lg-1" data-aos="fade-up">
<div>
<h1>SMART PLATFORM FOR TEACHING INDIAN CLASSICAL MUSIC</h1>
<h2>An AI platform to connect music teachers and students</h2>
<ul>
<li> Are you a <strong>music teacher</strong> struggling with Skype/Zoom/phone to teach your students remotely? </li>
<li> Are you a <strong>music learner</strong> needing a platform to practice with your teacher's voice/sound? Adjust the pitch scale (Sa) or the rhythm. </li>
<li> Are you just <strong>inquisitive</strong> to try your hand on basic music (with AI)? </li>
</ul>
Yes, you are at the right place. <br>
<a href="app-2.1.1.apk" download class="download-btn"><i class="bx bxl-play-store"></i> Download</a>
<br>
<small>This is a research project supported by IMPRINT-2C grant from SERB, Government of India Project no. IMP/2019/400 </small><br>
</div>
</div>
<div class="col-lg-6 d-lg-flex flex-lg-column align-items-stretch order-1 order-lg-2 hero-img" data-aos="fade-up">
<img src="assets/img/image-1.png" width="50%" height="50%" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= App Features Section ======= -->
<section id="features" class="features">
<div class="container">
<div class="section-title">
<h2>App Features</h2>
<p>Teach or learn music remotely via a smart Android app<br>
A scientific and scalable way of teaching music</p>
</div>
<div class="row no-gutters">
<div class="col-xl-7 d-flex align-items-stretch order-2 order-lg-1">
<div class="content d-flex flex-column justify-content-center">
<div class="row">
<div class="col-md-6 icon-box" data-aos="fade-up">
<i class="bx bx-chevron-right"></i>
<h4>Complete Learning Management System for music teachers</h4>
<p></p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up">
<i class="bx bx-chevron-right"></i>
<h4>Built-in Metronome and Tanpura (drone)</h4>
<p>We can customize to include your sounds (tabla, mridanga, drums, etc.)</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-chevron-right"></i>
<h4>For Teachers</h4>
<p>Create lessons/assignments, monitor students' progress and give feedback</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-chevron-right"></i>
<h4>For Learners</h4>
<p>Listen, perform and get feedback: automatic feedback as well as teacher's manual feedback</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-chevron-right"></i>
<h4>Change Scale</h4>
<p>Teacher singing too high? Change the scale (Sa frequency) to your convenience</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-chevron-right"></i>
<h4>Change Rhythm</h4>
<p>Pace too fast? Change the pace (beats per minute) to your convenience</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-chevron-right"></i>
<h4>Suited for Indian Music</h4>
<p>Built for Indian Music systems - notation, ways of analysis and organization</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-chevron-right"></i>
<h4>Useful Tools</h4>
<p>Built-in tools such as violin tuner. We can also build customized tools as per your needs</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End App Features Section -->
<!-- ======= Details Section ======= -->
<!-- End Details Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container">
<div class="section-title">
<h2>App Videos</h2>
<!-- <p>Go through the snapshots to have a look of the app.</p> -->
</div>
<!--<p align="center"><iframe width="560" height="315" src="https://www.youtube.com/embed/RhdsAG-0lg8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> -->
<p align="center"><iframe width="560" height="315" src="https://www.youtube.com/embed/B8qMN5H6phc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
</div>
</section><!-- End Gallery Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container">
<div class="section-title">
<h2>Gallery</h2>
<!-- <p>Go through the snapshots to have a look of the app.</p> -->
</div>
<div class="owl-carousel gallery-carousel" data-aos="fade-up">
<a href="assets/img/gallery/gallery-1.png" class="venobox" data-gall="gallery-carousel"><img src="assets/img/gallery/gallery-1.png" alt=""></a>
<a href="assets/img/gallery/gallery-2.png" class="venobox" data-gall="gallery-carousel"><img src="assets/img/gallery/gallery-2.png" alt=""></a>
<a href="assets/img/gallery/gallery-3.png" class="venobox" data-gall="gallery-carousel"><img src="assets/img/gallery/gallery-3.png" alt=""></a>
<a href="assets/img/gallery/gallery-4.png" class="venobox" data-gall="gallery-carousel"><img src="assets/img/gallery/gallery-4.png" alt=""></a>
<a href="assets/img/gallery/gallery-5.png" class="venobox" data-gall="gallery-carousel"><img src="assets/img/gallery/gallery-5.png" alt=""></a>
<a href="assets/img/gallery/gallery-6.png" class="venobox" data-gall="gallery-carousel"><img src="assets/img/gallery/gallery-6.png" alt=""></a>
</div>
</div>
</section><!-- End Gallery Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Team</h2>
This project is being developed by a team of researchers and engineers at <a href="https://vipular.github.io/madhavlab">MADHAV Lab</a>, Department of Electrical Engineering, IIT Kanpur
</div>
<div class="row" data-aos="fade-left">
<div class="col-lg-3 col-md-5" >
<h4>Professor</h4>
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<!-- <div class="pic"><img src="assets/img/team/team-1.jpg" width="150" height="150" class="img-fluid" alt=""></div> -->
<div class="member-info">
<h5>Vipul Arora</h5>
</div>
</div>
</div>
<div class="col-lg-3 col-md-5" >
<h4>Research Associates</h4>
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<!-- <div class="pic"><img src="assets/img/team/team-1.jpg" width="150" height="150" class="img-fluid" alt=""></div> -->
<div class="member-info">
<h5>Suraj Jaiswal</h5>
</div>
<div class="member-info">
<h5>Vishavjeet Choubey</h5>
</div>
<div class="member-info">
<h5>Abhishek Rai</h5>
</div>
<div class="member-info">
<h5>Shiv Narayan Pandey</h5>
</div>
<div class="member-info">
<h5>Prabal Pratap Singh</h5>
</div>
<div class="member-info">
<h5>Chand Kiran Singh</h5>
</div>
</div>
</div>
<div class="col-lg-3 col-md-5" >
<h4>Research Scholars</h4>
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<!-- <div class="pic"><img src="assets/img/team/team-1.jpg" width="150" height="150" class="img-fluid" alt=""></div> -->
<div class="member-info">
<h5>Kavya Ranjan Saxena</h5>
</div>
<div class="member-info">
<h5>Parampreet Singh</h5>
</div>
<h4>Intern</h4>
<div class="member-info">
<h5>Saransh Shivhare</h5>
</div>
</div>
</div>
<div class="col-lg-3 col-md-5" >
<h4>Music Teachers</h4>
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<!-- <div class="pic"><img src="assets/img/team/team-1.jpg" width="150" height="150" class="img-fluid" alt=""></div> -->
<div class="member-info">
<h5>Renu Chavan</h5>
</div>
<div class="member-info">
<h5>Kajal Heer</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Teams Section -->
<!-- <section id="register" class="features">
<div class="container">
<div class="section-title">
<h2>Sign up </h2>
To see the demo: Just download and install the app. No need to register. <br>
To use as a teacher: Fill in the following form and we will add you to the platform. After onboarding, you can add your own students. <br>
To use as a learner: Ask your teacher to sign up him/herself first. Then, your teacher can add you. You may also contact our existing teachers to learn from them.
</div>
<p align="center"><iframe width="100%" height= "480px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id=K9i8nnE6v0mJHobYGaCRHDy6UDcSMytOvXfY18ow85pUM1VNMDhETzBXSFEyTDRQNUM0SEJRMVJYUi4u&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe></p>
</div>
</section> -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact Us</h2>
<!-- <p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p> -->
</div>
<div class="row">
<div class="col-lg-6 info" data-aos="fade-up">
<i class="bx bx-map"></i>
<h4>Address</h4>
<p>ACES-305D<br>IIT Kanpur - 208016</p>
</div>
<div class="col-lg-6 info" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-envelope"></i>
<h4>Email Us</h4>
<p>[email protected]<br>[email protected]</p>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>Music</span></strong>. All Rights Reserved| <a href="https://vipular.github.io/narottam.github.io/privacy"> Privacy Policy</a>
</div>
<!-- <div class="credits"> -->
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/ -->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> -->
<!-- </div> -->
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>