-
Notifications
You must be signed in to change notification settings - Fork 51
/
about.html
241 lines (229 loc) · 8.82 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
<!DOCTYPE html>
<html lang="en">
<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>Fitnezz</title>
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
<link
rel="icon"
type="image/png"
sizes="48x48"
href="/images/fitnezz_favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="/images/fitnezz_favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="144x144"
href="/images/fitnezz_favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/images/fitnezz_favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="256x256"
href="/images/fitnezz_favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="384x384"
href="/images/fitnezz_favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="/images/fitnezz_favicon.png"
/>
<link rel="stylesheet" href="home.css" />
<link rel="stylesheet" href="about.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="https://use.fontawesome.com/d416e09bd8.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap"
rel="stylesheet"
/>
</head>
<body onload="myfunction()">
<div id="load"></div>
<!-- <body> -->
<header class="header">
<a href="./index.html" style="text-decoration: none; color: inherit">
<div class="logo">Fitne<span style="color: purple">zz</span></div>
</a>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="">News</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
<a href="#registration">
<div class="button">
<button class="btn2 grow">Become a member</button>
</div>
</a>
</header>
<div class="main-banner" id="top">
<video autoplay muted loop id="bg-video">
<source src="/videos/gym-video.mp4" type="video/mp4" />
</video>
<div class="video-overlay header-text home">
<div class="caption">
<h2 style="text-decoration:underline;">About <em>Us</em></h2>
<h2>No Pain no <em>gain</em></h2>
</div>
<a href="#about" class="go-down">
<i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
</div>
</div>
<!-- Start About -->
<section class="about" id="about">
<div class="container">
<div class="content">
<div class="box wow bounceInUp">
<div class="inner">
<div class="img">
<img src="./images/about1.jpg" alt="about" />
</div>
<div class="text">
<h4><strong>Free Consultation</strong></h4>
<p>
Health tips are essentially obtained from any web platform easily, but then
all tips are not advisable to follow as the web is filled with mendacious as well as
malicious information. We tried to bring about this difference by setting up a consultation
section in our website with an ambition to provide free medical health advice about various fitness trainings.
</p>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.2s">
<div class="inner">
<div class="img">
<img src="./images/about2.jpg" alt="about" />
</div>
<div class="text">
<h4><strong>Training</strong> </h4>
<p>
Our trainers are experienced as well as well-accoladed with honours, thereby certifying
them as the best professional fitness trainers across the globe. That makes it easier to
provide the best training with adequate care and proper handling of our clients.
We pay special attention
to trainees already having some physical constraints
<!-- and heal their body and mind in the best way possible. -->
</p>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.4s">
<div class="inner">
<div class="img">
<img src="./images/about3.jpg" alt="about" />
</div>
<div class="text">
<h4><strong>Build Perfect Body</strong></h4>
<p>
Body building not only has benefits of heath and mind but also of coming in the best fitness form possible.
A larger section of the youth focuses on achieving the perfect figure to flaunt and flex that.
Our <i>Fitnezz</i> website caters to various subdomains for that sector of customers as well.
Stay fit with mind and body, and feel fit by looking at yourself in the mirror.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container-footer">
<div class="row">
<div class="footer-col one">
<img src="./images/logo.png" alt="Logo" style="item-margin:200px left">
<strong><p style="text-align:left ;"> We take care of your fitness</p></strong>
<div class="socials" style="padding-bottom:10px;">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="footer-col">
<strong><h4>About Us</h4></strong>
<ul>
<li style="text-align:left ;"><a href="#">our program</a></li>
<li style="text-align:left ;"><a href="#">our legacy</a></li>
<li style="text-align:left ;"><a href="#">our story</a></li>
<li style="text-align:left ;"><a href="#">our club</a></li>
</ul>
</div>
<div class="footer-col schedule">
<h4 style="text-align:left ;">mon - wed</h4>
<p style="text-align:left ;"><span class="num">8</span>AM - <span class="num">4</span>PM</p>
<br>
<h4 style="text-align:left ;">thu - sat</h4>
<p style="text-align:left ;"><span class="num">10</span>AM - <span class="num">6</span>PM</p>
</div>
<div class="footer-col">
<strong><h4 style="text-align:left ;">Your Fitness</h4></strong>
<ul>
<li style="text-align:left ;"><a href="#">why choose us?</a></li>
<li style="text-align:left ;"><a href="#">testimonials</a></li>
<li style="text-align:left ;"><a href="#">workout tips</a></li>
<li style="text-align:left ;"><a href="#">activities</a></li>
</ul>
</div>
<div class="footer-col">
<strong><h4 style="text-align:left ;">More</h4></strong>
<ul>
<li style="text-align:left ;">accessibility</li>
<li style="text-align:left ;">find a gym</li>
<li style="text-align:left ;">news</li>
<li style="text-align:left ;">shop</li>
</ul>
</div>
</div>
<!-- <div class="footer-bottom">
<div class="left-corner" style="text-align:center;"> -->
<div style="padding-bottom: 20px ;padding-top: 20px ;background-color:rgb(216, 131, 216);">
<h2>Copyright © <strong><span>Fitnezz |</span></strong> All Rights Reserved</h3>
</div>
<!-- </div> -->
<!-- <div class="right-corner">
<p><b>Terms of use </b></p>
<p><b>Careers</b></p>
<p><b>Privacy Policy</b></p>
</div> -->
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="script.js"></script>
<script>
var preloader = document.getElementById('load');
function myfunction(){
preloader.style.display='none';
}
</script>
</body>
</html>