-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (41 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<title>Shane O'Grady</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="p:domain_verify" content="28e9cc32128c3c6a1a8630d5b94ac92c"/>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="stylesheets/style.css" type="text/css" rel="stylesheet" >
<link href="http://fonts.googleapis.com/css?family=Bitter:400,400italic" rel="stylesheet" type="text/css" >
<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-4103781-1', 'ogrady.ie');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="yellowBorder"></div>
<div class="redBorder"></div>
<div class="greenBorder"></div>
<div class="blueBorder"></div>
<header class="header">
<img src="images/avatar.jpg" width="200" height="200" class="avatar" />
<h1>Hello, I'm Shane O'Grady.</h1>
</header>
<footer class="footer">
<h1>Find Me on the Web</h1>
<p>You can contact or follow me via any of these services:</p>
<ul class="social">
<li id="social-facebook"><a class="icon facebook" href="https://www.facebook.com/shane.ogrady">Facebook</a></li>
<li id="social-twitter"><a class="icon twitter" href="https://twitter.com/ShaneOG">Twitter</a></li>
<li id="social-github"><a class="icon github" href="https://github.com/shaneog">GitHub</a></li>
<li id="social-linkedin"><a class="icon linkedin" href="http://ie.linkedin.com/in/shaneog">LinkedIn</a></li>
</ul>
</footer>
</body>
</html>