Personal website https://benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

83 lines
5.2 KiB

  1. ---
  2. layout: base
  3. ---
  4. <div id="header">
  5. <h1 id="head">Hi, I'm <span class="color-highlight">Earwig</span>!</h1>
  6. </div>
  7. <div id="content">
  8. <table>
  9. <tr>
  10. <td id="left-box">
  11. <table id="about">
  12. <tr>
  13. <td id="about-tl" class="about-l dark-l">Email</td>
  14. <td id="about-tr" class="about-r dark-r"><a href="mailto:ben.kurtovic@gmail.com">ben.kurtovic@gmail.com</a></td>
  15. </tr>
  16. <tr>
  17. <td class="about-l light-l">IRC</td>
  18. <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>
  19. </tr>
  20. <tr>
  21. <td class="about-l dark-l">PGP Key</td>
  22. <td class="about-r dark-r"><a href="http://pgp.mit.edu:11371/pks/lookup?search=0x8A19649AE8DBB515&amp;fingerprint=on&amp;op=index">E8DBB515</a></td>
  23. </tr>
  24. <tr>
  25. <td class="about-l light-l">Wikipedia</td>
  26. <td class="about-r light-r"><a href="http://en.wikipedia.org/wiki/User:The_Earwig">[[User:The Earwig]]</a></td>
  27. </tr>
  28. <tr>
  29. <td class="about-l dark-l">GitHub</td>
  30. <td class="about-r dark-r"><a href="http://github.com/earwig">earwig</a></td>
  31. </tr>
  32. <tr>
  33. <td class="about-l light-l">BitBucket</td>
  34. <td class="about-r light-r"><a href="https://bitbucket.org/earwig">earwig</a></td>
  35. </tr>
  36. <tr>
  37. <td class="about-l dark-l">Twitter</td>
  38. <td class="about-r dark-r"><a href="http://twitter.com/the_earwig">@the_earwig</a></td>
  39. </tr>
  40. <tr>
  41. <td id="about-bl" class="about-l light-l">Tumblr</td>
  42. <td id="about-br" class="about-r light-r"><a href="http://theearwig.tumblr.com/">theearwig</a></td>
  43. </tr>
  44. </table>
  45. <h2 class="index-header">Projects</h2>
  46. {{ content }}
  47. </td>
  48. <td id="right-box">
  49. <div id="avatar-box">
  50. <img id="avatar" src="https://secure.gravatar.com/avatar/1b21804852ac50fee9f8e03cfa0da786?s=140" title="Earwig" alt="Earwig" />
  51. </div>
  52. <p id="about-me-top">I'm Ben Kurtovic, a student, software developer, and <a href="http://en.wikipedia.org/">Wikipedian</a> who occasionally messes around with game production. I'm the guy behind <a href="https://github.com/earwig/mwparserfromhell">mwparserfromhell</a> and <a href="http://en.wikipedia.org/wiki/User:EarwigBot">EarwigBot</a>.</p>
  53. <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>
  54. <h2 class="index-header">Posts</h2>
  55. <ul id="post-list">
  56. {% for post in site.posts %}
  57. <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>
  58. {% endfor %}
  59. </ul>
  60. <h2 class="index-header"><a class="incognito" href="https://twitter.com/the_earwig">Tweets</a></h2>
  61. <div id="follow-button-box"><a href="https://twitter.com/the_earwig" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @the_earwig</a>
  62. <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>
  63. <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/the_earwig" data-widget-id="392426863047364608" data-chrome="noheader" data-tweet-limit="5">Tweets by @the_earwig</a>
  64. <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>
  65. </td>
  66. </tr>
  67. </table>
  68. </div>
  69. <script type="text/javascript">
  70. var disqus_shortname = 'earwig';
  71. var disqus_title = '{{ page.title }}';
  72. var disqus_url = 'http://earwig.github.com{{ page.url }}';
  73. var disqus_developer = 1;
  74. (function () {
  75. var s = document.createElement('script'); s.async = true;
  76. s.type = 'text/javascript';
  77. s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
  78. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
  79. }());
  80. </script>