-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
393 lines (366 loc) · 18.5 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
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
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Metas -->
<title>Wisdom Cricket Academy</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/logo.png" type="image" />
<link rel="apple-touch-icon" href="images/logo.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="style.css">
<!-- Colors CSS -->
<link rel="stylesheet" href="css/colors.css">
<!-- ALL VERSION CSS -->
<link rel="stylesheet" href="css/versions.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- font family -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Lemonada:wght@300..700&family=Space+Grotesk:wght@300..700&display=swap"
rel="stylesheet">
<!-- end font family -->
<link rel="stylesheet" href="css/3dslider.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<script src="js/3dslider.js"></script>
<script>
// alert("This Site Under Maintenance!");
</script>
</head>
<body class="game_info" data-spy="scroll" data-target=".header">
<!-- LOADER -->
<div id="preloader" style="padding: 250px;">
<h1>This Site is Under Maintenance</h1>
</div>
<!-- END LOADER -->
<section id="top">
<header>
<div class="container">
<div class="header-top">
<div class="row">
<div class="col-md-6">
<div class="full">
<div class="logo">
<!-- <h1 style="color: rgb(255, 166, 0); -webkit-text-stroke: 1px black;">
Wisdom Cricket Academy
</h1> -->
<!-- <a href="index.html"><img src="images/logo.png" alt="#" /></a> -->
</div>
</div>
</div>
<div class="header-bottom">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main-menu-section">
<div class="menu">
<nav class="navbar navbar-inverse">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse"
data-target=".js-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Menu</a>
</div>
<div class="collapse navbar-collapse js-navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<!-- <li><a href="ṣhop.html">Shop</a></li> -->
<li><a href="#l">News</a></li>
<li><a href="#l">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- /.nav-collapse -->
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="full-slider">
<div id="carousel-example-generic" class="carousel slide">
<!-- Indicators -->
<!-- <ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol> -->
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- First slide -->
<div class="item active deepskyblue" data-ride="carousel" data-interval="5000">
<div class="carousel-caption">
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12"></div>
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="slider-contant" data-animation="animated fadeInRight" style="margin-top: 20px;">
<h3 style="-webkit-text-stroke: 1px black;">Welcome<br>to <span
style="color:rgb(255, 166, 0);">PK'S Wisdom Cricket Academy</span></h3>
<p>Where Future Cricketers Are Born! <br>At Wisdom Cricket Academy, <br>we nurture talent and
promote the spirit of cricket. <br>Join us today and take the first step towards becoming
a champion!" </p>
<button class="btn btn-primary btn-lg">Enroll Now</button>
</div>
</div>
</div>
</div>
</div>
<!-- /.carousel-inner -->
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- /.carousel -->
<div class="news">
<div class="container">
<div class="heading-slider">
<p class="headline"><i class="fa fa-star" aria-hidden="true"></i> Upcoming Events:</p>
<h1>
<a href="" class="typewrite" data-period="2000"
data-type='[ "Join our Summer Camps starting July 15th! Ready to take your game to the next level? # now!"]'>
<span class="wrap"></span>
</a>
</h1 <span class="wrap"></span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- <section id="contant" class="contant">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-4 col-xs-12">
<div class="content-widget top-story" style="background: url(images/top-story-bg.jpg);">
<div class="top-stroy-header">
<h2>Training Timetable <a href="#" class="fa fa-fa fa-angle-right"></a></h2>
</div>
<aside id="sidebar" class="left-bar">
<div class="feature-matchs other-stroies ">
<br> <h5>
Our training sessions are organized by age group and skill level. Check our weekly schedule to find classes that suit your needs.<br>
Events Calendar
Stay up-to-date with our events. View our complete calendar for tournaments, workshops, and other special occasions at the academy. <br>
Registration Info
Want to join? Be sure to check the enrollment deadline for each program and get ready to elevate your game!
<br>
</h5>
</div>
</aside>
</div>
<div class="content-widget top-story" style="background: url(images/top-story-bg.jpg);">
<div class="top-stroy-header">
<h2>Top Cricket Headlines Story <a href="#" class="fa fa-fa fa-angle-right"></a></h2>
<span class="date">July 05, 2017</span>
<h2>Other Headlines</h2>
</div>
</div>
</div>
<div class="col-lg-8 col-sm-8 col-xs-12">
<div class="news-post-holder">
<div class="news-post-widget">
<img class="img-responsive" src="images/img-01_002.jpg" alt="">
<div class="news-post-detail">
<span class="date">20 march 2024</span>
<h2><a href="blog-detail.html">Cricket Tips & Techniques </a></h2>
<p>Explore our blog for expert tips, training advice, and techniques to elevate your cricket skills. Our coaches share insights and strategies to help you succeed.</p>
</div>
</div>
<div class="news-post-widget">
<img class="img-responsive" src="images/img-01_004.jpg" alt="">
<div class="news-post-detail">
<span class="date">20 march 2024</span>
<h2><a href="blog-detail.html">Success Stories</a></h2>
<p>Inspiring success stories from our alumni who have gone on to play at higher levels. Read about their journeys and how Wisdom Cricket Academy shaped their careers.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="main-heading sytle-2">
<h2>Video</h2>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium<br>doloremque laudantium, totam rem aperiam</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="video_section_main theme-padding middle-bg vedio">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="match_vedio">
<img class="img-responsive" src="images/main-slider-img1.jpg" alt="#" />
</div>
</div>
</div>
</div>
</div>
</section> -->
<div class="team-holder theme-padding">
<div class="container">
<div class="main-heading-holder">
<div class="main-heading sytle-2">
<p style="margin-bottom: 90px; font-family: Lemonada; font-size: 45px;">OUR WEBSITE IS UNDER CONSTRUCTION<br>soon delivering scores, news, and
passion right to your screen!</p>
<h2>Stay Connected</h2>
</div>
</div>
<!-- <div id="team-slider">
<div class="container">
<div class="col-md-3">
<div class="team-column style-2">
<img src="images/img-1-1.jpg" alt="">
<div class="player-name">
<div class="desination-2">Defender</div>
<h5>Charles Wheeler</h5>
<span class="player-number">12</span>
</div>
<div class="overlay">
<div class="team-detail-hover position-center-x">
<p>Lacus vulputate torquent mollis venenatis quisque suspendisse fermentum primis,</p>
<ul class="social-icons style-4 style-5">
<li><a class="facebook" href="#" tabindex="0"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#" tabindex="0"><i class="fa fa-twitter"></i></a></li>
<li><a class="youtube" href="#" tabindex="0"><i class="fa fa-youtube-play"></i></a></li>
<li><a class="pinterest" href="#" tabindex="0"><i class="fa fa-pinterest-p"></i></a></li>
</ul>
<a class="btn blue-btn" href=" /soccer/team-detail.html" tabindex="0">View Detail</a>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-column style-2">
<img src="images/img-1-1.jpeg" alt="">
<div class="player-name">
<div class="desination-2"></div>
<h5>Cricket Leg Guard</h5>
<span class="player-number"></span>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-column style-2">
<img src="images/img-1-2.jpg" alt="">
<div class="player-name">
<div class="desination-2"></div>
<h5>bat full size</h5>
<span class="player-number"></span>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="full">
<div class="footer-widget">
<div class="footer-logo">
<a href="#"><img src="images/logo.png" style="width: 30%; height: 30%;" alt="#" /></a>
</div>
<p>Where Future Cricketers Are Born! At Wisdom Cricket Academy,<br> we nurture talent and promote
the spirit of cricket.</p>
<!-- <ul class="social-icons style-4 pull-left">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="youtube" href="#"><i class="fa fa-youtube-play"></i></a></li>
<li><a class="pinterest" href="#"><i class="fa fa-pinterest-p"></i></a></li>
</ul> -->
</div>
</div>
</div>
<div class="col-md-2">
<div class="full">
<div class="footer-widget">
<h3>Menu</h3>
<ul class="footer-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="news.html">Latest News</a></li>
<li><a href="blog.html">Our Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full">
<div class="footer-widget">
<h3>Contact us</h3>
<ul class="address-list">
<li><i class="fa fa-map-marker"></i>Pandharinath Nagar, Lohgaon - Wagholi Rd, behind Karmbhoomi,
Adarsh Nagar, Lohegaon, Pune, Maharashtra 411047</li>
<li><i class="fa fa-phone"></i> 9657029955 <br>
9529190247</li>
<li><i style="font-size:20px;top:5px;" class="fa fa-envelope"></i>
pks.wisdomcricketacademy@gmail.com</li>
</ul>
</div>
</div>
</div>
<div class="col-md-3">
<div class="full">
<div class="contact-footer">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d120996.92231426839!2d73.90663966060802!3d18.61214982735499!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2c5e3b5382e9b%3A0x83c2fe31b7d2c888!2sPK%E2%80%99S%20Wisdom%20Cricket%20Academy!5e0!3m2!1sen!2sin!4v1722659337552!5m2!1sen!2sin"
width="600" height="350" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p>Copyright © 2024. All Right Reserverd. Designed by The Karma House.<a href="" target="_blank"></a></p>
</div>
</div>
</footer>
<a href="#home" data-scroll class="dmtop global-radius"><i class="fa fa-angle-up"></i></a>
<!-- ALL JS FILES -->
<script src="js/all.js"></script>
<!-- ALL PLUGINS -->
<script src="js/custom.js"></script>
</body>
</html>