-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Eyefind.info</title>
<link href="styles/main.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="container">
<h1>Eye<span>Find</span></h1>
<div id="information">
<p>Saturday 6th February 2016</p>
<img src="images/weather.png">
</div>
</div>
<div class="container">
<input type="text" placeholder="Search Eyefind">
</div>
</header>
<ul>
<li><a><i class="fa fa-tablet fa-2x"></i> Media and Entertainment</a></li>
<li><a><i class="fa fa-cutlery fa-2x"></i> Food and Drink</a></li>
<li><a><i class="fa fa-money fa-2x"></i> Money and Services</a></li>
<li><a href="cars.html"><i class="fa fa-plane fa-2x"></i> Travel and Transport</a></li>
<li><a><i class="fa fa-shopping-bag fa-2x"></i> Fashion and Health</a></li>
</ul>
<main>
<div class="container">
<div id="left">
<div id="news">
<h2>News Story of the Day</h2>
</div>
<div id="website">
<h2>Website of the minute</h2>
</div>
</div>
<div id="right">
<div id="advert">
<h2>Sponsored advert</h2>
</div>
<div id="twitter">
<h2>Recent tweets</h2>
</div>
</div>
</div>
</main>
</body>
</html>