-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusic.html
66 lines (60 loc) · 2.77 KB
/
music.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>David Harvey-Macaulay :: Music</title>
<style>
body {
background: #f0f0f0;
color: #2e3436;
font-family: 'DejaVu Sans', sans-serif;
margin: auto;
max-width: 40em;
padding-bottom: 30px;
}
h1 {
text-align: center;
padding: 20px;
}
img {
border: solid 1px #2e3436;
display: block;
margin: auto;
max-width: 40em;
}
img#me {
width: 40%;
margin-bottom: 30px;
}
img#shadow {
margin-bottom: 30px;
}
p {
text-align: justify;
}
</style>
</head>
<body>
<h1>Music</h1>
<p>I play the guitar. Nowadays I enjoy playing blues, particularly Stevie Ray
Vaughan. I'd like to learn violin one day and play <a href="https://www.youtube.com/watch?v=vRXJzCdrEDs&ab_channel=TommyStanton">old time string band</a>
tunes.</p>
<p>I'm currently perfecting <a href="https://www.youtube.com/watch?v=aiRn3Zlw3Rw">Cliffs of Dover</a> by Eric Johnson on the electric guitar and playing AC/DC songs in the meantime. <a href="http://www.dave145s.co.uk">Dave Cartwright</a> is my teacher.</p>
<p>Some of my favourite tunes to play are <a href="https://www.youtube.com/watch?v=5r56RRl7-vU">Scuttle Buttin'</a> and <a href="https://www.youtube.com/watch?v=p2q0NXIL6m0">Rude Mood</a> by Stevie Ray Vaughan and <a href="https://www.youtube.com/watch?v=7NJ_nzOckOQ">Summer Song</a> by Joe Satriani.</p>
<p>A few years ago I was more into fingerstyle guitar.
I learned to play Rhett Butler's awesome arrangement of
<a href="https://www.youtube.com/watch?v=wl-3RTyFMrQ&ab_channel=RhettButler">Cliffs of Dover</a>
and Larry Pattis' beautiful arrangement of <a href="https://www.youtube.com/watch?v=4yE3uwQsV7I&ab_channel=LarryPattis">Waltzing Matilda</a>.</p>
<h3>Inspirations (in no particular order)</h3>
<ul>
<li><a href="https://www.youtube.com/channel/UC3JKXXWqrpNebvdeN1sBpkA">Eric Johnson</a></li>
<li><a href="https://www.youtube.com/user/Iggypres">Igor Presnyajov</a></li>
<li><a href="https://www.youtube.com/channel/UCiynI3-MFYbiZ6FQqWNLh7w">Joe Satriani</a></li>
<li><a href="https://www.youtube.com/user/lpattis">Larry Pattis</a></li>
<li><a href="https://www.youtube.com/channel/UCAQuGFYNTp6glAS8beAYeyg">Rhett Butler</a></li>
<li><a href="https://www.youtube.com/channel/UCxPlXqVP-0GvvGG-WrE_6Iw">Stevie Ray Vaughan</a></li>
<li><a href="https://www.youtube.com/channel/UCf7D886oBahxSSwBRVIib0A">Tolgahan Çoğulu</a></li>
<li><a href="https://www.youtube.com/channel/UCL-0gAth4u6Wp-9_98XU3nA">Tommy Emmanuel</a></li>
<li>"The Three Kings": Albert King, Freddie King, and B.B. King</li>
</body>
</html>