-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathseries.html
136 lines (119 loc) · 5.51 KB
/
series.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
<!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>Document</title>
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./styles/slide.css">
<link rel="stylesheet" href="./styles/dropdown.css">
<link rel="stylesheet" href="./styles/series.css">
<link rel="stylesheet" href="./styles/footer.css">
</head>
<body>
<div id="stickynavbar"></div>
<div id="topheadd">FIXTURES AND RESULTS</div>
<div id="bodyboxx">
<div id="leftcontainerr">
<div id="headerr">
<div style="color: rgb(3,169,244) ; cursor: pointer; " >Current Cricket
<a href=""></a>
</div>
<div id="divss" >Future Series/ Tournaments
<a href=""></a>
</div>
<div id="divss"> Recently Concluded
<a href=""></a>
</div>
</div>
<!---/bottombox../* -->
<div id="bottemm">
<div id="bottemmm">
<div id="onesection">
<H4>INTERNATIONAL TOURS</H4>
<a href="">England v South Africa
<a href="">Australia v Zimbabwe</a>
<a href="">NZ-A in India</a>
<a href=""></a>
<a href="">SL U-19s in ENG</a>
<a href="">IRE-W in NL</a>
</div>
<div id="onesection">
<H4>INTERNATIONAL TOURNAMENTS</H4>
<a href="">Asia Cup Qualifier</a>
<a href="">Asia Cup 2022</a>
<a href="">CWC Challenge Group A</a>
<a href="">CWC Challenge Group B</a>
</div>
</div>
<div id="bottemmm">
<div id="onesection">
<H4>ICC TOURNAMENTS</H4>
<a href="">ICC Women's Championship</a>
<a href="">Men's Cricket World Cup League 2</a>
<a href="">CWC Challenge League Group A</a>
<a href="">CWC Challenge League Group B</a>
</div>
<div id="onesection">
<H4>T20/T10 TOURNAMENTS</H4>
<a href="">Asia Cup 2022</a>
<a href="">SLC T20</a>
<a href="">Maharaja T20</a>
<a href="">6IXTY (W)</a>
<a href="">6IXTY (M)</a>
<a href="">T20 QUAD (IN UAE)</a>
<a href="">Namibia T20</a>
</div>
<div id="onesection">
<H4>ASSOCIATE CRICKET</H4>
<a href="">Kenya v Nepal</a>
<a href="">Bahrain v Kuwait</a>
<a href="">ITA-W in Austria</a>
<a href="">Continental Cup</a>
<a href="">Women's Balkan Cup</a>
<a href="">IRE-W in SCOT</a>
</div>
<div id="onesection">
<H4>AUSTRALIA DOMESTIC</H4>
<a href="">Sheffield Shield</a>
<a href="">The Marsh Cup</a>
<a href="">BBL 2022</a>
<a href="">WBBL 2022</a>
<a href="">WNC League</a>
</div>
<div id="onesection">
<H4>ENGLAND DOMESTIC</H4>
<a href="">County Div1</a>
<a href="">County Div2</a>
<a href="">100 (Men's)</a>
<a href="">100 (Women's)</a>
<a href="">RL Cup</a>
<a href="">Vitality Blast</a>
<a href="">RHF Cup</a>
</div>
<div id="onesection">
<H4>NEW ZEALAND DOMESTIC</H4>
<a href="">Plunket Shield</a>
<a href="">Ford Trophy</a>
<a href="">Women's 1-Day</a>
</div>
<div id="onesection">
<H4>WEST INDIES DOMESTIC</H4>
<a href="">6IXTY (W)</a>
<a href="">6IXTY (M)</a>
<a href="">CPL 2022</a>
<a href="">WCPL 2022</a>
</div>
</div>
</div>
</div>
<div id="rightcontainer">
<a class="twitter-timeline" data-height="3662" data-dnt="true" href="https://twitter.com/ESPNcricinfo/timelines/585813293161406464?ref_src=twsrc%5Etfw">Readers recommend - Curated tweets by ESPNcricinfo</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div id="footerr"></div>
</body>
</html>
<script type="module" src="./scripts/series.js"></script>
<script src="./scripts/forall.js"></script>