Skip to content

Instantly share code, notes, and snippets.

@gustavoguichard
Created November 22, 2013 21:01
Show Gist options
  • Select an option

  • Save gustavoguichard/7606812 to your computer and use it in GitHub Desktop.

Select an option

Save gustavoguichard/7606812 to your computer and use it in GitHub Desktop.
Campus Page Old Gallery HTML
<section class="gallery-section" id="cathedral-gallery">
<nav class="gallery-arrows">
<a href="#" class="gallery-arrow arrow-prev">&lt;</a>
<a href="#" class="gallery-arrow arrow-next">&gt;</a>
</nav>
<img src="<?php echo get_template_directory_uri();?>/img/campus/cathedral_gallery_image_1.jpg" class="gallery-img" />
<img src="<?php echo get_template_directory_uri();?>/img/campus/cathedral_gallery_image_2.jpg" class="gallery-img" />
<img src="<?php echo get_template_directory_uri();?>/img/campus/cathedral_gallery_image_3.jpg" class="gallery-img" />
<img src="<?php echo get_template_directory_uri();?>/img/campus/cathedral_gallery_image_4.jpg" class="gallery-img" />
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment