-
Notifications
You must be signed in to change notification settings - Fork 0
/
nutrition list.html
144 lines (107 loc) · 5.11 KB
/
nutrition list.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>list</title>
<link rel="stylesheet" href="nut_style.css">
</head>
<body>
<nav>
<div class="logo">Fit mania </div>
<ul>
<li><a href="index.html"> Home</a></li>
<li><a href="list.html" target="main">Program</a></li>
<li><a href="nutrition list.html" target="main">Nutrition</a></li>
<li><a href="tool.html" target="main">Tool</a></li>
<li><a href="about.html" target="main">About us </a></li>
<li><a href="registration.html" target="main"> Login / Register</a></li>
</ul>
</nav>
<div class="head">
<h1> Diet Plan for Men and Woman</h1>
<p>Learn about different approaches to fitness nutrition so you can choose the best diet plan to suit your goals..</p>
</div>
<div class="exercise">
<div class="box1 box">
<div class="box-content">
<h2> body building </h2>
<div class="box-img" style="background-image: url('body.jpg');"> </div>
</div>
<p ><a href="body.html" target="main">View Workout </a></p>
</div>
<div class="box2 box">
<div class="box-content">
<h2> Fat Loss </h2>
<div class="box-img" style="background-image: url('fatloss.webp');"> </div>
</div>
<p><a href="Fat_loss.html" target="main">View Workout </a></p>
</div>
<div class="box3 box">
<div class="box-content">
<h2>Stamina </h2>
<div class="box-img" style="background-image: url('stamina.webp');"> </div>
</div>
<p ><a href="Stamina.html" target="main">View Workout </a></p>
</div>
</div>
</div>
<div class="exercise">
<div class="box1 box">
<div class="box-content">
<h2> Weight gain </h2>
<div class="box-img" style="background-image: url('gain.webp');"> </div>
</div>
<p ><a href="mass.html" target="main">View Workout </a></p>
</div>
<div class="box2 box">
<div class="box-content">
<h2> Muscle building </h2>
<div class="box-img" style="background-image: url('fatloss.webp');"> </div>
</div>
<p><a href="body.html" target="main">View Workout </a></p>
</div>
<div class="box2 box">
<div class="box-content">
<h2> Body Building</h2>
<div class="box-img" style="background-image: url('fatloss.webp');"> </div>
</div>
<p><a href="mass.html" target="main">View Workout </a></p>
</div>
</div>
</div>
<footer>
<div class="footer_container">
<div class="footer">
<div class="footer_heading footer-1">
<h2> Home </h2>
<a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\PROGRAM\list.html"target="main">Program</a>
<a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\nutrition\nutrition list.html">Nutrition</a>
<a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\tools\tool.html">Tools</a>
<a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\about us\about.html">About us </a>
</div>
<div class="footer_heading footer-1">
<h2> Tools </h2>
<a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\tools\bmi\bmi.html" target="main">BMI calculator </a>
<a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\tools\Body_fat\body_fat.html" target="main">B fat calculator</a>
<a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\tools\Calories_burned\calories.html" target="main">Activity calories burn</a>
<a href=" C:\Users\imran\OneDrive\Desktop\collage project\main file\tools\Recipe_nutrition\nutrition.html" target="main"> Nutrition Calculator </a>
</div>
<div class="footer_heading footer-1">
<h2> Contact Us </h2>
<a href="https://www.instagram.com/hunk__imran_?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==" target="main"> instagram </a>
<a href="https://www.facebook.com/profile.php?id=100055357926916&mibextid=LQQJ4d" target="main"> Facebook </a>
<a href="https://www.linkedin.com/in/imran-ahemad-539493301?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app"target="main">linkedin</a>
</div>
<div class="footer-email-form">
<h2>Join Our NewsLetter</h2>
<input type="email" placeholder="Enter your Email address"
id="footer-email">
<input type="submit" value="Sign up"
id="footer-email-btn">
</div>
</div>
</div>
</footer>
</body>
</html>