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.

преди 13 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
преди 12 години
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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>
  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/##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">GitHub</td>
  26. <td class="about-r light-r"><a href="http://github.com/earwig">earwig</a></td>
  27. </tr>
  28. <tr>
  29. <td class="about-l dark-l">Wikipedia</td>
  30. <td class="about-r dark-r"><a href="http://en.wikipedia.org/wiki/User:The_Earwig">[[User:The Earwig]]</a></td>
  31. </tr>
  32. <tr>
  33. <td class="about-l light-l">Twitter</td>
  34. <td class="about-r light-r"><a href="http://twitter.com/the_earwig">@the_earwig</a></td>
  35. </tr>
  36. <tr>
  37. <td class="about-l dark-l">Tumblr</td>
  38. <td class="about-r dark-r"><a href="http://theearwig.tumblr.com/">theearwig</a></td>
  39. </tr>
  40. <tr>
  41. <td id="about-bl" class="about-l light-l">Toolserver</td>
  42. <td id="about-br" class="about-r light-r"><a href="http://toolserver.org/~earwig">~earwig</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="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>
  53. <p>On this page, you can find my identities on a few other sites, check out the project's I'm working on, and read some of my incessant ramblings in blog form:</p>
  54. <h2 class="index-header">Posts</h2>
  55. <ul>
  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 }}</span></li>
  58. {% endfor %}
  59. </ul>
  60. </td>
  61. </tr>
  62. </table>
  63. </div>