Personal website https://benkurtovic.com/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

86 řádky
4.5 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@verizon.net">ben.kurtovic@verizon.net</a></td>
  15. </tr>
  16. <tr>
  17. <td class="about-l light-l">IRC</td>
  18. <td class="about-r light-r"><a href="irc://irc.freenode.net/&#35;&#35;earwig">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">Toolserver</td>
  30. <td class="about-r dark-r"><a href="http://toolserver.org/~earwig">~earwig</a></td>
  31. </tr>
  32. <tr>
  33. <td class="about-l light-l">GitHub</td>
  34. <td class="about-r light-r"><a href="http://github.com/earwig">earwig</a></td>
  35. </tr>
  36. <tr>
  37. <td class="about-l dark-l">BitBucket</td>
  38. <td class="about-r dark-r"><a href="https://bitbucket.org/earwig">earwig</a></td>
  39. </tr>
  40. <tr>
  41. <td class="about-l light-l">Twitter</td>
  42. <td class="about-r light-r"><a href="http://twitter.com/the_earwig">@the_earwig</a></td>
  43. </tr>
  44. <tr>
  45. <td id="about-bl" class="about-l dark-l">Tumblr</td>
  46. <td id="about-br" class="about-r dark-r"><a href="http://theearwig.tumblr.com/">theearwig</a></td>
  47. </tr>
  48. </table>
  49. <h2 class="index-header">Projects</h2>
  50. {{ content }}
  51. </td>
  52. <td id="right-box">
  53. <div id="avatar-box">
  54. <img id="avatar" src="https://secure.gravatar.com/avatar/1b21804852ac50fee9f8e03cfa0da786?s=140" title="Earwig" alt="Earwig" />
  55. </div>
  56. <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="http://en.wikipedia.org/wiki/User:EarwigBot">EarwigBot</a>. I love <a href="http://en.wikipedia.org/wiki/My_Little_Pony%3A_Friendship_Is_Magic">ponies</a>!</p>
  57. <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>
  58. <h2 class="index-header">Tweets</h2>
  59. <ul id="tweets">
  60. <li><a href="http://twitter.com/the_earwig">More...</a></li>
  61. </ul>
  62. <h2 class="index-header">Posts</h2>
  63. <ul>
  64. {% for post in site.posts %}
  65. <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>
  66. {% endfor %}
  67. </ul>
  68. </td>
  69. </tr>
  70. </table>
  71. </div>
  72. <script type="text/javascript">
  73. var disqus_shortname = 'earwig';
  74. var disqus_title = '{{ page.title }}';
  75. var disqus_url = 'http://earwig.github.com{{ page.url }}';
  76. var disqus_developer = 1;
  77. (function () {
  78. var s = document.createElement('script'); s.async = true;
  79. s.type = 'text/javascript';
  80. s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
  81. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
  82. }());
  83. </script>