-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index2.html
89 lines (73 loc) · 2.44 KB
/
Index2.html
1
<!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 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="basic2.css" /> <script src="js/jquery-2.0.3.min.js" type="text/javascript"></script> <script src="js/unslider.js"></script> <script> $(function() { $('.banner').unslider(); }); </script> </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"> <header> <h1>Andy Warhol: A Carnegie Mellon Inspiration</h1> <h5>Nov.1.2013 - Jan.1.2014 <br />Miller Gallery at Carnegie Mellon University <br />Tues-Sun 12-6pm, closed Mondays</h5> </header> <div id="index"> <div id="bannerHolder"> <div class="banner"> <ul> <li><a href="exhibition.html"><img src="Images/Index_Slide1ALT.png" alt="Exhibition" height="382" width="721"/></a></li> <li><a href="aboutAndy.html"><img src="Images/Index_Slide2ALT.png" alt="About" height="382" width="721"/></a></li> <li><a href="support.html"><img src="Images/Index_Slide3ALT.png" alt="Help" height="382" width="721"/></a></li> </ul> </div> </div> </p> <br /> </div> </div> </div> <footer> <br /> 67250 / 2013 Fall Angela Liu (c) <br /> <a href="#top">Return to Top</a> </footer> </body></html>