-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
275 lines (262 loc) · 11.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GH7EH3HJCD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GH7EH3HJCD');
</script>
<meta charset="UTF-8">
<meta name="google-site-verification" content="PoOGFmlSU1BXRbFfZIrl3HPxWrOwU8uIwcuf-3rK1aM" />
<meta name="author" content="Nikhil Sourav">
<meta name="description"
content="Calishred Fitness is a personal training service dedicated to provide quality custom workout plans">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- icon -->
<link rel="icon" href="images/title-icon.png">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&display=swap" rel="stylesheet">
<!-- css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css"
integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu" crossorigin="anonymous">
<title>Calishred Fitness</title>
</head>
<body>
<!-- Start Header -->
<header>
<div class="container">
<div class="logo">
<a href="#"><img src="images/logo.png" alt="logo" width="200px" height="auto"></span></a>
<!-- <span>Fitness</span> -->
</div>
<a href="javascript:void(0)" class="hamburger">
<span></span>
<span></span>
<span></span>
</a>
<div class="nav">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#price">Price</a></li>
<li><a href="#maps">Find Us</a></li>
</ul>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Home -->
<section class="home" id="home">
<div class="container" data-aos="fade-right" data-aos-duration="1000">
<span>with pranav thakur</span>
<h1>Build perfect body </h1>
<h1>shape for good and </h1>
<h1>healthy lifestyle</h1>
<div class="btn-container">
<a href="#price" class="btnfos btnfos-1">
<svg>
<rect x="0" y="0" fill="none" width="100%" height="100%" />
</svg>
Join now
</a>
</div>
</div>
</section>
<!-- End Home -->
<!-- Start About -->
<section class="about" id="about" data-aos="fade-up" data-aos-duration="1000">
<div class="container about-container">
<img src="images/About-1.webp" alt="about" class="about-img" width="400px">
<div class="about-text">
<span>Our story</span>
<h2>
PERSONAL TRAINING WITH CALISHRED FITNESS!
</h2>
<p>Pranav has been in the field of physical training for the past 6 years, helping people on the way to
achieving their best functional physique and fitness. He uses his specialization in performance
psychology to easily install fitness into a daily lifestyle for busy Professionals and homemaker.
</p>
<p> We provide a flexible training schedule with a variety of
custom online and onsite personal training plans.
Get started on your fitness journey.!!
</p>
</div>
</div>
</section>
<!-- End About -->
<!-- Start Services -->
<section class="services" id="services" data-aos="fade-up" data-aos-duration="1000">
<div class="container services-container">
<span>Our Services</span>
<div class="service-flex">
<div class="service-1 service-item">
<i class="fas fa-thumbs-up"></i>
<h3>Custom Training</h3>
<p>Training plans considering all factors of our valuable clients. Right from fitting your budget to
ensuring perfect time slots, we've got you covered.
</p>
</div>
<div class="service-2 service-item">
<i class="fas fa-check-double"></i>
<h3>Real Results</h3>
<p>Want proven techniques and expert coach in your road to fitter lifestyle? We believe in
a no-excuse approach to fitness. Get guaranteed results with Calishred.
</p>
</div>
<div class="service-3 service-item">
<i class="fas fa-heartbeat"></i>
<h3>Calculated Nutrition</h3>
<p>Our personalized, calculated nutrition plan and optimized macros release the breaks on your
progress.
</p>
</div>
</div>
</div>
</section>
<!-- End Services -->
<!-- Start Pricing -->
<div class="pricing-table" id="price" data-aos="fade-up" data-aos-duration="1000">
<div class="container">
<span>Pricing</span>
<div class="pricing-flex">
<div class="pricing-card">
<h3 class="pricing-card-header">The Enthusiast</h3>
<div class="price"><sup> ₹ </sup>4999<span>/MO</span></div>
<ul>
<li><strong>On call</strong> training</li>
<li><strong>17 sessions</strong> per month</li>
</ul>
<a href="https://rzp.io/l/Calishred-Enthusiast" target="_blank" class="order-btn">Join Now</a>
</div>
<div class="pricing-card">
<h3 class="pricing-card-header">The Visionary</h3>
<div class="price"><sup> ₹ </sup>6999<span>/MO</span></div>
<ul>
<li><strong>Video call</strong> training</li>
<li><strong>17 sessions</strong> per month</li>
</ul>
<a href="https://rzp.io/l/Calishred-Visionary" target="_blank" class="order-btn">Join Now</a>
</div>
<div class="pricing-card">
<h3 class="pricing-card-header">The Staunch</h3>
<div class="price"><sup> ₹ </sup>9999<span>/MO</span></div>
<ul>
<li><strong>12</strong> live <strong> on-site </strong> sessions per month</li>
<li><strong>10 video call </strong> sessions per month</li>
</ul>
<a href="https://rzp.io/l/Calishred-Staunch" target="_blank" class="order-btn">Join Now</a>
</div>
</div>
</div>
</div>
<!-- End Pricing -->
<!-- Start Maps -->
<div class="maps" id="maps" data-aos="fade-up" data-aos-duration="1000">
<div class="container maps-heading">
<span>Find us</span>
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3663.4660358530964!2d85.28160041480693!3d23.335124684795833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f4e1b67a26c3dd%3A0x73f51ef58a1917be!2sCalishred!5e0!3m2!1sen!2sin!4v1611470004813!5m2!1sen!2sin"
width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0">
</iframe>
</div>
<!-- End Maps -->
<!-- Start Footer -->
<footer class="footer">
<ul class="container footer-container">
<li class="footer-left">
<img src="images/logo.png" alt="logo" width="150px">
<p>
Calishred fitness is a personal training service that provides safe and effective custom exercise
plans. Your workout plan is unique to you and your goals.
</p>
<div class="sm-links">
<a href="https://instagram.com/calishredfitness?igshid=1igp8381293k3" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/pranav-calishred" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://www.youtube.com/channel/UCU9Wa4Lkj389Nd-6kjzjrDw" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</li>
<li class="footer-center">
<h4 class="footer-heading">Quick Links</h4>
<hr class="footer-divider">
<ul class="footer-quick-links">
<li><a href="#home" class="footer-links">Home</a></li>
<li><a href="#about" class="footer-links">About</a></li>
<li><a href="#services" class="footer-links">Services</a></li>
<li><a href="#price" class="footer-links">Price</a></li>
</ul>
</li>
<li class="footer-right">
<h4 class="footer-heading">Address</h4>
<hr class="footer-divider">
<ul class="footer-address">
<li><i class="fas fa-map-marker-alt"></i>16, Bhaskar Path, New Pundag, Ranchi-834007</li>
<li><i class="fas fa-phone"></i>+91 8789329631</li>
<li><i class="fas fa-envelope-square"></i>calishredpt@gmail.com</li>
</ul>
</li>
</ul>
<div class="developer avatar-holder">
<button class="avatar" data-tooltip="Developer: Nikhil and Prashant"></button>
</div>
<div class="copyright footer-container">
<p>© 2021 Calishred Fitness All rights reserved</p>
</div>
</footer>
<!-- End Footer -->
<!-- Animated Btn -->
<a href="https://wa.me/918789329631/?text=Hello Calishred Fitness I'm interested in one of your services!"
target="_blank" class="animated-btn"><i class="fab fa-whatsapp"></i></a>
<!-- End Animated Btn -->
<!-- AOS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
// Hamburger
$(document).ready(function () {
$(".hamburger").click(function () {
$(".nav").toggleClass("open")
$(this).toggleClass("active")
})
})
// Sticky Nav
window.addEventListener("scroll", function () {
header = document.querySelector("header");
header.classList.toggle("sticky", window.scrollY > 0);
});
// AOS
AOS.init();
// remove AOS on mobile
// $(document).ready(function () {
// AOS.init({
// disable: function () {
// const maxWidth = 800;
// return window.innerWidth < maxWidth;
// },
// });
// });
// Fix not loading
$(window).on("load", function () {
AOS.refresh();
});
</script>
</body>
</html>