-
Notifications
You must be signed in to change notification settings - Fork 0
/
growler.html
111 lines (104 loc) · 5.07 KB
/
growler.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Language: English
-->
<html>
<head>
<title>Craft & Draft</title>
<meta name="description" content="The most versatile and minimalist universal beer pump for take-away draft beer anywhere. Exclusive stopper design, compatible with more than 90% of conventional kegs and growlers on the market. Eco friendly, no more single-use containers, canisters or bottles.">
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<link rel="shortcut icon" type="image/png" href="http://craftanddraft.store/favicon.png"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N28R6ZP');
</script>
<!-- End Google Tag Manager -->
</head>
<body class="landing is-preload">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N28R6ZP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html?lang=en">Craft & Draft</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html?lang=en">Home</a></li>
<li><a href="technology.html">Technology</a></li>
<li><a href="ecofriendly.html">Eco-friendly</a></li>
<li><a href="refill.html">Refilling points</a></li>
<li><a href="https://www.youtube.com/channel/UCX-LJ0mv-FIWOVlf1f40rQw" target="_blank">Videos</a></li>
<li><a href="order.html">Order now</a></li>
<li><a href="about.html">About us</a></li>
<li></li>
<li><a href="./fr/index.html">FR</a><a href="./es/index.html">ES</a></li>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>Growlers</h2>
<p>Just in case you were wondering...</p>
</header>
<section id="one" class="wrapper style1 ">
<div class="inner">
<header class="major">
<h2>What's a Growler?</h2>
<p>A growler <i>('grau̇-lər)</i> is a glass, plastic or metal jug that can be filled with your favorite beer to-go. <br>
The typical size is 64 ounces (1,89 litres), but you may find bigger or smaller ones with different shapes. <br>
They must always be cleaned thoroughly before refilling, usually at the brewery or refilling point. </p>
<p>Growlers are the best alternative when buying craft beer, to enjoy it anywhere with the lowest environmental impact.</p>
</header>
</div>
</section>
<section>
<div class="alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-12"><span class="image fit"><img src="images/growler.jpg" alt="" /></span></div>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.instagram.com/craftanddraftstore/" target="_blank" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.facebook.com/craftanddraftstore" target="_blank" class="icon brands fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.youtube.com/channel/UCX-LJ0mv-FIWOVlf1f40rQw" target="_blank" class="icon brands fa-youtube"><span class="label">YouTube</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© La Pompe Tec 2020</li><li><a href="gdpr.html">GDPR</a></li><li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a><!--. Adapted under CC License--></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>