Foundations
Tiles
Blocks of content that appear as "tiles" and tend to contain some combination of heading, text, and an image.
Image Tile
ready
<div class="tile tile--image-thumb" data-url="/some/url">
  <a href="/some/url">
    <img alt="Place Kitten" class="img-responsive" src="https://placekitten.com/295/166">
  </a>
  <div class="tile__footer">
    <h3>Content block title</h3>
  </div>
</div>