Blank hCard templates

I promise after this we’ll hear enough about microformats for today. I’ve found myself referring to my own posts on this, so I’ve created a microformats tag and am making this post with blank forms that I can copy and paste at work.

Blank hCard template for company

<div class="vcard">
  <span class="fn org">
    <span class="organization-name"></span>
    <span class="organization-unit"></span>
  </span>,
  <span class="adr">
    <span class="extended-address"></span>, <span class="street-address"></span>,
    <span class="locality"></span>, <span class="postal-code"></span>
  </span>
</div>

Blank hCard template for individual

<div class="vcard">
  <span class="fn n">
    <span class="given-name"></span>
    <span class="family-name"></span>
  </span>,
  <span class="title role"></span>,
  <span class="org">
    <span class="organization-name"></span>
    <span class="organization-unit"></span>
  </span>
  Phone: <span class="tel"></span><br />
  Email: <a href="mailto:" class="email"></a>
</div>

Consider this an informal licence to use these templates for whatever you like. No credit or link required; point folks at my posts on microformats if you think they’ll be helpful.

(If you use them for a site or page that is pro-religion or is about sex, alcohol, smoking, cruel treatment of animals, or disreputable or illegal activities, please don’t link back!)

About Herm

Worlds Built Cheap
This entry was posted in microformats, web. Bookmark the permalink.