-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcausebrew.html
113 lines (107 loc) · 4.3 KB
/
causebrew.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
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet' href='assets/css/style.css'>
<!-- <script type="text/javascript">
var html = document.getElementsByTagName('html')[0];
html.className += ' wf-loading';
setTimeout(function() {
html.className = html.className.replace(' wf-loading', '');
}, 5000);
WebFontConfig = { fontdeck: { id: '57838' } };
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script> -->
<script src="https://use.typekit.net/mvf1nhp.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src='assets/09ff425f6b46f61e5c6429be9e290878.js'></script>
<script src="assets/js/jquery.fitvids.js"></script>
<link href="assets/favicon.ico" rel="shortcut icon">
<title>CauseBrew | ColdBrew Coffee for a Cause</title>
</head>
<body class="causebrew">
<div class="hero" id="hero">
<header class="group">
<div class="container">
<a class='current' href="index.html">
<img src="assets/logo.png" alt="interBLOK" class="logo" width="111" height="60" />
</a>
<nav>
<ul class="desktop-nav">
<li><a href="index.html#team">The Team</a></li>
<li><a href="index.html#plan">The Plan</a></li>
<li><a href="http://instagram.com/interblok" target="_blank">Our Progress<a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="index.html#involved" class="button">Donate</a></li>
</ul>
<a href="#footer" class="mobile-nav"><span></span><span></span><span></span> Menu</a>
</nav>
</div>
</header>
<section class="hero-content container">
<h1><span style="color: #fff; letter-spacing: 1px;">cause</span><span style="color: #290c04; font-weight: 400;">brew</span></h1>
<p>Freshly brewed
<br />Cold brew coffee for a cause
<br />Delivery and Shipping Now Available</p>
<!-- <p>interBLOK is a nonprofit that upcycles shipping containers to provide immediate care & long term infrastructure for orphans internationally.</p> -->
<a href="https://www.causebrew.org" class="button">Order Now</a>
</section>
</div><!--hero-->
<footer class="group" id="footer">
<div class="container">
<img src="assets/footer-logo.png" alt="interBLOK" width="100" height="54">
<nav>
<ul>
<li><a href="index.html#team">The Team</a></li>
<li><a href="index.html#plan">The Plan</a></li>
<li><a href="http://instagram.com/interblok" target="_blank">Our Progress<a></li>
<li><a href="index.html#involved">Get Involved<a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="mailto:[email protected]">Contact Us</a></li>
</ul>
</nav>
</div>
</footer>
<script>
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$("#plan-video").fitVids();
$("#progress-video").fitVids();
});
</script>
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59410856-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>