-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscorecard.html
761 lines (744 loc) · 31.3 KB
/
scorecard.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
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
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
<!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>Scorecard</title>
<link href="scorecard.css" rel="stylesheet" />
<link rel="shortcut icon" href="https://www.cricbuzz.com/images/cb_favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="navbar.css">
<script src="https://kit.fontawesome.com/eba04dea05.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="https://www.cricbuzz.com/images/cb_favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="footer.css">
<script src="https://kit.fontawesome.com/eba04dea05.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="landingPageheader">
<header id="top">
<a href="index.html"><img
id="logo"
width="100px"
src="https://www.cricbuzz.com/images/cb_logo.svg"
alt="logo"
/></a>
<div id="navbar">
<div class="dropdown">
<button class="dropbtn"><a href="#">Live Scores</a></button>
</div>
<div class="dropdown">
<button class="dropbtn"><a href="#">Schedule</a></button>
</div>
<div class="dropdown">
<button class="dropbtn"><a href="#">Archives</a></button>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">News <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">All Stories</a>
<a href="#">Cricbuzz Plus</a>
<a href="#">Latest News</a>
<a href="#">Topics</a>
<a href="#">Spotlight</a>
<a href="#">Opinions</a>
<a href="#">Specials</a>
<a href="#">Stats & Analysis</a>
<a href="#">Interviews</a>
<a href="#">Live Blogs</a>
<a href="#">Harsha Bhogle</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Series <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">India tour of WestIndies, 2022</a>
<a href="#">Pakistan tour of Sri Lanka, 2022</a>
<a href="#">South Africa tour of England, 2022</a>
<a href="#">Bangladesh tour of Zimbabwe, 2022</a>
<a href="#">New Zealand tour of Scotland, 2022</a>
<a href="#">Tamil Nadu Premier League 2022</a>
<a href="#">County Championship Division One 2022</a>
<a href="#">Commonwealth Games Womens Cricket Competition 2022</a>
<a href="#">All Series</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Teams <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_val">
<div class="team">
<h4>TEST TEAMS</h4>
<a href="#">India</a>
<a href="#">Ireland</a>
<a href="#">Pakistan</a>
<a href="#">Australia</a>
<a href="#">Sri Lanka</a>
<a href="#">Bangladesh</a>
<a href="#">England</a>
<a href="#">West Indies</a>
<a href="#">South Africa</a>
<a href="#">Zimbabwe</a>
<a href="#">New Zealand</a>
<a href="#">Afghanistan</a>
</div>
<div class="team">
<h4>ASSOCIATE</h4>
<a href="#">Italy</a>
<a href="#">Botswana</a>
<a href="#">Belgium</a>
<a href="#">Iran</a>
<a href="#">Denmark</a>
<a href="#">Singapore</a>
<a href="#">Namibia</a>
<a href="#">Uganda</a>
<a href="#">Malasiya</a>
<a href="#">Nepal</a>
<a href="#">Germany</a>
<a href="#">Canada</a>
</div>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Videos <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">All Videos</a>
<a href="#">Categories</a>
<a href="#">Playlists</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">Rankings <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">ICC Rankings - Men</a>
<a href="#">ICC Rankings - Women</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">
<a href="">More <i class="fa-solid fa-caret-down"></i></a>
</button>
<div class="dropdown_value">
<a href="#">World Test Championship</a>
<a href="#">World Cup Super League</a>
<a href="#">Quiz</a>
<a href="#">Photos</a>
<a href="#">Mobile Apps</a>
<a href="#">Careers</a>
<a href="#">Contact Us</a>
</div>
</div>
<button id="cricPlusbtn">
<a href="cricPlus.html">Cricbuzz Plus</a>
</button>
</div>
<i id="search" class="fa-solid fa-magnifying-glass"></i>
<div id="icons">
<a href="login.html"><i id="profileIcon" class="fa-solid fa-user"></i></a>
<div id="loginStatus">
<a href="">My Account</a>
<a onclick="signOut()" href="index.html">Sign Out</a>
</div>
</div>
</header>
<div id="blackStrip">
<div>
<a href="#">MATCHES</a>
<a href="#">WI vs IND - IND Won</a>
<a href="#">AUSW vs PAKW - Com...</a>
<a href="#">INDW vs BAW - Preview</a>
<a href="#">SOU vs WEF - Preview</a>
<a href="#">IRE vs RSA - Preview</a>
</div>
<button>
<a href="">ALL <i class="fa-solid fa-caret-down"></i></a>
</button>
</div>
</div>
<div id="container">
<div id="tbl">
<table>
<caption id="resultofmatch">India won by 7 wkts</caption>
<thead>
<tr>
<th colspan="6">West Indies Innings</th>
<th colspan="2">164-5 (20 Ov)</th>
</tr>
</thead>
<thead class="secondthead">
<tr>
<th colspan="3">Batter</th>
<th>R</th>
<th>B</th>
<th>4s</th>
<th>6s</th>
<th>SR</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="textLink" href="">Brandon King</a></td>
<td class="textColor" colspan="2">b Hardik Pandya</td>
<td><strong>20</strong> </td>
<td>20</td>
<td>3</td>
<td>0</td>
<td>100.00</td>
</tr>
<tr>
<td><a class="textLink" href="">K Mayers</a></td>
<td class="textColor" colspan="2">c Pant b Bhuvneshwar</td>
<td><b>73</b></td>
<td>50 </td>
<td>8</td>
<td>4</td>
<td>146.00</td>
</tr>
<tr>
<td><a class="textLink" href="">Pooran (c)</a> </td>
<td class="textColor" colspan="2">c Pant b Bhuvneshwar</td>
<td><b>22</b></td>
<td>23</td>
<td>2</td>
<td>1</td>
<td>95.65</td>
</tr>
<tr>
<td><a class="textLink" href="">Rovman Powell </a></td>
<td class="textColor" colspan="2">c Deepak Hooda b Arshdeep Singh </td>
<td><b>23</b></td>
<td>14</td>
<td>2</td>
<td>1</td>
<td>164.29</td>
</tr>
<tr>
<td><a class="textLink" href="">Hetmyer </a></td>
<td class="textColor" colspan="2">run out (Suryakumar Yadav/Pant)</td>
<td><b>20</b></td>
<td>12</td>
<td>0</td>
<td>2</td>
<td>166.67</td>
</tr>
<tr>
<td><a class="textLink" href="">Devon Thomas (wk) </a></td>
<td class="textColor" colspan="2">not out</td>
<td><b>0</b></td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0.00</td>
</tr>
<tr>
<td><a class="textLink" href="">Holder</a>
</td>
<td class="textColor" colspan="2">not out</td>
<td><b>1</b></td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>100.00</td>
</tr>
<tr>
<td colspan="4">Extras </td>
<td colspan="6"> <b>5</b> (b 0, lb 3, w 2, nb 0, p 0)</td>
</tr>
<tr>
<td colspan="4">Total </td>
<td colspan="5"> <b>164</b> (5 wkts, 20 Ov)</td>
</tr>
<tr>
<td colspan="2">Did not Bat</td>
<td colspan="5"><a href="" class="textLink">Dominic Drakes ,</a>
<a href="" class="textLink">Akeal Hosein ,</a>
<a href="" class="textLink">Alzarri Joseph ,</a>
<a href="" class="textLink"> Obed McCoy</a>
</td>
</tr>
<tr>
<td colspan="8" class="secondthead"><b>Fall Of Wickets</b></td>
</tr>
<tr>
<td colspan="7">57-1 (<a href="" class="textLink">Brandon King</a>, 7.2), 107-2 (<a href=""
class="textLink">Pooran</a>, 14.4), 128-3
(<a href="" class="textLink">K Mayers</a>, 16.2), 162-4 (<a href="" class="textLink">Rovman
Powell</a>, 19.3), 163-5 (<a href="" class="textLink">Hetmyer</a>, 19.5)</td>
</tr>
<thead class="secondthead">
<tr>
<th colspan="2">Bowler</th>
<th>O</th>
<th>M</th>
<th>R</th>
<th>W</th>
<th>WD</th>
<th>ECO</th>
</tr>
</thead>
<tr>
<td><a class="textLink" href="">Deepak Hooda</a></td>
<td></td>
<td>1</td>
<td>0</td>
<td>1</td>
<td><b>1</b></td>
<td>0</td>
<td>1.00</td>
</tr>
<tr>
<td><a class="textLink" href="">Bhuvneshwar</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>35</td>
<td><b>2</b></td>
<td>0</td>
<td>8.80</td>
</tr>
<tr>
<td><a class="textLink" href="">Avesh Khan</a></td>
<td></td>
<td>3</td>
<td>0</td>
<td>47</td>
<td><b>0</b></td>
<td>2</td>
<td>15.70</td>
</tr>
<tr>
<td><a class="textLink" href="">Hardik Pandya</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>19</td>
<td><b>1</b></td>
<td>0</td>
<td>4.80</td>
</tr>
<tr>
<td><a class="textLink" href="">Arshdeep Singh</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>33</td>
<td><b>1</b></td>
<td>0</td>
<td>8.20</td>
</tr>
<tr>
<td><a class="textLink" href="">Ashwin</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>26</td>
<td><b>0</b></td>
<td>0</td>
<td>6.50</td>
</tr>
<thead class="secondthead">
<tr>
<th colspan="3">Powerplays</th>
<th colspan="1">Overs</th>
<th colspan="2"></th>
<th colspan=""></th>
<th colspan="">Runs</th>
</tr>
</thead>
<tr>
<td>Mandatory</td>
<td></td>
<td></td>
<td>0.1-6</td>
<td></td>
<td><b></b></td>
<td></td>
<td>45</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th colspan="6">India Innings</th>
<th colspan="2">165-3 (19 Ov)</th>
</tr>
</thead>
<thead class="secondthead">
<tr>
<th colspan="3">Batter</th>
<th>R</th>
<th>B</th>
<th>4s</th>
<th>6s</th>
<th>SR</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="textLink" href="">Rohit Sharma (c)</a></td>
<td class="textColor" colspan="2">retd hurt</td>
<td><b>11</b> </td>
<td>5</td>
<td>1</td>
<td>1</td>
<td>220.00</td>
</tr>
<tr>
<td><a class="textLink" href="">Suryakumar Yadav</a></td>
<td class="textColor" colspan="2">c Alzarri Joseph b Dominic Drakes</td>
<td><b>76</b></td>
<td>44 </td>
<td>8</td>
<td>4</td>
<td>172.73</td>
</tr>
<tr>
<td><a class="textLink" href="">Shreyas Iyer</a> </td>
<td class="textColor" colspan="2">st Devon Thomas b Akeal Hosein</td>
<td><b>24</b></td>
<td>27</td>
<td>2</td>
<td>0</td>
<td>88.89</td>
</tr>
<tr>
<td><a class="textLink" href="">Rishabh Pant (wk)</a></td>
<td class="textColor" colspan="2">not out</td>
<td><b>33</b></td>
<td>26</td>
<td>3</td>
<td>1</td>
<td>126.92</td>
</tr>
<tr>
<td><a class="textLink" href="">Hardik Pandya</a></td>
<td class="textColor" colspan="2">c Devon Thomas b Holder</td>
<td><b>4</b></td>
<td>6</td>
<td>0</td>
<td>0</td>
<td>66.67</td>
</tr>
<tr>
<td><a class="textLink" href="">Deepak Hooda</a></td>
<td class="textColor" colspan="2">not out</td>
<td><b>10</b></td>
<td>7</td>
<td>1</td>
<td>0</td>
<td>142.86</td>
</tr>
<tr>
<td colspan="4">Extras </td>
<td colspan="6"> <b>7</b> (b 1, lb 0, w 5, nb 1, p 0)</td>
</tr>
<tr>
<td colspan="4">Total </td>
<td colspan="5"> <b>165</b> (3 wkts, 19 Ov)</td>
</tr>
<tr>
<td colspan="2">Did not Bat</td>
<td colspan="5"><a href="" class="textLink">Dinesh Karthik ,</a>
<a href="" class="textLink">Ravichandran Ashwin ,</a>
<a href="" class="textLink"> Bhuvneshwar Kumar ,</a>
<a href="" class="textLink"> Avesh Khan ,</a>
<a href="" class="textLink"> Arshdeep Singh</a>
</td>
</tr>
<tr>
<td colspan="8" class="secondthead"><b>Fall Of Wickets</b></td>
</tr>
<tr>
<td colspan="7">105-1 (<a href="" class="textLink">(Shreyas Iyer</a>, 11.3), 135-2 (<a href=""
class="textLink">Suryakumar Yadav</a>, 14.3), 149-3
(<a href="" class="textLink">Hardik Pandya</a>, 17.2)</td>
</tr>
<thead class="secondthead">
<tr>
<th colspan="2">Bowler</th>
<th>O</th>
<th>M</th>
<th>R</th>
<th>W</th>
<th>WD</th>
<th>ECO</th>
</tr>
</thead>
<tr>
<td><a class="textLink" href="">Obed McCoy</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>34</td>
<td><b>0</b></td>
<td>1</td>
<td>8.50</td>
</tr>
<tr>
<td><a class="textLink" href="">Alzarri Joseph</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>39</td>
<td><b>0</b></td>
<td>0</td>
<td>9.80</td>
</tr>
<tr>
<td><a class="textLink" href="">Dominic Drakes</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>33</td>
<td><b>1</b></td>
<td>0</td>
<td>8.20</td>
</tr>
<tr>
<td><a class="textLink" href="">Jason Holder</a></td>
<td></td>
<td>3</td>
<td>0</td>
<td>30</td>
<td><b>1</b></td>
<td>2</td>
<td>10.00</td>
</tr>
<tr>
<td><a class="textLink" href="">Akeal Hosein</a></td>
<td></td>
<td>4</td>
<td>0</td>
<td>28</td>
<td><b>1</b></td>
<td>2</td>
<td>7.00</td>
</tr>
<thead class="secondthead">
<tr>
<th colspan="3">Powerplays</th>
<th colspan="1">Overs</th>
<th colspan="2"></th>
<th colspan=""></th>
<th colspan="">Runs</th>
</tr>
</thead>
<tr>
<td>Mandatory</td>
<td></td>
<td></td>
<td>0.1-6</td>
<td></td>
<td><b></b></td>
<td></td>
<td>56</td>
</tr>
<thead>
<tr>
<th colspan="6">Match Info</th>
<th colspan="2"></th>
</tr>
</thead>
<tr>
<td colspan="2">Match</td>
<td colspan="6">WI vs IND, 3rd T20I, India tour of West Indies, 2022</td>
</tr>
<tr>
<td colspan="2">Date</td>
<td colspan="6">Tuesday, August 02, 2022</td>
</tr>
<tr>
<td colspan="2">Toss</td>
<td colspan="6">India won the toss and opt to bowl</td>
</tr>
<tr>
<td colspan="2">Time</td>
<td colspan="6">9:30 PM</td>
</tr>
<tr>
<td colspan="2">Venue</td>
<td colspan="6">Warner Park, Basseterre, St Kitts</td>
</tr>
<tr>
<td colspan="2">Umpires</td>
<td colspan="6">Nigel Duguid, Patrick Gustard</td>
</tr>
<tr>
<td colspan="2">Third Umpire</td>
<td colspan="6">Leslie Reifer</td>
</tr>
<tr>
<td colspan="2">Match Referee</td>
<td colspan="6">Richie Richardson</td>
</tr>
<tr>
<td colspan="2">West Indies Squad</td>
</tr>
<tr>
<td colspan="2">Playing</td>
<td class="playing11" colspan="6"><a href=""> Brandon King, </a><a href="">Kyle Mayers, </a> <a href="">Nicholas Pooran (c),</a> <a href="">Shimron Hetmyer,</a> <a href="">Devon Thomas (wk),</a> <a href=""> Rovman Powell,</a> <a href=""> Dominic Drakes,</a> <a href=""> Jason Holder,</a> <a href="">Akeal Hosein, </a> <a href="">Alzarri Joseph,</a> <a href="">Obed McCoy</a> </td>
</tr>
<tr>
<td colspan="2">Bench</td>
<td class="playing11" colspan="6"><a href=""> Odean Smith, </a><a href="">Keemo Paul, </a> <a href=""> Shamarh Brooks,</a> <a href="">Romario Shepherd,</a> <a href="">Hayden Walsh</a></td>
</tr>
<tr>
<td colspan="2">India Squad</td>
</tr>
<tr>
<td colspan="2">Playing</td>
<td class="playing11" colspan="6"><a href="">Rohit Sharma (c), </a><a href="">Suryakumar Yadav, </a> <a href="">Shreyas Iyer, </a> <a href="">Rishabh Pant (wk), </a> <a href="">Hardik Pandya, </a> <a href="">Deepak Hooda, </a> <a href="">Dinesh Karthik, </a> <a href="">Ravichandran Ashwin, </a> <a href="">Bhuvneshwar Kumar, </a> <a href="">Avesh Khan, </a> <a href="">Arshdeep Singh</a> </td>
</tr>
<tr>
<td colspan="2">Bench</td>
<td class="playing11" colspan="6"><a href="">Ravi Bishnoi, </a><a href="">Ishan Kishan, </a> <a href="">Axar Patel, </a> <a href="">Kuldeep Yadav, </a> <a href="">Sanju Samson, </a>
<a href="">Harshal Patel, </a> <a href="">Ravindra Jadeja</a>
</td>
</tr>
</tbody>
</table>
</div>
<div id="rightBox">
<h4>Latest News</h4>
<div>
<div><img src="https://www.cricbuzz.com/a/img/v1/100x77/i1/c240144/west-indies-are-currently-trai.jpg"
alt="">
</div>
<div>
<p class="firstPara">Middle order defects to work on as WI seek series parity in Florida leg</p>
<p>2h ago</p>
</div>
</div>
<hr>
<div>
<div><img src="https://www.cricbuzz.com/a/img/v1/100x77/i1/c240143/nathan-ellis-returned-figures.jpg"
alt="">
</div>
<div>
<p class="firstPara">Ellis helps Spirit eke out a narrow win</p>
<p>7h ago</p>
</div>
</div>
<hr>
<div>
<div><img src="https://www.cricbuzz.com/a/img/v1/100x77/i1/c240142/brunt-ran-through-new-zealand.jpg"
alt="">
</div>
<div>
<p class="firstPara">Clinical England top group with crushing win over New Zealand</p>
<p>8h ago</p>
</div>
</div>
<hr>
<div>
<div><img src="https://www.cricbuzz.com/a/img/v1/100x77/i1/c240141/de-leede-scored-a-53-ball-64.jpg"
alt="">
</div>
<div>
<p class="firstPara">de Leede defiance not enough for Netherlands as New Zealand go one up</p>
<p>15h ago</p>
</div>
</div>
<hr>
<div>
<div><img src="https://www.cricbuzz.com/a/img/v1/100x77/i1/c240140/tamim-is-having-a-good-run-as.jpg"
alt="">
</div>
<div>
<p class="firstPara">Tamim gets behind the ODI format</p>
<p>16 ago</p>
</div>
</div>
<hr>
<div>
<div><img src="https://www.cricbuzz.com/a/img/v1/100x77/i1/c240139/ingram-hit-15-fours-and-three.jpg"
alt="">
</div>
<div>
<p class="firstPara">Ingram 155 helps Glamorgan pip Kent in high-scoring game</p>
<p>16 ago</p>
</div>
</div>
<hr>
<div>
<button>More News</button>
</div>
<hr>
</div>
</div>
<div id="landingPagefooter">
<footer>
<div id="mainFoot">
<div>
<img width="100px"src="https://www.cricbuzz.com/images/cb_logo.svg" alt="logo3">
</div>
<div>
<div class="footerTopic">
<p>MOBILE SITE & APPS</p>
<ul>
<li>
<i class="fa-solid fa-globe"></i>
<a href="">m.cricbuzz.com</a>
</li>
<li>
<i class="fa-brands fa-android"></i>
<a href="">Android</a>
</li>
<li>
<i class="fa-brands fa-apple"></i>
<a href="">iOS</a>
</li>
</ul>
</div>
</div>
<div>
<div class="footerTopic">
<p>FOLLOW US ON</p>
<ul>
<li>
<i class="fa-brands fa-facebook-f"></i>
<a href="">facebook</a>
</li>
<li>
<i class="fa-brands fa-twitter"></i>
<a href="">twitter</a>
</li>
<li>
<i class="fa-brands fa-youtube"></i>
<a href="">youtube</a>
</li>
<li>
<i class="fa-brands fa-pinterest-p"></i>
<a href="">Pinterest</a>
</li>
</ul>
</div>
</div>
<div>
<div class="footerTopic">
<p>COMPANY</p>
<ul>
<li><a href="#">Careers</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Cricbuzz TV Ads</a></li>
</ul>
</div>
</div>
</div>
<p id="bottomline">© 2022 Cricbuzz-clone.com, Times Internet Limited. All rights reserved | The Times of India | Navbharat Times</p>
</footer>
</div>
</body>
</html>
<script src="navbar.js"></script>