-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
270 lines (258 loc) · 12.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Responsive Football</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<!-- CSS -->
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<!-- Navbar -->
<header>
<div class="container">
<div class="navbar">
<!-- Create Toggle Button -->
<input type="checkbox" id="chk">
<label for="chk" class="chk-btn">
<img src="assets/img/bars.svg" alt="Toggle Button">
</label>
<ul class="menu">
<li><a href="#!"> Home </a></li>
<li><a href="#!"> Club </a></li>
<li><a href="#!"> World Cup 2023 </a></li>
<li><a href="#!"> Upcoming Matches </a></li>
<li><a href="#!"> Contact </a></li>
</ul>
<ul class="menu logout">
<li><a href="#!" class="btn"> <i class="fas fa-sign-out-alt"></i> Login </a></li>
</ul>
</div>
</div>
</header>
<!-- Banner Section -->
<div class="banner">
<div class="container">
<div class="banner-content flex">
<div class="half-width text-left">
<h1 class="title"> Conmebol <br> Copa America <br> 2021 </h1>
<a href="https://www.youtube.com/channel/UCCidr-29PQ7e_uMaRy5Cmag" target="_blank" class="btn ">watch-live
<i class="fas fa-angle-right"></i> </a>
</div>
<div class="half-width">
<img src="assets/img/banner.png" class="zoom" alt="banner img">
</div>
</div>
</div>
</div>
<!-- Players -->
<div class="container">
<section class="players-container">
<div class="players grid">
<div class="player"><img src="assets/img/players/player-1.png" alt="Player">
<div class="sm-title">Neymar Jr</div>
<p>Moving on to his personal life and affairs, he is not married but is in a relationship with his
girlfriend Bruna Marquezine. The couple is dating each other since 2013.</p>
</div>
<div class="player"><img src="assets/img/players/player-2.png" alt="Player">
<div class="sm-title">Lionel Messi</div>
<p>Barcelona have announced that Lionel Messi is leaving the club after “financial and structural
obstacles” made it impossible to renew his contract. The forward, who has spent his whole career
there, had been expected to re-sign after his deal expired in June.</p>
</div>
<div class="player"><img src="assets/img/players/player-3.png" alt="Player">
<div class="sm-title">Cristiano Ronaldo</div>
<p>Cristiano Ronaldo dos Santos Aveiro GOIH ComM is a Portuguese professional footballer who plays as a
forward for Serie A club Juventus and captains the Portugal national team.</p>
</div>
<div class="player"><img src="assets/img/players/player-4.png" alt="Player">
<div class="sm-title">Paulo Dybala</div>
<p>Paulo Exequiel Dybala is an Argentine professional footballer who plays as a forward for Serie A club
Juventus and the Argentina national team.</p>
</div>
<div class="player"><img src="assets/img/players/player-5.png" alt="Player">
<div class="sm-title">Mesut Ozil</div>
<p>Mesut Özil is a German professional footballer who plays as an attacking midfielder for Süper Lig
club Fenerbahçe. Nicknamed "The Assist King", Özil is known for his technical skills, creativity,
agility, and finesse. He has also played as a wide midfielder in his career.</p>
</div>
<div class="player"><img src="assets/img/players/player-6.png" alt="Player">
<div class="sm-title">Mauro Icardi</div>
<p>Mauro Emanuel Icardi 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 class="player"><img src="assets/img/players/player-7.png" alt="Player">
<div class="sm-title">Di Maria</div>
<p>Ángel Fabián di María is an Argentine professional footballer who plays for Ligue 1 club Paris
Saint-Germain and the Argentina national team. He can play as either a winger or attacking
midfielder.</p>
</div>
<div class="player"><img src="assets/img/players/player-8.png" alt="Player">
<div class="sm-title">Kylian Mbappé</div>
<p>Kylian Mbappé Lottin 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, aged 16</p>
</div>
<div class="player"><img src="assets/img/players/player-9.png" alt="Player">
<div class="sm-title">Mohamed Salah</div>
<p>Mohamed Salah Hamed Mahrous Ghaly is an Egyptian professional footballer who plays as a forward for
Premier League club Liverpool and captains the Egypt national team. Considered one of the best
players in the world, he is known for his finishing, dribbling, and speed.</p>
</div>
<div class="player"><img src="assets/img/players/player-10.png" alt="Player">
<div class="sm-title">Harry Kane</div>
<p>Harry Edward Kane MBE 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.</p>
</div>
<div class="player"><img src="assets/img/players/player-11.png" alt="Player">
<div class="sm-title">Kevin De Bruyne</div>
<p>Kevin De Bruyne 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. De Bruyne began his
career at Genk, where he was a regular player when they won the 2010–11 Belgian Pro League.</p>
</div>
<div class="player"><img src="assets/img/players/player-12.png" alt="Player">
<div class="sm-title">Philippe Coutinho</div>
<p>Philippe Coutinho Correia is a Brazilian professional footballer who plays as an attacking midfielder
or winger for La Liga 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.</p>
</div>
</div>
</section>
</div>
<!-- Match Info Section -->
<div class="match-info">
<div class="container">
<div class="grid">
<div class="half-width">
<h2 class="title"> All Highlights Copa <br> America 2021 </h2>
<p> He made his debut for the Qatar national football team during the 9th International Friendship
Tournament held in December 2009.
<br>
<br>
Hatem participated for the Qatar olympic team in the 2012 Summer Olympic qualifiers. He received 2
yellow cards during the group stage, rendering him ineligible to compete for one game. Qatar,
however, chose to play him against Oman, resulting in FIFA overturning the 1–1 draw to a 3–0 loss
for Qatar. This meant that Qatar, who were undefeated in the group stage, would end up third in the
group while Oman and South Korea went through to the next stage. </p>
</div>
<div class="half-width">
<img src="assets/img/match.png" alt="Match Info">
</div>
</div>
</div>
</div>
<!-- Live Stream -->
<div class="live flex">
<div class="container">
<h2 class="title t-name"> Live Show </h2>
<div class="live-content grid">
<div class="half-width">
<img src="assets/img/macbook.png" alt="macbook">
</div>
<div class="half-width">
<div class="live-palyer-text">
<h2 class="title"> Live </h2>
<h2 class="title"> Stream </h2>
<h2 class="title"> Football Match </h2>
<h2 class="title"> Copa America 2021 </h2>
</div>
<div class="live-palyer">
<div class="video-ply-btn">
<a class="popup-video mfp-iframe" href="#!" target="_blank"><i class="fas fa-play"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div class="container">
<div class="contact">
<!-- Box -->
<div class="box">
<!-- info container -->
<section class="info">
<h4 class="sm-title">Contact Us</h4>
<p>
<i class="fas fa-phone-alt"></i>
<small>(666) 666-6666</small>
</p>
<p>
<i class="far fa-address-card"></i>
<small>Catherine W Calloway</small>
</p>
<p>
<i class="fas fa-envelope"></i>
<small>something@gmail.com</small>
</p>
</section>
<!-- form container -->
<form>
<!-- Name -->
<div class="name">
<label for="name">Name</label>
<br>
<input type="text" id="name" required>
</div>
<!-- Company -->
<div class="company">
<label for="company">Company</label>
<br>
<input type="text" id="company" required>
</div>
<!-- Email -->
<div class="email">
<label for="email">Email</label>
<br>
<input type="email" id="email" required>
</div>
<!-- Telephone -->
<div class="tele">
<label for="telephone">Phone Number</label>
<br>
<input type="tel" id="telephone" required>
</div>
<!-- Message -->
<div class="message">
<label for="message">Message</label>
<br>
<textarea id="message"></textarea>
</div>
<!-- Submit -->
<div class="submit">
<input type="submit" value="SUBMIT">
</div>
</form>
</div>
</div>
</div>
<!-- Footer Img Section -->
<div class="container">
<div class="footer-img flex">
<img src="assets/img/logo.png" alt="logo">
</div>
</div>
<!-- Footer Icon Section -->
<div class="container">
<div class="footer-icon flex">
<li><a href=""><i class="fab fa-twitter"></i></a></li>
<li><a href=""><i class="fas fa-basketball-ball"></i></a></li>
<li><a href=""><i class="fab fa-instagram"></i></a></li>
<li><a href=""><i class="fab fa-youtube"></i></a></li>
</div>
</div>
<!-- Footer Copyright Section -->
<div class="container">
<div class="copyright">
<p> Copyright © 2022 <a href="#!" target="_blank"> Football </a></p>
</div>
</div>
</body>
</html>