-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
45 lines (41 loc) · 1.71 KB
/
about-us.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Healthy Life</title>
<link rel="stylesheet" href="css/about-us.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" href="resources/pics/hf.png">
</head>
<body>
<div class="navbar">
<div class="container flex">
<h1>Healthy Life</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="login.html">Account</a></li>
</ul>
</nav>
</div>
</div>
<section class="main-layout">
<div class="container grid">
<div class="item">
<h1>Change your life today,<br/>health is matter.</h1>
<p class="about-us-paragraph">Healthy Life is website based on BMI calculator. BMI stands for Body Mass Index which is a measure of body fat based on height and weight that applies to adult men and women.
</p>
<br><br>
<p class="about-us-paragraph">Based on BMI results the web site provide to the user tips, diet plans and health tracking.
</p>
</div>
<div class="item2">
<p class="about-us-paragraph">It is a convenient rule of thumb used to broadly categorize a person as underweight, normal weight, overweight, or obese based on tissue mass (muscle, fat, and bone) and height. Commonly accepted BMI ranges are underweight (under 18.5 kg/m2), normal weight (18.5 to 25), overweight (25 to 30), and obese (over 30).
</p>
</div>
</div>
</section>
</body>
</html>