-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
396 lines (365 loc) · 13.3 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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CorEnergy</title>
<!--Import Google Icon Font-->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<!--Let browser know website is optimized for mobile-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CoreEnergy</title>
<!-- Stylesheet for CorEnergy-->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<!-- Compiled and minified CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
<!-- START OF THE BODY -->
<body>
<header>
<nav>
<div class="nav-wrapper black">
<img
id="logo-container"
href="#"
src="./assets/images/logo.png"
alt="Test"
height="60"
width="220"
class="brand-logo"
/>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<a href="#aboutUs">About Us</a>
<a href="#">My Profile</a>
</ul>
</div>
</nav>
</header>
<!-- MAIN SECTION OF THE SITE-->
<!-- <section class="how-it-works black">
<div class="col s12 m7">
<h5 class="header">
</h5>
</div>
</section> -->
<div class="hero">
<div class="caption s12 m6 l6">
<h4>"Don't Limit Your Challenges. Challenge Your Limits."</h4>
<div class="wrapper">
<div class="box">
<p id="action-call">
Enter your health goals to gain instant access to a personalized
workout plan and meal plan
</p>
</div>
</div>
</div>
<div class="hero-form">
<h4 class = "signup">Sign up now!</h4>
<div class="row">
<div class="input-field col s12 m6 l6">
<input
placeholder="Enter First Name"
id="first_name"
type="text"
class="validate"
/>
</div>
</div>
<div class="row">
<form class="col s12" id="user-form">
<select class="browser-default" id="feet">
<option value="" disabled selected>Select Height (ft)</option>
<option value="4">4 Feet</option>
<option value="5">5 Feet</option>
<option value="6">6 Feet</option>
<option value="7">7 Feet</option>
</select>
<select class="browser-default" id="inches">
<option value="" disabled selected>Select Height (inches)</option>
<option value="0">0 inches</option>
<option value="1">1 inch</option>
<option value="2">2 inches</option>
<option value="3">3 inches</option>
<option value="4">3 inches</option>
<option value="5">5 inches</option>
<option value="6">6 inches</option>
<option value="7">7 inches</option>
<option value="8">8 inches</option>
<option value="9">9 inches</option>
<option value="10">10 inches</option>
<option value="11">11 inches</option>
</select>
<p>Workout Type</p>
<p>
<label>
<input
name="group1"
type="radio"
id="workoutType"
value="Mass"
checked
/>
<span>Mass</span>
</label>
</p>
<p>
<label>
<input
name="group1"
type="radio"
id="workoutType"
value="Lean"
/>
<span>Lean</span>
</label>
</p>
<p>
<label>
<input
name="group1"
type="radio"
id="workoutType"
value="Endurance"
/>
<span>Endurance</span>
</label>
</p>
<!-- TARGETED MUSCLE GROUP LIST-->
<p>Targed Muscle Group</p>
<p>
<label>
<input
name="muscleGroup"
type="radio"
value="Upper Body"
checked
/>
<span>Upper Body</span>
</label>
</p>
<p>
<label>
<input name="muscleGroup" type="radio" value="Lower Body" />
<span>Lower Body</span>
</label>
</p>
<!-- SUBMIT BUTTON-->
<button
class="btn waves-effect waves-light modal-trigger active"
id="submit"
type="submit"
name="action"
>
Submit
<i class="material-icons right">send</i>
</button>
</form>
</div>
</div>
</div>
</div>
<div class="page-break hide" id="btwn-hero-workout"></div>
<section class="workout-plan black hide" id="workout-container">
<div class="col s12 m7">
<h2 class="header" id="workoutWithName">Your Workout Plan</h2>
<div class="row">
<div class="col-container" id="css-table">
<div class="col s12 m6 l4">
<div class="card">
<div class="card-image">
<img src= 'https://wallpaperaccess.com/full/1986808.jpg'
width=\'400px\' height=\'150px\' />
<span class="card-title" id="workout1-header"></span>
<div id="workout-header"></div>
</div>
<div class="card-content">
<h6 id="workout1-reps"></h6>
<p id="workout1-details"></p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card">
<div class="card-image">
<img src=
'https://besthqwallpapers.com/Uploads/7-10-2019/107678/thumb2-dumbbells-gym-bodybuilding-concepts-metal-dumbbells-20-kilogram-dumbbells.jpg'
width=\'400px\' height=\'150px\' />
<span class="card-title" id="workout2-header"></span>
<div id="workout-header"></div>
</div>
<div class="card-content">
<h6 id="workout2-reps"></h6>
<p id="workout2-details"></p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card">
<div class="card-image">
<img src= 'https://wallpaperaccess.com/full/1986808.jpg'
width=\'400px\' height=\'150px\' />
<div class="card-title" id="workout3-header"></div>
</div>
<div class="card-content">
<h6 id="workout3-reps"></h6>
<p id="workout3-details"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="page-break hide" id="btwn-workout-nutrition"></div>
<section class="nutrition-plan black hide" id="nutrition-container">
<h2 class="header">Your Custom Meal Plan</h2>
<!--CONTAINER-->
<!-- Page Layout -->
<div class="row" id = "recipe-container">
<div class="card-horizontal" >
<div class="card-image col s12 m12 l12" id="recipe-image">
<div id="container"></div>
<!-- <img id="recipe-img" /> -->
</div>
<div class="card-content col s12 m12 l12">
<div class="card-title">
<div id="recipe-header"></div>
</div>
<h5 id="ingredient-header"></h5>
<ul id="ingredient-body"></ul>
</div>
</div>
</div>
<div class="page-break" id="btwn-workout-nutrition"></div>
<div class="page-break" id="btwn-hero-workout"></div>
</section>
<!-- TESTIMONIALS-->
<div class="testimonials" >
<div class = "container">
<h2>Testimonials</h2>
</div>
<div class="row">
<div class="col s12 m8 l4">
<div class="card">
<div class="card-image">
<img src="https://picsum.photos/id/841/300/300" />
<span class="card-title">Jessica P.</span>
</div>
<div class="card-content-test">
<p id = "test">
"My 2021 New Years resolution to eat healthy and improve my
endurance has been my most successful resolution yet, all thanks
to CorEnergy!!"
</p>
</div>
</div>
</div>
<div class="col s12 m4 l4 ">
<div class="card">
<div class="card-image">
<img src="https://picsum.photos/id/770/300/300" />
<span class="card-title">Jake S.</span>
</div>
<div class="card-content-test" >
<p id = "test">
"Since Covid times began, it's been so hard to find the time and
energy to find and prepare a healthy meal. CorEnergy has changed
everything, giving me easy, instant access to a workout and meal
plan that benefits my health goals!"
</p>
</div>
</div>
</div>
<div class="col s12 m9 l4">
<div class="card">
<div class="card-image">
<img src="https://picsum.photos/id/550/300/300" />
<span class="card-title">Mel A.</span>
</div>
<div class="card-content-test">
<p id = "test">
"The Cottage Cheese Veggie Dip recipe that my CorEnergy
Nutrition Plan customized for me was a delious low calorie meal,
and easy to prepare dish. CorEnergy recipes never
disappoint!"
</p>
</div>
</div>
</div>
</div>
</span>
</section>
<!-- FOOTER SECTION OF THE SITE -->
<footer>
<div class="container" id = "aboutUs">
<div class="row">
<div class="col s12">
<h5 class="white-text">About CoreEnergy</h5>
<p id = "aboutUs" class="about-content">
Our mission is to provide a platform which allows users to obtain
easy to navigate, instantaneous access to workout plans and meal plans
customized to their specific health goals. The CorEnergy team is
passionate about contributing to the developing industry which is
integrating health and media using innovative technology.
CorEnergy's team consists of a group of young entrepreneuers whose
curiousity and innovative mindsets inspire them.
</p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2021 CorEnergy Inc.
<!--FIXED ACTION BUTTON-->
<div class="fixed-action-btn horizontal click-to-toggle">
<a class="waves-effect btn-small grey white-text right"
>Contact Us
<i class="large material-icons">link</i>
</a>
<ul>
<li>
<a class="btn-floating grey darken -2"
><i class="material-icons">phone-in-talk</i></a
>
</li>
<li>
<a class="btn-floating grey darken-1"
><i class="material-icons">email</i></a
>
</li>
<li>
<a class="btn-floating grey darken-2"
><i class="material-icons">info</i></a
>
</li>
<li>
<a class="btn-floating grey darken-1"
><i class="material-icons">attach_file</i></a
>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<!-- Main Javascript -->
<script src="./assets/js/script.js"></script>
</html>