Created
June 13, 2011 05:00
-
-
Save ardianzzz/1022330 to your computer and use it in GitHub Desktop.
Profile Microdata & Microformats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div itemscope="" itemtype="http://data-vocabulary.org/Person" class="vcard"> | |
<img itemprop="photo" class="photo" src="IMAGE SOURCE" alt="" /> | |
<span itemprop="name" class="fn">YOUR NAME</span> | |
<span itemprop="nickname" class="nickname">NICKNAME</span> | |
<span itemprop="title" class="title">TITLE WORK</span> | |
<a href="#" itemprop="affiliation" class="org">WORKPLACE</a> | |
<a href="#" itemprop="url" class="url">URL</a> | |
<a href="mailto:EMAIL" itemprop="work" class="email">EMAIL</a>. | |
<span itemprop="address" itemscope="" itemtype="http://data-vocabulary.org/Address" class="adr"> | |
<span itemprop="locality" class="locality">LOCAL</span> | |
<span itemprop="region" class="region">REGION</span> | |
<span itemprop="country-name" class="country-name">COUNTRY</span> | |
</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment