-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (296 loc) · 14.5 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
<!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">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Football</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header start -->
<header class="football-header">
<div class="container">
<nav class="topnav">
<div class="nav-items" id="navItems">
<a href="#home">Home</a>
<a href="#club">Club</a>
<a href="#world-cup">World Cup 2023</a>
<a href="#upcoming-matches">Upcoming Matches</a>
<a href="#contact">Contact</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="nav-button">
<a href="#" target="_blank"><i class="fas fa-sign-in-alt"></i>login</a>
</div>
</nav>
</div>
</header>
<!-- header end -->
<!-- banner section part start -->
<section class="football-banner">
<div class="container">
<div class="football-content">
<div class="football-watch">
<h1>Conmebol <br> Copa America <br> 2021
</h1>
<div class="banner-button">
<a href="https://www.youtube.com/watch?v=sDFr2Yzd-8s" target="_blank">Watch Live <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="football-image">
<div class="image-content">
<img src="images/banner.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- banner section part end -->
<section class="football-players">
<div class="container">
<div class="players">
<div class="football-player">
<div class="ftimgc">
<img src="images/player-1.png" alt="">
<h3>Neymar Jr</h3>
<p>Neymar da Silva Santos Júnior (born 5 February 1992), known as Neymar, is a Brazilian professional footballer who plays as a forward for Ligue 1 club Paris Saint-Germain and the Brazil national team. He is widely regarded as one
of the best players in the world</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-2.png" alt="">
<h3>Lionel Messi</h3>
<p>Lionel Andrés Messi[note 1] (Spanish pronunciation: [ljoˈnel anˈdɾes ˈmesi] (About this soundlisten);[A] also known as Leo Messi,[8] (born 24 June 1987) is an Argentine professional footballer who plays as a forward. </p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-3.png" alt="">
<h3>Cristiano Ronaldo</h3>
<p>Cristiano Ronaldo dos Santos Aveiro GOIH ComM (Portuguese pronunciation: [kɾiʃˈtjɐnu ʁɔˈnaɫdu]; born 5 February 1985) is a Portuguese professional footballer who plays as a forward for Serie A club Juventus and captains the Portugal.
</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-4.png" alt="">
<h3>Paulo Dybalaia</h3>
<p>Paulo Exequiel Dybala (born 15 November 1993) is an Argentine professional footballer who plays as a forward for Serie A club Juventus and the Argentina national team. Commonly referred to as "La Joya" ("The Jewel"),[4] or "U Picciriddu"
("The Kid";</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-5.png" alt="">
<h3>Mesut Özil</h3>
<p>Mesut Özil (German pronunciation: [ˈmeːzut ˈøːzil], Turkish: [meˈsut œˈzil]; born 15 October 1988) is a German professional footballer who plays as an attacking midfielder for Süper Lig club Fenerbahçe. Nicknamed "The Assist King"
</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-6.png" alt="">
<h3>Mauro Icardi </h3>
<p>Mauro Emanuel Icardi (Spanish pronunciation: [ˈmawɾo emaˈnwel iˈkaɾði]; born 19 February 1993) is an Argentine professional footballer who plays as a striker for Ligue 1 club Paris Saint-Germain and the Argentina national team.
</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-7.png" alt="">
<h3>Di Maria</h3>
<p>Di María began his career with Rosario Central, but came into prominence at Benfica after signing for the club in 2007, aged 19. He helped Benfica win a Primeira Liga championship, the club's first in five years, and two Taça da
Liga titles. In 2010,</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-8.png" alt="">
<h3>Kylian Mbappé</h3>
<p>Kylian Mbappé Lottin (born 20 December 1998) is a French professional footballer who plays as a forward for Ligue 1 club Paris Saint-Germain and the France national team. Mbappé began his senior career with Ligue 1 club Monaco,
making his professional debut in 2015</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-9.png" alt="">
<h3>Mohamed Salah</h3>
<p>Mohamed Salah Hamed Mahrous Ghaly (Arabic: محمد صلاح حامد محروس غالى, Egyptian Arabic pronunciation: [mæˈħam.mæd sˤɑˈlɑːħ ˈɣæːli]; born 15 June 1992) is an Egyptian professional footballer who plays as a forward for Premier League
club Liverpool and captains the Egypt national team.= </p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-10.png" alt="">
<h3>Harry Kane</h3>
<p>Hrry Edward Kane MBE (born 28 July 1993) is an English professional footballer who plays as a striker for Premier League club Tottenham Hotspur and captains the England national team. Regarded as one of the best strikers in the
world, Kane is known for his prolific goalscoring record and ability to link play.[4][5]</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-11.png" alt="">
<h3>Kevin De Bruyne</h3>
<p>evin De Bruyne (born 28 June 1991) is a Belgian professional footballer who plays as a midfielder for Premier League club Manchester City, where he is vice-captain, and the Belgium national team. He is one of just three players
(the others being Cristiano Ronaldo and Thierry Henry) to have won the PFA Players' Player of the Year</p>
</div>
</div>
<div class="football-player">
<div class="ftimgc">
<img src="images/player-12.png" alt="">
<h3>Philippe Coutinho </h3>
<p>Philippe Coutinho Correia (born 12 June 1992) is a Brazilian professional footballer who plays as an attacking midfielder or winger for Spanish club Barcelona and the Brazil national team. He is known for his combination of vision,
passing, dribbling and ability to conjure curving long-range strikes.[4] </p>
</div>
</div>
</div>
</div>
</section>
<!-- football player section part end -->
<!-- All highlight section part start -->
<section class="highlight">
<div class="container">
<div class="copa-content">
<div class="copa-america">
<h1>All Highlights <br> Copa America 2021</h1>
<p>Amet minim mollit non deserunt ullamco est sit <br> aliqua dolor do amet sint. Velit officia consequat <br> duis enim velit mollit. Exercitation veniam <br> consequat sunt nostrud amet.</p>
<div class="banner-button">
<a href="https://www.youtube.com/watch?v=sDFr2Yzd-8s" target="_blank">Watch Now <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="copa-image">
<img src="images/copa-img.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- All highlight section part end -->
<!-- coming match section start -->
<section class="match" style="background-image: url(images/stadium.jpg);">
<div class="container">
<div class="match-content">
<h2 class="upcom-heading">Upcoming Match</h2>
<div class="upcoming-match">
<div class="match-item">
<img src="images/argentina.png" alt="">
<h3>Argentina</h3>
</div>
<div class="match-item">
<h2>VS</h2>
<h4>12/02/2021 </h4>
<p>Maracana </p>
</div>
<div class="match-item">
<img src="images/brazil.png" alt="">
<h3>Brazil</h3>
</div>
</div>
</div>
</div>
</section>
<!-- coming match section end -->
<!-- league table section start -->
<section class="league-table">
<div class="container">
<div class="table-content">
<h2>table</h2>
<h3> Copa America 2021</h3>
</div>
<div class="table">
<table>
<tr>
<th>Group A</th>
<th><u>GP</u></th>
<th><u>W</u></th>
<th><u>D</u></th>
<th><u>L</u></th>
</tr>
<tr>
<td>Argentina</td>
<td>4</td>
<td>5</td>
<td>0</td>
<td>3</td>
</tr>
<tr>
<td>Paraguay</td>
<td>4</td>
<td>5</td>
<td>0</td>
<td>3</td>
</tr>
<tr>
<td>Brazil</td>
<td>4</td>
<td>5</td>
<td>0</td>
<td>3</td>
</tr>
<tr>
<td>Bolivia</td>
<td>4</td>
<td>5</td>
<td>0</td>
<td>3</td>
</tr>
<tr>
<td>Peru</td>
<td>4</td>
<td>5</td>
<td>0</td>
<td>3</td>
</tr>
<tr>
<td>Colombia</td>
<td>4</td>
<td>5</td>
<td>0</td>
<td>3</td>
</tr>
</table>
</div>
</div>
</section>
<!-- league table section end -->
<!-- footer part start -->
<footer class="football-footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<a href="#"><img src="images/logo.png" alt=""></a>
</div>
<div class="socils-links">
<ul>
<li><a href="https://www.youtube.com/watch?v=sDFr2Yzd-8s" target="_blank"><i class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.youtube.com/watch?v=sDFr2Yzd-8s" target="_blank"><i class="fab fa-dribbble"></i></a></li>
<li><a href="https://www.youtube.com/watch?v=sDFr2Yzd-8s" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/watch?v=sDFr2Yzd-8s" target="_blank"><i class="fab fa-youtube-square"></i></a></li>
</ul>
</div>
<div class="copy-right">
<h3>Copyright © 2022 Football</h3>
</div>
</div>
</div>
</footer>
<!-- footer part end -->
<!-- js script start -->
<script src="https://kit.fontawesome.com/37c1309495.js" crossorigin="anonymous"></script>
<script>
function myFunction() {
var x = document.getElementById("navItems");
if (x.className === "nav-items") {
x.className += " responsive";
} else {
x.className = "nav-items";
}
}
</script>
</body>
</html>