-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (317 loc) · 11.4 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
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
<!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" />
<meta name="google-site-verification" content="DK2qujRQA9TZ-_a5P2ddiDJ81ONz58nTVAyq-NaNvAo" />
<meta name="keywords" content="sa15foot">
<title>Football Today</title>
<!-- ---------===========----------- stylesheets---------===========----------- -->
<!-- font awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- my style -->
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<main>
<!-- ======
HEADER AREA
======= -->
<header>
<div class="container grid-col-2">
<div class="text-area flex">
<h1 class="f-w-bold">Conmebol Copa America 2021</h1>
<a
href="https://www.goal.com/en-in/live-scores"
class="btn"
target="_blank"
>Watch Live <i class="fas fa-arrow-right"></i
></a>
</div>
<div class="img-area flex">
<img src="./images/banner.png" alt="" />
</div>
</div>
</header>
<!-- ======
PLAYERS AREA
======= -->
<section class="players container grid-col-3">
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-1.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">Neymar Jr</h2>
<p class="ash f-w-400" class="ash">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-2.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">Leo Messi</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-3.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold" class="black">C. Ronaldo</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-4.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold" class="black">Paolo Dibala</h2>
<p class="ash f-w-400" class="ash">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-5.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">Masut Ozil</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-6.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">Icarde</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-7.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">Angle D-maria</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-8.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">K. Mbappe</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-9.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">M. Salah</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-10.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">H. Kane</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-11.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">K. De-Bruen</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
<article class="player flex f-d-c">
<div class="img-area">
<img src="./images/players/player-12.png" alt="" />
</div>
<div class="text-area">
<h2 class="black f-w-bold">P. Cutinho</h2>
<p class="ash f-w-400">
He is one of the best player in the world. He is also a expensive
player. Do you love him?
</p>
</div>
</article>
</section>
<!-- ===================
highlights
==================== -->
<section id="highlights">
<div class="container grid-col-2">
<div class="text-area flex f-a-c-c">
<h1 class="black f-w-bold">All Highlights Copa America 2021</h1>
<p class="ash f-w-400">
Copa America Final 2021, Argentina vs Brazil Football Highlights:
Lionel Messi won his first major International trophy as Argentina
beat Brazil 1-0 in Copa America final
</p>
<a
href="https://www.google.com/search?q=copa+highlights&rlz=1C1CHWL_enBD961BD961&oq=copa+highli&aqs=chrome.1.69i57j0l3j0i22i30l4j0i10i22i30l2.9279j0j7&sourceid=chrome&ie=UTF-8"
class="btn"
target="_blank"
>Watch Now <i class="fas fa-arrow-right"></i
></a>
</div>
<div class="img-area flex f-a-c-c">
<img src="./images/match.png" alt="" />
</div>
</div>
</section>
<!--=========================
live match
======================== -->
<section id="live-match">
<div class="container grid-col-3">
<div class="team fcb flex f-d-c">
<img src="./images/FCB.png" alt="" />
<h1 class="black">FC</h1>
<h2 class="black">Barcelona</h2>
<div class="cup flex">
<i class="fas fa-trophy"></i>
<i class="fas fa-trophy"></i>
<i class="fas fa-trophy"></i>
<i class="fas fa-trophy"></i>
<i class="fas fa-trophy"></i>
</div>
</div>
<div class="team-score">
<div class="time flex f-d-c">
<h3 class="ash">Match</h3>
<h2 class="black">Will Start</h2>
<h1 class="black">07 : 30 am</h1>
</div>
<hr />
<div class="vs flex">
<h1 class="f-f-pacifico vs">Vs</h1>
</div>
</div>
<div class="team fcbayarn flex f-d-c">
<img src="./images/FCBayarn.png" alt="" />
<h1 class="black">FC</h1>
<h2 class="black">Barcelona</h2>
<div class="cup flex">
<i class="fas fa-trophy"></i>
<i class="fas fa-trophy"></i>
<i class="fas fa-trophy"></i>
</div>
</div>
</div>
</section>
<!-- ====================
apps
=========================== -->
<section id="app">
<div class="container grid-col-2">
<div class="img-area">
<img src="./images/ronaldo.png" alt="" />
</div>
<div class="text-area">
<h1 class="f-f-pacifico black">Download for live<br />Update</h1>
<div class="downloads">
<a
href="https://github.com/sakibsiddiqi15"
target="_blank"
rel="noopener noreferrer"
>
<img src="./images/play-store.png" alt="" />
</a>
<a
href="https://github.com/sakibsiddiqi15"
target="_blank"
rel="noopener noreferrer"
><img src="./images/app-store.png" alt="" />
</a>
</div>
</div>
</div>
</section>
<!-- ====================
footer
=========================== -->
<footer>
<div class="container flex f-d-c">
<img src="./images/Logo.png" class="footer-items" alt="" />
<ul class="social-links flex footer-items">
<li>
<a href="www.facebook.com" target="_blank"
><img src="./images/Social Icons/Dribbble.png" alt=""
/></a>
</li>
<li>
<a href="www.facebook.com" target="_blank"
><img src="./images/Social Icons/Youtube.png" alt=""
/></a>
</li>
<li>
<a href="www.facebook.com" target="_blank"
><img src="./images/Social Icons/Twitter.png" alt=""
/></a>
</li>
<li>
<a href="www.facebook.com" target="_blank"
><img src="./images/Social Icons/Instagram.png" alt=""
/></a>
</li>
</ul>
<p class="black footer-items">Copyright © 2022 Football</p>
</div>
</footer>
</main>
</body>
</html>