<!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>IPT Website | 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">IPT Website</h1>
        <div class="grid-container fluid">
          <div class="grid-x grid-padding-x">
            <div id="ipt-img" class="small-8 cell">
              <img src="assets/img/ipt.jpeg" alt="IPT website homepage" style="opacity: 0.8;">
            </div>
            <div class="small-12 cell">
              <p>A redesign of <strong><a target="_blank" href="http://www.proteininnovations.ca">Innovative Protein Technologies</a></strong>' website, written in HTML and CSS using the Foundation framework. I created a mockup in Adobe XD based on the new brand identity that I had created for the company - the new website was more colorful, much cleaner and easier to navigate than its predecessor.</p>
              <p>Click <strong><a target="_blank" href="http://www.proteininnovations.ca/">here</a></strong> to see it live or look below for a photo-based site tour. You can also see the code <strong><a href="https://github.com/eclaidley/IPT-website">here</a></strong>.</p>
            </div>
            <div id="ipt-img" class="small-8 cell">
              <img src="assets/img/ipt-products.jpeg" alt="IPT website products page">
            </div>
            <div id="ipt-img" class="small-8 cell">
              <img src="assets/img/ipt-features.jpeg" alt="IPT website features page">
            </div>
            <div id="ipt-img" class="small-8 cell">
              <img src="assets/img/ipt-contact.jpeg" alt="IPT website contact page">
            </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>