How would I go about getting the images on my gallery page into the white box?
Jsfiddle here: http://jsfiddle.net/uuLk4uyq/
HTML
<section class="mainSection" style="width: 100%">
<h1>Gallery</h1>
<article class="content">
<h2>Gallery</h2>
<ul class="photos">
<li><a href="#"><img src="https://media.licdn.com/mpr/mpr/shrink_120_120/p/7/005/011/058/355e0d5.jpg" /></a></li>
<li><a href="#"><img src="https://media.licdn.com/mpr/mpr/shrink_120_120/p/7/005/011/058/355e0d5.jpg" /></a></li>
<li><a href="#"><img src="https://media.licdn.com/mpr/mpr/shrink_120_120/p/7/005/011/058/355e0d5.jpg" /></a></li>
</ul>
</article>
</section>