-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
74 lines (69 loc) · 2.5 KB
/
resources.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
<!DOCTYPE HTML>
<html>
<head>
<title>Resources - MR</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<header id="header">
<h1><strong><a href="index.html">MATTHEW REED - Resources</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="mymusic.html">My Music</a></li>
<li><a href="NYSSMA.html">NYSSMA</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<p>How to read music - Tim Hansen</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZN41d7Txcq0" frameborder="0" allowfullscreen></iframe>
<br>
<br>
<p>Musictheory.net Note Speller (customizable)</p>
<iframe width="560" height="560" src="http://www.musictheory.net/exercises/note" frameborder="0" allowfullscreen></iframe>
<br>
<br>
<a href="http://violinmasterclass.com/">Violin Masterclass</a>
<p>For all Vionistis and Violists!</p>
<a href="http://imslp.org/">IMSLP - Free Sheet Music</a>
<br>
<br>
<a href="http://www.jwpepper.com/sheet-music/welcome.jsp">JWPEPPER.COM - Search your school music and find the mp3s to practice wth!</a>
<br>
<br>
<a href="http://teachersites.schoolworld.com/webpages/DLobenstein/">Long Beach - Mr. Lobenstein</a>
</header>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://www.facebook.com/MattReedMusicLI/" class="icon fa-facebook"></a></li>
<li><a href="https://twitter.com/mattreedmusicli" class="icon fa-twitter"></a></li>
<li><a href="instagram.com" class="icon fa-instagram"></a></li>
</ul>
</div>
</footer>
</body>
</html>