Created
November 22, 2013 21:01
-
-
Save gustavoguichard/7606812 to your computer and use it in GitHub Desktop.
Campus Page Old Gallery HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="gallery-section" id="cathedral-gallery"> | |
| <nav class="gallery-arrows"> | |
| <a href="#" class="gallery-arrow arrow-prev"><</a> | |
| <a href="#" class="gallery-arrow arrow-next">></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