-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
113 lines (96 loc) · 5.25 KB
/
Copy pathabout.html
File metadata and controls
113 lines (96 loc) · 5.25 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
<!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 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> About </title>
<script>
$(function() {
$("#tabs").tabs({
event: "mouseover"
});
});
</script>
</head>
<body>
<div id = "container">
<div id = "top_row">
<header>
<br>
<nav>
<a 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">
<h3> About </h3>
<img id ='torte_cake' src = "images/torte.jpg" alt = "Photo" />
<p> Prantl’s Bakery is a Pittsburgh institution. Its “Burnt Almond Torte” and 100+ sinful sweets have been a tradition for the last 40 years. In fact, there’s been a bakery in continuous operation at the flagship Shadyside store for over 100 years. Prantl’s is a bakery in the German tradition, with old-fashioned fruit Danish and nut-filled coffeecakes, but we can’t help but get excited about some of our “new favorites” as well, like key lime pie and our buttery croissants. In addition to our mouth watering special order cakes, we are famous for our “Burnt Almond Torte”, which was conceived by Henry Prantl after a trip to California. There was an almond glut the year he went and the Almond Board was trying to get bakers to use almonds in new and inspiring ways. Henry picked up a few ideas and brought them back to Pittsburgh where he refined them into our current recipe for “Burnt Almond Torte”, a unique and addictive dessert. If you’ve never had one, you really do have to try one. If you have had one, you know what we’re talking about!</p>
<div id = "bio" >
<br><br>
<div id = "content-gallery">
<p id = 'important'> Click on the thumbnail to see some of our products </p>
<div id = "gallery">
<div id = "galleryThumbnail"> <div id = "thmbnlShadow">
<a href= "images/lb1.png" title = "">
<img src = "images/lb1thmb.png" alt = "image 1"/> </a></div> </div>
<div id = "galleryThumbnail"> <div id = "thmbnlShadow">
<a href = "images/lb2.png" title = "">
<img src = "images/lb2thmb.png" alt = "image 2"/> </a></div> </div>
<div id = "galleryThumbnail"> <div id = "thmbnlShadow">
<a href = "images/lb3.png" title = "">
<img src = "images/lb3thmb.png" alt = "image 3"/> </a></div> </div>
<div id = "galleryThumbnail"> <div id = "thmbnlShadow">
<a href = "images/lb4.png" title = "">
<img src = "images/lb4thmb.png" alt = "image 3"/> </a></div> </div>
</div>
</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>