-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
49 lines (48 loc) · 1.79 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<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 href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/about.css">
</head>
<body>
<h1>About Us</h1>
<div class="col">
<div class="text-content">
<h2>Our Objectives</h2>
<p>
The main objective of ‘About Fitness’ is to create awareness and to Co-ordinate the performance of body, mind and soul in a befitting manner. Our goal is to be sensitive to our members needs and to fulfill fitness requirements. We ensure physical fitness and robust health to customers as we counsel,assist and motivate them.Results are bound to be positive as we put in our 100% to fulfill your needs.
</p>
</div>
</div>
<div class="col">
<div class="text-content">
<h2>Our Vision</h2>
<p>
Our vision is to maintain the standers of our fitness centre for our member’s well being, our members will have sound body and it will be maintained well when complimented by a health foods bar to nourish body’s daily fiber vitamin’s requirements.
</p>
</div>
</div>
<div class="col">
<div class="text-content">
<h2>Facilities</h2>
<ul>
<li>Cardio Center</li>
<li>Strength Training</li>
<li>Free Weight Area</li>
<li>Aerobics</li>
<li>Customized Schedule Cards</li>
<li>Diet Counseling</li>
<li>Locker Room</li>
<li>Health Bar ( Serving Protein Shakes, Fat Burners & other Nutrition )</li>
</ul>
</div>
</div>
<div class="container">
<a href="index.html"><img src="images\back.png"></a>
</div>
</body>
</html>