-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
122 lines (121 loc) · 5.08 KB
/
index.php
File metadata and controls
122 lines (121 loc) · 5.08 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Anders D Melen" />
<meta name="description" content="Vermonts fines maples syrup" />
<META NAME="Title" CONTENT="Twin Maple Sugarworks Vermont - Home">
<meta name="keywords" content="" />
<link rel="shortcut icon" href="images/logo.ico">
<link rel="stylesheet" href="mystyle.css" type="text/css" media="screen" />
<link rel="stylesheet" href="button.css" type="text/css" media="screen" />
<link rel='stylesheet' href='development-bundle/themes/base/jquery.ui.all.css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>
<script src="cycle.js" ></script>
<script type="text/javascript">
$('#fade').cycle();
$('#slide').cycle(
{
fx: 'turnRight',
delay: -4000
});
</script>
</head>
<body>
<div class='mainContainer'>
<div class='banner'>
<img src='images/digitalLogo.png' id='bannerImage' />
<p id='bannerText'>Twin Maple Sugarworks</p>
<p id='bannerSubtext'>Vermonts Finest Maple Syrup</p>
</div>
<div class='menuContainer'>
<a href='index.php'><div class='menuLink-Left-Selected'>Home</div></a>
<a href='about.php'><div class='menuLink-Middle'>About</div></a>
<a href='purchase.php'><div class='menuLink-Middle'>Purchase</div></a>
<a href='contact.php'><div class='menuLink-Right'>Contact</div></a>
<div style="clear: both;"></div>
</div>
<div class='contentPane'>
<div id='slide' style='float:left;'>
<img class='contentImages' src='images/sugaring.jpg'/>
<img class='contentImages' src='images/lincoln.jpg' />
<img class='contentImages' src='images/vermont.jpg' />
<img class='contentImages' src='images/forest.jpg' />
<img class='contentImages' src='images/sugaringInFullEffect.jpg'/>
</div>
<div style='float: left;' class='contentPaneRight'>
<h2 style='padding: 0px; margin: 0px;'>Maple Syrup - Order Online!</h2>
<table border='0px' style='padding: 0px; margin: 0px;'>
<tr>
<td class='contentPaneRight-SyrupSize'>
<a href='purchase.php' style='text-decoration: none; color: black;'>
<div>
<img style='margin-top: 40px;' src='images/sizes/syrup.png' width='19px' alt='half pint'/>
</br>
½ Pint
</div>
</a>
</td>
<td class='contentPaneRight-SyrupSize'>
<a href='purchase.php' style='text-decoration: none; color: black;'>
<div>
<img style='margin-top: 30px;' src='images/sizes/syrup.png' width='29px' alt='half pint'/>
</br>
Pint
</div>
</a>
</td>
<td class='contentPaneRight-SyrupSize'>
<a href='purchase.php' style='text-decoration: none; color: black;'>
<div>
<img style='margin-top: 20px;' src='images/sizes/syrup.png' width='39px' alt='half pint'/>
</br>
16oz
</div>
</a>
</td>
<td class='contentPaneRight-SyrupSize'>
<a href='purchase.php' style='text-decoration: none; color: black;'>
<div>
<img style='margin-top: 10px;' src='images/sizes/syrup.png' width='49px' alt='half pint'/>
</br>
½ Gallon
</div>
</a>
</td>
<td class='contentPaneRight-SyrupSize'>
<a href='purchase.php' style='text-decoration: none; color: black;'>
<div>
<img src='images/sizes/syrup.png' width='59px' alt='half pint'/>
</br>
Gallon
</div>
</a>
</td>
</tr>
</table>
<h2 style='padding: 0px; margin: 0px;'>Education</h3>
<p style='padding: 0px; margin: 0px;'>
<ul style='margin: 0px; margin-left: 25px; padding: 0px; list-style-image:url("images/logo.ico");'>
<li><a href='http://vermontmaple.org/'>Vermont Maple Sugar Association</a></li>
<li><a href='http://www.huffingtonpost.com/2011/12/23/maple-syrup-grades_n_1167767.html#s570988&title=Grade_A_Dark'>Syrup Grading System</a></li>
<li><a href='http://en.wikipedia.org/wiki/Lincoln,_Vermont'>Lincoln Vermont</a></li>
</ul>
</p>
</div>
</div>
<div class='smallBanner'>
<p class='smallBannerTitle'>Latest From the Sugarbush</p>
<a href='about.php' style='text-decoration: none; color: black; float: right;'>
<div class='readMore'>Read More Posts</div>
</a>
<div style='clear: both;'></div>
<hr>
"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
</div>
<div class='footer'>
Twin Maple Sugarworks © 2013 - Created By ADM Designs
</div>
</div>
<div style='height: 10px;'></div>
</body>