-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
46 lines (44 loc) · 1.69 KB
/
about.php
File metadata and controls
46 lines (44 loc) · 1.69 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
<!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="stylesheet" href="mystyle.css" type="text/css" media="screen" />
<link rel="stylesheet" href="button.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="images/logo.ico">
<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'>Home</div></a>
<a href='about.php'><div class='menuLink-Middle-Selected'>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>
<div class='footer'>
Footer
</div>
</div>
</body>