-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
448 lines (409 loc) · 26 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<script
src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
<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=Poppins:wght@400;500;600;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="navbar">
<div id="nav1">
<a href="index.html" id="logo"><img src="https://www.cricbuzz.com/images/cb_logo.svg" alt=""></a>
<a href="index.html"><div class="btns">Live Scores </div></a>
<a href="index.html"><div class="btns">Schedule </div></a>
<a href="index.html"><div class="btns">Achives </div></a>
<div class="dropdown btns">
<div>News <i class="fa-sharp fa-solid fa-caret-down x"></i></div>
<div class="dropdown-content">
<a href="./news.html"><p>All Stories</p></a>
<a href="./news.html"><p>Crickbuzz Plus</p></a>
<a href="./news.html"><p>News</p></a>
<a href="./news.html"><p>Topics</p></a>
<a href="./news.html"><p>Spotlight</p></a>
<a href="./news.html"><p>Opinions</p></a>
<a href="./news.html"><p>Special</p></a>
<a href="./news.html"><p>Stats</p></a>
<a href="./news.html"><p>Interviews</p></a>
<a href="./news.html"><p>Live Blogs</p></a>
</div>
<a href=""></a>
<span class="link"></span>
</div>
<div class="dropdown btns">
<div>Series <i class="fa-sharp fa-solid fa-caret-down x"></i></div>
<div class="dropdown-content Series">
<a href=""><p>ICC Mens T20 World Cup 2022</p></a>
<a href=""><p>South Africa tour of India</p></a>
<a href=""><p>England tour of pakistan 2022</p></a>
<a href=""><p>Caribbesn Premier League 2022</p></a>
<a href=""><p>Road Safty World Series T20 2022</p></a>
<a href=""><p>Irani Cup 2022</p></a>
<a href=""><p>Country Championship Division One 2022</p></a>
<a href=""><p>Womens Asia Cup T20 2022</p></a>
<a href=""><p>All Series >></p></a>
</div>
<a href=""></a>
<span class="link"></span>
</div>
<div class="dropdown btns">
<div>Teams <i class="fa-sharp fa-solid fa-caret-down x"></i></div>
<div class="dropdown-content">
<a href=""><h4>Test Teams</h4></a>
<a href=""><p>India</p></a>
<a href=""><p>Afganistan</p></a>
<a href=""><p>Ireland</p></a>
<a href=""><p>Pakistan</p></a>
<a href=""><p>Australia</p></a>
<a href=""><p>Sri Lanka</p></a>
<a href=""><p>Bangladesh</p></a>
<a href=""><p>England</p></a>
<a href=""><p>West Indies</p></a>
<a href=""><p>South Africa</p></a>
<a href=""><p>Zimbabwe</p></a>
<a href=""><p>New Zealand</p></a>
</div>
<a href=""></a>
<span class="link"></span>
</div>
<div class="dropdown btns">
<div>Videos <i class="fa-sharp fa-solid fa-caret-down x"></i></div>
<div class="dropdown-content">
<a href="./videos.html"><p>All Videos</p></a>
<a href="./videos.html"><p>Categories</p></a>
<a href="./videos.html"><p>Playlists</p></a>
</div>
<a href=""></a>
<span class="link"></span>
</div>
<div class="dropdown btns">
<div>Ranking <i class="fa-sharp fa-solid fa-caret-down x"></i></div>
<div class="dropdown-content">
<a href=""><p>ICC Ranking Men</p></a>
<a href=""><p>ICC Ranking Women</p></a>
</div>
<a href=""></a>
<span class="link"></span>
</div>
<div class="dropdown btns">
<div>More <i class="fa-sharp fa-solid fa-caret-down x"></i></div>
<div class="dropdown-content">
<a href=""><p>World Test Championship</p></a>
<a href=""><p>World Cup Super League</p></a>
<a href=""><p>Quiz</p></a>
<a href=""><p>Photoes</p></a>
<a href=""><p>Mobile Apps</p></a>
<a href=""><p>Career</p></a>
<a href=""><p>Contact Us</p></a>
</div>
<a href=""></a>
<span class="link"></span>
</div>
<div id="btn1">Crickbuzz Plus</div>
<div class="search btns"><i class="fa-solid fa-magnifying-glass"></i></div>
<div id="login" class="btns">
<a href="./login.html"><i class="fa-regular fa-circle-user"></i></a>
<span class="link"></span>
</div>
</div>
<div id="nav2">
<div id="nav2left">
<a href=""><div class="btns" id="bgdark">MATCHES </div></a>
<a href=""><div class="btns">IND vs RSA - Preview</div></a>
<a href=""><div class="btns">JT vs SLK - JT Won </div></a>
<a href=""><div class="btns">BAN vs UAE - BAN Won</div></a>
<a href=""><div class="btns">BR vs GAW - BR Won</div></a>
</div>
<div id="nav2right">
<a href=""><div class="btns">ALL<i class="fa-sharp fa-solid fa-caret-down x"></i></div></a>
</div>
</div>
</div>
<!-- ************************************************************************************************* -->
<section class="slider">
<h4 class="grnh4">FEATURED MATCHES</h4>
<i class="pre-btn fa-solid fa-circle-chevron-left"></i>
<i class="nxt-btn fa-solid fa-circle-chevron-right"></i>
<div class="news-container">
<a href="" class="news-card">
<p class="s2">RSA    106-8(20)</p>
<p class="s1">IND  110-2(16.4)</p>
<p class="s3">India Won by 8 wkts</p>
</a>
<a href="" class="news-card">
<p class="s1">JT    226-4(20)</p>
<p class="s2">GAW  189-8(20)</p>
<p class="s3">Jamaica Tallawahs won by 37 runs</p>
</a>
<a href="" class="news-card">
<p class="s2">PAK    145(19)</p>
<p class="s1">ENG  239-7(20)</p>
<p class="s3">England won by 6 runs</p>
</a>
<a href="" class="news-card">
<p class="s1">MT   161-3(19.4)</p>
<p class="s2">INDS...  </p>
<p class="s3">India Capitals opt to bowl...</p>
</a>
<a href="" class="news-card">
<p class="s1">NOTT...    226-4(20)</p>
<p class="s2">DUR  207 & 114</p>
<p class="s3">Nottinghamshire won by 462 runs</p>
</a>
<a href="" class="news-card">
<p class="s1">LANC    512</p>
<p class="s2">SUR  209 & 173(f/o)</p>
<p class="s3">Lancashire won by an innings and 130</p>
</a>
<a href="" class="news-card">
<p class="s1">JT    226-4(20)</p>
<p class="s2">GAW  189-8(20)</p>
<p class="s3">Jamaica Tallawahs won by 37 runs</p>
</a>
</div>
</section>
<div id="middleSection">
<div class="first">
<div><h4 class="grnh4">LATEST NEWS</h4>
<a href="" class="pblack">Naseem Shah hospitalised with pneumonia</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">ICC set to release ITT for the USA, Australia, Canada and the West Indies</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">Warner, Starc, Marsh and Stoinis return for West Indies T20Is</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">CSA issues combined ITT for SA20 and international fixtures</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">Buttler can return "maybe in the last game or two" against Pakistan</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">Future BPL editions could look at new dates to ensure foreign player availability</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">Shami, Hooda unlikely for SA series</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">Green's performances very impressive and bodes well, says McDonald</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">Rohit backs Harshal, Bhuvneshwar to regain bowling rhythm</a>
<p class="time">5h ago</p>
<div class="line"></div>
<a href="" class="pblack">Suryakumar, Kohli star in chase as India clinch series</a>
<p class="time">5h ago</p>
<div class="line"></div>
</div>
<div class="gap"></div>
<div>
<h4 class="grnh4">LATEST PHOTOS</h4>
<img src="https://www.cricbuzz.com/a/img/v1/165x95/i1/c243538/pakistan-v-england-4th-t20i.jpg" alt="">
<a href="" class="pblack">Pakistan v England, 4th T20I, Karachi</a>
<p class="time">Sun, Sep 25 2022</p>
<div class="line"></div>
<img src="https://www.cricbuzz.com/a/img/v1/165x95/i1/c243446/india-vs-australia-3rd-t20i.jpg" alt="">
<a href="" class="pblack">India vs Australia, 3rd T20I, Hyderabad</a>
<p class="time">Sun, Sep 25 2022</p>
<div class="line"></div>
<img src="https://www.cricbuzz.com/a/img/v1/165x95/i1/c243375/jhulan-goswami-from-chakdaha.jpg" alt="">
<a href="" class="pblack">Jhulan Goswami: From Chakdaha to Lord's</a>
<p class="time">Sat, Sep 24 2022</p>
<div class="line"></div>
<img src="https://www.cricbuzz.com/a/img/v1/165x95/i1/c243294/india-vs-australia-2nd-t20i.jpg" alt="">
<a href="" class="pblack">India vs Australia, 2nd T20I, Nagpur</a>
<p class="time">Fri, Sep 23 2022</p>
<div class="line"></div>
<img src="https://www.cricbuzz.com/a/img/v1/165x95/i1/c243225/pakistan-v-england-2nd-t20i.jpg" alt="">
<a href="" class="pblack">Pakistan v England, 2nd T20I, Karachi</a>
<p class="time">Thu, Sep 22 2022</p>
<div class="line"></div>
<img src="https://www.cricbuzz.com/a/img/v1/165x95/i1/c243165/pakistan-vs-england-1st-t20i.jpg" alt="">
<a href="" class="pblack">Pakistan vs England, 1st T20I, Karachi</a>
<p class="time">Tue, Sep 20 2022</p>
<div class="line"></div>
</div>
<div class="gap"></div>
<div>
<h4 class="grnh4">SCHEDULE</h4>
<a href="" class="pblack">India vs South Africa, 2nd T20I</a>
<p class="time">Fri Sep 30 • 8:00 PM GMT</p>
<div class="line"></div>
<a href="" class="pblack">India vs South Africa, 3rd T20I</a>
<p class="time">Sun Oct 02 • 7:00 PM GMT</p>
<div class="line"></div>
<a href="" class="pblack">India vs South Africa, 1st T20I</a>
<p class="time">Tue Oct 04 • 7:00 PM GMT</p>
<div class="line"></div>
<a href="" class="pblack">Australia vs West Indies, 1st T20I</a>
<p class="time">Tue Oct 04 • 7:00 PM GMT</p>
<div class="line"></div>
<a href="" class="pblack">India vs South Africa, 1st ODI</a>
<p class="time">Thu Oct 06 • 1:30 PM GMT</p>
<div class="line"></div>
<a href="" class="pblack">Pakistan vs England, 6th T20I</a>
<p class="time">Wed Oct 05 • 1:40 PM GMT</p>
<div class="line"></div>
</div>
</div>
<div class="second">
<p class="pblack">MASSIVE INJURY WOES</p>
<a href=""><img src="https://www.cricbuzz.com/a/img/v1/420x235/i1/c243691/jasprit-bumrah-in-danger-of-mi.jpg" alt=""></a>
<h2>Jasprit Bumrah in danger of missing T20 World Cup</h2>
<p class="pgray">India's star pacer is out of the South Africa series with a recurring back injury</p>
<div class="line"></div>
<p class="pblack">SOUTH AFRICA TOUR OF INDIA, 2022</p>
<a href=""><img src="https://www.cricbuzz.com/a/img/v1/420x235/i1/c243647/suryakumar-rahul-and-pacers-h.jpg" alt=""></a>
<h2>Suryakumar, Rahul and pacers help India take 1-0 lead</h2>
<p class="pgray">Arshdeep Singh and Deepak Chahar combined to restrict South Africa to 106 before India got over the line in the 17th over with eight wickets in hand</p>
<a href="" class="blu">Scorecard <br> 1st T20I / As it happened <br> Umesh, Shreyas, Shahbaz Ahmed added to India squad</a>
<div class="line"></div>
<p class="pblack">ENGLAND TOUR OF PAKISTAN, 2022</p>
<a href=""><img src="https://www.cricbuzz.com/a/img/v1/420x235/i1/c243683/rizwan-bowlers-shine-as-pakis.jpg" alt=""></a>
<h2>Rizwan, bowlers shine as Pakistan seal last-over thriller</h2>
<p class="pgray">Aamer Jamal defended 15 off the final over on debut</p>
<a href="" class="blu">Scorecard <br> Buttler can return "maybe in the last game or two" against Pakistan <br> Naseem Shah hospitalised with pneumonia</a>
<div class="line"></div>
<p class="pblack">ICC MEDIA RIGHTS</p>
<a href=""><img src="https://www.cricbuzz.com/a/img/v1/420x235/i1/c243684/icc-set-to-release-itt-for-the.jpg" alt=""></a>
<h2>ICC set to release ITT for the USA, Australia, Canada and the West Indies</h2>
<p class="pgray">Over the next 24 hours, the ICC will be releasing its next Invitation To Tender for the media rights in the aforementioned regions</p>
<div class="line"></div>
<p class="pblack">CPL 2022</p>
<a href=""><img src="https://www.cricbuzz.com/a/img/v1/420x235/i1/c243687/shamarh-brooks-powers-jamaica.jpg" alt=""></a>
<h2>Shamarh Brooks powers Jamaica Tallawahs to CPL final</h2>
<p class="pgray">The opener scored a fiery century to set up a final showdown against Barbados Royals</p>
<div class="line"></div>
<p class="pblack">NEWS DIGEST</p>
<a href=""><img src="https://www.cricbuzz.com/a/img/v1/420x235/i1/c243688/drs-to-be-introduced-in-bbl-w.jpg" alt=""></a>
<h2>DRS to be introduced in BBL, WBBL for first time</h2>
<p class="pgray">News byte that you may have otherwise missed</p>
<div class="line"></div>
<p class="pblack">BACK IN ACTION</p>
<a href=""><img src="https://www.cricbuzz.com/a/img/v1/420x235/i1/c243585/warner-starc-marsh-and-stoin.jpg" alt=""></a>
<h2>Warner, Starc, Marsh and Stoinis return for West Indies T20Is</h2>
<p class="pgray">The four players were missing from action during the just-concluded series in India - Warner was rested while Starc, Stoinis and Marsh were laid low by knee, side strain and ankle problems</p>
<div class="line"></div>
<!-- ************************************************************************* -->
<p class="pblack">COUNTY CHAMPIONSHIP, 2022</p>
<a href=""><div class="smallmiddle">
<img class="smallimg" src="https://www.cricbuzz.com/a/img/v1/135x75/i1/c243682/hartley-stars-in-lancashires.jpg" alt="">
<h2>Hartley stars in Lancashire's thumping win against champions Surrey</h2>
</div></a>
<p class="pgray">Elsewhere, Nottinghamshire have effectively sealed the top spot in Division two and their promotion to Division One</p>
<div class="line"></div>
<p class="pblack">WEST INDIES WOMEN VS NEW ZEALAND WOMEN, 2022</p>
<a href=""><div class="smallmiddle">
<img class="smallimg" src="https://www.cricbuzz.com/a/img/v1/135x75/i1/c243686/west-indies-eke-out-thrilling.jpg" alt="">
<h2>West Indies eke out thrilling win in low-scoring game</h2>
</div></a>
<p class="pgray">New Zealand failed to score 20 off the final over to fall in chase</p>
<div class="line"></div>
<p class="pblack">AUSTRALIA DOMESTIC ONE-DAY CUP 2022-23</p>
<a href=""><div class="smallmiddle">
<img class="smallimg" src="https://www.cricbuzz.com/a/img/v1/135x75/i1/c243588/jewell-ton-rogers-fifer-sets.jpg" alt="">
<h2>Jewell ton, Rogers fifer sets up Tasmania's big win</h2>
</div></a>
<p class="pgray">Opener Caleb Jewell powered the chase with an undefeated 127 off just 97 deliveries</p>
<div class="line"></div>
</div>
<div class="third">
<h4 class="grnh4">FEATURED VIDEOS</h4>
<iframe width="340" height="180" src="https://www.youtube.com/embed/RLjcjg82qBY"></iframe>
<a href="" class="pblack">Live हिन्दी: भारत vs साउथ अफ़्रीका, पहला T20I, पोस्ट-मैच शो</a>
<p class="time">Live Streaming</p>
<div class="line"></div>
<iframe width="340" height="180" src="https://www.youtube.com/embed/71uSMxIP4Lk"></iframe>
<a href="" class="pblack">KL Rahul guiding India's chase a big positive: Ashish Nehra</a>
<p class="time">5h ago</p>
<div class="line"></div>
<iframe width="340" height="180" src="https://www.youtube.com/embed/bqFjv2-QkVc"></iframe>
<a href="" class="pblack">Live: India v South Africa, 1st T20I, Post-match show</a>
<p class="time">12h ago</p>
<div class="line"></div>
<iframe width="340" height="180" src="https://www.youtube.com/embed/WtyeUr15f34"></iframe>
<a href="" class="pblack">Comm Box: India v South Africa, 1st T20I, 2nd innings</a>
<p class="time">23h ago</p>
<div class="line"></div>
<iframe width="340" height="180" src="https://www.youtube.com/embed/bqFjv2-QkVc"></iframe>
<a href="" class="pblack">Cricbuzz Live हिन्दी: भारत vs ऑस्ट्रेलिया, तीसरा T20I, प्री-मैच शो</a>
<p class="time">2d ago</p>
<div class="line"></div>
<br>
<div class="gap"></div>
<br>
<h4 class="grnh4">SPECIALS</h4>
<a href="">
<img src="https://www.cricbuzz.com/a/img/v1/300x170/i1/c243688/decision-review-system-technol.jpg" alt="">
<h3>September 2022 - News Digest</h3>
</a>
<p class="pgray">News byte that you may have otherwise missed</p>
<br>
<a href="">
<img src="https://www.cricbuzz.com/a/img/v1/300x170/i1/c241525/stars-jaw-dropping-bid-estim.jpg" alt="">
<h3>Making sense of Star's multibillion-dollar splurge</h3>
</a>
<p class="pgray">The Walt Disney-owned media house wiped the opposition out with a jaw-dropping bid estimated at $3.125 billion</p>
<br>
<a href="">
<img src="https://www.cricbuzz.com/a/img/v1/300x170/i1/c240747/trent-boult-asked-to-be-releas.jpg" alt="">
<h3>Cricket in Transition: A new game in the birth canal</h3>
</a>
<p class="pgray">In the first part of a new feature series on Cricbuzz Plus, Bharat Sundaresan outlines the rapid changes that cricket is going through and poses questions about its future</p>
<br>
<a href="">
<img src="https://www.cricbuzz.com/a/img/v1/300x170/i1/c241433/the-knight-riders-owned-by-sha.jpg" alt="">
<h3>Cricket in transition - A global Indian Private League?</h3>
</a>
<p class="pgray">As cricket becomes increasingly shaped by T20 franchise leagues, a group of Indian businesses are expanding into new frontiers. What's driving them?</p>
<br>
<a href="">
<img src="https://www.cricbuzz.com/a/img/v1/300x170/i1/c240590/gujarat-titans-won-the-ipl-thi.jpg" alt="">
<h3>Chandrakant Pandit's appointment may change outlook of IPL teams</h3>
</a>
<p class="pgray">If Pandit does succeed with KKR, the IPL owners might start leaning towards appointing Indian coaches</p>
<br>
</div>
</div>
<!-- ************************************************************************************************* -->
<div id="footer">
<div class="mid">
<a href="https://www.cricbuzz.com/" id="logo"><img src="https://www.cricbuzz.com/images/cb_logo.svg" alt=""></a>
<div>
<h4>MOBILE SITE & APPS</h4>
<P><a href="https://m.cricbuzz.com/"><i class="fa-solid fa-globe icons"></i>m.cricbuzz.com</a></P>
<P><a href="https://play.google.com/store/apps/details?id=com.cricbuzz.android"><i class="fa-brands fa-android icons"></i>Android</a></P>
<P><a href="https://itunes.apple.com/app/id360466413"><i class="fa-brands fa-apple icons"></i>iOS</a></P>
</div>
<div>
<h4>FOLLOW US ON</h4>
<P><a href="https://www.facebook.com/cricbuzz"><i class="fa-brands fa-facebook-f icons"></i>facebook</a></P>
<P><a href="https://twitter.com/cricbuzz"><i class="fa-brands fa-twitter icons"></i>twitter</a></P>
<p><a href="https://www.youtube.com/channel/UCSRQXk5yErn4e14vN76upOw"><i class="fa-brands fa-youtube icons"></i>youtube</a></p>
<p><a href="https://in.pinterest.com/cricbuzz/"><i class="fa-brands fa-pinterest-p icons"></i>Pinterest</a></p>
</div>
<div>
<h4>COMPANY</h4></a>
<a href="https://www.cricbuzz.com/careers"><p>Careers</p></a>
<a href="https://www.cricbuzz.com/info/advertise"><p>Advertise</p></a>
<a href="https://www.cricbuzz.com/info/privacy"><p>Privacy Policy</p></a>
<a href="https://www.cricbuzz.com/info/termsofuse"><p>Terms of Use</p></a>
<a href="https://www.cricbuzz.com/info/termsofuse"><p>Cricbuzz TV Ads</p></a>
</div>
</div>
<p>© 2022 Cricbuzz.com, Times Internet Limited. All rights reserved | The Times of India | Navbharat Times</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>