forked from syedaaqib25/Codekers_IP_KOC25_CipherSchools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNutrition.html
58 lines (53 loc) · 2.44 KB
/
Nutrition.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Nutrition</title>
</head>
<body class="bckbody">
<div>
<div class="navbar">
<header>
<h1 style="margin-top:0px; padding-left: 10px;">Fitness Club <br> <span style="color:rgb(55, 34, 192); position: relative; left:6rem;">GoToJim</span></h1>
<nav>
<ul class="ulclass">
<li><a href="./index.html">Home</a></li>
<li><a href="./Nutrition.html">Nutrition</a></li>
<li><a href="./Timetable.html">Timetable</a></li>
<li><a href="./Traning.html">Traning</a></li>
<li><a href="./Gallery.html">Gallery</a></li>
<li><a href="./AboutUs.html">AboutUs</a></li>
<li><a href="./Register.html">Register</a></li>
</ul>
</nav>
</header>
<hr>
</div>
<div>
<div style="width: 50%; color:#5df666; margin: 2rem;">
<h2 style="color:rgba(4, 192, 255, 0.922) ;"> Eat real, unprocessed food,
as close to nature as possible,
Eat with gratitude and a positive state of mind.
Pretend the modern supermarket does not exist.
Choose foods that could be grown, hunted or gathered -
nothing refined or highly processed.</h2>
<h3>
Support local producers when possible.
Eat animals, seafood, vegetables, nuts, seeds, and fruits.
Eat healthy fats from pastured animals, seafood,
coconut, avocado, olives, and cold-pressed oil.
Drink water. <br>
Incorporate traditional, nutrient-dense foods:
fermented vegetables, organ meats, and homemade bone broths.
Above all, ditch the “gurus” and “diets.”
Get back to basics. Connect with your body.
Fuel with Real Food.
</h3>
</div>
</div>
</div>
</body>
</html>