-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
77 lines (58 loc) · 1.97 KB
/
header.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>SawMillBBQ | Joplin, Missouri</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="css/unslider.css">
<link rel="stylesheet" href="css/unslider-dots.css">
<script src="js/jquery-3.1.0.min.js"></script>
<script src="//stephband.info/jquery.event.move/js/jquery.event.move.js"></script>
<script src="//stephband.info/jquery.event.swipe/js/jquery.event.swipe.js"></script>
<script src="js/unslider-min.js"></script> <!-- but with the right path! -->
<script>
jQuery(document).ready(function($) {
$('.my-slider').unslider({
autoplay: true,
delay: 9000,
arrows:false
});
});
</script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body >
<div id="body-wrapper">
<div id="outer-wrapper" style="height: auto;">
<div id="content-wrapper">
<div id="header">
<div id="header-left">
<h1>
<a href="index.php" class=""><img style = "width:150px"src="media/logo.png" ></a>
</h1>
</div>
<div id="header-right">
<div id="main-nav">
<ul>
<li class="first">
<a href="menu.pdf">Menu</a>
</li>
<li>
<a href="#">Catering</a>
</li>
<li>
<a href="gallery.php">Gallery</a>
</li>
<li>
<a href="#">Hours</a>
</li>
<li style = "border:none;" >
<a href="#">Contact</a>
</li>
<a style = "margin-left:20px"href = "https://www.facebook.com/SawMillBBQ/"><img src="media/facebook.png" style="width:30px;"/></a>
</div>
</div>
</div>