forked from matthewtlam/stetix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
proteinbites.html
337 lines (325 loc) · 11.3 KB
/
proteinbites.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Protien Bites - Stetix</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A website made by Stetix for SHAD Cup." />
<meta name="keywords" content="stetix, spirulina, spiravita, healthy, food security" />
<meta name="author" content="Maggie Brewster, Advait Maybhate, Matthew Lam" />
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- Header -->
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html">Stetix Labs</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.html" data-nav-section="#"><span>Home</span></a></li>
<li><a href="index.html#fh5co-our-services" data-nav-section="#"><span>Spiravita</span></a></li>
<li><a href="index.html#fh5co-about-us" data-nav-section="#"><span>About</span></a></li>
<li><a href="index.html#fh5co-pricing" data-nav-section="#"><span>Pricing</span></a></li>
<li><a href="index.html#fh5co-testimonials" data-nav-section="#"><span>Testimonials</span></a></li>
<li class= "active"><a href="recipes.html" data-nav-section="#"><span>Recipes</span></a></li>
<li><a href="index.html#fh5co-features" data-nav-section="#"><span>FAQ</span></a></li>
<li><a href="index.html#fh5co-contact" data-nav-section="#"><span>Contact Us</span></a></li>
</ul>
</div>
</nav>
</div>
</header>
<!-- End Header -->
<!-- Translate PopUp-->
<link rel="stylesheet" id="theme-switch" href="css/style.css">
<style>
#colour-variations {
padding: 10px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
width: 200px;
position: fixed;
left: 0;
top: 100px;
z-index: 999999;
background: #fff;
/*border-radius: 4px;*/
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
#colour-variations.sleep {
margin-left: -200px;
}
#colour-variations h3 {
text-align: center;;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
color: #777;
margin: 0 0 10px 0;
padding: 0;;
}
#colour-variations ul,
#colour-variations ul li {
padding: 0;
margin: 0;
}
#colour-variations li {
list-style: none;
display: inline;
}
#colour-variations li a {
width: 20px;
height: 20px;
position: relative;
float: left;
margin: 5px;
}
.option-toggle {
position: absolute;
right: 0;
top: 0;
margin-top: 5px;
margin-right: -30px;
width: 30px;
height: 30px;
background: #99E368;
text-align: center;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #fff;
cursor: pointer;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
.option-toggle i {
top: 2px;
position: relative;
}
.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
color: #fff;
text-decoration: none;
outline: none;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("#flip1").click(function(){
$("#panel1").slideToggle("slow");
});
});
$(document).ready(function(){
$("#flip2").click(function(){
$("#panel2").slideToggle("slow");
});
});
$(document).ready(function(){
$("#flip3").click(function(){
$("#panel3").slideToggle("slow");
});
});
$(document).ready(function(){
$("#flip4").click(function(){
$("#panel4").slideToggle("slow");
});
});
$(document).ready(function(){
$("#flip5").click(function(){
$("#panel5").slideToggle("slow");
});
});
$(document).ready(function(){
$("#flip6").click(function(){
$("#panel6").slideToggle("slow");
});
});
</script>
<div id="colour-variations">
<a class="option-toggle"><i class="icon-gear"></i></a>
<h3>Translate / Traduire</h3>
<ul>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</ul>
</div>
<script src="js/jquery.style.switcher.js"></script>
<script>
$(function(){
$('#colour-variations ul').styleSwitcher({
defaultThemeId: 'theme-switch',
hasPreview: false,
cookie: {
expires: 30,
isManagingLoad: true
}
});
$('.option-toggle').click(function() {
$('#colour-variations').toggleClass('sleep');
});
});
</script>
<!-- End Translate PopUp -->
<!-- Banner -->
<div class = "page-banner">
<img src="images/spirulina-nutrition.jpg" class="img-responsive img-rounded" style = "width:100%; " alt="Spirulina Nutrition">
</div>
<!-- End Banner -->
<!-- Recipe -->
<div id="fh5co-press">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="single-animate animate-press-1">Spirulina Protein Bites</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<h3>Tired after the gym? Instead of giving up on that dream beach body. Grab some spirulina protein bites and get that energy you need to keep working.</h3>
</div>
</div>
<div class="fh5co-press to-animate">
<div class="fh5co-press-img">
<img src = "images/recipe-proteinpowerbites.png" style = "width:70%" alt="Protien Bites">
</div>
</div>
</div>
<!-- Recipe Item -->
<div class="col-md-6">
<div class="fh5co-press-description to-animate" style="float:right">
<div class="fh5co-press-text">
<h3 class="h2 fh5co-press-title">Ingredients:<span class="fh5co-border"></span></h3>
<ul>
<li>1 cup Dates</li>
<li>½ cup Raisins/Dried Cranberries</li>
<li>¾ cup almonds</li>
<li>2 tsp Spirulina</li>
<li>3 tsp lemon juice</li>
</ul>
</div>
</div>
</div>
<!-- Recipe Item -->
<div class="col-md-6">
<div class="fh5co-press-description to-animate" style="float:left">
<div class="fh5co-press-text">
<h3 class="h2 fh5co-press-title">Directions:<span class="fh5co-border" ></span></h3>
<ol>
<li>Add all ingredients to a food processor and process until well combined.</li>
<li>Roll into balls and store in the refrigerator for up to 2 weeks.</li>
</ol>
</div>
</div>
</div>
<br>
<!-- Recipe Item -->
<div class="col-md-12 text-center" style ="padding-top:20px;">
<p><a href="recipes.html" class="btn btn-primary btn-sm to-animate" style =" padding-left: 30%; padding-right:30%">View All Recipes
</a></p>
</div>
</div>
</div>
</div>
<!-- End Recipe -->
<!--More Recipes-->
<div id="fh5co-features" style ="padding: 1em 0">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="single-animate animate-features-1">Read More</h2>
</div>
</div>
<div class="row row-bottom-padded-sm">
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate action action-primary action-default">
<div class="fh5co-desc">
<h3>Spirulina Fish Tacos</h3>
<a href ="fishtacos.html"><img src="images/recipe-fishtacos.png" alt="Fist Tacos"></a>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate action action-primary action-default" >
<div class="fh5co-desc">
<h3>Spirulina Ice Cream</h3>
<a href ="icecream.html"><img src="images/recipe-icecream.png" alt="Icecream"></a>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate action action-primary action-default">
<div class="fh5co-desc">
<h3>Spirulina Smoothies</h3>
<a href ="smoothie.html"><img src="images/recipe-smoothie.png" alt="Smoothies"></a>
</div>
</div>
</div>
</div>
</div>
<!-- End More Recipes -->
<!--Footer-->
<footer id="footer" role="contentinfo">
<div class="container">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<p class="copyright text-center">©2016 <a href="index.html">Stetix</a>. All Rights Reserved.</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/stetixlabs/"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li>
<li><a href="#"><i class="icon-pinterest"></i></a></li>
<li><a href="#"><i class="icon-linkedin"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- ENd Footer -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>