SHOW:
|
|
- or go back to the newest paste.
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| 2 | <!-- saved from url=(0043)http://ajg9626.cias.rit.edu/anaheimmap.html --> | |
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| 4 | ||
| 5 | <title>Alli Gross Design | Anaheim Bay Map</title> | |
| 6 | - | <link href="./anaheimmap_files/portfolio.css" rel="stylesheet" type="text/css"> |
| 6 | + | <link href="css/portfolio.css" rel="stylesheet" type="text/css"> |
| 7 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script> | |
| 8 | ||
| 9 | <script type="text/javascript"> | |
| 10 | $(document).ready(function() {
| |
| 11 | $(".bullet").click(function() {
| |
| 12 | - | $(".bullet").attr("src", "./anaheimmap_files/bullet.png");
|
| 12 | + | $(".bullet").attr("src", "images/bullet.png");
|
| 13 | - | $(this).attr("src", "./anaheimmap_files/currentbullet.png");
|
| 13 | + | $(this).attr("src", "images/currentbullet.png");
|
| 14 | ||
| 15 | - | $("#mapImage").attr("src", "images/" + $(this).attr("id"));
|
| 15 | + | $("#mapImage").attr("src", "images/" + $(this).attr("id") + ".jpg");
|
| 16 | }); | |
| 17 | }); | |
| 18 | </script> | |
| 19 | </head> | |
| 20 | <body> | |
| 21 | <div id="wrapper"> | |
| 22 | <div id="Navwrap"> | |
| 23 | <div id="nav"> | |
| 24 | <div id="logo"> | |
| 25 | - | <a href="http://ajg9626.cias.rit.edu/index.html"><img src="./anaheimmap_files/logo.png" alt="logo" data-is-apng="no"></a> |
| 25 | + | <a href="index.html"><img src="images/logo.png" alt="logo"></a> |
| 26 | </div> | |
| 27 | <hr> | |
| 28 | <ul> | |
| 29 | - | <li><a href="http://ajg9626.cias.rit.edu/index.html">Portfolio</a> |
| 29 | + | <li><a href="index.html">Portfolio</a> |
| 30 | <ul> | |
| 31 | - | <li><a href="http://ajg9626.cias.rit.edu/trix.html">Trix Rollercoaster</a></li> |
| 31 | + | <li><a href="trix.html">Trix Rollercoaster</a></li> |
| 32 | - | <li><a href="http://ajg9626.cias.rit.edu/bbm.html">Baked By Melissa</a></li> |
| 32 | + | <li><a href="bbm.html">Baked By Melissa</a></li> |
| 33 | - | <li><a href="./anaheimmap_files/anaheimmap.html" class="current">Anaheim Bay Map</a></li> |
| 33 | + | <li><a href="anaheimmap.html" class="current">Anaheim Bay Map</a></li> |
| 34 | - | <li><a href="http://ajg9626.cias.rit.edu/schmidt.html">Schmidt Bros.</a></li> |
| 34 | + | <li><a href="schmidt.html">Schmidt Bros.</a></li> |
| 35 | - | <li><a href="http://ajg9626.cias.rit.edu/lego.html">Interactive Lego</a></li> |
| 35 | + | <li><a href="lego.html">Interactive Lego</a></li> |
| 36 | - | <li><a href="http://ajg9626.cias.rit.edu/marbles.html">Marbles Book</a></li> |
| 36 | + | <li><a href="marbles.html">Marbles Book</a></li> |
| 37 | - | <li><a href="http://ajg9626.cias.rit.edu/bridgescape.html">Bridgescape Posters</a></li> |
| 37 | + | <li><a href="bridgescape.html">Bridgescape Posters</a></li> |
| 38 | - | <li><a href="http://ajg9626.cias.rit.edu/projblind.html">Project Blindside</a></li> |
| 38 | + | <li><a href="projblind.html">Project Blindside</a></li> |
| 39 | - | <li><a href="http://ajg9626.cias.rit.edu/sweetserifs.html">Sweet Serifs</a></li> |
| 39 | + | <li><a href="sweetserifs.html">Sweet Serifs</a></li> |
| 40 | - | <li><a href="http://ajg9626.cias.rit.edu/fishmyths.html">Fish & Myths</a></li> |
| 40 | + | <li><a href="fishmyths.html">Fish & Myths</a></li> |
| 41 | - | <li><a href="http://ajg9626.cias.rit.edu/rxr.html">Royal X-Ray</a></li> |
| 41 | + | <li><a href="rxr.html">Royal X-Ray</a></li> |
| 42 | - | <li><a href="http://ajg9626.cias.rit.edu/faisondw.html">Faison Drapery</a></li> |
| 42 | + | <li><a href="faisondw.html">Faison Drapery</a></li> |
| 43 | </ul></li> | |
| 44 | <br> | |
| 45 | - | <li><a href="http://ajg9626.cias.rit.edu/about.html">About</a></li> |
| 45 | + | <li><a href="about.html">About</a></li> |
| 46 | - | <li><a href="http://ajg9626.cias.rit.edu/contact.html">Contact</a></li> |
| 46 | + | <li><a href="contact.html">Contact</a></li> |
| 47 | - | <li><a href="http://ajg9626.cias.rit.edu/AGresume.pdf">Resume</a></li> |
| 47 | + | <li><a href="AGresume.pdf">Resume</a></li> |
| 48 | </ul> | |
| 49 | ||
| 50 | <br><br><br><br><br><br><br> | |
| 51 | <hr> | |
| 52 | <p>© 2012 Alli Gross</p> | |
| 53 | ||
| 54 | </div> | |
| 55 | </div> | |
| 56 | <div id="content"> | |
| 57 | - | <img id="mapImage" src="./anaheimmap_files/map1.jpg" alt="anaheim bay map"> |
| 57 | + | <img id="mapImage" src="images/map1.jpg" alt="anaheim bay map"> |
| 58 | <table border="0" cellspacing="10" width="665"> | |
| 59 | <tbody><tr> | |
| 60 | <td width="256"><h3>Title</h3><p>Anaheim Bay Park Map</p><br> | |
| 61 | <h3>Skills Used</h3> | |
| 62 | <p>Logo design, symbol and icon design, information design</p></td> | |
| 63 | <td width="375"><h3>Description</h3><p>A map designed for an imaginary park in California. It has an isometric view with buildings to scale to give the audience a better understanding of location. The boats in the bay give the park a lively feel.</p></td> | |
| 64 | </tr> | |
| 65 | </tbody></table> | |
| 66 | ||
| 67 | </div> | |
| 68 | <div id="bullets"> | |
| 69 | - | <img class="bullet" id="map1" src="./anaheimmap_files/currentbullet.png" data-is-apng="no"> |
| 69 | + | <img class="bullet" id="map1" src="images/currentbullet.png"> |
| 70 | - | <img class="bullet" id="map2" src="./anaheimmap_files/bullet.png" data-is-apng="no"> |
| 70 | + | <img class="bullet" id="map2" src="images/bullet.png"> |
| 71 | - | <img class="bullet" id="map3" src="./anaheimmap_files/bullet.png" data-is-apng="no"> |
| 71 | + | <img class="bullet" id="map3" src="images/bullet.png"> |
| 72 | - | <img class="bullet" id="map4" src="./anaheimmap_files/bullet.png" data-is-apng="no"> |
| 72 | + | <img class="bullet" id="map4" src="images/bullet.png"> |
| 73 | </div> | |
| 74 | </div> | |
| 75 | ||
| 76 | ||
| 77 | </body></html> |