<!DOCTYPE>
<html>
  <head>
    <title>h-feed with p-author h-card</title>
  </head>
  <body>

    <div class="h-feed">

      <a class="p-author h-card" href="http://example.com/johndoe/">
        <img class="u-photo" src="http://www.gravatar.com/avatar/fd876f8cd6a58277fc664d47ea10ad19.jpg?s=80&d=mm" />
        <span class="p-name">John Doe</span>
      </a>

      <div class="h-entry">
        <span class="p-name e-content">
          First entry
        </span>
      </div>

      <div class="h-entry">
        <span class="p-name e-content">
          Second entry
        </span>
      </div>

      <div class="h-entry">
        <span class="p-name e-content">
          Third entry
        </span>
      </div>

    </div>

  </body>
</html>