-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
295 lines (286 loc) · 12 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head> <!-- ===( CODE AASHU )=== -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--( ICON LINK )-->
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<title>CODE AASHU : FITCLUB </title>
</head>
<body>
<nav>
<div class="nav__logo">
<a href="#"><img src="Images/logo.png" alt="logo" /></a>
</div>
<ul class="nav__links">
<li class="link"><a href="#">Home</a></li>
<li class="link"><a href="#">Program</a></li>
<li class="link"><a href="#">Service</a></li>
<li class="link"><a href="#">About</a></li>
<li class="link"><a href="#">Community</a></li>
</ul>
<button class="btn">Join Now</button>
</nav>
<header class="section__container header__container">
<div class="header__content">
<span class="bg__blur"></span>
<span class="bg__blur header__blur"></span>
<h4>BEST FITNESS IN THE TOWN</h4>
<h1><span>MAKE</span> YOUR BODY SHAPE</h1>
<p>
Unleash your potential and embark on a journey towards a stronger,
fitter, and more confident you. Sign up for 'Make Your Body Shape' now
and witness the incredible transformation your body is capable of!
</p>
<button class="btn">Get Started</button>
</div>
<div class="header__image">
<img src="Images/header.png" alt="header" />
</div>
</header>
<section class="section__container explore__container">
<div class="explore__header">
<h2 class="section__header">EXPLORE OUR PROGRAM</h2>
<div class="explore__nav">
<span><i class="ri-arrow-left-line"></i></span>
<span><i class="ri-arrow-right-line"></i></span>
</div>
</div>
<div class="explore__grid">
<div class="explore__card">
<span><i class="ri-boxing-fill"></i></span>
<h4>Strength</h4>
<p>
Embrace the essence of strength as we delve into its various
dimensions physical, mental, and emotional.
</p>
<a href="#">Join Now <i class="ri-arrow-right-line"></i></a>
</div>
<div class="explore__card">
<span><i class="ri-heart-pulse-fill"></i></span>
<h4>Physical Fitness</h4>
<p>
It encompasses a range of activities that improve health, strength,
flexibility, and overall well-being.
</p>
<a href="#">Join Now <i class="ri-arrow-right-line"></i></a>
</div>
<div class="explore__card">
<span><i class="ri-run-line"></i></span>
<h4>Fat Lose</h4>
<p>
Through a combination of workout routines and expert guidance, we'll
empower you to reach your goals.
</p>
<a href="#">Join Now <i class="ri-arrow-right-line"></i></a>
</div>
<div class="explore__card">
<span><i class="ri-shopping-basket-fill"></i></span>
<h4>Weight Gain</h4>
<p>
Designed for individuals, our program offers an effective approach
to gaining weight in a sustainable manner.
</p>
<a href="#">Join Now <i class="ri-arrow-right-line"></i></a>
</div>
</div>
</section>
<section class="section__container class__container">
<div class="class__image">
<span class="bg__blur"></span>
<img src="Images/class-1.jpg" alt="class" class="class__img-1" />
<img src="Images/class-2.jpg" alt="class" class="class__img-2" />
</div>
<div class="class__content">
<h2 class="section__header">THE CLASS YOU WILL GET HERE</h2>
<p>
Led by our team of expert and motivational instructors, "The Class You
Will Get Here" is a high-energy, results-driven session that combines
a perfect blend of cardio, strength training, and functional
exercises. Each class is carefully curated to keep you engaged and
challenged, ensuring you never hit a plateau in your fitness
endeavors.
</p>
<button class="btn">Book A Class</button>
</div>
</section>
<section class="section__container join__container">
<h2 class="section__header">WHY JOIN US ?</h2>
<p class="section__subheader">
Our diverse membership base creates a friendly and supportive
atmosphere, where you can make friends and stay motivated.
</p>
<div class="join__image">
<img src="Images/join.jpg" alt="Join" />
<div class="join__grid">
<div class="join__card">
<span><i class="ri-user-star-fill"></i></span>
<div class="join__card__content">
<h4>Personal Trainer</h4>
<p>Unlock your potential with our expert Personal Trainers.</p>
</div>
</div>
<div class="join__card">
<span><i class="ri-vidicon-fill"></i></span>
<div class="join__card__content">
<h4>Practice Sessions</h4>
<p>Elevate your fitness with practice sessions.</p>
</div>
</div>
<div class="join__card">
<span><i class="ri-building-line"></i></span>
<div class="join__card__content">
<h4>Good Management</h4>
<p>Supportive management, for your fitness success.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section__container price__container">
<h2 class="section__header">OUR PRICING PLAN</h2>
<p class="section__subheader">
Our pricing plan comes with various membership tiers, each tailored to
cater to different preferences and fitness aspirations.
</p>
<div class="price__grid">
<div class="price__card">
<div class="price__card__content">
<h4>Basic Plan</h4>
<h3>₹1999</h3>
<p>
<i class="ri-checkbox-circle-line"></i>
Smart workout plan
</p>
<p>
<i class="ri-checkbox-circle-line"></i>
At home workouts
</p>
</div>
<button class="btn price__btn">Join Now</button>
</div>
<div class="price__card">
<div class="price__card__content">
<h4>Weekly Plan</h4>
<h3>₹3999</h3>
<p>
<i class="ri-checkbox-circle-line"></i>
PRO Gyms
</p>
<p>
<i class="ri-checkbox-circle-line"></i>
Smart workout plan
</p>
<p>
<i class="ri-checkbox-circle-line"></i>
At home workouts
</p>
</div>
<button class="btn price__btn">Join Now</button>
</div>
<div class="price__card">
<div class="price__card__content">
<h4>Monthly Plan</h4>
<h3>₹ 5999</h3>
<p>
<i class="ri-checkbox-circle-line"></i>
ELITE Gyms & Classes
</p>
<p>
<i class="ri-checkbox-circle-line"></i>
PRO Gyms
</p>
<p>
<i class="ri-checkbox-circle-line"></i>
Smart workout plan
</p>
<p>
<i class="ri-checkbox-circle-line"></i>
At home workouts
</p>
<p>
<i class="ri-checkbox-circle-line"></i>
Personal Training
</p>
</div>
<button class="btn price__btn">Join Now</button>
</div>
</div>
</section>
<section class="review">
<div class="section__container review__container">
<span><i class="ri-double-quotes-r"></i></span>
<div class="review__content">
<h4>MEMBER REVIEW</h4>
<p>
What truly sets this gym apart is their expert team of trainers. The
trainers are knowledgeable, approachable, and genuinely invested in
helping members achieve their fitness goals. They take the time to
understand individual needs and create personalized workout plans,
ensuring maximum results and safety.
</p>
<div class="review__rating">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-half-fill"></i></span>
</div>
<div class="review__footer">
<div class="review__member">
<img src="Images/member.jpg" alt="member" />
<div class="review__member__details">
<h4>John Abraham</h4>
<p>Actor & Athlete</p>
</div>
</div>
<div class="review__nav">
<span><i class="ri-arrow-left-line"></i></span>
<span><i class="ri-arrow-right-line"></i></span>
</div>
</div>
</div>
</div>
</section>
<footer class="section__container footer__container">
<span class="bg__blur"></span>
<span class="bg__blur footer__blur"></span>
<div class="footer__col">
<div class="footer__logo"><img src="Images/logo.png" alt="logo" /></div>
<p>
Take the first step towards a healthier, stronger you with our
unbeatable pricing plans. Let's sweat, achieve, and conquer together!
</p>
<div class="footer__socials">
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-line"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
</div>
</div>
<div class="footer__col">
<h4>Company</h4>
<a href="#">Business</a>
<a href="#">Franchise</a>
<a href="#">Partnership</a>
<a href="#">Network</a>
</div>
<div class="footer__col">
<h4>About Us</h4>
<a href="#">Blogs</a>
<a href="#">Security</a>
<a href="#">Careers</a>
</div>
<div class="footer__col">
<h4>Contact</h4>
<a href="#">Contact Us</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Fitclub Swags</a>
</div>
</footer>
<div class="footer__bar">
Copyright © 2023 CODE AASHU. All rights reserved.
</div>
</body>
</html>