-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathabout.html
307 lines (294 loc) · 12.6 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- WEBSITE DESCRIPTION -->
<meta name="description" content="BEFIT: a html template for Gym And Fitness organization">
<meta name="keyword" content="HTML, CSS, BOOTSTRAP, JAVACRIPT">
<meta name="author" centent="Rex[02]">
<!-- OPTIMIZIED VIEWPORT FOR MOBILE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale =1.0">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Podkova:wght@800&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="images/BEFIT.png" sizes="32X32">
<!-- GLOBAL CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid.min.css">
<link rel="stylesheet" type="text/css" href="css/header-footer.css">
<!-- ADD YOUR CSS -->
<link rel="stylesheet" type="text/css" href="css/about.css">
<title>BEFIT</title>
</head>
<body>
<!-- NAVBAR STARTS HERE -->
<header>
<!-- DESKTOP NAVBAR STARTS -->
<nav class="container-fluid topnav ">
<div class="row wrapper">
<div class="col-3 col-sm-3 col-md-3 col-lg-3">
<h1 class="company-name">BE<b id="bold">FIT</b></h1>
</div>
<div class="col-9 col-sm-9 col-md-9 col-lg-9">
<ul class="navigation">
<li><a href="./index.html">HOME</a></li>
<li><a href="./services.html">SERVICES</a></li>
<li><a href="./products.html">PRODUCTS</a></li>
<li><a href="./pricing.html">PLANS</a></li>
<li><a href="./calculator.html">BMI</a></li>
<li><a href="./error.html">4O4 ERROR</a></li>
<li><a href="./team.html">OUR TEAM</a></li>
<li><a href="./about.html">ABOUT US</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<!-- DESKTOP NAV NAVBAR ENDS HERE -->
<!-- MOBILE NAV STARTS -->
<div class="fixed-top guy hide-mobile-nav">
<div class="collapse navbar-collapse" id="navbarToggleExternalContent">
<div class="p-4 nav-bg">
<h5 class="text-white h4">
<ul class="mobile-nav">
<li>
<input class="form-control mr-sm-2" type="search" placeholder="Search Keyword" aria-label="Search">
</li>
<li><a href="./index.html">HOME</a></li>
<li><a href="./services.html">SERVICES</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
PAGES
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item text-dark" href="./products.html">PROUCTS</a>
<a class="dropdown-item text-dark" href="./pricing.html">PLANS AND PRICING</a>
<a class="dropdown-item text-dark" href="./calculator.html">BMI</a>
<a class="dropdown-item text-dark" href="./error.html">4O4 ERROR</a>
</div>
</li>
<li><a href="./team.html">OUR TEAM</a></li>
<li><a href="./about.html">ABOUT US</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</h5>
</div>
</div>
<nav class="navbar navbar-dark hj">
<h1 class="company-name-mobile">BE<b id="bold">FIT</b></h1>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class=""><img src="images/navicon.svg" id="navicon"></span>
</button>
</nav>
</div>
<!-- MOBILE NAV ENDS -->
</header>
<!-- header section -->
<section class="header pb-5" id="header">
<div class="container-fluid">
<div class="row height-max image-header
align-items-center" style="background-image: url(images/jonathan.png);">
<div class="col-12 h-info d-flex justify-content-center
align-items-center col-lg-6 img-section">
<div class="sub-info ">
<h1>What BEFIT <br> is About</h1>
<p class="">Being fit is a neccesity for strong health and
it doesn’t suck, get back into it today. Befit has got you
covered for your fitness
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end of header -->
<!-- about us section-->
<section class=" py-5">
<div class="container">
<!-- img row -->
<div class="row about-us">
<div class="col-12 mx-auto col-lg-6 img-section my-3">
<div class="">
<img src="images/edgar-chaparro.png" alt="gyming" class="img-fluid" />
</div>
</div>
<div class="col-12 d-flex justify-content-center align-items-center col-lg-6 img-section my-3">
<div class="history__">
<h1 class="pt-3">About Us</h1>
<h4 class="pb-5">Know More About Our History</h4>
<p>Befit is dedicated to her customers to ensure
their fitness and their strong health. Being fit doesn’t suck,
instead it gives one a stronger lifespan and health. Get back
into the business of befit. Join our community and coaches in
the mission to help bring you back to a healthier lifestyle.
</p>
<p>
Befit is dedicated to her customers to ensure their fitness and
ong health. Being fit doesn’t suck, instead it gives one
a stronger lifespan and health. Get back into the business of
befit. Join our community and coaches in the mission to help
bring you back to a healthier lifestyle.
</p>
</div>
</div>
<!-- end of img row -->
</div>
</div>
</section>
<!-- end of about us section -->
<!-- M n V section -->
<section class="my-5 m-n-v py-5">
<div class="container p-5">
<!-- ...section title -->
<div class="row">
<div class="col d-flex flex-wrap justify-content-center my-5">
<h2 class="font-weight-bolder align-items-center title">
Our Vision & Mission
</h2>
</div>
</div>
<!-- End of section title -->
<!-- img row -->
<div class="row">
<div class="col-12 d-flex justify-content-center align-items-center col-lg-6 img-section my-3">
<div class="m-info p-5">
<h4>Vision</h4>
<p class="">Befit is dedicated to her customers to ensure their fitness and
their strong health. Being fit doesn’t suck, instead it gives one
a stronger lifespan and health. Get back into the business of
befit. Join our community and coaches in the mission to hel
</p>
</div>
</div>
<div class="col-12 d-flex justify-content-center align-items-center col-lg-6 img-section my-3">
<div class="v-info p-5">
<h4>Mission</h4>
<p class="">Befit is dedicated to her customers to ensure their fitness and
their strong health. Being fit doesn’t suck, instead it gives one
a stronger lifespan and health. Get back into the business of
befit. Join our community and coaches in the mission to hel
</p>
</div>
</div>
<!-- end of img row -->
</div>
</div>
</section>
<!-- End of M n V section -->
<!-- choose section -->
<section class=" my-5">
<div class="container">
<!-- img row -->
<div class="row choose">
<div class="col-12 d-flex justify-content-center align-items-center col-lg-6 img-section my-3">
<div>
<h1 class="pt-3">Why Choose Us?</h1>
<h4 class="pb-4">Know about our history</h4>
<p>Befit is dedicated to her customers to ensure
their fitness and their strong health. Being fit doesn’t suck,
instead it gives one a stronger lifespan and health. Get back
into the business of befit. Join our community and coaches in
the mission to help bring you back to a healthier lifestyle.
</p>
</div>
</div>
<div class="col-12 mx-auto col-lg-6 img-section py-5">
<div class="">
<img src="images/dane-wetton.png" alt="suites" class="img-fluid" />
</div>
</div>
<!-- end of img row -->
</div>
<div class="row text-center icon-text py-5">
<div class="col-12 col-lg-2 col-half-offset py-2">
<img src="images/bx_bx-calendar-heart.png" alt="calender">
<p class=" p-5">Consultation</p>
</div>
<div class=" col-lg-2 col-half-offset py-2">
<img src="images/cil_people.png" alt="people">
<p class="p-5">Best Trainers</p>
</div>
<div class=" col-lg-2 col-half-offset py-2">
<img src="images/bx_bx-time.png" alt="time">
<p class=" p-5">1248 Working Hours</p>
</div>
<div class=" col-lg-2 col-half-offset py-2">
<img src="images/carbon_thumbs-up.png" alt="thumbs-up">
<p class=" p-5">600 Success Stories</p>
</div>
<div class=" col-lg-2 col-half-offset py-2">
<img src="images/bi_heart.png" alt="heart">
<p class=" p-5">1500 Happy Clients</p>
</div>
</div>
</div>
</section>
<!-- end of choose section -->
<!-- DESKTOP FOOTER STARTS -->
<footer class="foot hide">
<nav class="foot-nav">
<ul class="footnav">
<li class="companyname desk">BEFIT</li>
<li class="margin list"><a href=""></a>HOME</li>
<li class="list"><a href=""></a>TOUR</li>
<li class="list"><a href=""></a>COOKIES POLICY</li>
<li class="list"><a href=""></a>LEGAL TERMS</li>
</ul>
<hr id="hr">
<div class="socials">
<p class="slogn">THE BEST WAY TO BE HEALTHY</p>
<p class="socialicons margin">
<a href="#"><img class="m-0 p-0 px-2 margin" src="images/instagram.svg" alt="instagram logo"></a>
<a href="#"><img class="m-0 p-0 px-2" src="images/twitter.svg" alt="twitter logo"></a>
<a href="#"><img class="m-0 p-0 px-2" src="images/facebook.svg" alt="pinterest logo"></a>
</p>
</div>
</nav>
</footer>
<!-- FOOTER ENDS -->
<!-- MOBILE FOOTER STARTS -->
<footer class="mobile-foot hd">
<div>
<h1 class="companyname">BEFIT</h1>
</div>
<div>
<ul class="mobilenav">
<li><a href="./index.html">HOME</a></li>
<li><a href="">TOUR</a></li>
<li><a href="">COKIES POLICY</a></li>
<li><a href="">LEGAL TERMS</a></li>
</ul>
</div>
<div>
<ul class="mobilenav">
<li class="">THE BEST WAY TO BE HEALTHY</li>
<li>
<p class="socialicons margin">
<a href="#"><img class="m-0 p-0 px-2 margin" src="images/instagram.svg" alt="instagram logo"></a>
<a href="#"><img class="m-0 p-0 px-2" src="images/twitter.svg" alt="twitter logo"></a>
<a href="#"><img class="m-0 p-0 px-2" src="images/facebook.svg" alt="pinterest logo"></a>
</p>
</li>
</ul>
</div>
</footer>
<!-- MOBILE FOOTER ENDS -->
<!-- JAVCRIPT FILES -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<!-- <script src="js/map.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&callback=myMap"></script> -->
</body>
</html>