ShowerLoop-cc/make-it/index.html

130 lines
5.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<title>Make It | ShowerLoop</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script src="https://kit.fontawesome.com/157866136a.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/js/material.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/app.min.css">
<link rel="stylesheet" type="text/css" href="/css/custom.css">
<script type="text/javascript">
var _paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//metrics.showerloop.cc/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<body class="page"><div class="skip-to-content" role="button" tabindex="0">
Skip to Content
</div>
<div class="mdl-layout mdl-js-layout
mdl-layout--fixed-header">
<header class="mdl-layout__header chocolate-header">
<div class="mdl-layout__header-row">
<a href="/" class="mdl-layout-title">
<img class="logo" src="/images/logo2.png">
</a>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="/" title="Home">Home</a>
<a class="mdl-navigation__link" href="/how-it-works/" title="How It Works">How It Works</a>
<a class="mdl-navigation__link" href="/research/" title="Research">Research</a>
<a class="mdl-navigation__link" href="/posts/" title="Posts">Posts</a>
<a class="mdl-navigation__link" href="/contact-us/" title="Contact Us">Contact Us</a>
<a class="mdl-navigation__link" href="/components/" title="Components">Components</a>
<a class="mdl-navigation__link" href="/make-it/" title="Make It">Make It</a>
<a class="mdl-navigation__link mdl-button mdl-js-button mdl-button--raised mdl-button--colored support-btn" tabindex="0">Support Us</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title"><strong>Chocolate</strong></span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="/" title="Home" tabindex="0">Home</a>
<a class="mdl-navigation__link" href="/how-it-works/" title="How It Works" tabindex="0">How It Works</a>
<a class="mdl-navigation__link" href="/research/" title="Research" tabindex="0">Research</a>
<a class="mdl-navigation__link" href="/posts/" title="Posts" tabindex="0">Posts</a>
<a class="mdl-navigation__link" href="/contact-us/" title="Contact Us" tabindex="0">Contact Us</a>
<a class="mdl-navigation__link" href="/components/" title="Components" tabindex="0">Components</a>
<a class="mdl-navigation__link" href="/make-it/" title="Make It" tabindex="0">Make It</a>
</nav>
</div><main aria-role="main">
<div class="subpage-content">
<div class="chocolate-container">
<h1>Make It</h1>
<section>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--4-col mdl-cell--12-col-tablet mdl-cell--12-col-phone left">
<img class="responsive-img" src="/images/make-it_1.jpg">
</div>
<div class="mdl-cell mdl-cell--8-col mdl-cel--12-col-tablet mdl-cel--12-col-phone">
<h2>Here is the Manual</h2>
<p>
Its not ready, but Im already 227 days overdue. Tragic. Im really sorry to everyone that I said Id have it done on the weekend. The inspiration just never came. I didnt want to dissapoint you, I just dissapointed myself. Anyway. Today is my birthday (16.5.2019) and I turn 33. OMG where is the time going. I think the first Idea for the Showerloop was in the 90s but Id say it started in 2012 when we started scavanging parts to start building it. Ive come a long way and not that far at the same time. Heres to the next 227 days.
</p>
<a href="/files/Showerloop+Kit+2019+Manual+01+(1).pdf" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" data-upgraded=",MaterialButton">
The Manual - May 2019
</a>
<a href="https://docs.google.com/document/d/1xHXQ449yh0XXR7m_H6WSUSZ6f3lcc15c3D66XEtNZ3c/edit" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" data-upgraded=",MaterialButton">
Kit Manual - Google Drive Link
</a>
</div>
</div>
</section>
</div>
</div>
</main><footer class="mdl-mini-footer chocolate-footer">
<div class="mdl-mini-footer__left-section">
&copy 2020 Shower Loop | All Rights Reserved
</div>
<div class="mdl-mini-footer__right-section">
</div>
<script src="/js/app.min.js"></script>
<script src="/js/skip-to-content.js"></script>
</footer>
</div>
</body>
</html>