-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
655 lines (607 loc) · 18.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>WTC - The Ultimate Test of Cricket</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/Style.css" />
<link rel="stylesheet" href="css/mobile-style.css">
<link rel="icon" href="img/log1.webp" type="image/webp">
</head>
<body>
<header>
<!-- NAVBAR START -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark p-md-3">
<div class="container">
<a class="navbar-brand" href="#">ICC World Test Championship</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mx-auto"></div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-white" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#section1">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#section2">2019-21</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#section3">2021-23</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#footer">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR END -->
<!-- CAROUSEL START -->
<div id="carouselExampleIndicators" class="carousel slide NO-PADDING" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" aria-label="Slide 0"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/main.png" class="d-block w-100 img-fluid" alt="...">
</div>
<div class="carousel-item">
<img src="img/hh2.png" class="d-block w-100 img-fluid" alt="...">
</div>
<div class="carousel-item">
<img src="img/hh3.png" class="d-block w-100 img-fluid" alt="...">
</div>
<div class="carousel-item">
<img src="img/hh4.png" class="d-block w-100 img-fluid" alt="...">
</div>
<div class="carousel-item">
<img src="img/hh5.png" class="d-block w-100 img-fluid" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- CAROUSEL END -->
</header>
<main>
<!-- ABOUT SECTION START -->
<section class="section-1" id="section1">
<div class="container text-center">
<div class="row">
<div class="col-md-6 col-12">
<div class="pray">
<img src="img/b1.webp" alt="Pray" class="" />
</div>
</div>
<div class="col-md-6 col-12">
<div class="panel text-left">
<h1 class="text-center">ICC WORLD TEST CHAMPIONSHIP</h1>
<H5 class="text-center">THE ULTIMATE TEST OF CRICKET</H5>
<p class="pt-4 justify-content-center fa-align-right">
The ICC World Test Championship, also called as the Test World Cup, is a league competition for Test cricket run by the International Cricket Council (ICC), which started on 1 August 2019. It is the premier championship for Test cricket. It is in line with the ICC's goal of having one pinnacle tournament for each of the three formats of international cricket. A nine-team global tournament, the WTC is a two year competition that sees an undisputed World Test champion crowned at the end of a league campaign and a showpiece decider. The format of the second edition is the same as the original though the point system has changed with each team playing three home and three away series to determine the qualifiers for the WTC Final.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT SECTION START -->
<!-- 2019-21 SECTION START -->
<section class="section-2 container-fluid p-0" id="section2">
<div class="cover1">
<div class="overlay"></div>
<div class="content text-center">
<h1> ICC World Test Championship Cycle 2019-21 </h1>
<p>
Winner : NewZealand<br>
Runner : India
</p>
</div>
</div>
<div class="container-fluid text-center">
<div class="numbers d-flex flex-md-row flex-wrap justify-content-center">
<div class="rect">
<p>MOST RUNS</p>
<h1>1675</h1>
<p>Marnus Labuschagne <br> Australia</p>
</div>
<div class="rect">
<p>MOST WICKETS</p>
<h1>71</h1>
<p>Ravichandran Ashwin<br>India</p>
</div>
<div class="rect">
<p>MOST CENTURIES</p>
<h1>5</h1>
<p>Marnus Labuschagne <br> Australia</p>
</div>
<div class="rect">
<p>MOST FIFERS</p>
<h1>4</h1>
<p>Ravichandran Ashwin<br>India</p>
</div>
<div class="rect">
<p>HIGHEST SCORE</p>
<h1>335</h1>
<p>David Warner<br>Australia</p>
</div>
</div>
</div>
<div class="rankings container">
<div class="row">
<div class="head">
<h1>ICC WTC TEAM STANDINGS (2019-21)</h1>
</div>
</div>
<table class="table table-striped">
<tr>
<th>Position</th>
<th>Team</th>
</tr>
<tr>
<td>1</td>
<td>New Zealand</td>
</tr>
<tr>
<td>2</td>
<td>India</td>
</tr>
<tr>
<td>3</td>
<td>Australia</td>
</tr>
<tr>
<td>4</td>
<td>England</td>
</tr>
<tr>
<td>5</td>
<td>South Africa</td>
</tr>
<tr>
<td>6</td>
<td>Pakistan</td>
</tr>
<tr>
<td>7</td>
<td>Sri Lanka</td>
</tr>
<tr>
<td>8</td>
<td>West Indies</td>
</tr>
<tr>
<td>9</td>
<td>Bangladesh</td>
</tr>
</table>
</div>
<div class="rankings container">
<div class="row">
<div class="head">
<h1>ICC WTC BATSMEN STANDINGS (2019-21)</h1>
</div>
</div>
<table class="table table-striped">
<tr>
<th>Player</th>
<th>Team</th>
<th>Mat</th>
<th>Runs</th>
<th>Avg</th>
<th>HS</th>
<th>100</th>
<th>50</th>
</tr>
<tr>
<td>Marnus Labuschagne</td>
<td>Australia</td>
<td>13</td>
<td>1675</td>
<td>72.82</td>
<td>215</td>
<td>5</td>
<td>9</td>
</tr>
<tr>
<td>Joe Root</td>
<td>England</td>
<td>20</td>
<td>1660</td>
<td>47.43</td>
<td>228</td>
<td>3</td>
<td>8</td>
</tr>
<tr>
<td>Steve Smith</td>
<td>Australia</td>
<td>13</td>
<td>1341</td>
<td>63.85</td>
<td>211</td>
<td>4</td>
<td>7</td>
</tr>
<tr>
<td>Ben Stokes</td>
<td>England</td>
<td>17</td>
<td>1334</td>
<td>46.00</td>
<td>176</td>
<td>4</td>
<td>6</td>
</tr>
<tr>
<td>Ajinkya Rahane</td>
<td>India</td>
<td>18</td>
<td>1159</td>
<td>42.92</td>
<td>115</td>
<td>3</td>
<td>6</td>
</tr>
</table>
</div>
<div class="rankings container">
<div class="row">
<div class="head">
<h1>ICC WTC BOWLERS STANDINGS (2019-21)</h1>
</div>
</div>
<table class="table table-striped">
<tr>
<th>Player</th>
<th>Team</th>
<th>Mat</th>
<th>Wickets</th>
<th>Avg</th>
<th>BBM</th>
<th>5WI</th>
</tr>
<tr>
<td>Ravichandran Ashwin</td>
<td>India</td>
<td>14</td>
<td>71</td>
<td>20.33</td>
<td>9/207</td>
<td>4</td>
</tr>
<tr>
<td>Pat Cummins</td>
<td>Australia</td>
<td>14</td>
<td>70</td>
<td>21.02</td>
<td>7/69</td>
<td>1</td>
</tr>
<tr>
<td>Stuart Broad</td>
<td>England</td>
<td>17</td>
<td>69</td>
<td>20.08</td>
<td>10/67</td>
<td>2</td>
</tr>
<tr>
<td>Tim Southee</td>
<td>New Zealand</td>
<td>11</td>
<td>56</td>
<td>20.82</td>
<td>9/110</td>
<td>3</td>
</tr>
<tr>
<td>Nathon Lyon</td>
<td>Australia</td>
<td>14</td>
<td>56</td>
<td>31.37</td>
<td>10/118</td>
<td>4</td>
</tr>
</table>
</div>
</section>
<!-- 2019-21 SECTION END -->
<br>
<br>
<br>
<br>
<br>
<!-- 2021-23 SECTION START -->
<section class="section-2 container-fluid p-0" id="section3">
<div class="cover2">
<div class="overlay"></div>
<div class="content text-center">
<h1>ICC World Test Championship Cycle 2021-23</h1>
<p>
Winner : Australia<br>
Runner : India
</p>
</div>
</div>
<div class="container-fluid text-center">
<div class="numbers d-flex flex-md-row flex-wrap justify-content-center">
<div class="rect">
<p>MOST RUNS</p>
<h1>1915</h1>
<p>Joe Root <br> England</p>
</div>
<div class="rect">
<p>MOST WICKETS</p>
<h1>83</h1>
<p>Nathon Lyon<br>Australia</p>
</div>
<div class="rect">
<p>MOST CENTURIES</p>
<h1>8</h1>
<p>Joe Root <br> England</p>
</div>
<div class="rect">
<p>MOST FIFERS</p>
<h1>5</h1>
<p>Nathon Lyon<br>Australia</p>
</div>
<div class="rect">
<p>HIGHEST SCORE</p>
<h1>252</h1>
<p>Tom Latham<br>New Zealand</p>
</div>
</div>
</div>
<div class="rankings container">
<div class="row">
<div class="head">
<h1>ICC WTC TEAM STANDINGS (2019-21)</h1>
</div>
</div>
<table class="table table-striped">
<tr>
<th>Position</th>
<th>Team</th>
</tr>
<tr>
<td>1</td>
<td>Australia</td>
</tr>
<tr>
<td>2</td>
<td>India</td>
</tr>
<tr>
<td>3</td>
<td>South Africa</td>
</tr>
<tr>
<td>4</td>
<td>England</td>
</tr>
<tr>
<td>5</td>
<td>Sri Lanka</td>
</tr>
<tr>
<td>6</td>
<td>New Zealand</td>
</tr>
<tr>
<td>7</td>
<td>Pakistan</td>
</tr>
<tr>
<td>8</td>
<td>West Indies</td>
</tr>
<tr>
<td>9</td>
<td>Bangladesh</td>
</tr>
</table>
</div>
<div class="rankings container">
<div class="row">
<div class="head">
<h1>ICC WTC BATSMEN STANDINGS (2021-23)</h1>
</div>
</div>
<table class="table table-striped">
<tr>
<th>Player</th>
<th>Team</th>
<th>Mat</th>
<th>Runs</th>
<th>Avg</th>
<th>HS</th>
<th>100</th>
<th>50</th>
</tr>
<tr>
<td>Joe Root</td>
<td>England</td>
<td>22</td>
<td>1915</td>
<td>53.19</td>
<td>180</td>
<td>8</td>
<td>6</td>
</tr>
<tr>
<td>Usman Khawaja</td>
<td>Australia</td>
<td>17</td>
<td>1608</td>
<td>67.00</td>
<td>195</td>
<td>6</td>
<td>7</td>
</tr>
<tr>
<td>Marnus Labuschagne</td>
<td>Australia</td>
<td>20</td>
<td>1535</td>
<td>52.93</td>
<td>204</td>
<td>5</td>
<td>5</td>
</tr>
<tr>
<td>Babar Azam</td>
<td>Pakistan</td>
<td>14</td>
<td>1527</td>
<td>61.08</td>
<td>196</td>
<td>4</td>
<td>10</td>
</tr>
<tr>
<td>Jonny Bairstow</td>
<td>England</td>
<td>15</td>
<td>1285</td>
<td>51.40</td>
<td>162</td>
<td>6</td>
<td>2</td>
</tr>
</table>
</div>
<div class="rankings container">
<div class="row">
<div class="head">
<h1>ICC WTC BOWLERS STANDINGS (2021-23)</h1>
</div>
</div>
<table class="table table-striped">
<tr>
<th>Player</th>
<th>Team</th>
<th>Mat</th>
<th>Wickets</th>
<th>Avg</th>
<th>BBM</th>
<th>5WI</th>
</tr>
<tr>
<td>Nathon Lyon</td>
<td>Australia</td>
<td>19</td>
<td>83</td>
<td>26.97</td>
<td>11/99</td>
<td>5</td>
</tr>
<tr>
<td>Kagiso Rabada</td>
<td>South Africa</td>
<td>13</td>
<td>67</td>
<td>21.05</td>
<td>8/89</td>
<td>3</td>
</tr>
<tr>
<td>Ravichandran Ashwin</td>
<td>India</td>
<td>13</td>
<td>61</td>
<td>19.67</td>
<td>8/42</td>
<td>2</td>
</tr>
<tr>
<td>James Anderson</td>
<td>England</td>
<td>15</td>
<td>58</td>
<td>20.37</td>
<td>6/62</td>
<td>2</td>
</tr>
<tr>
<td>Ollie Robinson</td>
<td>England</td>
<td>13</td>
<td>53</td>
<td>20.75</td>
<td>7/81</td>
<td>3</td>
</tr>
</table>
</div>
</section>
<!-- 2021-23 SECTION END -->
<br>
<br>
<br>
<br>
<!-- FOOTER START -->
</main>
<footer>
<section id="footer">
<div class="container-fluid p-0">
<div class="row text-left">
<div class="col-md-5 col-sm-5">
<h4 class="text-light">About Us</h4>
<p class="text-muted">This is a website on 'The ICC World Test Championship', also called as the Test World Cup, is a league competition for Test cricket run by the International Cricket Council, which started on 1 August 2019. It is the premier championship for Test cricket.</p>
<p class="pt-4 text-muted">Copyright ©2023 All rights reserved | Made by
<span><a href="https://www.linkedin.com/in/pranav2036/" target="_blank">Pranav Vuddagiri</a></span>
</p>
</div>
<div class="col-md-5 col-sm-12">
<h4 class="text-light">Newsletter</h4>
<p class="text-muted">Stay Updated</p>
<form class="form-inline">
<div class="col pl-0">
<div class="input-group pr-5">
<input type="text" class="form-control bg-dark text-white" id="inlineFormInputGroupUsername2" placeholder="Email">
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</footer>
<!-- FOOTER END -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="css/main.js"></script>
</body>
</html>