-
Notifications
You must be signed in to change notification settings - Fork 3
/
videos.html
407 lines (377 loc) · 20.9 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="../ipl/videoss.css">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,600;1,900&display=swap">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<title>Hello, world!</title>
</head>
<body>
<!-- navbar starts -->
<nav class="navbar navbar-expand-lg navbar-dark black">
<a class="navbar-brand" href="#">
<img src="./assets/images/ipllogo.jpg" width="30" height="40" alt="" loading="lazy">
</a>
<a class="navbar-brand board font-weight-bolder big" href="#">IPL</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link" href="#">HOME</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">VIDEOS<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">MATCHES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#points-table">POINTS TABLE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#stats">STATS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">FANTASY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">NEWS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">MORE</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
TEAMS
</a>
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">CSK</a>
<a class="dropdown-item" href="#">RCB</a>
<a class="dropdown-item" href="#">SRH</a>
<a class="dropdown-item" href="#">KKR</a>
<a class="dropdown-item" href="#">RR</a>
<a class="dropdown-item" href="#">DC</a>
<a class="dropdown-item" href="#">K XI P</a>
<a class="dropdown-item" href="#">MI</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">your team</a>
</div>
</li>
</ul>
<!-- <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-primary my-2 my-sm-0" type="submit">Search</button>
</form> -->
</div>
</nav>
<div class="space"></div>
<div>
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel"
style="z-index:0 ">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="../ipl/assets/images/videos1.jpg" class="d-block w-100 chieght" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
<div class="carousel-item">
<img src="../ipl/assets/images/videos2.jpg" class="d-block w-100 chieght" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
<div class="carousel-item">
<img src="../ipl/assets/images/videos3.jpg" class="d-block w-100 chieght" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="first">
<h1>recent videos</h1>
<iframe width="458" height="315" src="https://www.youtube.com/embed/AvTXSeDmhoo" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="458" height="315" src="https://www.youtube.com/embed/2n3NFAiGd00" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="458" height="315" src="https://www.youtube.com/embed/0ck8PZiDRdk" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="690>" height="315" src="https://www.youtube.com/embed/9vz_0iVNTs0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="690>" height="315" src="https://www.youtube.com/embed/30_1741woZc" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<di class="second">
<h1>great knocks</h1>
<iframe width="690" height="315" src="https://www.youtube.com/embed/LMz1ROd7P7g" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="690" height="315" src="https://www.youtube.com/embed/EJkNBr1gdjY" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="458" height="315" src="https://www.youtube.com/embed/nCBNNQzqkF4" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="458" height="315" src="https://www.youtube.com/embed/3eKwZFrLsT0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="458" height="315" src="https://www.youtube.com/embed/lwWj0IX04w4" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="third">
<h1>teams channel</h1>
<div>
<a href="https://www.youtube.com/user/whistle4CSK" target="_blank">
<img class="csk" src="assets/team-logo/csk.png" height="280px">
</a>
<a href="" target="_blank">
<img class="rr" src="./assets/team-logo/rr.png" height="300px">
</a>
<a href="" target="_blank">
<img class="kkr" src="./assets/team-logo/kkr.png" height="300px">
</a>
<a href="" target="_blank">
<img class=rcbr" src="./assets/team-logo/rcb.png" height="300px">
</a>
</div>
<div>
<a href="" target="_blank">
<img class="kp" src="./assets/team-logo/kp.png" height="340px">
</a>
<a href="" target="_blank">
<img class="mi" src="./assets/team-logo/mi.png" height="300px">
</a>
<a href="" target="_blank">
<img class="dc" src="./assets/team-logo/dc.png" height="300px">
</a>
<a href="" target="_blank">
<img class="srh" src="./assets/team-logo/srh.png" height="280px" border-radius="30%">
</a>
</div>
</div>
<div class="fourth">
<h1>2020 best</h1>
<div class="fourth row">
<div class="card-deck">
<div class="card">
<img class="card-img-top" src="../ipl/assets/images/download.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">orange cap</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in
to
additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="../ipl/assets/images/chris card.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">purple cap</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in
to
additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="../ipl/assets/images/1125.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">best strike rate</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional
content.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="../ipl/assets/images/harbhajan card.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">most valuable player</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to
additional content. This card has even longer content than the first to show that equal
height action.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="../ipl/assets/images/russel card.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">best bowling player</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to
additional content. This card has even longer content than the first to show that equal
height action.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="fifth">
<h1>trending videos</h1>
<div class="ghumne">
<iframe width="700" height="315" src="https://www.youtube.com/embed/262W91h0xQ0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="680" height="315" src="https://www.youtube.com/embed/262W91h0xQ0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="455" height="315" src="https://www.youtube.com/embed/262W91h0xQ0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="455" height="315" src="https://www.youtube.com/embed/262W91h0xQ0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="455" height="315" src="https://www.youtube.com/embed/262W91h0xQ0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="1370" height="590" src="https://www.youtube.com/embed/262W91h0xQ0" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<!--footer-->
<!-- new footer -->
<!-- Footer -->
<div>
<footer class="page-footer font-small bg-dark">
<!-- Footer Links -->
<div class="container">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-5 mb-3">
<!-- Grid column -->
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">About us</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Matches</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Points Table</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Help</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#!">Contact</a>
</h6>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
<hr class="rgba-white-light" style="margin: 0 15%;">
<!-- Grid row-->
<div class="row d-flex text-center justify-content-center mb-md-0 mb-4">
<!-- Grid column -->
<div class="col-md-8 col-12 mt-5 ">
<h3 style="color:white">Know your Cricket</h3>
<p style="line-height: 1.7rem; color:White">
This website is dedicated to the cricket lovers and Lorem ipsum dolor sit amet consectetur
adipisicing elit.
Totam odit sit accusamus deserunt enim. Magni quas facilis maiores voluptatibus nesciunt.
</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
<hr class="clearfix d-md-none rgba-white-light" style="margin: 10% 15% 5%;">
<!-- Grid row-->
<div class="row pb-3">
<!-- Grid column -->
<div class="col-md-12">
<div class="mb-5 flex-center text-center">
<!-- Facebook -->
<a class="fb-ic" href="https://www.facebook.com/" target="_blank">
<i class="fab fa-facebook-f fa-lg white-text mr-4"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic" href="https://twitter.com/" target="_blank">
<i class="fab fa-twitter fa-lg white-text mr-4"> </i>
</a>
<!--Linkedin -->
<a class="li-ic" href="https://www.linkedin.com/in/" target="_blank">
<i class="fab fa-linkedin-in fa-lg white-text mr-4"> </i>
</a>
<!--Instagram-->
<a class="ins-ic" href="https://www.instagram.com/sarvesh_2001/" target="_blank">
<i class="fab fa-instagram fa-lg white-text mr-4"> </i>
</a>
<!--Pinterest-->
<a class="pin-ic" href="https://in.pinterest.com/" target="_blank">
<i class="fab fa-pinterest fa-lg white-text"> </i>
</a>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3" style="color:white">© Copyright-2020 by Copy-Writer
</div>
<!-- Copyright -->
</footer>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
</body>
</html>