Add some structured data
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
<meta name="twitter:card" content="photo" />
|
||||
<meta name="twitter:image:src" content="{{ site.asset_prefix }}{{ page.url|replace:".html","~640.jpg" }}" />
|
||||
{% else %}
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:card" content="summary" />
|
||||
{% if page.primary_image %}
|
||||
<meta name="twitter:image:src" content="{{ site.asset_prefix }}{{ page.primary_image }}">
|
||||
<meta name="twitter:image:src" content="{{ site.asset_prefix }}{{ page.primary_image }}" />
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -90,8 +90,6 @@
|
||||
<a class="subtle" href="http://dpb587.me/">dpb587</a>
|
||||
·
|
||||
<a href="https://github.com/dpb587">github</a>
|
||||
·
|
||||
<a href="http://www.linkedin.com/in/dpb587">linkedin</a>
|
||||
<span style="display:none;">
|
||||
·
|
||||
<a href="https://plus.google.com/101881290181099762326?rel=author">google+</a>
|
||||
|
||||
25
about.html
25
about.html
@@ -5,10 +5,22 @@ description: I'm a software engineer who enjoys pushing the limits of web techno
|
||||
print_blurb: "résumé"
|
||||
---
|
||||
|
||||
<section>
|
||||
<section itemscope itemtype="http://schema.org/Person" itemid="http://dpb587.me/">
|
||||
<meta itemprop="givenName" content="Danny" />
|
||||
<meta itemprop="familyName" content="Berger" />
|
||||
<meta itemprop="gender" content="male" />
|
||||
<meta itemprop="jobTitle" content="Software Engineer" />
|
||||
<meta itemprop="name" content="Danny Berger" />
|
||||
<meta itemprop="email" content="dpb587@gmail.com" />
|
||||
<link itemprop="url" href="http://dpb587.me/" />
|
||||
<link itemprop="image" href="http://www.gravatar.com/avatar/5544fe6a05400da5a8957ff29dd6718c.png?s=128" />
|
||||
<link itemprop="sameAs" href="https://github.com/dpb587" />
|
||||
<link itemprop="sameAs" href="https://plus.google.com/101881290181099762326" />
|
||||
|
||||
|
||||
<h1 class="screen-only">About</h1>
|
||||
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
I am a <em>software engineer</em> who enjoys pushing the limits of <em>web technology</em> and applying them to
|
||||
<em>business processes</em>. Ideally, my job provides me with technical challenges that need
|
||||
<em>well-designed</em> solutions. I have a solid understanding of industry best practices, but I am more
|
||||
@@ -16,6 +28,7 @@ print_blurb: "résumé"
|
||||
improved</em>.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Skill Set</h2>
|
||||
|
||||
<p>
|
||||
@@ -94,9 +107,9 @@ print_blurb: "résumé"
|
||||
|
||||
<h2>Experience</h2>
|
||||
|
||||
<p style="page-break-inside:avoid;">
|
||||
<p style="page-break-inside:avoid;" itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
|
||||
<strong>Software Developer</strong> · August '13 – present, contractor<br />
|
||||
City Index Ltd – Labs Team (<a href="http://www.cityindex.co.uk/"><span class="print-only">www.cityindex.co.uk</span><span class="screen-only">website</span></a>) · London, England
|
||||
<span itemprop="name">City Index Ltd – Labs Team</span> (<a href="http://www.cityindex.co.uk/" itemprop="url"><span class="print-only">www.cityindex.co.uk</span><span class="screen-only">website</span></a>) · London, England
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -162,9 +175,9 @@ print_blurb: "résumé"
|
||||
|
||||
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
|
||||
|
||||
<p style="page-break-inside:avoid;">
|
||||
<p style="page-break-inside:avoid;" itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
|
||||
<strong>Software Systems Engineer</strong> · June '06 – present<br />
|
||||
The Loopy Ewe (<a href="https://theloopyewe.com/"><span class="print-only">theloopyewe.com</span><span class="screen-only">website</span></a>) · Fort Collins, Colorado
|
||||
<span itemprop="name">The Loopy Ewe</span> (<a href="https://theloopyewe.com/" itemprop="url"><span class="print-only">theloopyewe.com</span><span class="screen-only">website</span></a>) · Fort Collins, Colorado
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user