-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.83 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.83 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Jetty - A San Diego Soda</title>
<link rel="stylesheet" type="text/css" href="stylesheets/secret.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123965788-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123965788-1');
</script>
</head>
<body style='background: transparent url("/images/jettybg.png") repeat scroll 0% 0%;'>
<div>
<video id="vid" video playsinline autobuffer muted autoplay loop>
<source id="vid" src="images/IMG_6107.mov" type="video/mp4">
</video>
<div class="ptWrapper">
<div id="titleContainer">
<h1 id="title">JETTY</h1>
<h3>In San Diego?</h3>
<h3>Get 2 Jettys delivered straight to your door, 100% free, no charge for the drink or shipping!</h3>
<a href="https://app.moonclerk.com/pay/4nbjwk426yg2"><button id="jettyAtHome" type="submit">Try Jetty at Home!</button></a>
</div>
<div class="pitchSection">
<div class="point" id="pt0">Introducing Jetty- a lightly carbonated Posca proudly produced in El Cajon, CA that will give you a new outlook on what a healthy beverage can be.</div>
<div class="point" id="pt2">Make with all-natural fermented pear vinegars aged over 13 months in oak barrels, Jetty is full of probiotics and free of artificial colors, preservatives, sweetners and added sugars.</div>
<div class="point" id="pt3">Refreshing isn't sweet. It's tart, light and all-natural. It's JETTY.</div>
<div id="email"><a href="">hello@tryjetty.com</a></div>
<div id="blog-link"><a href="/blog">Blog</a></div>
</div>
</div>
</div>
</body>
</html>