-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (163 loc) · 7.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Bootstrap 5 Project</title>
<style>
[class*="col"] {
padding: 1rem;
background-color: #94999b;
border: 2px solid #fff;
color:#fff;
text-align: center;
}
</style>
<link rel="stylesheet" a href="css/bootstrap.css"/>
<link rel="stylesheet" a href="css/mystyle.css"/>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Live Scores</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ml-auto mb-;g-0" style="margin-left: auto;">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#ongoingMatch">Ongoing Match</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#upcomingMatches">Upcoming Matches</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#pointsTable">Points Table</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container-fluid text-center">
<h1>LIVE MATCH SCORE AND SCHEDULE</h1>
<h6>Schedule of all IPL matches with date, time and venue. </h6>
</div>
</div>
<div class="container-md">
<div class="row">
<div class="col" id = "ongoingMatch">
<h3>Ongoing Match</h3>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<h6>Score of Team 1</h6>
</div>
<div class="col-sm-6">
<h6>Ball by ball commentry ---Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris </h6>
</div>
<div class="col-sm-3">
<h6>Score of Team 2</h6>
</div>
</div>
<h1>Match Description (Card)</h1>
<div class="card mt-3" id ="matchDescription">
<div class="card-body">
<p style="color: black;text-align: justify;">Lorem ipsum dolor sit amet, <mark>consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</mark> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<div id="imageSlides" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image1.jpg" alt="1" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="image2.jpg" alt="2" class="d-block w-100">
</div>
<a class="carousel-control-prev" href="#imageSlides" 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="#imageSlides" 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 style="width: 50%; border: 1px solid greenyellow">
<img class="img-fluid rounded center" width="100%" src="image.jpg">
</div>
<div class="row">
<div class="col" id = "upcomingMatches"><h3>Upcoming Matches</h3></div>
</div>
<div class="row">
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">KKR vs RCB<br>On 15th April in Kolkata</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">DC vs CSK<br>On 16th April in Delhi</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">MI vs KKR<br>On 16th April in Bangalore</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">SRH vs RR<br>On 16th April in Chennai</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">KXIP vs LK<br>On 18th April in Delhi</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">KKR vs MI<br>On 19th April in Goa</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">CSK vs RR<br>On 20th April in Cochin</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">MI vs KKR<br>On 16th April in Bangalore</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">KKR vs MI<br>On 19th April in Goa</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">SRH vs RR<br>On 16th April in Chennai</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">KXIP vs LK<br>On 18th April in Delhi</div>
<div class="col-xxl-1 col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-12">CSK vs RR<br>On 20th April in Cochin</div>
</div>
<div>
<div class="row">
<div class="col-sm-6"><h4>Semi Final 1 (TBD)</h4></div>
<div class="col-sm-6"><h4>Semi Final 2 TBD)</h4></div>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Final (TBD) on 30th April 2022 at 8:00 PM</h3>
</div>
</div>
</div>
</div>
<h1>Points Table (Top 4)</h1>
<table class="table color-secondary" id = "pointsTable">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Team</th>
<th scope="col">Points</th>
<th scope="col">NRR</th>
</tr>
<tr>
<th scope="row">1</th>
<td>DD</td>
<td>10</td>
<td>5.22</td>
</tr>
<tr>
<th scope="row">2</th>
<td>KKR</td>
<td>8</td>
<td>5.01</td>
</tr>
<tr>
<th scope="row">3</th>
<td>MI</td>
<td>6</td>
<td>3.72</td>
</tr>
<tr>
<th scope="row">4</th>
<td>CSK</td>
<td>4</td>
<td>3.12</td>
</tr>
</thead>
</table>
<div style="background-color: black; width: auto; text-align: center; color: #fff;">
<footer>Created by: Qaisher</footer>
</div>
<script src="https://unpkg.com/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="js/bootstrap.js"></script>
</body>