<!DOCTYPE html>

<html class="no-js" lang="en" dir="ltr">
  
  <head>
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-117603983-1"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'UA-117603983-1');
    </script>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Patatap Clone | Software Projects | Erin Laidley</title>
    <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Barlow" rel="stylesheet">
    <link rel="stylesheet" href="css/foundation.css">
    <link rel="stylesheet" href="css/foundation-icons.css">
    <link rel="stylesheet" href="css/app.css">
  </head>

  <body id="patatap-clone">

    <div class="title-bar" data-responsive-toggle="sidebar" data-hide-for="medium">
      <button class="menu-icon" type="button" data-toggle></button>
      <div class="title-bar-title">Menu</div>
    </div>
    <div class="grid-x grid-padding-x">
      <div id="sidebar" class="small-12 medium-4 large-3 cell">
        <a href="index.html"><img id="header-img" src="assets/img/erin02.jpg"></a>
        <p>A motivated researcher who is passionate about the field of biotechnology and crafting the optimal user experience.</p>
        <ul class="no-bullet">
          <li><a href="science.html"><h3>Science</h3></a>
            <ul class="no-bullet">
              <li><a href="acorn.html">Acorn</a></li>
              <li><a href="igem.html">iGEM</a></li>
              <li><a href="ipt.html">IPT</a></li>
              <li><a href="dextranase.html">Dextranase Gum</a></li>
            </ul>
          </li>
          <li><a href="software.html"><h3>Software</h3></a>
            <ul class="no-bullet">
              <li><a href="portfolio.html">Personal Portfolio</a></li>
              <li><a href="ipt-site.html">IPT Website</a></li>
              <li><a href="to-do.html">Simple To-Do List</a></li>
              <li><a href="patatap.html">Patatap Clone</a></li>
              <li><a href="color-game.html">RGB Color Game</a></li>
            </ul>
          </li>
          <li><a href="https://www.behance.net/ERIN_LAIDLfb1b"><h3>Design Portfolio</h3></a></li>
          <li><a href="https://instagram.com/eclaidley"><h3>Photography</h3></a></li>
        </ul>
      </div>

      <div class="small-12 medium-8 large-9 cell">
        <h1 class="h1secondary">Patatap Clone</h1>
        <div class="grid-container fluid">
          <div class="grid-x grid-padding-x">
            <div id="color-game-img" class="small-8 cell">
              <img src="assets/img/patatap.jpeg" alt="Patatap clone demo" style="opacity: 0.8;">
            </div>
            <div class="small-12 cell">
              <p>A clone of <strong><a target="_blank" href="https://patatap.com/">Patatap</a></strong>, built with the <strong><a target="_blank" href="http://paperjs.org/">Paper.js</a></strong> and <strong><a href="https://howlerjs.com/">howler.js</a></strong> libraries.</p>
              <p>Click <strong><a href="https://eclaidley.github.io/patatap-clone/">here</a></strong> to give it a try or see the code <strong><a href="https://github.com/eclaidley/patatap-clone">here</a></strong>.</p>
              <h2>How It Works</h2>
              <ul>
                <li>Each letter key from A - Z is assigned to a corresponding sound event and color animation.</li>
                <li>Press any letter key(s) to trigger these events.</li>
              </ul>
             </div>
          </div>
        </div>
      </div>
	
   	<script src="js/vendor/jquery.js"></script>
    <script src="js/vendor/what-input.js"></script>
    <script src="js/vendor/foundation.js"></script>
    <script src="js/app.js"></script>
  
  </body>
</html>