-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (46 loc) · 2.62 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Harry O'Brien</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="icon" href="/favicon.ico">
<link rel="shortcut icon" type="image/png" href="/tile.png"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!-- Add your site or application content here -->
<div class = "intro">
<p><span>Graphic Designer</span> based in London, UK. Interested in communication and change. Get in touch for potential projects and collaborations. <a href="mailto:email-harryobrn@icloud.com">Email</a>.</p>
<p>For archived visual oddities
check the <span><a target="_blank" href = "http://chillout-tomb.tumblr.com/">BLOG</a></span> and follow the <span><a target="_blank" href = "https://www.instagram.com/harryobrn/">INSTAGRAM</a></span>.</p>
<p>Work featured on <a target="_blank" href = "https://i-d.vice.com/en_gb/article/i-wanna-be-inside-eu-and-other-great-referendum-iconography">I_D</a> and <a target="_blank" href = "http://www.itsnicethat.com/news/creative-industries-tackle-eu-referendum-160616">ItsNiceThat</a>. </p>
</div>
<div class = "portfolio">
<img class = "slider" src = "img/web1.jpg">
<div class = "left">
</div>
<div class = "right">
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>