-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
633 lines (614 loc) · 32 KB
/
index.php
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Home | Rock Hammer </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicons.jpg">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/gijgo.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/animated-headline.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="black-bg">
<!-- ? Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<h4>RockHammer</h4>
</div>
</div>
</div>
</div>
<!-- Preloader Start -->
<header>
<!-- Header Start -->
<div class="header-area header-transparent">
<div class="main-header header-sticky">
<div class="container-fluid">
<div class="menu-wrapper d-flex align-items-center justify-content-between">
<!-- Logo -->
<div class="logo">
<a href="#"><img src="assets/img/logo/indexlogo.png" style="width:150px; height:150px;"/></a>
</div>
<!-- Main-menu -->
<div class="main-menu f-right d-none d-lg-block">
<nav>
<ul id="navigation">
<li><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="pricing.php">Pricing</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#">Get Started</a>
<ul class="submenu">
<li><a href="login.php">Login</a></li>
<li><a href="register.php">Register</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- Header-btn -->
<div class="header-btns d-none d-lg-block f-right">
<a href="contact.php" style="font-size:15px; margin:0; padding:26px;"class="btn">Contact Us</a>
</div>
<!-- Mobile Menu -->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
</header>
<main>
<!--? slider Area Start-->
<div class="slider-area position-relative">
<div class="slider-active">
<!-- Single Slider -->
<div class="single-slider slider-height d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-xl-9 col-lg-9 col-md-10">
<div class="hero__caption">
<span data-animation="fadeInLeft" data-delay="0.1s">Hi This is Rock Hammer</span>
<h1 data-animation="fadeInLeft" data-delay="0.4s">FITNESS CLUB</h1>
<a href="courses.html" class="border-btn hero-btn" data-animation="fadeInLeft" data-delay="0.8s">Our Courses</a>
<a href="contact.php" class="border-btn hero-btn" data-animation="fadeInLeft" data-delay="0.8s">Enquire</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- slider Area End-->
<section class="about-area2 fix pb-padding pt-50 pb-80">
<div class="support-wrapper align-items-center">
<div class="right-content2">
<!-- img -->
<div class="right-img wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<img src="assets/img/gallery/about.png" alt="">
</div>
</div>
<div class="left-content2">
<!-- section tittle -->
<div class="section-tittle2 mb-20 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
<div class="front-text">
<h2 class="">About Us</h2>
<p>Hello fitness Enthusiasts. I am Harishchandre founder of Rock Hammer Fitness Club .
I have neen serving to fitness industry of Rahuri from last 15 years . Here you can connect to me.</p>
<p>Welcome to our Rock Hammer gym, where we are dedicated to helping you sculpt the body of your dreams
through our premier bodybuilding feature.
</p>
<p>Our commitment to excellence and passion for fitness make us the perfect destination
for those seeking to maximize their muscle gains and unlock their true potential.<br>
At our gym, we understand that bodybuilding is not just a sport; it's a lifestyle. <br>That's why we have curated a comprehensive range of cutting-edge equipment,
designed to cater to all your muscle-building needs.
</p>
<a href="courses.html" class="border-btn">Our Courses</a>
</div>
</div>
</div>
</div>
</section>
<!-- Traning categories Start -->
<section class="traning-categories black-bg">
<div class="container-fluid">
<div class="row">
<div class="col-xl-6 col-lg-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/cat1.png" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3>Personal training</h3>
<p>"Unlock Your Potential with Personalized Training! <br>Our expert trainers will tailor a fitness plan just for you,
helping you reach your goals faster and safer.<br>
</p>
<a href="courses.html" class="border-btn">View Courses</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="assets/img/gallery/cat2.png" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3>Group training</h3>
<p> Experience a supportive community while our expert trainers guide you <br>through exhilarating workouts designed to ignite your passion for fitness. <br>Together, we thrive, and together, we achieve greatness.</p>
<a href="courses.html" class="btn">View Courses</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Traning categories End-->
<!--? Team -->
<section class="team-area fix">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="section-tittle text-center mb-55 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<h2 >What We Offer</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-cat text-center mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".2s" >
<div class="cat-icon">
<img src="assets/img/gallery/team1.png" alt="">
</div>
<div class="cat-cap">
<h5><a href="courses.html">Body Building</a></h5>
<p>Our expert trainers will guide you through intensive workouts. Join Our Bodybuilding Course Today! </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-cat text-center mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s">
<div class="cat-icon">
<img src="assets/img/gallery/team2.png" alt="">
</div>
<div class="cat-cap">
<h5><a href="courses.html">Muscle Gain</a></h5>
<p>Join our cutting-edge muscle gain course and sculpt the physique you've always dreamed of.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-cat text-center mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".6s">
<div class="cat-icon">
<img src="assets/img/gallery/team3.png" alt="">
</div>
<div class="cat-cap">
<h5><a href="courses.html">Weight Loss</a></h5>
<p>Join Our Weight Loss Course Today! Unleash the Best Version of Yourself with Expert Guidance. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services End -->
<!--? Gallery Area Start -->
<div class="gallery-area">
<div class="container-fluid ">
<div class="row">
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6">
<div class="box snake mb-30">
<div class="gallery-img big-img" style="background-image: url(assets/img/gallery/gallery1.png);"></div>
<div class="overlay">
<div class="overlay-content">
<h3>Functional Training
</h3>
<a href="gallery.html"><i class="ti-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6">
<div class="box snake mb-30">
<div class="gallery-img big-img" style="background-image: url(assets/img/gallery/gallery2.png);"></div>
<div class="overlay">
<div class="overlay-content">
<h3>Weightlifting
</h3>
<a href="gallery.html"><i class="ti-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6">
<div class="box snake mb-30">
<div class="gallery-img big-img" style="background-image: url(assets/img/gallery/gallery3.png);"></div>
<div class="overlay">
<div class="overlay-content">
<h3>Bulking Up
</h3>
<a href="gallery.html"><i class="ti-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="box snake mb-30">
<div class="gallery-img big-img" style="background-image: url(assets/img/gallery/gallery4.png);"></div>
<div class="overlay">
<div class="overlay-content">
<h3>Muscle gaining </h3>
<a href="gallery.html"><i class="ti-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="box snake mb-30">
<div class="gallery-img big-img" style="background-image: url(assets/img/gallery/gallery5.png);"></div>
<div class="overlay">
<div class="overlay-content">
<h3>Muscle Recovery
</h3>
<a href="gallery.html"><i class="ti-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6">
<div class="box snake mb-30">
<div class="gallery-img big-img" style="background-image: url(assets/img/gallery/gallery6.png);"></div>
<div class="overlay">
<div class="overlay-content">
<h3>Bodybuilding
</h3>
<a href="gallery.html"><i class="ti-plus"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Courses area start -->
<section class="pricing-area section-padding40 fix">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="section-tittle text-center mb-55 wow fadeInUp" data-wow-duration="2s" data-wow-delay=".1s">
<h2>Pricing</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="properties mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".2s">
<div class="properties__card">
<div class="about-icon">
<img src="assets/img/icon/price.svg" alt="">
</div>
<div class="properties__caption">
<span class="month">6 month</span>
<p class="mb-25">$30/m <span>(Single class)</span></p>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Free riding </p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Unlimited equipments</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Personal trainer</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Weight losing classes</p>
</div>
</div>
<div class="single-features mb-20">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Month to mouth</p>
</div>
</div>
<a href="#" class="border-btn border-btn2">Join Now</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="properties mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s">
<div class="properties__card">
<div class="about-icon">
<img src="assets/img/icon/price.svg" alt="">
</div>
<div class="properties__caption">
<span class="month">6 month</span>
<p class="mb-25">$30/m <span>(Single class)</span></p>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Free riding </p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Unlimited equipments</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Personal trainer</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Weight losing classes</p>
</div>
</div>
<div class="single-features mb-20">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Month to mouth</p>
</div>
</div>
<a href="#" class="border-btn border-btn2">Join Now</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="properties mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".6s">
<div class="properties__card">
<div class="about-icon">
<img src="assets/img/icon/price.svg" alt="">
</div>
<div class="properties__caption">
<span class="month">6 month</span>
<p class="mb-25">$30/m <span>(Single class)</span></p>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Free riding </p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Unlimited equipments</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Personal trainer</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Weight losing classes</p>
</div>
</div>
<div class="single-features mb-20">
<div class="features-icon">
<img src="assets/img/icon/check.svg" alt="">
</div>
<div class="features-caption">
<p>Month to mouth</p>
</div>
</div>
<a href="#" class="border-btn border-btn2">Join Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Courses area End -->
<!--? About Area-2 Start -->
<!-- About Area End -->
<!-- ? services-area -->
<section class="services-area">
<div class="container">
<div class="row justify-content-between">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-40 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<div class="features-icon">
<i class="fas fa-map-marker-alt" style="color: #ffffff; font-size: 30px;"></i>
</div>
<div class="features-caption">
<h3>Location</h3>
<p>Rahuri market Yard , Opposite to Dhawade Petrol Pump , Rahuri - 413705 Tal . Rahuri , Dist . Ahmednagar , India</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-40 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".2s">
<div class="features-icon">
<i class="fas fa-phone" style="color: #ffffff; font-size: 28px;"></i>
</div>
<div class="features-caption">
<h3>Phone</h3>
<p>(+91) 9762204444</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-40 wow fadeInUp" data-wow-duration="2s" data-wow-delay=".4s">
<div class="features-icon">
<i class="fas fa-envelope" style="color: #ffffff; font-size: 30px;"></i>
</div>
<div class="features-caption">
<h3>Email</h3>
<p>contact@rockhammer.com</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<!--? Footer Start-->
<div class="footer-area black-bg">
<div class="container">
<div class="footer-top footer-padding">
<!-- Footer Menu -->
<div class="row">
<div class="col-xl-12">
<div class="single-footer-caption mb-50 text-center">
<!-- logo -->
<!-- Menu -->
<!-- Header Start -->
<div class="header-area main-header2 wow fadeInUp" data-wow-duration="2s" data-wow-delay=".4s">
<div class="main-header main-header2">
<div class="menu-wrapper menu-wrapper2">
<!-- Main-menu -->
<div class="main-menu main-menu2 text-center">
<nav>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="pricing.php">Pricing</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- social -->
<div class="footer-social mt-30 wow fadeInUp" data-wow-duration="3s" data-wow-delay=".8s">
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="http://wa.me/9762204444"><i class="fab fa-whatsapp"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="row d-flex align-items-center">
<div class="col-lg-12">
<div class="footer-copy-right text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Rock Hammer
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>
<!-- Scroll Up -->
<div id="back-top" >
<a title="Go to Top" href="#"> <i class="fas fa-level-up-alt"></i></a>
</div>
<!-- JS here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- Date Picker -->
<script src="./assets/js/gijgo.min.js"></script>
<!-- Nice-select, sticky -->
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<!-- counter , waypoint,Hover Direction -->
<script src="./assets/js/jquery.counterup.min.js"></script>
<script src="./assets/js/waypoints.min.js"></script>
<script src="./assets/js/jquery.countdown.min.js"></script>
<script src="./assets/js/hover-direction-snake.min.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>