-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
316 lines (311 loc) · 14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chelsea Football Club</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://rawgit.com/daneden/animate.css/master/animate.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<div class="wow zoomIn">
<img width="35" src="img/Chelsea1.png">
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="wow fadeInRight">
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Connect</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!--Image slider-->
<div id="slides" class="carousel slide" data-ride="caraousel">
<ul class="carousel-indicators">
<li data-target="#slides" data-slide-to="0" class="active"></li>
<li data-target="#slides" data-slide-to="1"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/backgr1.png">
<div class="carousel-caption">
<div class="wow fadeIn">
<h1 class="display-4">Chelsea Football Club</h1>
<h4>Greatest Club In The World</h4>
</div>
<button type="button" class="btn btn-outline-light btn-lg">
LEARN MORE!
</button>
<button type="button" class="btn btn-primary btn-lg">Our Team</button>
</div>
</div>
<div class="carousel-item">
<img src="img/backgr11.jpg">
<div class="carousel-caption">
<h1 class="display-4">London is Blue</h1>
<h4>It always was.</h4>
</div>
</div>
</div>
</div>
<!--Jumbotron-->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-10"> <br>
<p class="lead">Chelsea Football Club is an English professional football club
based in Fulham, Chelsea in London.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 col-xl-2">
<a href="#">
<button type="button" class="btn btn-outline-secondary
btn-lg">
Go to top again
</button>
</a>
</div>
</div>
</div>
<!-- Welcome Section -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<div class="wow fadeIn">
<h1 class="display-4">Playing beautiful football.</h1>
<hr>
<div class="col-12">
<p class="lead">Founded in 1905, they compete in the Premier League, the top division of English football. Chelsea are among England's most successful clubs, having won over thirty competitive honours, including 6 top-flight titles, 8 FA Cups, 5 League Cups, 2 UEFA Europa Leagues, 2 UEFA Cup Winners' Cups, 1 UEFA Champions League, and 1 UEFA Super Cup. </p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid padding">
<div class="wow fadeIn">
<div class="row text-center padding">
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fa fa-futbol-o"></i>
<h3>Game</h3>
<p>Attacking football with a lot of passes</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fa fa-heartbeat" aria-hidden="true"></i>
<h3>Passion</h3>
<p>Playing it with passion</p>
</div>
<div class="col-sm-12 col-md-4">
<i class="fa fa-child" aria-hidden="true"></i>
<h3>Youth </h3>
<p>Most of our squad are players from our academy</p>
</div>
</div>
<hr class="my-4">
</div>
<div class="container-fluid padding">
<div class="row padding">
<div class="col-lg-6">
<div id="about">
<div class="wow fadeInLeft">
<h2>Chelsea Football Club</h2>
<p class="lead">Chelsea won their first major honour, the League Championship, in 1955. They won the FA Cup for the first time in 1970 and their first European honour, the UEFA Cup Winners' Cup, in 1971. After a period of decline in the late 1970s and 1980s, the club enjoyed a revival in the 1990s and had more success in cup competitions.
The past two decades have been the most successful in Chelsea's history: they won five of their six league titles and the UEFA Champions League during this period. Chelsea are one of five clubs to have won all three of UEFA's main club competitions, and the only London club to have won the Champions League.
Since 2003, Chelsea have been owned by Russian billionaire Roman Abramovich.</p>
<br>
</div>
<div id="learnMore">
<a href="#" class="btn btn-primary">Learn more(going to top)</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex justify-content-center align-items-center">
<div class="wow fadeInRight">
<img class="img-fluid" src="img/Chelsea1.png">
</div>
</div>
</div>
</div>
<hr class="my-4">
<!--Fixed background-->
<figure>
<div class="fixed-wrap">
<div id="fixed">
</div>
</div>
</figure>
<!--Emoji section-->
<!--<button class="fun" data-toggle="collapse" data-target="#emoji">See some crazy celebrations</button>
<div id="emoji" class="collapse">
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-sm-6 col-md-3">
<iframe class="gif" src="https://giphy.com/embed/YRVaVlrT2wpFHW9x1v" width="480" height="350" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><a href="https://giphy.com/gifs/BTSport-chelsea-bt-sport-YRVaVlrT2wpFHW9x1v"></a>
</div>
<div class="col-sm-6 col-md-3">
<iframe class="gif" src="https://giphy.com/embed/1AjEeS0UFnj6DzaDbz" width="480" height="350" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><a href="https://giphy.com/gifs/chelseafc-dance-happy-1AjEeS0UFnj6DzaDbz"></a>
</div>
<div class="col-sm-6 col-md-3">
<iframe class="gif" src="https://giphy.com/embed/47EDUo7aiQn2HQxBST" width="480" height="350" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><a href="https://giphy.com/gifs/chelseafc-cho-callum-hudson-odoi-47EDUo7aiQn2HQxBST"></a>
</div>
<div class="col-sm-6 col-md-3">
<iframe class="gif" src="https://giphy.com/embed/JRgA8aXORplcxNzpyI" width="480" height="350" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><a href="https://giphy.com/gifs/BTSport-chelsea-bt-sport-JRgA8aXORplcxNzpyI"></a>
</div>
</div>
</div>
</div>
</div>
-->
<!--Meet the Team-->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<div class="wow fadeIn">
<h1 class="display-4">Meet the Team</h1>
</div>
</div>
<hr>
</div>
</div>
<!--Cards-->
<div class="container-fluid padding">
<div class="wow fadeInUp">
<div class="row padding">
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="img/mountCard.png">
<div class="card-body">
<h4 class="card-title">Mason Mount</h4>
<p class="card-text">Mason Tony Mount (born 10 January 1999) is an English professional footballer who plays as a midfielder for Premier League club Chelsea and the England national team</p>
<a href="#" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="img/abrahamCard.jpg">
<div class="card-body">
<h4 class="card-title">Tammy Abraham</h4>
<p class="card-text">Tammy Abraham (born 2 October 1997), known as Tammy Abraham, is an English professional footballer who plays as a striker for Premier League club Chelsea and the England national team.</p>
<a href="#" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="img/tomoriCard.jpg">
<div class="card-body">
<h4 class="card-title">Fikayo Tomori</h4>
<p class="card-text">Fikayo Tomori (born 19 December 1997) is a professional footballer who plays as a defender for Premier League club Chelsea. He has represented both Canada and England at youth level.</p>
<a href="#" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid padding">
<div class="row">
<div class="col-md-6">
<div class="wow fadeInLeft">
<h2>Stadium</h2>
<br>
<div id="textStadium">
<p>Chelsea have only had one home ground, Stamford Bridge, where they have played since the team's foundation. It was officially opened on 28 April 1877 and for the first 28 years of its existence, it was used almost exclusively by the London Athletic Club as an arena for athletics meetings and not at all for football. </p>
<br>
<p>Owing to its location next to a main road and two railway lines, fans can only enter the ground via the Fulham Road exits, which places constraints on expansion due to health and safety regulations. The club have consistently affirmed their desire to keep Chelsea at their current home.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="wow fadeInRight">
<img src="img/stadium.jpg" class="img-fluid">
</div>
</div>
</div>
</div>
<!--Connect-->
<hr class="my-4">
<div class="container-fluid padding">
<div class="wow fadeIn">
<div class="row padding text-center">
<div class="col-12">
<h2>Connect</h2>
</div>
<div class="col-12 social padding">
<a href="https://www.facebook.com/ChelseaFC/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/chelseafc" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/chelseafc/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/user/chelseafc" target="_blank"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<!--Footer-->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<br>
<img src="img/chelsea.png">
<hr class="light">
<p>UK : 0371 811 1955 (International : +44 20 7386 9373)</p>
<p>Chelsea Football Club</p>
<p>Fulham Road</p>
<p>London</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Our Hours</h5>
<hr class="light">
<p>Monday-Friday: 9am - 5pm</p>
<p>Saturday: 10am - 4pm</p>
<p>Sunday: Closed</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>City, State, Postcode</h5>
<hr class="light">
<p>London</p>
<p>UK</p>
<p>WC2N 5DU</p>
</div>
<div class="col-12">
<hr class="light">
<h5>© Chelsea FC Social Media</h5>
</div>
</div>
</div>
</footer>
<script src="https://rawgit.com/matthieua/WOW/master/dist/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>