-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
94 lines (90 loc) · 3.81 KB
/
homepage.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Farm Tab</title>
<meta name="keywords" content="farm farmers market csa community supported agriculture green market food management " />
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<style type="text/css">
@import "layout.css";
</style>
</head>
<body>
<div id="wrapper">
<div id="big-header" class="container">
<div id="logo">
<h1><a href=""><img src="images/logo-small.png" alt=""/></a></h1>
</div>
<div id="menu">
<ul>
<li class="active"><a href="#" accesskey="1" title="">Home</a></li>
<li><a href="#" accesskey="2" title="">For Farmers</a></li>
<li><a href="#" accesskey="3" title="">For Customers</a></li>
<li><a href="#" accesskey="4" title="">Contact</a></li>
</ul>
</div>
<div id="banner"><img src="images/bg1_06.jpg" width="900" height="383" alt="" />
<div class="info">
<h2>Community supported <br />
agriculture for market farmers</h2>
<p><a href="#">Aliquam et veroeros >></a></p>
</div>
</div>
</div>
<div id="page" class="container">
<div id="box1" class="box-style">
<div class="bgbtop content">
<h2 class="title">Blandit dolor</h2>
<p><img src="images/homepage06.jpg" width="220" height="92" alt="" /></p>
<p>Nam ac adipiscing libero. Nunc nisl velit, fringilla ut ornare non, iaculis in ipsum. Vivamus volutpat quam et dui vestibulum ultricies. Curabitur elementum diam nec eros. <a href="#">More…</a></p>
</div>
<div class="bgbtm"> </div>
</div>
<div id="box2" class="box-style">
<div class="bgbtop content">
<h2 class="title">Vivamus diam</h2>
<dl class="style3">
<dt>May 10</dt>
<dd><a href="#">Nam ac adipiscing libero</a></dd>
<dt>May 8</dt>
<dd><a href="#">Ornare non iaculis blandit</a></dd>
<dt>May 4</dt>
<dd><a href="#">Ipsum vivamus volutpat</a></dd>
<dt>May 1</dt>
<dd><a href="#">Quam et dui vestibulum</a></dd>
<dt>May 30</dt>
<dd><a href="#">Ultricies curabitur blandit</a></dd>
<dt>May 28</dt>
<dd><a href="#">Lorem diam eros bibendum</a></dd>
</dl>
<div class="clearfix"> </div>
</div>
<div class="bgbtm"> </div>
</div>
<div id="box3" class="box-style">
<div class="bgbtop content">
<h2 class="title">Sed ultricies</h2>
<ul class="style2">
<li><a href="#"><img src="images/homepage07.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage08.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage09.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage10.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage11.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage12.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage13.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage14.jpg" width="70" height="70" alt="" /></a></li>
<li><a href="#"><img src="images/homepage15.jpg" width="70" height="70" alt="" /></a></li>
</ul>
<div class="clearfix"> </div>
</div>
<div class="bgbtm"> </div>
</div>
</div>
</div>
<div id="footer">
<p>(c) 2010 Sitename. All Rights Reserved. <a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a> | <a href="#">Contact Us</a></p>
</div>
</body>
</html>