-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaventure.html
More file actions
91 lines (76 loc) · 3.17 KB
/
Copy pathaventure.html
File metadata and controls
91 lines (76 loc) · 3.17 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
<!DOCTYPE html>
<html lang="eng">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<meta charset = "utf-8"/>
<meta name = "author" content = "Michael Becker">
<meta name = "keywords" content = "Carnegie Mellon University, CV">
<meta name = "descriptions" content = "Michael Becker Professional Website">
<link rel = "stylesheet" media = "all" type = "text/css" href = "css/styles.css" />
<link rel = "stylesheet" media = "all" type = "text/css" href = "css/jquery-ui.css" />
<link rel = "stylesheet" media = "all" type = "text/css" href = "css/jquery.lightbox.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type= "text/javascript" src = "js/jquery-3.3.1.min.js"> </script>
<script type= "text/javascript" src = "js/jquery-ui.js"> </script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script type= "text/javascript" src = "js/scripts.js"> </script>
<script type = "text/javascript" src = "js/jquery.lightbox.min.js"> </script>
<script type = "text/javaScript">
$(function() {
$('#gallery a').lightBox();
});
</script>
<script>
$(function() {
$("#accordion").accordion();
});
</script>
<title> Sales </title>
<script>
$(function() {
$("#tabs").tabs({
event: "mouseover"
});
});
</script>
</head>
<body>
<div id = "container">
<div id = "top_row">
<header>
<br>
<nav>
<a class = "selected" href = "aventure.html"> Sales </a>
<a href = "locations.html" > Locations </a>
<a href = "orderNow.html" > Order </a>
<a href = "specialEvents.html" > Special Events </a>
<a class = "selected" href = "about.html" > About </a>
<a href = "index.html"> Home </a>
</nav>
<a href = "index.html"> <img id = 'Logo' src = "images/logo.png" href = "index.html" alt = "Photo" width = 240 height = 320 /> </a> </header>
</div>
<div id = "content">
<div id="containerk"> </div>
</div>
</div>
<footer>
<hr/>
©Prantl's Bakery 2018 <br/>
<a class = 'footLink' href = "contact.html" > Contact </a>
<a class = 'footLink' href = "index.html"> Home </a>
<a class = 'footLink' href = "about.html" > About </a>
<a class = 'footLink' href = "locations.html" > Locations </a>
<a class = 'footLink' href = "orderNow.html" > Order Now </a>
<a class = 'footLink' href = "specialEvents.html" > Special Events </a>
<br>
<div id = 'social'>
<a href = "https://www.facebook.com/PrantlsBakery/" target = "_blank"> <img src = "images/fb.png"></a>
<a href = "https://twitter.com/prantlsbakery?lang=en" target = "_blank"> <img src = "images/twitter.png"></a>
<a href = "https://www.instagram.com/prantls_bakery/" target = "_blank"> <img src = "images/insta.png"></a>
<a href = "http://triblive.com/local/westmoreland/13303966-74/prantls-bakery-burnt-almond-torte-named-states-best-by-food-network"target = "_blank"> <img src = "images/newTrib.jpg"></a>
</div>
</footer>
</div>
</body>
</html>