-
Notifications
You must be signed in to change notification settings - Fork 0
/
tool.html
137 lines (114 loc) · 4.88 KB
/
tool.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
<!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="tools.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> Fitness Tools For Men And Women </h1>
<p>Learn about different approaches to fitness Tools such as: Bmi:Body Mass Index, Body FAT Percentage, Calories
Burned Calculator,
Daily Calories Burn Calculator, Daily Nutrition Calculator, 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> BMI :Body Mass Index</h2>
<div class="box-img" style="background-image: url('pic.jpg');"> </div>
</div>
<p><a href="bmi.html" target="main">Open BMI </a></p>
</div>
<div class="box1 box">
<div class="box-content">
<h2> Body FAT Percentage</h2>
<div class="box-img" style="background-image: url('img1.jpg');"> </div>
</div>
<p><a href="body_fat.html" target="main">Open BFP </a></p>
</div>
<div class="box1 box">
<div class="box-content">
<h2> Activity Calories Calculator </h2>
<div class="box-img" style="background-image: url('cal.webp');"> </div>
</div>
<p><a href="daily.html" target="main">Open ACC </a></p>
</div>
</div>
<div class="exercise">
<div class="box1 box">
<div class="box-content">
<h2> Daily Calories Burn Calculator</h2>
<div class="box-img" style="background-image: url('Daily_burned.jpg');"> </div>
</div>
<p><a href="daily.html " target="main">Open DCB </a></p>
</div>
<div class="box1 box">
<div class="box-content">
<h2> Daily Nutrition Calculator</h2>
<div class="box-img" style="background-image: url('nut.webp');"> </div>
</div>
<p><a href="Calories.html" target="main">Open Macros </a></p>
</div>
<div class="box1 box">
<div class="box-content">
<h2> weight_loss calories Calculator </h2>
<div class="box-img" style="background-image: url('loss.jpg');"> </div>
</div>
<p><a href="weight_loss.html" target="main">Open tool </a></p>
</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>