Created
November 12, 2015 07:11
-
-
Save Mashpy/09d002e1021e6d7f756a to your computer and use it in GitHub Desktop.
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
<div class="row"> | |
[staff_loop] | |
<div class="span2"> | |
<div class="backoverlay"> | |
<img class="staff-member-photo" src="[staff-photo-url]" alt="[staff-name] : [staff-position]"> | |
<div class="overlay" /> | |
</div> | |
<div class="staff-member-info-wrap"> | |
[staff-name-formatted] | |
[staff-position-formatted] | |
[staff-email-link] | |
</div> | |
</div> | |
[/staff_loop] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment