-
Notifications
You must be signed in to change notification settings - Fork 0
/
live-match.html
213 lines (207 loc) · 12.3 KB
/
live-match.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
<!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-UV-Compatible" content="IE-edge">
<title>Cricket</title>
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap" rel="stylesheet">
<!-- CSS FILES-->
<link rel="stylesheet" href="css/slick-theme.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/style.css">
<!-- JS SCRIPTS -->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="js/slick.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script src="js/jquery.meanmenu.js"></script>
</head>
<body>
<div class="container">
<aside>
<nav>
<ul class="main-menu">
<li class="home-menu"><a href="index.html"><span><img src="img/home.png"></span>Home</a></li>
<li class="menu-cricket">
<a href="#"><span><img src="img/stamp.png"></span>Cricket</a>
<ul class="sub-menu sub-cricket">
<li><a href="matches.html"><span><img src="img/XMLID_462_.png"></span>Matches</a></li>
<li><a href="series.html"><span><img src="img/stamp.png"></span>Series</a></li>
<li><a href="team.html"><span><img src="img/group.png"></span>Teams</a></li>
<li><a href="live-match.html"><span><img src="img/cricket%20(1).png"></span>Live Match</a></li>
<li><a href="ranking.html"><span><img src="img/podium.png"></span>Ranking</a></li>
<li><a href="photos.html"><span><img src="img/photo.png"></span>Photos</a></li>
</ul>
</li>
<li class="menu-football">
<a href="#"><span><img src="img/ball.png"></span>Football</a>
<ul class="sub-menu sub-football">
<li><a href="matches.html"><span><img src="img/kick-off.png"></span>Matches</a></li>
<li><a href="series.html"><span><img src="img/football.png"></span>Series</a></li>
<li><a href="team.html"><span><img src="img/group.png"></span>Teams</a></li>
<li><a href="live-match.html"><span><img src="img/football-player.png"></span>Live Match</a></li>
<li><a href="ranking.html"><span><img src="img/podium.png"></span>Ranking</a></li>
<li><a href="photos.html"><span><img src="img/photo.png"></span>Photos</a></li>
</ul>
</li>
<li class="menu-entertainment">
<a href="#"><span><img src="img/face.png"></span>Enter tainment</a>
<ul class="sub-menu sub-entertainment">
<li><a href="twitter.html"><span><img src="img/script.png"></span>Stories</a></li>
<li><a href="videos.html"><span><img src="img/video.png"></span>Videos</a></li>
</ul>
</li>
<li><a href="opinion.html"><span><img src="img/msg.png"></span>Opinion</a></li>
<li><a href="writer-profile.html"><span><img src="img/mic.png"></span>Podcast</a></li>
<li><a href="videos.html"><span><img src="img/video.png"></span>Videos</a></li>
<li><a href="interview.html"><span><img src="img/hand.png"></span>Interviews</a></li>
<li><a href="twitter.html"><span><img src="img/twit.png"></span>Twiter reactions</a></li>
<li><a href="writeForUs.html"><span><img src="img/write.png"></span>Write here</a></li>
<li ><a href="about.html"><span><img src="img/acc.png"></span>About us</a></li>
<li ><a href="contact.html"><span><img src="img/phone.png"></span>Contact us</a></li>
</ul>
</nav>
</aside>
<main>
<header>
<div class="head header-logo">
<img class="logo-light" src="img/logo.png">
<img class="logo-dark" src="img/Dark-logo.png">
</div>
<div class="head header-form">
<form>
<input type="text" placeholder="Search Here"><input type="submit" value="Search">
</form>
</div>
<div class="head header-button">
<button></button>
</div>
<div class="clear-element"></div>
</header>
<div class="responsive-nav"></div>
<div class="clear-element"></div>
<div class="pages-body cricket-live">
<div class="live-left">
<div class="live-video">
<img src="img/DSC_3109.png">
</div>
<div class="live-team">
<ul>
<li><h6><span><img src="img/match1.png"></span>Fortune Barisal</h6></li>
<li>VS</li>
<li><h6><span><img src="img/match2.png"></span>Beximco Dhaka</h6></li>
</ul>
<div class="clear-element"></div>
</div>
</div>
<div class="live-right">
<div class="live-right-content">
<h1 class="upcoming-main-heading">BBL 2021</h1>
<p class="upcoming-heading">Feel the thrill of seeing a global sporting event in one of the world's most incredible cities.<br>Headlining the calendar is the Dubai World Cup</p>
<a href="#" class="share-fb"><span><img src="img/facebook.png"></span>Share on Facebook</a><a href="#" class="share-twit"><span><img src="img/twitter-bird.png"></span>Share on Twitter</a>
<h2 class="primary-heading">MATCH START DATE</h2>
<p class="primary-detail">Becoming a gym certified personal cricket trainer is your foundation for success. Gym is the only personal trainer certification program that integrates a complete approach to cricket, wellness and business skills.</p>
<ul class="time-counter">
<li><h5>28 TH</h5><h6>AUGUST 2021</h6></li>
<li><h5>20</h5><h6>DAYS</h6></li>
<li><h5>08</h5><h6>HOURS</h6></li>
<li><h5>35</h5><h6>MIN</h6></li>
</ul>
<div class="clear-element"></div>
<h2 class="primary-heading">OTHER DETAILS</h2>
<p class="primary-detail">Becoming a gym certified personal cricket trainer is your foundation for success. Gym is the only personal trainer certification program that integrates a complete approach to cricket, wellness and business skills.</p>
<ul class="live-detail-list">
<li>League Location: Illinois, USA</li>
<li>Get trained by qualified personnel</li>
<li>Guest lectures by International faculty</li>
<li>Internship with the Global cricket leader</li>
<li>Placement opportunities with Gold’s Gym</li>
<li>Earn handsome salaries on completion of course</li>
<li>Cricket Assessment room</li>
</ul>
<h2 class="primary-heading">PLAYER RANKINGS</h2>
<p class="primary-detail">Becoming a gym certified personal cricket trainer is your foundation for success. Gym is the only personal trainer certification program that integrates a complete approach to cricket, wellness and business skills.</p>
<a href="#" class="view-ranking">Click to view full team ranking</a>
</div>
</div>
<div class="clear-element"></div>
</div>
</main>
<div class="clear-element"></div>
</div>
<footer>
<div class="footer-container">
<div class="footer-column">
<h5>T20 LEAGUES</h5>
<a href="#">Caribbean Premier League</a>
<a href="#">T20 Blast</a>
<a href="#">Indian Premier League</a>
<a href="#">Pakistan Super League</a>
</div>
<div class="footer-column">
<h5>NEWS</h5>
<a href="#">Latest News</a>
<a href="#">Press Release</a>
<a href="#">Interviews</a>
</div>
<div class="footer-column">
<h5>MUST READ</h5>
<a href="#">Interviews</a>
<a href="#">Cricket Poll</a>
<a href="#">Editor’s Pick</a>
</div>
<div class="footer-column">
<h5>LEGAL</h5>
<a href="#">Copyright Notice</a>
<a href="#">DMCA</a>
<a href="#">Disclaimer</a>
<a href="#">Terms & Conditions</a>
</div>
<div class="footer-column">
<h5>Contact Us</h5>
<a href="#">About Us</a>
<a href="#">Write for Us</a>
<a href="#">Internship</a>
<a href="#">Advertise With Us</a>
</div>
<div class="clear-element"></div>
</div>
<hr>
<div class="footer-container">
<div class="footer-left">
<ul>
<li>Find us elsewhere</li>
<li><a href="#"><img src="img/Icon awesome-facebook-f.png"></a></li>
<li><a href="#"><img src="img/Icon awesome-twitter.png"></a></li>
<li><a href="#"><img src="img/Icon awesome-linkedin-in.png"></a></li>
<li><a href="#"><img src="img/Icon metro-youtube2.png"></a></li>
</ul>
<div class="clear-element"></div>
</div>
<div class="footer-right">
<a href="#"><span><img src="img/Icon awesome-pen-nib.png"></span>Write for us</a>
<a href="#"><span><img src="img/Icon awesome-lock.png"></span>Privacy Policy</a>
</div>
<div class="clear-element"></div>
</div>
<hr>
<hr>
<div class="footer-container">
<div class="footer-copyright">
<ul>
<li class="footer-logo"><a href="#"><img src="img/footer-logo.png"></a></li>
<li class="copyright-text">© 2021-2025 Cricket Fun All rights reserved.</li>
<li class="demo-logo"><a href="https://www.linkedin.com/in/a-owadud-bhuiyan-695631122/" target="_blank"><p>Developed & Managed By A Owadud Bhuiyan</p> </a></li>
</ul>
<div class="clear-element"></div>
</div>
</div>
</footer>
</body>
</html>