-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
317 lines (301 loc) · 13 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>FRIDGEfit</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<<<<<<< HEAD
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
=======
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
>>>>>>> c43746e0f8ad461e472b929be2fa932cf116ef48
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
</head>
<body>
<<<<<<< HEAD
<div class="topPicCont">
=======
<div class="topPicCont">
>>>>>>> c43746e0f8ad461e472b929be2fa932cf116ef48
<img id="logo" class="topPic" alt="Salad!" src="images/longThin.jpg">
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- <div class="navbar-header"> -->
<span class="navbar-brand">
<img id="logo" class="img-responsive logoImg" alt="FridgeFit Logo" src="images/FRIDGEfit-logo.png">
</span>
<!-- </div> -->
</div>
<div class="navColor">
</div>
</nav>
<div class="container" id="mainContainer">
<div class="row" id="topRow">
<!-- <div class="col-md-12"> -->
<<<<<<< HEAD
<div class="panel panel-default">
<div class="col-md-6">
<h3>About FRIDGEfit<span class="tmSymbol"><sup>™</sup></span></h3>
<h4>FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> suggests recipes from a list of
ingredients in your fridge, filters the results by food allergies, gluten-free, and low calorie,
and delivers recipe options depending on the ingredients you have available. When you select a
recipe, FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> presents you with health and
fitness options to burn off the calories you consumed. Plus, if you need to take a quick trip to
the grocery store to pick up an extra ingredient—or if you just want to burn off some calories
early—use our interactive FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> activity map
to find these ingredients in a grocery store near you!
</div>
<div class="col-md-6">
<h3 id='howto'>How to use FRIDGEfit<span class="tmSymbol"><sup>™</sup></span></h3>
<ul>
<h4>
<li>
Simply input UNEXPIRED ingredients from your fridge into the search bar below
</li>
<li>
Learn more about any particular recipe by clicking GO TO RECIPE
</li>
<li>
Discover how to get FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> by
clicking the ACTIVITY button next to any recipe
</li>
<li>
Type in your ZIP code on our interactive FRIDGEfit<span
class="tmSymbol"><sup>™</sup></span> activity map to get any extra ingredient
in a grocery store near you
</li>
</h4>
</ul>
=======
<div class="panel panel-default">
<div class="col-md-6">
<h3>How to use FRIDGEfit<span class="tmSymbol"><sup>™</sup></span></h3>
<ul>
<h4>
<li>
- Simply input UNEXPIRED ingredients you have in the fridge, or around the house into the search bar below
</li>
<li>
- Learn more about any particular recipe by clicking GO TO RECIPE
</li>
<li>
- Discover how to get FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> by clicking the ACTIVITY button next to any recipe
</li>
<li>
- Type in your ZIP code on our interactive FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> activity map to find additional ingredients at a store near you.
</li>
</h4>
</ul>
</div>
<div class="col-md-6">
<h3>About FRIDGEfit<span class="tmSymbol"><sup>™</sup></span></h3>
<h4>Suggests recipes from a list of ingredients in your fridge, filters the results by food allergies, gluten-free, and low calorie, and delivers recipe options depending on the ingredients you have available. When you select a recipe, FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> presents you with health and fitness options to burn off the calories you consumed. Plus, if you need to take a quick trip to the grocery store to pick up an extra ingredient—or if you just want to burn off some calories early—use our interactive FRIDGEfit<span class="tmSymbol"><sup>™</sup></span> activity map to find these ingredients in a grocery store near you.</h4>
</div>
>>>>>>> c43746e0f8ad461e472b929be2fa932cf116ef48
</div>
</div>
<!-- </div> -->
</div>
<div class="row">
<div class="col-md-3">
<div>
<div class="panel panel-default">
<div class="panel-heading">
<h3>Search for ingredients</h3>
</div>
<div class="panel-body">
<form>
<div class="form-group">
<input type="search" class="form-control" id="ingredientsSearchBar"
placeholder="Ex. Kale">
<button type="submit" class="btn btn-default"
id="ingredientsSearchBtn">Search</button>
</div>
</form>
</div>
</div>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<<<<<<< HEAD
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
Your current ingredients (<span id="numIngredients">0</span>)
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingOne">
<div class="panel-body" id="ingredients-list"></div>
</div>
</div>
=======
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Current ingredients (<span id="numIngredients">0</span>)
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body" id="ingredients-list"></div>
</div>
</div>
>>>>>>> c43746e0f8ad461e472b929be2fa932cf116ef48
</div>
</div>
<div>
<!-- ZIP SEARCH/MAP -->
<div class="zipsearch">
<div id="map">
</div>
<div id="output"></div>
<div class="row">
<div class="col-lg-12">
<br>
<<<<<<< HEAD
<span>Enter your zip code to find this recipe and any extra ingredients in a grocery
store near you</span>
<div class="form-group">
<input type="number" class="form-control zipinput" placeholder="ZIP Code">
<button type="submit" class="btn btn-default zipbutton">Go!</button>
=======
<div class="panel panel-default">
<div class="panel-heading">
<span id="enterZipSpan">Enter your ZIP code to find any extra ingredients in a grocery store near you</span>
</div>
<div class="panel-body">
<div class="form-group">
<input type="number" class="form-control zipinput" placeholder="ZIP Code">
<button class="btn btn-default zipbutton" type="button">Go!</button>
</div>
</div>
>>>>>>> c43746e0f8ad461e472b929be2fa932cf116ef48
</div>
</div>
</div>
</div>
<!-- ZIP SEARCH/MAP -->
</div>
</div>
<div class="col-md-9">
<<<<<<< HEAD
<div id="recipeDisplay" class="panel panel-default col-md-12">
</div>
=======
<div id="recipeDisplay" class="col-md-12">
<img class="recipeDisplayBckGround" src="images/MainPic.jpg">
</div>
>>>>>>> c43746e0f8ad461e472b929be2fa932cf116ef48
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
</div>
</div>
</div>
</div>
<div class="bottomPicCont">
<h5>© 2018 FRIDGEfit </h5>
<img class="bottomPic" alt="Salad!" src="images/longThin.jpg">
</div>
<<<<<<< HEAD
<script src="javascript/app.js"></script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAsMnihHePGhNm3bhayNT9hgE5Nn-j0MCY&libraries=places&callback=initMap"
async defer></script>
<!-- <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDUlmVnnBzy1bSOLC3-fbhrhty_xFQSBA0&callback=initMap"></script> -->
</script>
</body>
</html>
=======
<div id="modal1" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">This recipe IS FRIDGEfit! Burn it off by walking to the kitchen and getting some ice cream.</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<div id="modal2" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">Way to be healthy! Burn off those 'lil calories with some thumb exercises as you text your friends about how healthy you are!</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<div id="modal3" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">You know how to burn off all those calories? Clean your fridge inside and out! Besides, you never know what ingredients you may find for your next recipe!</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<div id="modal4" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">O M FRIDGEFit G! You are so healthy! Jump up and down to celebrate and then you'll have burned off those calories in no time!</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<div id="modal5" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">Now would be a really good time to take your dog on a walk to burn off those calories. Oh, don't have one? Yeah, just take yourself on a walk...</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<div id="modal6" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">LOL your fridge is slighttttly judging you right now... running about 5 miles should burn off all those calories.</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<div id="modal7" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">Okay, you should totally go on a run to the farthest grocery store to burn off all those calories...</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<div id="modal8" class="modal">
<div class="modal-content modalStyle">
<h1 class="modalHeader">Activity</h1>
<h4 class="modalBody">Looking for a way to burn off those calories? We know there's a mountain by the name of Everest that could use some climbing...</h4>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close btn btn-default">Exit</a>
</div>
</div>
<script src="javascript/app.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDUlmVnnBzy1bSOLC3-fbhrhty_xFQSBA0&libraries=places&callback=initMap" async defer></script>
</script>
</body>
</html>
>>>>>>> c43746e0f8ad461e472b929be2fa932cf116ef48