-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (176 loc) · 8.93 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
<!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">
<title>Copa America</title>
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/a4b5648170.js" crossorigin="anonymous"></script>
<!-- styleheet -->
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon.png " type="image/x-icon">
</head>
<body>
<main>
<!-- home section -->
<section class="home">
<div class="home-title-image">
<div class="home-title">
<h2 class="title">
Conmebol Copa America 2021
</h2>
<div class="button-arrow">
<a class="button"
href="">Watch Live <i class="fas fa-long-arrow-alt-right arrow"></i></a>
</div>
</div>
<div class="home-image">
<img src="images/banner.png" alt="">
</div>
</div>
</section>
<!-- players section -->
<section class="container">
<div class="players">
<div class="player">
<img src="images/players/player-1.png" alt="">
<div class="player-data">
<h2 class="player-name">Neymar Jr</h2>
<p class="player-info">Neymar da Silva Santos Júnior known as Neymar, is a Brazilian professional footballer who plays as a forward for Ligue 1 club Paris Saint-Germain and the Brazil team!</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-2.png" alt="">
<div class="player-data">
<h2 class="player-name">Lionel Messi</h2>
<p class="player-info">Lionel Andrés Messalso known as Leo Messi, is an Argentine professional footballer who plays as a forward and captains the Argentina national team.!</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-3.png" alt="">
<div class="player-data">
<h2 class="player-name">Christiano Ronaldo</h2>
<p class="player-info">Cristiano Ronaldo dos Santos Aveiro was born in São Pedro, Funchal, on the Portuguese island of Madeira, and grew up in Santo António, Funchal</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-4.png" alt="">
<div class="player-data">
<h2 class="player-name">Paulo Dybala</h2>
<p class="player-info">Dybala was born in Laguna Larga, Córdoba, Argentina. His grandfather, Bolesław Dybała, was from the village of Kraśniów in Poland!</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-5.png" alt="">
<div class="player-data">
<h2 class="player-name">Mesut Ozil</h2>
<p class="player-info">On 31 January 2008, Özil moved to Werder Bremen for a reported fee of €5 million, signing a contract with the German club until 30 June 2011.</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-6.png" alt="">
<div class="player-data">
<h2 class="player-name">Mauro Icardi</h2>
<p class="player-info">Icardi was born in Rosario, Argentina. He began his football career with Vecindario in Gran Canaria, and scored over 50 goals in their youth categories.</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-7.png" alt="">
<div class="player-data">
<h2 class="player-name">Di Maria </h2>
<p class="player-info">Di María was born on 14 February 1988 in Rosario, Santa Fe, as one of three children of Miguel and Diana, and grew up in Perdriel</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-8.png" alt="">
<div class="player-data">
<h2 class="player-name">Kylian Mbappe</h2>
<p class="player-info">Mbappé began his career at AS Bondy, coached by his father, Wilfried. Another of his youth coaches at AS Bondy, Antonio Riccardi!</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-9.png" alt="">
<div class="player-data">
<h2 class="player-name">Mo Salah</h2>
<p class="player-info">Salah started his senior career with Egyptian club Al Mokawloon, departing shortly thereafter to join Swiss side Basel for an undisclosed fee</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-10.png" alt="">
<div class="player-data">
<h2 class="player-name">Harry Kane</h2>
<p class="player-info">Harry Edward Kane MBE (born 28 July 1993) is an English professional footballer who plays as a striker for Premier League club Tottenham Hotspur!</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-11.png" alt="">
<div class="player-data">
<h2 class="player-name">kevin De Bruyna</h2>
<p class="player-info">Kevin De Bruyne (born 28 June 1991) is a Belgian professional footballer who plays as a midfielder for Premier League club Manchester City,</amet></p>
</div>
</div>
<div class="player">
<img src="images/players/player-12.png" alt="">
<div class="player-data">
<h2 class="player-name">Philipe Coutinho</h2>
<p class="player-info">Philippe Coutinho Correia (born 12 June 1992) is a Brazilian professional footballer who plays as an attacking midfielder or winger</amet></p>
</div>
</div>
</div>
</section>
<!-- news sections -->
<section>
<h2 class="news-h2">Football News</h2>
<div class="news">
<div class="box">
<div class="imgBx">
<img src="images/News/2021-07-13_REVISIOMEDICASANLI_08.webp" alt="">
<div class="content">
<h3>Sertac Sanli: 'If Barça call, you don't think twice'</h3>
<P>The Turkish centre visited the club on Tuesday for his medical checks</P>
</div>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="images/News/messi.webp" alt="">
<div class="content">
<h3>Messi in the Copa América best XI'</h3>
<P>The Barça striker, champion with Argentina, has been chosen in the team of the tournament</P>
</div>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="images/News/mini_Eibar-German29122020_pic__gpf1637.webp" alt="">
<div class="content">
<h3>Renewal of season ticket without cost</h3>
<P>The Club offers two options given the uncertainty created by the pandemics</P>
</div>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="images/News/WhatsApp-Image-2021-07-13-at-12.19.26.webp" alt="">
<div class="content">
<h3>Pedri in Euro 2020 Team of the Tournament</h3>
<P>The 18-year-old Canary Islander was outstanding for Spain and is the team's .</P>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- footer section -->
<footer>
<img src="images/Logo.png" alt="">
<div class="icon-group">
<i class="fab fa-facebook-square icon"></i>
<i class="fab fa-instagram-square icon"></i>
<i class="fab fa-youtube icon"></i>
<i class="fab fa-twitter-square icon"></i>
</div>
<h3>Copyright © 2022 Football</h3></footer>
</body>
</html>