my eye

h-feed_with_p-author_h-card.html

Raw

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

    <div class="h-feed">
      <div class="p-author h-card">
        <a class="u-url" 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>

      <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>