-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexhibits.html
86 lines (73 loc) · 3.46 KB
/
exhibits.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Andrew">
<meta name="keywords" content="Phipps">
<meta name="description" content="Phipps website for students">
<title>Phipps Conservatory</title>
<link rel="stylesheet" media="all" type="text/css" href="css/styles.css" />
<link rel="stylesheet" href="css/jquery-ui.css"/>
<link rel="stylesheet" href="css/jquery.lightboxclone-0.6.css"/>
<script src="js/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="js/jquery-ui.js type="text/javascript"></script>
<script src="js/jquery.lightbox-0.5.js" type="text/javascript"></script>
<script>(function() { var s = document.createElement("script");s.async = true;s.onload = s.onreadystatechange = function(){getYelpWidget("phipps-conservatory-and-botanical-gardens-pittsburgh","300","RED","y","y","3");};s.src='http://chrisawren.com/widgets/yelp/yelpv2.js' ;var x = document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s, x);})();</script>
<script type="text/JavaScript">
$(function() {
$('#gallery a').lightBox();
});
</script>
</head>
<body>
<div id="Container">
<div id="Heading">
<header>
<img src="images/logo2.jpg" alt="Logo" height:"50" width:"50" />
</header>
<nav>
<a href="index.html">Main</a>
<a class="selected" href="exhibits.html">Our Exhibits</a>
<a href="contact.html">Contact Us</a>
<a href="about.html">About Us</a>
</nav>
</div>
<div id="gallery">
<h1><center>Check Out Our Exhibits!</center></h1>
<div id="galleryThumbnail"><div id="thmbnlShadow">
<a href="images/congo.jpg" title="Explore our all-new exhibit featuring some of Africa’s lushest landscapes. See botanical specimens never before showcased at Phipps and discover how indigenous peoples use plants to sustain and enrich their lives.">
<img src="images/congo.jpg" alt="image 1"/></a></div>
</div>
<div id="galleryThumbnail"><div id="thmbnlShadow">
<a href="images/bulb.jpg" title="Take a piece of Spring Flower Show home with you by participating in one of our annual sales. Come early for the best selection!">
<img src="images/bulb.jpg" alt="image 2"></a></div>
</div>
<div id="galleryThumbnail"><div id="thmbnlShadow">
<a href="images/flower.jpg" title="After another cold winter, this annual exhibit is the perfect reward for the senses, and our 2015 show will not disappoint as it celebrates the season of regrowth with a bevy of bright blooms.">
<img src="images/flower.jpg" alt="image 3"></a></div>
</div>
</div>
<div id="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/EfNIM4egalQ" frameborder="0" allowfullscreen></iframe>
</div>
<div id='yelpwidget'>
</div>
</div>
<footer>
<div id="media">
<h3><center>Check Us Out Here!</center></h3>
<a href="https://www.facebook.com/phippsconservatory" target="_blank">
<image src="images/fb.png" alt="Phipps Facebook"/></a>
<a href="https://twitter.com/phippsnews" target="_blank">
<image src="images/twitter.jpg" alt="Phipps Twitter"/></a>
<a href="https://www.linkedin.com/company/phipps-conservatory" target="_blank">
<image src="images/linkdn.png" alt="Phipps LinkdIn"/></a>
<a href="https://phipps.conservatory.org/" target="_blank">
<image src="images/logo2.jpg" alt="Phipps Homepage"/></a>
</div>
<div id="final">
© Phipps 2015
</div>
</footer>
</body>
</html>
<!--Made by Andrew Wang 3/25/2015 -->