-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (195 loc) · 6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="chelsea.ico">
<title>ChelseaFC|News</title>
<link rel="stylesheet" href="css/news.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="container">
<div class="header1 clearfix">
<a href="index.html" class="header1_logo">
<img src="foto/logo2.png" alt="logo" class="logo">
</a>
<a href="http://che.lc/hiW5zs" target="_blank" class="header1_logo">
<img src="foto/nike.png" class="nike" alt="nike logo">
</a>
<a href="http://che.lc/1X9QgC" target="_blank" class="header1_logo">
<img src="foto/yokohama.png" class="yokohama" alt="yoohama logo">
</a>
</div>
<div class="header2 clearfix">
<nav id="navigation">
<ul class="menu">
<li><a href="index.html">News</a></li>
<li><a href="first_team.html">Teams</a>
<ul class="submenu">
<li><a href="first_team.html">First Team</a></li>
<li><a href="management_team.html">Manag.Team</a></li>
</ul>
</li>
<li><a href="matches.html">Matches</a>
<ul class="submenu">
<li><a href="table.html">Table</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="calendar.html">Calendar</a></li>
</ul>
</li>
<li><a href="club.html">Club</a>
<ul class="submenu">
<li><a href="history.html">History</a></li>
<li><a href="stadium.html">Stadium</a></li>
</ul>
</li>
<li><a href="fans.html">Fans</a></li>
<li class="search">
<form>
<input type="text" name="Search" placeholder="Search">
</form>
</li>
</ul>
</nav>
</div>
</div>
</header>
<section>
<div class="container">
<a href="https://www.chelseafc.com/news/latest-news/2018/01/first-words--emerson-palmieri.html" class="link">
<div class="main_news">
<img src="foto/main-news-emerson-palmieri.png" alt="main news">
<div>
<h5>News</h5>
<h3><strong>First Words: Emerson Palmieri</strong></h3>
<p>On the eve of the transfer window closing, Emerson Palmieri
became a Chelsea player. Having completed his move from the
Italian capital to England’s, the 23-year-old left-sided footballer
spoke for the first time to the official Chelsea website, answering
questions about who he knows here, his development so far and his
immediate future.</p>
</div>
</div></a>
</div>
</section>
<section>
<div class="container">
<div class="all_news">
<h1>Latest</h1>
<div class="line_1 clearfix">
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/home-and-away--jon-harley.png" alt="home-and-away--jon-harley">
<div class="clearfix"><h5>News</h5>
<h5>SUN 4 FEB 2018</h5></div>
<p>Home and Away: Jon Harley</p>
</div>
</a>
</div>
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/conte--past-pressures-and-present-priorities1.png" alt="conte--past-pressures-and-present-priorities1">
<div class="clearfix"><h5>News</h5>
<h5>SUN 4 FEB 2018</h5></div>
<p>Conte: Past pressures and present priorities</p>
</div>
</a>
</div>
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/best-of-the-january-blues.png" alt="best-of-the-january-blues">
<div class="clearfix"><h5>News</h5>
<h5>SUN 4 FEB 2018</h5></div>
<p>Three new players joined Chelsea this month but they are far from the first
exciting arrivals in January. </p>
</div>
</a>
</div>
</div>
<div class="line_1 clearfix">
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/main-news-emerson-palmieri.png" alt="emerson-palmieri">
<div class="clearfix"><h5>News</h5>
<h5>Wed 31 Jap 2018</h5></div>
<p>First Words: Emerson Palemier</p>
</div>
</a>
</div>
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/pmb--chelsea-v-bournemouth--history-and-tactics1.png" alt="chelsea-v-bournemouth">
<div class="clearfix"><h5>News</h5>
<h5>Web 31 Jan 2018</h5></div>
<p>Chelsea's Serae A XI</p>
</div>
</a>
</div>
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/chelsea-s-serie-a-xi.png" alt="chelsea-s-serie-a-xi">
<div class="clearfix"><h5>News</h5>
<h5>Web 31 Jan 2018</h5></div>
<p>PMB: Chelsea V Bournemouth - History and Tactics</p>
</div>
</a>
</div>
</div>
<div class="line_1 clearfix">
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/hazard-and-alonso-setting-their-sights.png" alt="hazard-and-alonso-setting-their-sights">
<div class="clearfix"><h5>News</h5>
<h5>Wed 31 Jap 2018</h5></div>
<p>Hazar and Alonso setting their sights</p>
</div>
</a>
</div>
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/initiative-to-tackle-antisemitism-launches-today.png" alt="initiative-to-tackle-antisemitism-launches-today">
<div class="clearfix"><h5>News</h5>
<h5>Web 31 Jan 2018</h5></div>
<p>Initiative to tackle antisemitism launches today</p>
</div>
</a>
</div>
<div class="news">
<a href="#this_news">
<div class="news_block">
<img src="foto/pmb--chelsea-v-bournemouth--part-one.png" alt="pmb--chelsea-v-bournemouth--part-one">
<div class="clearfix"><h5>News</h5>
<h5>Web 31 Jan 2018</h5></div>
<p>PMB: Chelsea v Bournemouth - talking points and numbers</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container footer_link">
<div class="icon">
<a href="https://www.facebook.com/ChelseaFC" target="_blank"><img src="foto/fb.png" alt="fb_chelsea"></a>
<a href="https://www.instagram.com/chelseafc/" target="_blank"><img src="foto/insta.png" alt="insta_chelsea"></a>
<a href="https://twitter.com/chelseafc" target="_blank"><img src="foto/twiter.png" alt="twiter_chelsea"></a>
<a href="https://www.youtube.com/chelseafc" target="_blank"><img src="foto/youtube.png" alt="youtube_chelsea"></a>
</div>
</div>
</section>
<footer>
<div class="container"></div>
</footer>
</body>
</html>