Skip to content

Commit

Permalink
Add target=_blank; unstretch picture.
Browse files Browse the repository at this point in the history
  • Loading branch information
mulderje committed May 18, 2015
1 parent 1278c99 commit 301c6ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.jonmulder.com" />
<meta property="og:image" content="https://www.jonmulder.com/img/me.jpg" />
<meta property="og:image:height" content="144" />
<meta property="og:image:width" content="144" />
<meta property="og:image:height" content="138" />
<meta property="og:image:width" content="158" />
<meta property="og:description" content="Jumper page with ways to get ahold of me." />

<meta name="twitter:card" content="summary" />
Expand All @@ -38,8 +38,8 @@
#follow-icons a { color: #ccc; }
#follow-icons a:hover { color: #2c3e50; }
#header img {
width: 9em;
height: 9em;
width: 8.63em;
height: 9.88em;
border-radius: 4.5em;
-moz-border-radius: 4.5em;
-webkit-border-radius: 4.5em;
Expand All @@ -53,11 +53,11 @@
<h1>Jon Mulder</h1>
</div>
<div id="follow-icons">
<a href="https://facebook.com/mulderje" rel="me"><i class="fa fa-facebook-square fa-3x" title="Facebook"></i></a>
<a href="https://twitter.com/mulderje" rel="me"><i class="fa fa-twitter-square fa-3x" title="Twitter"></i></a>
<a href="https://instagram.com/mulderje" rel="me"><i class="fa fa fa-instagram fa-3x" title="Instagram"></i></a>
<a href="https://linkedin.com/in/mulderje" rel="me"><i class="fa fa-linkedin-square fa-3x" title="LinkedIn"></i></a>
<a href="https://github.com/mulderje" rel="me"><i class="fa fa-github-square fa-3x" title="GitHub"></i></a>
<a href="https://facebook.com/mulderje" rel="me" target="_blank"><i class="fa fa-facebook-square fa-3x" title="Facebook"></i></a>
<a href="https://twitter.com/mulderje" rel="me" target="_blank"><i class="fa fa-twitter-square fa-3x" title="Twitter"></i></a>
<a href="https://instagram.com/mulderje" rel="me" target="_blank"><i class="fa fa fa-instagram fa-3x" title="Instagram"></i></a>
<a href="https://linkedin.com/in/mulderje" rel="me" target="_blank"><i class="fa fa-linkedin-square fa-3x" title="LinkedIn"></i></a>
<a href="https://github.com/mulderje" rel="me" target="_blank"><i class="fa fa-github-square fa-3x" title="GitHub"></i></a>
</div>
</div>
<script type="application/ld+json">
Expand Down

0 comments on commit 301c6ff

Please sign in to comment.