-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
146 lines (117 loc) · 5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />
<link type="text/css" rel="stylesheet" href="materialize/css/materialize.min.css" media="screen,projection" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css">
<title>B(Earn) My Meal</title>
</head>
<body>
<nav>
<div class="nav-wrapper">
<a href="#" id="header" class="brand-logo center"><i class="fas fa-fire fa-pulse"></i><i
class="fas fa-fire fa-pulse"></i><i class="fas fa-fire fa-pulse"></i><i class="fas fa-fire fa-pulse"></i><i
class="fas fa-fire fa-pulse"></i><i class="fas fa-fire fa-pulse"></i><i class="fas fa-fire fa-pulse"></i><i
class="fas fa-fire fa-pulse"></i><i class="fas fa-fire fa-pulse"></i><i class="fas fa-fire fa-pulse"></i><i
class="fas fa-fire fa-pulse"></i><i class="fas fa-fire fa-pulse"></i></a>
<ul id="nav-mobile" class="left hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<li><a href="creator/collab.html">Collaborators</a></li>
</ul>
</div>
</nav>
<!-- <header>B(Earn)</header> -->
<!-- <div class="container"> -->
<div class="jumbotron jumbotron-fluid">
<!-- <header class="container"> -->
<h1 class="display-4">B(Earn)</h1>
<!-- </header> -->
</div>
<!-- Modal Trigger -->
<a class="waves-effect waves-light btn modal-trigger" href="#modal1">Click Here to Begin</a>
<!-- Modal Structure -->
<div id="modal1" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>B(Earn)</h4>
<p>Our goal is to show you how to enjoy all of your favorite treats while keeping you from having to buy new
clothes every week! </p>
<ul>
<li>First, select the amount of calories you're looking to consume.</li>
<li>When you choose a calorie amount, it will generate some treats that meets that criteria.</li>
<li>you will also receive a recipe on how to make that treat from the comfort of your home.</li>
<li>At the same time a workout video to burn the same amount of consumed calories will also generate.</li>
</ul>
<img id="treat1"
src="https://images.immediate.co.uk/production/volatile/sites/2/2017/12/xmas-Cover-17v5-54a9395.jpg?quality=90&resize=768%2C574"></img>
<div style="font-size: 30px">+</div><img id="treat1"
src="https://www.exercise.co.uk/wp/wp-content/uploads/2019/04/Compound-Exercise-Workout.jpg"></img>
<div style="font-size:30px">=</div><img id="treat1"
src="https://media.istockphoto.com/photos/symbolic-scales-of-the-stones-illuminated-by-the-evening-sun-against-picture-id954248700?k=6&m=954248700&s=612x612&w=0&h=b19v-NjDbu3Xfslrqy4TDtzqf9HYhHiWV9uBuYILsjA="></img>
</div>
<div class="modal-footer">
<a href="#!" class="modal-close waves-effect waves-green btn-flat">Start!</a>
</div>
</div>
<!-- <div class="container"> -->
<div class="row">
<div class="col-md-4" id="clickBegin">
<!-- button to call 300 calorie workout -->
<button class="waves-effect fire btn" id="fire300"><i class="fas fa-utensils"></i>Cookies
</button>
</div>
<div class="col-md-4" id="clickBegin">
<!-- button to call 500 calorie workout -->
<button class="waves-effect fire btn" id="fire500"><i class="fas fa-utensils"></i>Cakes</button1>
</div>
<div class="col-md-4" id="clickBegin">
<!-- button to call 1000 calorie workout -->
<button class="waves-effect fire btn" id="fire1000"><i class="fas fa-utensils"></i>Brownies</button1>
</div>
</div>
<!-- note -->
<div class="row">
<div id="foods" class="col-lg-12">
<h2 id="title">First You Yearn!</h2>
<div class="row">
<div class="col-lg-6">
<div id="recipe-drop"></div>
</div>
<!-- recipe from API will append here -->
</div>
</div>
</div>
<!-- </div> -->
<div class="row">
<div id="workout" class="col-lg-12">
<h2 id="title">Then You Burn!</h2>
<div class="row">
<div class="col-lg-6">
<!-- workout from API will append here -->
<div id="player"></div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="row burn"> -->
<!-- </div> -->
<!-- </div> -->
</ul>
</div>
<!-- footer -->
<footer class="page-footer">
<div class="footer-copyright">
© 2020 Copyright Text
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="materialize/js/materialize.min.js"></script>
<script src="burnMyMeal.js"></script>
</body>
</html>