forked from zyfer416/GYM-WEBSITE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
291 lines (233 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<title>Royal Fitness</title>
</head>
<body>
<!-- ChatBot -->
<button class="chatbot-circle"></button>
<div class="chatbot-box">
<div class="title">
<p>May I Help You?</p>
<i class="fa-solid fa-xmark close"></i>
</div>
<div class="chatbox">
<div class="message-box bot">
<div class="message-bot">
<p>Welcome to Royal Fitness! We're here to help you reach your fitness goals. How can we assist you today? 😊</p>
</div>
</div>
</div>
<div class="suggestions">
<p class="suggestion" data-message="I'm looking to join the gym.">I'm looking to join the gym.</p>
<p class="suggestion" data-message="Tell me about the monthly plan.">Tell me about the monthly plan.</p>
<p class="suggestion" data-message="Tell me about yoga classes.">Tell me about yoga classes.</p>
</div>
<div class="textarea">
<input type="text" placeholder="Type a message" id="user-input">
<button class="send-btn"><i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
<!-- Header Section -->
<header>
<a href="#" class="logo">Royal <span>Fitness</span></a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#plans">Pricing</a></li>
<li><a href="#review">Review</a></li>
<li><a href="BMI.html">BMI</a></li>
<li><a href="equipments.html">Buy</a></li>
<li><a href="yoga_teacher.html">Yoga Teachers</a></li>
</ul>
<div class="top-btn">
<a href="login.html" class="nav-btn">Join Us</a>
</div>
<label class="switch">
<input type="checkbox" id="theme-toggle">
<span class="slider"></span>
</label>
</header>
<!-- Home Section -->
<section id="home" class="home">
<div class="home-content" data-aos="zoom-in">
<h3>Build Your</h3>
<h1>Dream Physique</h1>
<h3><span class="multiple-text"></span></h3>
<p>Transform your body, elevate your confidence, and achieve the best version of yourself. Whether you're looking to gain muscle, shed fat, building your dream physique is no longer a dream — it's a reality waiting for you. Start today and feel the difference tomorrow!.</p>
<a href="login.html" class="btn">Join Us</a>
</div>
<div class="home-img" data-aos="zoom-in">
<img src="Assets/hero.png" alt="HeroImage">
</div>
</section>
<!-- services Section Code -->
<section class="services" id="services">
<h2 class="heading" data-aos="zoom-in-down">Our <span>Services</span></h2>
<div class="services-content" data-aos="zoom-in-up">
<div class="row">
<img src="assets/image1.jpg" alt="">
<br>
<a href="PhysiFit.html"><h4>Physical Fitness</h4></a>
</br>
</div>
</div>
<div class="row">
<img src="assets/image2.jpg" alt="">
<a href="WeightGain.html"><h4>Weight Gain</h4></a>
</div>
<div class="row">
<img src="assets/image3.jpg" alt="">
<a href="StrengthTraining.html"><h4>Strength Training</h4></a>
</div>
<div class="row">
<img src="assets/image4.jpg" alt="">
<a href="Fatloss.html"><h4>Fat Lose</h4></a>
</div>
<div class="row">
<img src="assets/image5.jpg" alt="">
<a href="Weightlifting.html"><h4>Weightlifting</h4></a>
</div>
<div class="row">
<img src="assets/about.jpg" alt="">
<a href="Running.html"><h4>Running</h4></a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="about-img" data-aos="zoom-in-down">
<img src="assets/about.jpg" alt="">
</div>
<div class="about-content" data-aos="zoom-in-up">
<h2 class="heading">Why Choose Us?</h2>
<p>Our diverse membership base creates a friendly and supportive atmosphere, where you can make friends and
stay motivated.</p>
<p>Unlock your potential with our expert Personal Trainers.</p>
<p>Elevate your fitness with practice sessions.</p>
<p>We provide Supportive management, for your fitness success.</p>
<a href="Our trainers.html" class="btn">Book A Free Class</a>
</div>
</section>
<!-- Pricing Section Code -->
<section class="plans" id="plans">
<h2 class="heading" data-aos="zoom-in-down">Our <span>Plans</span></h2>
<div class="plans-content" data-aos="zoom-in-up">
<div class="box">
<h3>BASIC</h3>
<h2><span>₹1500/Month</span></h2>
<ul>
<li>Smart workout plan</li>
<li>At home workouts</li>
</ul>
<a href="http://localhost:3000/">
Join Now
<i class='bx bx-right-arrow-alt'></i>
</a>
</div>
<div class="box">
<h3>PRO</h3>
<h2><span>₹3000/Month</span></h2>
<ul>
<li>Pro GYMS</li>
<li>Smart workout plan</li>
<li>At home workouts</li>
</ul>
<a href="http://localhost:3000/">
Join Now
<i class='bx bx-right-arrow-alt'></i>
</a>
</div>
<div class="box">
<h3>PREMIUM</h3>
<h2><span>₹5000/Month</span></h2>
<ul>
<li>ELITE Gyms & Classes</li>
<li>Pro GYMS</li>
<li>Smart workout plan</li>
<li>At home workouts</li>
<li>Personal Training</li>
</ul>
<a href="http://localhost:3000/">
Join Now
<i class='bx bx-right-arrow-alt'></i>
</a>
</div>
</div>
</section>
<!-- Review Section -->
<section id="review" class="review">
<div class="review-box">
<h2 class="heading" data-aos="zoom-in-down">Client Reviews</h2>
<div class="wrapper" data-aos="zoom-in-up">
<div class="review-item">
<img src="assets/1.jpg" alt="">
<h2>John</h2>
<div class="rating">
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
</div>
<p class="comments">"Joining this gym has been a life-changing experience! The trainers are incredibly knowledgeable and always push me to reach my full potential. I've gained strength, lost weight, and feel more confident than ever. The community here is supportive, and the atmosphere is motivating. Highly recommend!"</p>
</div>
<div class="review-item">
<img src="assets/2.jpg" alt="">
<h2>Steve</h2>
<div class="rating">
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
</div>
<p class="comments">"This gym is a game-changer. The equipment is top-notch, and the workout plans are customized to my goals. What sets it apart is the friendly staff and the positive energy in the space. I’ve seen amazing results in just a few months. It’s not just a gym – it’s a fitness family!"</p>
</div>
<div class="review-item">
<img src="assets/3.jpg" alt="">
<h2>David</h2>
<div class="rating">
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
<i class='bx bxs-star' id="star"></i>
</div>
<p >"I've been to many gyms, but this one stands out. The variety of classes keeps things interesting, and the personal trainers genuinely care about my progress. I’ve never felt more fit or healthier. If you're serious about reaching your fitness goals, this is the place to be."</p>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="footer">
<div class="social">
<a href="#"><i class='bx bxl-instagram-alt'></i></a>
<a href="#"><i class='bx bxl-facebook-square'></i></a>
<a href="#"><i class='bx bxl-linkedin-square'></i></a>
</div>
<p class="copyright">
© Royal Fitness 2024 - All Rights Reserved
</p>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 300,
duration: 1400,
});
</script>
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
<script src="script.js"></script>
<script src="app.js"></script>
</body>
</html>