Personal website https://benkurtovic.com/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

13 роки тому
12 роки тому
12 роки тому
10 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
10 роки тому
12 роки тому
10 роки тому
10 роки тому
10 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
10 роки тому
12 роки тому
10 роки тому
10 роки тому
12 роки тому
12 роки тому
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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="//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="//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="//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="//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="//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="//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>
  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="//twitter.com/the_earwig">Tweets</a></h2>
  61. <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>
  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="//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 = '//' + disqus_shortname + '.disqus.com/count.js';
  78. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
  79. }());
  80. </script>