-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·89 lines (78 loc) · 4.93 KB
/
index.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
<!-- REMOVE HTTP: before // in URLS -->
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="./favicon.png">
<title>Breathe for iOS</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<!-- Fontawesome and bootstrap -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(t,e){window.heap.appid=t,window.heap.config=e;var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=("https:"===document.location.protocol?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+t+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(t){return function(){heap.push([t].concat(Array.prototype.slice.call(arguments,0)))}},p=["clearEventProperties","identify","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("2041909956");
</script>
</head>
<body>
<!--[if lt IE 8]><p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->
<div class="shutdown-banner">
<p class="shutdown-text">We're sad to announce that we will be shutting down <strong>September 30th</strong>.</p>
</div>
<div class="site-wrapper">
<div class="masker masken"></div>
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="inner cover">
<div class="mkt">
<h1 class="slidden">Breathe<span class="hidden-xs"> for iOS</span></h1>
<p class="lead slidden">If you're feeling stressed, annoyed, or uncomfortable, slow down and take a deep breath. You'll be amazed at the results.</p>
<a class="appstore-btn slidden" href="https://itunes.apple.com/us/app/breathe-daily-breathing-reminders/id976954751?ls=1&mt=8">
<a class="contact-btn slidden" href="mailto:[email protected]">
Contact Us
</a>
</div>
<!-- Signup Form
<div class="form-wrapper slidden">
<div id="mc_embed_signup">
<form action="//breatheapp.us10.list-manage.com/subscribe/post?u=92ca463105a66965bb869cba6&id=d8b5b5b246" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="email-wrap">
<div class="mc-field-group">
<input type="email" placeholder="[email protected]" value="" name="EMAIL" class="required email email-input" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear"><div class="response" id="mce-error-response" style="display:none"></div><div class="response" id="mce-success-response" style="display:none"></div></div>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_92ca463105a66965bb869cba6_d8b5b5b246" tabindex="-1" value=""></div>
<div class="clear">
<input type="submit" value="Join Waitlist for Breathe on iOS" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-primary btn-submit visible-xs" />
<input type="submit" value="Join Waitlist" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-primary btn-submit hidden-xs" />
</div>
</div>
</form>
</div>
</div>
-->
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-60838957-1','auto');ga('send','pageview');
// TODO: GA Link
</script>
</body>
</html>