Skip to content

Instantly share code, notes, and snippets.

@mhoang
Created September 9, 2014 22:30
Show Gist options
  • Select an option

  • Save mhoang/b17add6637d254d4abf3 to your computer and use it in GitHub Desktop.

Select an option

Save mhoang/b17add6637d254d4abf3 to your computer and use it in GitHub Desktop.
<div class="thumb-container"> // container
<span class="plane top backface"></span> // top plane
<img class="cover-thumb backface" alt="{{{ $people->full_name }}}" src="{{{ $people->headshot->image }}}"/> // front plane
<span class="plane bottom backface"></span> // bottom plane
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment