-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
124 lines (108 loc) · 6.07 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Health&Fitness</title>
<!-- custom css file link -->
<link rel="stylesheet" href="css_files/header_style.css">
<link rel="stylesheet" href="css_files/footer_style.css">
<link rel="stylesheet" href="css_files/about_style.css">
<!-- google icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- swiper css link -->
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
<!-- font awesome 4 cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
</head>
<body>
<!-- header section starts -->
<header class="header">
<a href="#" class="logo"><span><i class="fas fa-running"></i><span>Health<span>&<span>Fitness</span></span></span></a>
<nav class="navbar">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="nutrition.html">NUTRITION</a>
<a href="blog.html">BLOG</a>
<a href="contact.html">CONTACT</a>
</nav>
<div class="icons">
<i id="search-btn" class="fas fa-search"></i>
<i id="menu-btn" class="fas fa-bars"></i>
</div>
<form action="https://www.google.com/search" method="get" class="searchbar-container">
<input type="search" id="searchbar" placeholder="Search Here.....">
<label for="searchbar" class="fas fa-search"></label>
</form>
</header>
<!-- header section ends -->
<section class="heading-link">
<h2>ABOUT US</h2>
<p> <a href="index.html">HOME</a> / ABOUT </p>
</section>
<section class="image_1">
<div class="image_1row">
<div class="banner">
<img src="images/about1.jpg" alt="img">
<h2 class="heading">We believe in helping you become the best version of yourself.</h3>
</div>
</div>
<section class="inform_about">
<div class="content">
<h3>Created to make healthy living<br>accesible to all.</h3>
<p>In this fast paced world, working out seems like such a hassle. Going to the gym looks like it is is not worth it because of work fatigue and stress. This website was created to make healthy living a more feasible option. With fitness tips ,great workout routines and delicious healthy recipes. Staying Fit has become easier. The Key to staying fit is just one Search away. With Health&Fitness, you can stay physically fit and able and, manage your stress and tension.</p>
</div>
</section>
</section>
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class=" sec about-stayfit">
<h3><i class="fas fa-running"></i><span>Health<span>&<span>Fitness</span></span></span></a></h3>
<p>This is a website created to help all maintain a healthy relationship with themselves.</p>
<div class="social-handles">
<a href="#"><i class="fab fa-facebook-f" ></i></a>
<a href="#"><i class="fab fa-twitter" ></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube" ></i></a>
</div>
</div>
<div class="sec quicklinks">
<h3>QUICK LINKS</h3>
<a href="about.html" class="link">ABOUT</a>
<a href="nutrition.html" class="link">NUTRITION</a>
<a href="blog.html" class="link">BLOG</a>
<a href="contact.html" class="link">CONTACT</a>
</div>
<div class="sec learnmore">
<h3>LEARN MORE</h3>
<a href="index.html#faq" class="link">FAQs</a>
<a href="#" class="link">TERMS & CONDITIONS</a>
<a href="#" class="link">PRIVACY POLICY</a>
</div>
<div class="sec contactus">
<h3>CONTACT US</h3>
<div class="details">
<span><h4><i class="fas fa-phone-alt"></i> Phone</a></h4></span>
<a href="tel:6291977708" class="link">6291977708</a>
<a href="tel:8902496653" class="link">8902496653</a>
<span><h4><i class="fa fa-envelope"></i> E-Mail</a></h4></span>
<a href="mailto:[email protected]" class="link">[email protected]</a>
<a href="mailto:[email protected]" class="link">[email protected]</a>
</div>
</div>
</div>
<!-- copyright section -->
<div class="credits">
<p><h2">Created By Simran Sharma and Shruti Gupta | All Rights Reserved.</h2></p>
</div>
</section>
<!-- footer section ends -->
<script src="script_file/script.js"></script>
</body>
</html>