Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <section class="teams">
  2.                 <div class="teams__department">
  3.                     <h2 class="teams__title">Department Name</h2>
  4.                     <p class="teams__description">Short description of this department goes here, ideally a couple of paragraphs at most. Short description of this department goes here, ideally a couple of paragraphs at most.</p>
  5.                     <ul class="teams__members">
  6.                         <li class="teams__member">
  7.                             <img src="/" class="teams__photo" alt="John Hornsby"/>
  8.                             <h3 class="teams__name">John Hornsby</h3>
  9.                         </li>
  10.                     </ul>
  11.                 </div>
  12.             </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement