-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
263 lines (220 loc) · 8.63 KB
/
index1.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Index</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Demo CSS file not needed for the plugin -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link rel="stylesheet" href="index_style.css">
<link rel="stylesheet" href="Scroll_image/index_style1.css">
<!-- GRT Youtube Plugin CSS -->
<link rel="stylesheet" href="responsive_menu.css">
<!-- footer-->
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="new.css">
<link rel="stylesheet" href="bmi.css">
<link rel="stylesheet" href="col.css">
<!-- ION Icons-->
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<style>
map {
float: right;
height:400px; /* The height is 400 pixels */
width: 100px;
}
div.abtcantent{
font-size: 25px;
font-family: "Times New Roman", Times, serif;
text-align: center;
padding:100px;
}
div.abttitle{
font-size: 45px;
font-family: "Roberto", Times, serif;
text-align: justify;
}
</style>
</head>
<body>
<header>
<div class="menu-container">
<div class="grt-menu-row">
<div class="grt-menu-logo">
<a href="index1.html" class="grt-logo"><img src="Images/logo/logo.png"></a>
</div>
<div class="grt-menu-right">
<nav>
<button class="grt-mobile-button"><span class="line1"></span><span class="line2"></span><span class="line3"></span></button>
<ul class="grt-menu">
<li class="active"><a href=""><i class="icon ion-md-home"></i> Home</a></li>
<li class="grt-dropdown"><a><i class="icon ion-md-fitness"></i> Exercise</a>
<ul class="grt-dropdown-list">
<li><a href="chest.html">Chest Wokout</a></li>
<li><a href="back.html">Back Workout</a></li>
<li><a href="legs.html">Legs Workout</a></li>
<li><a href="shoulder.html">Shoulder Workout</a></li>
<li><a href="arms.html">Arm Workout</a></li>
</ul></li>
<li><a href="yoga/yoga.html"><label><i class="icon ion-md-body"> </i> Yoga</label></a></li>
<li><a href="diet/diet/diet.html"><label><i class="icon ion-md-pizza"></i> Diet</label></a></li>
<li><a href="../NutraFit/shop/shop.php"><label><i class="icon ion-md-cart"></i> Shop</label></a></li>
<li class="grt-dropdown"><a><i class="icon ion-md-people"></i> My Account</a>
<ul class="grt-dropdown-list">
<li><a href="SignIn/signin.php">Sign In</a></li>
<li><a href="SignUp/signup.html">Create an Account</a></li>
</ul>
</li>
<li><a href="Contact/contact.php"><i class="icon ion-md-contacts"></i> contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="demo-page-container">
</div>
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="responsive_menu.js"></script>
<center><h1 style="color: aquamarine;">Nutrient & Fitness</H1></center><br><br>
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="Images/11.png" style="width:100%">
<!-- <div class="text">Caption Text</div>-->
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="Images/22.png" style="width:100%">
<!--<div class="text">Caption Two</div>-->
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="Images/33.png" style="width:100%">
<!-- <div class="text">Caption Three</div>-->
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<script src="Scroll_image/index_script1.js"></script>
<a><div class="footer">
<div class="logo">
<!-- <img src="Images/logo/logo.png" length="100" width="100">-->
</div>
<div class="Contact">
<label>
</label>
</div>
<p> </p>
</div></a>
<br><br><br>
<div class="abttitle">
<center>ABOUT</center>
</div>
<div class ="abtcantent">
<p><center>Good Nutrition is an important part of leading a healthy lifestyle.
Nutrition is the science that interprets the interaction of nutrients and other substances in food in relation to maintenance, growth, reproduction, health and disease of an organism. It includes food intake, absorption, assimilation, biosynthesis, catabolism and excretion.
The diet of an organism is what it eats, which is largely determined by the availability and palatability of foods. For humans, a healthy diet includes preparation of food and storage methods that preserve nutrients from oxidation, heat or leaching, and that reduces risk of foodborne illnesses.
Combined With Physical activity, your diet can help you to reach and maintain a healthy weight,reduce your risk of chronic diseases</center></p>
<br> <p><center> To create awarenes among general public who need to be aware of the growning health problems this site has been developed by us </center></p>
</div>
<!-- BMI Area Starts -->
<section class="bmi-area section-padding">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="bmi-text">
<form action="#" id="bmi">
<div class="form-group">
<label for="age">Your Age:</label>
<input type="text" id="age">
</div>
<div class="form-group">
<label for="weight">Your Weight:</label>
<input class="calculations" type="text" name="weight" size="10" max="4">
</div>
<div class="form-group">
<label for="height">Your Height(in cms):</label>
<input class="calculations" type="text" name="height" size="10">
</div>
<div class="form-group">
<label for="bmi">Your BMI is:</label>
<input class="calculations" type="text" id="dopeBMI" size="25" readonly>
<br>This Means:
<input class="calculations" type="text" id="meaning" size="25" readonly>
</div>
<div class="bmi-btn pt-4">
<input class="template-btn" type="submit" id="calculateBMI" name="verify" value="What is My BMI">
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<ul class="footer-nav">
<li><a href="../../NutraFit/aboutus/aboutus.html"><h4><i class="icon ion-md-person"></i> About us</h4></a></li>
<li><a href="../NutraFit/shop/shop.php"><h4><i class="icon ion-md-cart"></i> Shop</h4></a></li>
<li><a href="../NutraFit/Contact/contact.php"><h4><i class="icon ion-md-people"></i> Contact</h4></a></li>
<li><a href="../NutraFit/diet/diet/diet.html"><h4><i class="icon ion-md-pizza"></i> Diet</h4></a></li>
<li><a href="../NutraFit/yoga/yoga.html"><h4><i class="icon ion-md-body"></i> Yoga</h4></a></li>
</ul>
</div>
</div>
<div id="map"></div>
<div class="row">
<br><br><br><br>
<p>
<h5>Copyright © 2019 by Nutrient&Fitness. All Rights reserved.</h5>
</p>
</div>
</footer>
<script>
// Bmi
$("#bmi").submit(function(e) {
e.preventDefault();
var weight = $("[name='weight']").val();
var height = $("[name='height']").val();
if (weight > 0 && height > 0) {
var finalBmi = weight/(height/100*height/100);
$("#dopeBMI").val(finalBmi);
if (finalBmi < 18.5) {
$("#meaning").val("You are underweight.");
}
if (finalBmi > 18.5 && finalBmi < 24.9) {
$("#meaning").val("You are normal.");
}
if (finalBmi > 24.9 && finalBmi < 29.99) {
$("#meaning").val("You are overweight.");
}}
else{
alert("Please Fill in everything correctly");
}
});
</script>
<script>
function initMap() {
// The location of Uluru
var uluru = {lat: 19.050510, lng:72.878432};
// The map, centered at Uluru
var map = new google.maps.Map(
document.getElementById('map'), {zoom: 17, center: uluru});
// The marker, positioned at Uluru
var marker = new google.maps.Marker({position: uluru, map: map});
}
</script>
<script async defer
src=" https://maps.googleapis.com/maps/api/js?key=AIzaSyA_2vecpKeJID9DC6Xi0YQgP-Null2pNWA&callback=initMap">
</script>
</body>
</html>