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.
 
 
 
 

79 lines
5.0 KiB

  1. ---
  2. layout: base
  3. ---
  4. <div id="header">
  5. <h1 id="head">Ben Kurtovic</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><br /><a href="mailto:kurtovc2@illinois.edu">kurtovc2@illinois.edu</a></td>
  15. </tr>
  16. <tr>
  17. <td class="about-l light-l">GitHub</td>
  18. <td class="about-r light-r"><a href="//github.com/earwig">earwig</a></td>
  19. </tr>
  20. <tr>
  21. <td class="about-l dark-l">IRC</td>
  22. <td class="about-r dark-r"><a href="http://webchat.freenode.net/?channels=%23%23earwig">Earwig</a> on <a href="irc://irc.freenode.net">irc.freenode.net</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">Twitter</td>
  30. <td class="about-r dark-r"><a href="//twitter.com/the_earwig">@the_earwig</a></td>
  31. </tr>
  32. <tr>
  33. <td class="about-l light-l">LinkedIn</td>
  34. <td class="about-r light-r"><a href="//linkedin.com/in/benkurtovic">benkurtovic</a></td>
  35. </tr>
  36. <tr>
  37. <td id="about-bl" class="about-l dark-l">PGP Key</td>
  38. <td id="about-br" 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>
  39. </tr>
  40. </table>
  41. <h2 class="index-header">Projects</h2>
  42. {{ content }}
  43. </td>
  44. <td id="right-box">
  45. <div id="avatar-box">
  46. <img id="avatar" src="//secure.gravatar.com/avatar/1b21804852ac50fee9f8e03cfa0da786?s=140" title="Earwig" alt="Earwig" />
  47. </div>
  48. <p id="about-me-top">I'm a software developer and <a href="//en.wikipedia.org/">Wikipedian</a> currently studying computer science at the <a href="//illinois.edu/">University of Illinois at Urbana&ndash;Champaign</a>. 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>
  49. <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 strange ramblings in blog form.</p>
  50. <h2 class="index-header">Posts</h2>
  51. <ul id="post-list">
  52. {% for post in site.posts %}
  53. <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>
  54. {% endfor %}
  55. </ul>
  56. <h2 class="index-header"><a class="incognito" href="//twitter.com/the_earwig">Tweets</a></h2>
  57. <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>
  58. <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>
  59. <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>
  60. <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>
  61. </td>
  62. </tr>
  63. </table>
  64. </div>
  65. <script type="text/javascript">
  66. var disqus_shortname = 'earwig';
  67. var disqus_title = '{{ page.title }}';
  68. var disqus_url = 'http://earwig.github.com{{ page.url }}';
  69. var disqus_developer = 1;
  70. (function () {
  71. var s = document.createElement('script'); s.async = true;
  72. s.type = 'text/javascript';
  73. s.src = '//' + disqus_shortname + '.disqus.com/count.js';
  74. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
  75. }());
  76. </script>