-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (71 loc) · 3.74 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
<!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>
<img src="img/placeholder.jpg" alt="">
<p>I'm Matthew, a web developer from Wales, living and working in Lancaster. I work mainly on the front-end, and love hacking around in JavaScript.</p>
<p>I graduated from Portsmouth University with a degree in Computer Science, and now I do web stuff for Fat Media.</p>
</section>
</article>
<article id="second">
<section>
<p>I have a few projects in the pipeline. One for some reason has been dubbed 'basil fresh' by a colleague, and it should hopefully be finished fairly soon, when I stop procrastinating with this site redesign / rebuild.</p>
<p>You can access some of my projects from the links below, but if you want more information about any of them have a look at the <a href="/projects.html">projects page</a>. This site is still under construction, so that page doesn't exist yet.... but it will.</p>
<ul>
<li><a href="/pod" target="_blank">POD</a></li>
<li><a href="/hover-zoom" target="_blank">Hover zoom</a></li>
<li><a href="/final-year-project" target="_blank">Instrument tuner</a></li>
<li><a href="/lower-case" target="_blank">Text formatter</a></li>
</ul>
</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>