Skip to content

Instantly share code, notes, and snippets.

@henrikakselsen
Last active March 30, 2016 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrikakselsen/247d2b722576a052c26d9e07c610dfbd to your computer and use it in GitHub Desktop.
Save henrikakselsen/247d2b722576a052c26d9e07c610dfbd to your computer and use it in GitHub Desktop.
<div itemscope itemtype="http://schema.org/ProfilePage">
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="circle" src="http://cdn2.hubspot.net/hubfs/536142/Frontkom_profiles/[name]2x.jpg" alt="[name]" title="[name]" width="320" style="width: 320; margin: 0px 0px 10px 10px; float: right;" data-constrained="true">
<h1><span itemprop="name">[name]</span></h1>
<p class="lead">
<strong><span itemprop="jobTitle">[title]</span></strong><br>
Telefon: <a href="tel:[phone]"><span itemprop="telephone">[phone]</span></a><br>
E-post: <a href="mailto:[email]"><span itemprop="email">[email]</span></a><br>
Sted: <span itemprop="workLocation">[location]</span>
</p>
<div itemprop="description">
<p>[utdanning]</p>
<p>[Opptatt av]</p>
<blockquote>[Dette vil jeg si til verden]</blockquote>
<p>[fun fact]</p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment