Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Photography</title>
<link href="stylesheet2.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Bad+Script|Kaushan+Script|Poiret+One'  rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="gallery.js"></script>
<!--METADATA-->
<meta name="description" content="A digital portfolio page showcasing Chloe Hammond's most recent projects from her New Media degree course at the University of Leeds. "/>
<meta name="keywords" content="chloe, hammond, portfolio, digital, new, media, experience, contact, work, university, student, leeds, intern, internship, freelance"/>
</head>
<body>
<div class="wrapper">
<div class="navigation"> 
    <h2><ul>
        <li><a href="portfolio.html">Portfolio</a>  
            |
            <ul>
            <li><a href="design.html">Design</a></li>
            <li><a href="photo.html">Photo</li>
            <li><a href="motion.html">Motion</li>
            <li><a href="web.html">Web</li>&nbsp;|
         </ul>
         </li>
        <li><a href="about2.html">About</a></li>
         |
        <li><a href="contact2.html">Contact</a></li> 
    </ul></h2>
    </li></div>
    &nbsp;
    
    <div class="social-sidebar-buttons"   
 
     <a href="http://www.facebook.com/chloe.hammond.7"><img src="http://me14ch.leedsnewmedia.net/portfolio/facebook2.png" target="_blank" alt="Connect with Chloe on Facebook"/></a>                                              
  <a href="https://twitter.com/ChloeHammondx" title="twitter"><img src="http://me14ch.leedsnewmedia.net/portfolio/twitter2.png" target="_blank" alt="Connect with Chloe on Twitter" /></a>
<a href="https://instagram.com/chloelouisehammond/" title="Instagram"><img src="http://me14ch.leedsnewmedia.net/portfolio/instagram2.png" target="_blank" alt="View Chloe's Instagram feed" /></a>
<a href="mailto:chloehammond@live.co.uk" title="email"><img src="http://me14ch.leedsnewmedia.net/portfolio/mailto2.png" target="_blank" alt="Email Chloe" /></a> 
    </div> 
    
    <div class="titles"><h1>Photo</h1></div>
    
    <div class="main-content">
    <ul>
    <li> TRAVEL
    <h2>(click on the box to expand gallery)</h2>
<div class="wrap">
  <div id="picture1" class="deck"> 
      <img src="http://www.me14ch.leedsnewmedia.net/portfolio/gallery/newyork1.JPG">
      </a>
    </div>
  <div id="picture2" class="deck">
      <img src="http://www.me14ch.leedsnewmedia.net/portfolio/gallery/newyork2.JPG">
      </a></div>
  <div id="picture3" class="deck"> 
      <img src="http://www.me14ch.leedsnewmedia.net/portfolio/gallery/newyork3.JPG">
      </a></div>
  <div id="picture4" class="deck">
      <img src="http://www.me14ch.leedsnewmedia.net/portfolio/gallery/newyork4.JPG">
      </a></div>
  <div id="picture5" class="deck">
      <img src="http://www.me14ch.leedsnewmedia.net/portfolio/gallery/newyork5.JPG">
      </a></div>
</div>
      <div id="close"><p>&laquo; collapse gallery</p></div>
      
      <div id="lightbox">
    <div id="lightwrap">
     <div id="x"></div>
    </div>
</div>
    
    
    
    
    </li>
    <li></li>
    <li></li>
    <li></li>
    <li></li>
    </ul>
  
    
    
    </div>
<body>
</body>
</html>
 
@charset "UTF-8";
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.navigation li {
    display: inline;
}
a {
    color: grey;
    text-decoration: inherit;
}
a:hover {
    color: black;
}
.current {
    border-bottom: 2px solid;
    display: table;
    font-weight: normal;
    margin-bottom: 5px;
}
.wrapper {
    text-align: center;
}
h1 {
    color: #fadbc8;
    font-family: "Kaushan Script";
    font-size: 4em;
}
h2 {
    font-family: "Poiret One";
    font-size: 1.25em;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
}
.header {
    float: left;
    margin-top: 12%;
    text-align: center;
    width: 100%;
}
.titles {
    margin: 2.5% auto 0;
    text-align: center;
    width: 100%;
}
.navigation {
    float: right;
    margin-right: 2%;
    margin-top: 2%;
}
.photo img {
    border: 3px solid #fadbc8;
    border-radius: 50%;
    height: 12%;
    margin-top: 30px;
    width: 12%;
}
.navigation ul li ul {
    margin: 0;
}
.navigation ul ul {
    display: none;
}
.navigation ul li:hover > ul {
    display: inline;
}
.navigation ul li ul li:hover {
    background-color: #fadbc8;
    color: black;
    text-decoration: underline;
}
.social-sidebar-buttons {
    float: left;
    left: -5%;
    position: fixed;
    top: 90%;
    width: 30%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
p {
    color: #6cbdeb;
    font-family: arial,helvetica,sans-serif;
    font-size: 24px;
    text-shadow: 1px 1px 1px #000;
}
.wrap {
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 1125px;
}
.deck {
    border: 3px solid #fadbc8;
    cursor: pointer;
    font-size: 50px;
    height: 202px;
    left: 0;
    line-height: 200px;
    margin: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 202px;
}
.deck a {
    color: black;
}
.deck img {
    height: 200px;
    width: 200px;
}
.album {
    border: 1px solid #fadbc8;
    float: left;
    height: 200px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 200px;
}
#close {
    display: none;
    margin: 30px auto 0;
    position: relative;
    width: 1125px;
}
#close p {
    cursor: pointer;
    margin: 0 20px;
    text-align: right;
}
#lightbox {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#lightwrap {
    border: 5px solid black;
    display: table;
    margin: 0 auto;
    position: relative;
    top: 15%;
}
#lightwrap img {
    display: table-cell;
    max-width: 600px;
}
#x {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==");
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 27px;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers