|
- ---
- layout: base
- ---
-
- <div id="header">
- <h1 id="head">Hi, I'm <span class="color-highlight">Earwig</span>!</h1>
- </div>
- <div id="content">
- <table>
- <tr>
- <td id="left-box">
- <table id="about">
- <tr>
- <td id="about-tl" class="about-l dark-l">Email</td>
- <td id="about-tr" class="about-r dark-r"><a href="mailto:ben.kurtovic@gmail.com">ben.kurtovic@gmail.com</a></td>
- </tr>
- <tr>
- <td class="about-l light-l">IRC</td>
- <td class="about-r light-r"><a href="http://webchat.freenode.net/?channels=%23%23earwig">Earwig</a> on <a href="irc://irc.freenode.net">irc.freenode.net</a></td>
- </tr>
- <tr>
- <td class="about-l dark-l">PGP Key</td>
- <td class="about-r dark-r"><a href="http://pgp.mit.edu:11371/pks/lookup?search=0x8A19649AE8DBB515&fingerprint=on&op=index">E8DBB515</a></td>
- </tr>
- <tr>
- <td class="about-l light-l">Wikipedia</td>
- <td class="about-r light-r"><a href="//en.wikipedia.org/wiki/User:The_Earwig">[[User:The Earwig]]</a></td>
- </tr>
- <tr>
- <td class="about-l dark-l">GitHub</td>
- <td class="about-r dark-r"><a href="//github.com/earwig">earwig</a></td>
- </tr>
- <tr>
- <td class="about-l light-l">BitBucket</td>
- <td class="about-r light-r"><a href="//bitbucket.org/earwig">earwig</a></td>
- </tr>
- <tr>
- <td class="about-l dark-l">Twitter</td>
- <td class="about-r dark-r"><a href="//twitter.com/the_earwig">@the_earwig</a></td>
- </tr>
- <tr>
- <td id="about-bl" class="about-l light-l">Tumblr</td>
- <td id="about-br" class="about-r light-r"><a href="http://theearwig.tumblr.com/">theearwig</a></td>
- </tr>
- </table>
- <h2 class="index-header">Projects</h2>
- {{ content }}
- </td>
-
- <td id="right-box">
- <div id="avatar-box">
- <img id="avatar" src="//secure.gravatar.com/avatar/1b21804852ac50fee9f8e03cfa0da786?s=140" title="Earwig" alt="Earwig" />
- </div>
- <p id="about-me-top">I'm Ben Kurtovic, a student, software developer, and <a href="//en.wikipedia.org/">Wikipedian</a> who occasionally messes around with game production. I'm the guy behind <a href="//github.com/earwig/mwparserfromhell">mwparserfromhell</a> and <a href="//en.wikipedia.org/wiki/User:EarwigBot">EarwigBot</a>.</p>
- <p>On this page, you can find my identities on a few other sites, check out the projects I'm working on, and read some of my incessant ramblings in blog form.</p>
- <h2 class="index-header">Posts</h2>
- <ul id="post-list">
- {% for post in site.posts %}
- <li class="post">{{ post.date | date: "%b %d, %Y" }}: <a class="invert" href="{{ post.url }}">{{ post.title }}</a><br /><span class="description">{{ post.description }} (<a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.id }}"></a>)</span></li>
- {% endfor %}
- </ul>
- <h2 class="index-header"><a class="incognito" href="//twitter.com/the_earwig">Tweets</a></h2>
- <div id="follow-button-box"><a href="//twitter.com/the_earwig" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @the_earwig</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>
- <a class="twitter-timeline" data-dnt="true" href="//twitter.com/the_earwig" data-widget-id="392426863047364608" data-chrome="noheader" data-tweet-limit="5">Tweets by @the_earwig</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
- </td>
- </tr>
- </table>
- </div>
- <script type="text/javascript">
- var disqus_shortname = 'earwig';
- var disqus_title = '{{ page.title }}';
- var disqus_url = 'http://earwig.github.com{{ page.url }}';
- var disqus_developer = 1;
- (function () {
- var s = document.createElement('script'); s.async = true;
- s.type = 'text/javascript';
- s.src = '//' + disqus_shortname + '.disqus.com/count.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
- }());
- </script>
|