-
Notifications
You must be signed in to change notification settings - Fork 0
/
visit.html
116 lines (103 loc) · 4.55 KB
/
visit.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
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
114
115
116
<!DOCTYPE html> <!-- Tells the browser this is HTML 5 -->
<html lang="en"> <!-- Root of the html document and is in English -->
<head>
<title>Andy Warhol: A Carnegie Mellon Inspiration</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset="utf-8" />
<meta name="author" content="Angela M Liu">
<meta name="keywords" content="Carnegie Mellon University, 67250, Andy Warhol">
<meta name="description" content="Miller Exhibition: Andy Warhol's Younger Years">
<link rel="stylesheet" type="text/css" href="basic.css" />
</head>
<body>
<!--Images and formating for header area on top of all pages-->
<div class="topArea">
<div class="Absolute-center">
<div id="top"><!--There's a link in the footer, will bring us back here--></div>
<a href="index.html"><img src="Images/Header_AndyWarhol.png" alt="Andy Warhol Name" /></a>
<div id="Miller">@ MILLER GALLERY</div>
<div id="topCircle"><img src="Images/Header_GoldSticker.png" alt="Sticker" /></div>
</div>
</div>
<div class="wrapper">
<nav>
<div class="Absolute-center">
<div id="navLeft">
<a href="exhibition.html">EXHIBITION |</a>
<a href="aboutAndy.html">ABOUT ANDY</a>
</div>
<div id="navMid">
<a href="visit.html">PLAN A<br>VISIT</a>
</div>
<div id="navRight">
<a href="beyond.html">BEYOND MILLER |</a>
<a href="support.html">SUPPORT US</a>
</div>
</div>
</nav>
<div class="content">
<div id="visit">
<div id="hours">
<br/><br/>
<div id="top"><h3>Exhibition Run time</h3></div>
November 1, 2013 - January 1, 2014
<h3>Hours</h3>
Tues.-Sun. 12-6 pm. Closed Mondays.
<h3>Admission</h3>
Free Admission
</div>
<table>
<thead>
<th id="contact">Contact Us</th>
</thead>
<tr>
<td class="contact">
<h3>Phone #</h3>
412.268.3618
<h3>Email</h3>
<p>Miller Gallery is made possible by CMU's school of fine Arts
<br/><a href="millergallery.cfa.cmu.edu/">millergallery.cfa.cmu.edu/</a>
</p>
</td>
</tr>
</table>
<br/>
<hr/>
<br/>
<div class="map">
<!-- Map Solution - Google Map iframe MILLER GALLERY -->
<iframe width="500" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&source=s_d&saddr=Miller+Gallery+at+Carnegie+Mellon+University,+Pittsburgh,+PA&daddr=&hl=en&geocode=&aq=0&oq=miller+gallery&sll=40.431368,-79.9805&sspn=0.152879,0.338173&mra=ls&ie=UTF8&t=m&ll=40.447208,-79.95369&spn=0.039191,0.085659&z=13&output=embed"></iframe>
<div class="descrip">
<a href="https://maps.google.com/maps?f=d&source=embed&saddr=Miller+Gallery+at+Carnegie+Mellon+University,+Pittsburgh,+PA&daddr=&hl=en&geocode=&aq=0&oq=miller+gallery&sll=40.431368,-79.9805&sspn=0.152879,0.338173&mra=ls&ie=UTF8&t=m&ll=40.447208,-79.95369&spn=0.039191,0.085659&z=13">View Larger Map</a>
<h2>Miller Gallery at Carnegie Mellon University</h2>
<p>Purnell Center for the Arts
<br/>5000 Forbes Avenue
<br/>Pittsburgh, PA 15213</p>
<p>Parking may be found across the street next to Morewood Gardens dormitories.</p>
</div>
</div>
<hr/>
<br/>
<div class="map">
<!-- Map Solution - Google Map iframe ANDY WARHOL MUSEUM-->
<iframe width="500" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&source=s_d&saddr=Andy+Warhol+Museum,+Sandusky+Street,+Pittsburgh,+PA&daddr=&geocode=&aq=0&oq=Andy+warhol&sll=40.447208,-79.980469&sspn=0.152843,0.338173&hl=en&mra=ls&ie=UTF8&t=m&ll=40.449298,-80.007076&spn=0.039189,0.085659&z=13&output=embed"></iframe>
<div class="descrip">
<a href="https://maps.google.com/maps?f=d&source=embed&saddr=Andy+Warhol+Museum,+Sandusky+Street,+Pittsburgh,+PA&daddr=&geocode=&aq=0&oq=Andy+warhol&sll=40.447208,-79.980469&sspn=0.152843,0.338173&hl=en&mra=ls&ie=UTF8&t=m&ll=40.449298,-80.007076&spn=0.039189,0.085659&z=13">View Larger Map</a>
<h2>The Andy Warhol Museum</h2>
<p>117 Sandusky Street
<br/>Pittsburgh, PA 15212-5890</p>
<p>Call ahead for parking reservations.</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<br />
67250 / 2013 Fall Angela Liu (c)
<br />
<a href="#top">Return to Top</a>
</footer>
</body>
</html>