<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Dean Hayden - User interface and visual designer with a background in graphic design based in Brighton</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/styles.css?v5">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57568872-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-57568872-1');
  
window.onscroll = function() {swapHeadercolours()};
function swapHeadercolours() {
	var height = 800;
    if (document.body.scrollTop > height || document.documentElement.scrollTop > height) {
        document.getElementById("homepage").className = "";
    } else {
        document.getElementById("homepage").className = "reverse";
    }
};
</script>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">

<meta property="og:title" content="Dean Hayden - User interface and visual designer with a background in graphic design based in Brighton">
<meta property="og:description" content="Independent freelance graphic designer delivering outstanding responsive websites, mobile applications and identities for local, national and international clients. I have been privileged to work with some great people and brands including Clearleft, The Chemical Brothers, Penguin Random House, and Telenor to name but a few.">
<meta property="og:image" content="https://deanhayden.co.uk/img/social-media-bg.png">

</head>
<body id="homepage" class="reverse">
<header> <a href="/" class="logo">Dean Hayden</a>
  <ul>
    <li><a href="about/">About</a></li>
    <li><a href="work/">Work</a></li>
    <li><a href="contact/">Contact</a></li>
  </ul>
</header>
<section class="hero-image" style="background-image: url('img/home-bg3.jpg')">
  <div class="container">
    <article class="introduction"> <small>Introduction</small>
      <h1>Hello,<br>
        I&acute;m Dean Hayden</h1>
      <p>Independent freelance graphic designer from Brighton, based in Shoreham by Sea. Delivering outstanding graphic design, responsive websites, mobile applications and identities for local, national and international clients. I have been privileged to work with some great people and brands including Clearleft, The Chemical Brothers, Penguin Random House, and Telenor to name but a few.</p>
      <a href="about/" class="button">Full profile</a><a href="work/" class="button">View portfolio</a> </article>
  </div>
</section>
<section class="portfolio">
  <div class="container">
    <article>
      <div class="col1">
        <h2>Latest work</h2>
		  <p>Recently completed and live freelance design projects. Additional graphic design, branding and visual UI work can be viewied within my <a href="work/">portfolio</a>.</p>
      </div>
    </article>
  </div>
  <div class="full-container">
  <div class="portfolio-card" style="background-image: url('img/degu-thumbnail.jpg')">
      <article>
        <h3><a href="work/degu/">Degu.io</a></h3>
        <div class="left">
          <h4>Delivered</h4>
          <p>UI design, stationery, front-end development</p>
        </div>
      </article>
    </div>
    <div class="portfolio-card" style="background-image: url('img/pcw-thumbnail.jpg')">
      <article>
        <h3><a href="work/procopywriters/">ProCopywriters</a></h3>
        <div class="left">
          <h4>Delivered</h4>
          <p>UI design</p>
        </div>
      </article>
    </div>
   
  </div>
</section>
<footer>
  <div class="container">
    <article>
      <h2>Here to help</h2>
      <p>Got any questions? I can help solve your branding, digital, user interface and graphic design problems. Call me on <a href="tel:+44(0)7540722301">+44(0)7540 722301</a> or <a href="contact/">get in touch</a> to start a conversation.</p>
    </article>
    <ul class="social">
      <li><a href="https://twitter.com/deanhayden" class="twitter">Twitter</a></li>
      <li><a href="http://uk.linkedin.com/in/deanhayden/" class="linkedin">LinkedIn</a></li>
      <li><a href="https://dribbble.com/deanhayden" class="dribbble">Dribbble</a></li>
    </ul>
    <small class="normal">&copy; 2018 Dean Hayden</small></div>
</footer>
</body>
</html>
