syntax; extra meta; wording fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Thanks for visiting! This is a personal blog – it reflects my own opinions and not those of my employers, past or present.<br />
|
||||
This site is <a href="https://github.com/dpb587/dpb587.github.com">open-source</a>.
|
||||
Unless noted, software code is licensed under <a href="http://opensource.org/licenses/mit-license.php">MIT License</a> and all other content under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY</a>.
|
||||
</header>
|
||||
</footer>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
<script>(function(){var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://apis.google.com/js/plusone.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po,s);})();</script>
|
||||
</body>
|
||||
|
||||
@@ -11,13 +11,19 @@
|
||||
<link href="/include/site/pygments.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Danny Berger (blog)" />
|
||||
|
||||
{% if page.description %}
|
||||
<meta name="description" content="{{ page.description }}" />
|
||||
{% endif %}
|
||||
|
||||
<meta name="twitter:site" content="dpb587" />
|
||||
<meta name="twitter:creator" content="dpb587" />
|
||||
|
||||
{% if page.description %}
|
||||
<meta name="description" content="{{ page.description }}" />
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
{% endif %}
|
||||
|
||||
<link rel="canonical" content="{{ page.url }}" />
|
||||
<meta property="og:title" content="{% if page.title == 'Home' %}Danny Berger{% else %}{{ page.title }}{% endif %}" />
|
||||
<meta property="og:url" content="{{ page.url }}?utm_campaign=ref&utm_medium=def&utm_source=opengraph" />
|
||||
<meta name="twitter:url" content="{{ page.url }}?utm_campaign=ref&utm_medium=def&utm_source=twitter" />
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-37464314-1']);
|
||||
@@ -49,6 +55,10 @@
|
||||
<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>
|
||||
</span>
|
||||
·
|
||||
<a href="mailto:dpb587@gmail.com">email</a>
|
||||
</div>
|
||||
|
||||
@@ -18,8 +18,9 @@ layout: default
|
||||
|
||||
<p>
|
||||
I am especially familiar with 'cloud' concepts, e-commerce, server administration, and web applications. When
|
||||
working on a project, my preferred technologies are Linux, PHP (symfony2 lately) and JavaScript (node.js
|
||||
especially). I enjoy experimenting with ideas, but I like discussing my recent experiences with the following:
|
||||
working on a project, my preferred technologies are Linux, PHP (with symfony2, lately) and JavaScript (node.js,
|
||||
especially). I greatly enjoy experimenting with random ideas, but I have especially enjoyed my recent experience
|
||||
with the following:
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
@@ -78,7 +79,7 @@ layout: default
|
||||
<dd>
|
||||
<a href="http://aws.amazon.com/">aws</a> ·
|
||||
<a href="https://www.facebook.com/">facebook</a> ·
|
||||
<a href="https://github..com/">github</a> ·
|
||||
<a href="https://github.com/">github</a> ·
|
||||
<a href="https://www.paypal.com/">paypal</a> ·
|
||||
<a href="http://www.twilio.com/">twilio</a>
|
||||
</dd>
|
||||
|
||||
Reference in New Issue
Block a user