forked from MakeSchool-18/front-end-web-Q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (28 loc) · 1.14 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
<!doctype html>
<html>
<head>
<title>Ear practice - Train your ear!</title>
</head>
<body>
<h1>Ear practice</h1>
<p>Ear Practice is an easy and effective way to practice identifying
musical intervals. It's a great way to improve your ability and
appreciation of music. </p>
<p>Using the Ear Practice app you can practice intervals anywhere you
are, while also keeping track of your progress over time to measure
your improvement. </p>
<h2>How to use the app</h2>
<p>Select the intervals you want to practice. Then tap start to begin
a practice session. </p>
<p>For beginners start with three or four easy intervals like: </p>
<ul>
<li>Major Third</li>
<li>Perfect Fifth</li>
<li>Octave</li>
</ul>
<p>When you can confidently identify these add a new interval to your
practice set. </p>
<p>Get the app from the app store here:
https://itunes.apple.com/us/app/ear-practice/id1154837027?ls=1&mt=8</p>
</body>
</html>