-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (49 loc) · 2.74 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Arsenal FC</title>
<meta name="description" content="Site dedicated to Arsenal FC">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<header class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">Arsenal FC</a>
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Club</a></li>
<li><a href="#">Shop</a></li>
</ul>
</div>
</header>
<div class="news">
<div class="news-item row">
<div class="news-item-picture span2">
<img class="back" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/TheoWalcottUnderhill.JPG/515px-TheoWalcottUnderhill.JPG" class="img-polaroid" height="100px" width="100px">
<img class="front" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/TheoWalcottUnderhill.JPG/515px-TheoWalcottUnderhill.JPG" class="img-polaroid" height="100px" width="100px">
</div>
<div class="news-item-details span8">
<h1>Teo Walcott Signed new deal!</h1>
<p>On 30 May 2006, Walcott became England's youngest ever senior football player aged 17 years and 75 days.[3] On 6 September 2008, he made his first competitive start in a World Cup qualifier against Andorra, and in the following match against Croatia on 10 September he opened his senior international goals.<p>
</div>
</div>
<div class="news-item row">
<div class="news-item-picture span2">
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/TheoWalcottUnderhill.JPG/515px-TheoWalcottUnderhill.JPG" class="img-polaroid" height="100px" width="100px">
</div>
<div class="news-item-details span8">
<h1>Teo Walcott Signed new deal!</h1>
<p>On 30 May 2006, Walcott became England's youngest ever senior football player aged 17 years and 75 days.[3] On 6 September 2008, he made his first competitive start in a World Cup qualifier against Andorra, and in the following match against Croatia on 10 September he opened his senior international goals.<p>
</div>
</div>
</div>
<footer>
Footer will be here
</footer>
</body>
</html>