-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathindex.html
281 lines (277 loc) · 10.9 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
<!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="img/favicon.png" type="image/x-icon">
<script
src="https://kit.fontawesome.com/e768f44d60.js"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/e768f44d60.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="style.css" />
<title>Welcome to - Fooball World</title>
</head>
<body>
<header class="main-header">
<div class="container">
<nav class="navbar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Clubs</a></li>
<li><a href="#">World Cup 2023</a></li>
<li><a href="#">Upcoming Matches</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="menu-icons"><i class="fas fa-sign-in-alt"></i> Login</div>
</nav>
<div class="header-slide">
<div class="slide-info">
<h1>Conmebol Copa America 2021</h1>
<a href="https://www.fifa.com/" class="link-button" target="_blank" class="link-button"
>Watch Live <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
<div class="slide-img">
<img src="img/banner.png" alt="" />
</div>
</div>
</div>
</header>
<main>
<!-- Players Section Started
---------------------------------- -->
<section class="section-players">
<div class="container">
<h1><span class="span-text">Football</span> Players</h1>
<p>
A football player or footballer is a sportsperson who plays one of
the different types of football.
</p>
<div class="players">
<article class="player">
<img src="img/players/player-2.png" alt="" />
<h2>Lionel Messi</h2>
<p>
Lionel Andrés Messi is an Argentine professional footballer who
plays as a forward and captains the Argentina national team. He
is currently a free agent.
</p>
</article>
<article class="player">
<img src="img/players/player-3.png" alt="" />
<h2>Cristiano Ronaldo</h2>
<p>
Cristiano Ronaldo dos Santos Aveiro GOIH ComM is a Portuguese
professional footballer who plays as a forward for Serie A club
Juventus .
</p>
</article>
<article class="player">
<img src="img/players/player-1.png" alt="" />
<h2>Neymar</h2>
<p>
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 national team.
</p>
</article>
<article class="player">
<img src="img/players/player-4.png" alt="" />
<h2>Paulo Dybala</h2>
<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>
</article>
<article class="player">
<img src="img/players/player-5.png" alt="" />
<h2>Mesut Ozil</h2>
<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.
</p>
</article>
<article class="player">
<img src="img/players/player-6.png" alt="" />
<h2>Mauro Icardi</h2>
<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>
</article>
<article class="player">
<img src="img/players/player-7.png" alt="" />
<h2>Di Maria</h2>
<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>
</article>
<article class="player">
<img src="img/players/player-8.png" alt="" />
<h2>Kylian Mbappe</h2>
<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.
</p>
</article>
<article class="player">
<img src="img/players/player-9.png" alt="" />
<h2>Mohammad Salah</h2>
<p>
Dolores dicta assumenda enim, illo officiis ipsa quas beatae
consequuntur possimus inventore molestiae in minus, labore
magnam voluptate esse vero.
</p>
</article>
<article class="player">
<img src="img/players/player-10.png" alt="" />
<h2>Harry Kane</h2>
<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.
</p>
</article>
<article class="player">
<img src="img/players/player-11.png" alt="" />
<h2>Kevin De Bruyne</h2>
<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
</p>
</article>
<article class="player">
<img src="img/players/player-12.png" alt="" />
<h2>Philippe Couninho</h2>
<p>
Philippe Coutinho Correia is a Brazilian professional footballer
who plays as an attacking midfielder or winger for Spanish club
Barcelona and the Brazil national team.
</p>
</article>
</div>
</div>
</section>
<!-- Policy Section started
----------------------------------- -->
<section class="section-policy">
<div class="container">
<div class="policy-header">
<h1>RULES AND REGULATIONS</h1>
<p>
Rules are guidelines and instructions for doing something right
</p>
</div>
<div class="policy-wrap">
<div class="policy">
<div class="policy-img">
<img src="img/policy-1.jpg" alt="" />
</div>
<h2>Hewitt to take Chair role</h2>
<p>
Rules are guidelines and instructions for doing something right. It is created to manage behavior in an organization or country. They are written principles.
</p>
</div>
<div class="policy">
<div class="policy-img">
<img src="img/policy-2.jpg" alt="" />
</div>
<h2>Hewitt to take Chair role</h2>
<p>
It is created to manage behavior in an organization or country. They are written principles. On the other hand, regulations are directives made in addition to the laws in a particular country
</p>
</div>
<ul class="policy-list">
<h1>MORE ON THE FA RULES AND REGULATIONS</h1>
<li>
<a href="#">Suspensions</a
><i class="fas fa-arrow-circle-right"></i>
</li>
<li>
<a href="#">Fair play tables</a
><i class="fas fa-arrow-circle-right"></i>
</li>
<li>
<a href="#">Laws of the game & fa fules</a
><i class="fas fa-arrow-circle-right"></i>
</li>
<li>
<a href="#">Safeguarding</a
><i class="fas fa-arrow-circle-right"></i>
</li>
<li>
<a href="#">Inclusion and anti-discrimination</a
><i class="fas fa-arrow-circle-right"></i>
</li>
</ul>
</div>
</div>
</section>
<!-- Hightlights Section
-------------------------------------- -->
<section class="section-highlights">
<div class="container">
<div class="highlight-wrap">
<div class="highlight-info">
<h1>All Highlights Copa America 2021</h1>
<p>
Argentina vs Brazil Copa América final: Messi win international
trophy, match highlights
</p>
<a href="https://www.fifa.com/" class="link-button" target="_blank"
>Watch Now <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
<div class="highlight-img">
<img src="img/match.png" alt="" />
</div>
</div>
</div>
</section>
<section class="section-contact">
<div class="container">
<div class="contact-header">
<h1>Sign Up To Get Update</h1>
<p>
By submitting this form, you agree and consent to your personal
data
</p>
</div>
<form class="contact-form">
<input type="text" placeholder="Enter Your Email" />
<input type="submit" value="Submit" />
</form>
</div>
</section>
</main>
<!-- Footer Section Started
------------------------------------------ -->
<footer>
<div class="footer-wrap">
<div class="footer-logo">
<img src="img/Logo.png" alt="" />
</div>
<div class="footer-contact">
<a href="https://www.fifa.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.fifa.com/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.fifa.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.fifa.com/" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
<div class="footer-credit">Copyright © 2022 Al Siam World</div>
</div>
</footer>
</body>
</html>