Personal website https://benkurtovic.com/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

75 wiersze
4.0 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/##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. <div id="twitter"></div>
  61. <li><a href="http://twitter.com/the_earwig">More...</a></li>
  62. </ul>
  63. <h2 class="index-header">Posts</h2>
  64. <ul>
  65. {% for post in site.posts %}
  66. <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>
  67. {% endfor %}
  68. </ul>
  69. </td>
  70. </tr>
  71. </table>
  72. </div>