-
Notifications
You must be signed in to change notification settings - Fork 0
/
piano.html
68 lines (67 loc) · 2.99 KB
/
piano.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="I am Matthew Care, a web developer at Fat Media. Find out more about me.">
<meta name="author" content="Matthew Care">
<meta name="viewport" content="width=device-width">
<title>Matthew Care</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/css/style.css" type="text/css" />
<link rel='shortcut icon' href="img/favicon.ico" type="image/x-icon" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40851372-1', 'matthewcare.co.uk');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<nav>
<h1><a href="/">Matthew Care</a></h1>
<ul class="social">
<li><a href="https://twitter.com/matty_care" target="_blank" class="fa fa-twitter"></a></li>
<!-- <li><a href="#" class="fa fa-youtube"></a></li> -->
<li><a href="https://www.linkedin.com/in/mattycare/en" target="_blank" class="fa fa-linkedin"></a></li>
</ul>
<ul>
<li><a href="https://github.com/mattycare" target="_blank">Github</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/piano.html">Piano</a></li>
</ul>
</nav>
<div>
<p>Hello, I'm Matthew</p>
<p>A web developer from Wales</p>
</div>
</header>
<article id="first" class="cf">
<section>
<p>I don't profess to be the most amazing piano player in the world, but I enjoy it.</p>
<p>Here are a few of the pieces I've recorded. At the moment it stands at one, because recording requires moving a piano.</p>
<p>Nuvole Bianche</p>
<audio controls>
<source src="/media/Nuvole%20Bianche.mp3" type="audio/mpeg">
</audio>
</section>
</article>
<article id="second">
<section>
<p>Something will go here</p>
</section>
</article>
<footer>
<div>
<ul class="social">
<li><a href="https://twitter.com/matty_care" target="_blank"><span class="fa fa-twitter"></span>Follow me on Twitter</a></li>
<!-- <li><a href="#"><span class="fa fa-youtube"></span>Subscribe on YouTube</a></li> -->
<li><a href="https://www.linkedin.com/in/mattycare/en" target="_blank"><span class="fa fa-linkedin"></span>Connect on LinkedIn</a></li>
</ul>
</div>
</footer>
</body>
</html>