<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>StatikLabs</title>
  <!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>

  <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-349968-28']);
    _gaq.push(['_trackPageview']);

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

  </script>
</head>
<body>
  <div class="wrapper">
    <h1><a href="/">StatikLabs</a></h1>

    <h3>We build web, mobile and desktop apps.</h3>

    <section class="projects">
      <h4>Projects</h4>
      <article>
        <a href="https://mysignal.io" title="Signal is a real-time asset tracking platform for your GPS enabled IoT devices"><img src="images/signal.png" alt="Signal is a real-time asset tracking platform for your GPS enabled IoT devices" /></a>
      </article>
    </section>        

    <section class="projects">
      <h4>Previous Projects</h4>
      <article>
        <a href="https://jilt.com" title="Jilt makes tracking and recovering abandoned orders in your online store an absolute breeze."><img src="images/jilt.jpg" alt="Jilt makes tracking and recovering abandoned orders in your online store an absolute breeze." class="bordered" /></a>
      </article>
    </section>

    <footer class="clearfix fo">
      <div class="social">
        <a href="http://twitter.com/statiklabs">Twitter</a>
        <a href="mailto:hello@statiklabs.com">Contact</a>
      </div>
      <div class="copy">&copy; 2020 Statik Labs Inc.</div>
    </footer>
  </div>
</body>
</html>
