-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.html
150 lines (116 loc) · 5.51 KB
/
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
145
146
147
148
149
150
<!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="pro.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> Workouts For Men And Women</h1>
<p>We have a huge range of free workout plans for men and Women designed
by fitness experts and trainers. Find the best workout for your goal, experience, desired training style and
equipment access.</p>
</div>
<div class="exercise">
<div class="box1 box">
<div class="box-content">
<h2> Mass Gain workout </h2>
<div class="box-img" style="background-image: url('mass.jpg');"> </div>
</div>
<p><a href="main.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('fat2.jpg');"> </div>
</div>
<p><a href="Fat_loss.html" target="main"> View Workout </a></p>
</div>
<div class="box3 box">
<div class="box-content">
<h2> Strength Training </h2>
<div class="box-img" style="background-image: url('recovery.avif');"> </div>
</div>
<p><a href="strength.html" target="main">View Workout </a></p>
</div>
</div>
<div class="exercise">
<div class="box1 box">
<div class="box-content">
<h2> Body Recompose </h2>
<div class="box-img" style="background-image: url('im.jpg');"> </div>
</div>
<p><a href="body recomposition.html" target="main">View Workout </a></p>
</div>
<div class="box2 box">
<div class="box-content">
<h2> Aethetic</h2>
<div class="box-img" style="background-image: url('bodyy.jpg');"> </div>
</div>
<p><a href="Aesthetic.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('sta2.webp');"> </div>
</div>
<p><a href="Stamina.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>