-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
364 lines (344 loc) · 18.8 KB
/
videos.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
<!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>Videos 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>
<!-- ************************************************************************************************* -->
<div id="loginnav2">
<div id="loginleft">
<p><a class="subnav selected" href="./news.html">All Stories</a>
 <a class="subnav" href="./news.html">Categories</a>
 <a class="subnav" href="./news.html">Playlists</a>
</div>
</div>
<div id="middleSection">
<div class="videos">
<h1>All Cricket Videos</h1>
<div class="line"></div>
<h3 class="blackh4">Latest Videos</h3>
<section class="videoslider">
<i class="video-btn pre-btn fa-solid fa-circle-chevron-left"></i>
<i class="video-btn nxt-btn fa-solid fa-circle-chevron-right"></i>
<div class="news-container">
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/6HNYXUa_ut8"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/LM0s0ua8FME"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/-Lhg8mAQIMo"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
</div>
</section><br><div class="line"></div><br>
<h3 class="blackh4">Asia Cup 2022</h3>
<section class="videoslider">
<i class="video-btn pre-btn fa-solid fa-circle-chevron-left"></i>
<i class="video-btn nxt-btn fa-solid fa-circle-chevron-right"></i>
<div class="news-container">
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/bUem38QFQS4"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/LM0s0ua8FME"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/d5zyCnLOx7o"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/-Lhg8mAQIMo"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/oFXDx0QsK1k"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
</div>
</section><br><div class="line"></div><br>
<h3 class="blackh4">Highlights</h3>
<section class="videoslider">
<i class="video-btn pre-btn fa-solid fa-circle-chevron-left"></i>
<i class="video-btn nxt-btn fa-solid fa-circle-chevron-right"></i>
<div class="news-container">
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/KiAUjaFZBys"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/htcrLHNxstQ"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/qbwSxUY0f60"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/-Lhg8mAQIMo"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
</div>
</section><br><div class="line"></div><br>
<h3 class="blackh4">Summer Stalemate</h3>
<section class="videoslider">
<i class="video-btn pre-btn fa-solid fa-circle-chevron-left"></i>
<i class="video-btn nxt-btn fa-solid fa-circle-chevron-right"></i>
<div class="news-container">
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/KiAUjaFZBys"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/htcrLHNxstQ"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/qbwSxUY0f60"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/-Lhg8mAQIMo"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
</div>
</section><br><div class="line"></div><br>
<h3 class="blackh4">Summer Stalemate</h3>
<section class="videoslider">
<i class="video-btn pre-btn fa-solid fa-circle-chevron-left"></i>
<i class="video-btn nxt-btn fa-solid fa-circle-chevron-right"></i>
<div class="news-container">
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/KiAUjaFZBys"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/htcrLHNxstQ"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/qbwSxUY0f60"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/-Lhg8mAQIMo"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
</div>
</section><br><div class="line"></div><br>
<h3 class="blackh4">Summer Stalemate</h3>
<section class="videoslider">
<i class="video-btn pre-btn fa-solid fa-circle-chevron-left"></i>
<i class="video-btn nxt-btn fa-solid fa-circle-chevron-right"></i>
<div class="news-container">
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/KiAUjaFZBys"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/htcrLHNxstQ"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/qbwSxUY0f60"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/-Lhg8mAQIMo"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
<a href="" class="news-card">
<iframe width="250" height="150" src="https://www.youtube.com/embed/AbWZxPbL1Rw"></iframe>
</a>
</div>
</section><br><div class="line"></div><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>