PageRenderTime 53ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/tsbarnes/templates/about.html

https://bitbucket.org/tsbarnes/tsbarnes.com
HTML | 113 lines | 109 code | 4 blank | 0 comment | 0 complexity | 0f9929714345fa197b177263c9ca7e19 MD5 | raw file
  1. {% extends "base.html" %}
  2. {% block last_edited %}
  3. 2013-04-30
  4. {% endblock %}
  5. {% block sbleft %}
  6. <hr>
  7. <section>
  8. <h3>External Links</h3>
  9. <ul>
  10. <li><a class="zocial-googleplus" href="https://plus.google.com/117097409595871683738"><span>Google+</span></a></li>
  11. <li><a class="zocial-facebook" href="http://www.facebook.com/TScottBarnes"><span>Facebook</span></a></li>
  12. <li><a class="zocial-linkedin" href="http://www.linkedin.com/in/tsbarnes"><span>LinkedIn</span></a></li>
  13. <li><a class="zocial-twitter" href="http://twitter.com/tscottbarnes"><span>Twitter</span></a></li>
  14. </ul>
  15. </section>
  16. {% endblock %}
  17. {% block content %}
  18. <section class="about-me">
  19. <h3>About Me</h3>
  20. <h4>Professional Info</h4>
  21. <p>
  22. I'm a software/Web developer with almost 20 years of experience in
  23. the open source community. Currently I'm doing freelance work, and
  24. have my own startup company, <a href="http://llc.no-dice.net/">No
  25. Dice</a>. My company's first product is
  26. <a href="https://no-dice.net/">No-Dice.Net</a>, a web platform for
  27. tabletop games.
  28. </p>
  29. <p>
  30. I've been working with <a href="http://opensource.org/">open source
  31. software</a> since around 1995, when I first installed
  32. <a href="http://slackware.com/">Slackware</a> on my computer after
  33. getting tired of the constant issues
  34. <a href="http://wikipedia.org/wiki/Windows_95">Windows 95</a>
  35. would have. Having used
  36. <a href="http://en.wikipedia.org/wiki/Solaris_%28operating_system%29">
  37. Solaris</a> at a friend's house (his father used it for work), I
  38. decided to look for a <a href="http://en.wikipedia.org/wiki/Unix-like">
  39. Unix-like</a> I could run. I stumbled across
  40. <a href="http://slackware.com/">Slackware</a>, and have used
  41. <a href="https://en.wikipedia.org/wiki/Linux">Linux</a> as my primary
  42. operating system ever since. I still try out other OSes, it's a hobby
  43. of mine.
  44. </p>
  45. <p>
  46. After using <a href="http://slackware.com/">Slackware</a> for about a
  47. week I decided I wanted to contribute something back, and started
  48. learning all I could about programming and package management
  49. solutions. Having had experience with
  50. <a href="https://en.wikipedia.org/wiki/C_%28programming_language%29">C</a>
  51. in school (which I later learned was unusual, as most schools
  52. jump from <a href="https://en.wikipedia.org/wiki/BASIC">BASIC</a> to
  53. <a href="https://en.wikipedia.org/wiki/C%2B%2B">C++</a>), I started
  54. coding an improved yet backward-compatible
  55. <a href="http://sourceforge.net/projects/slaktool/">package manager</a>
  56. for <a href="http://slackware.com/">Slackware</a>. It never made it
  57. in to <a href="http://slackware.com/">Slackware</a> officially, but it
  58. was a good start.
  59. </p>
  60. <p>
  61. I've loved programming since playing with
  62. <a href="http://en.wikipedia.org/wiki/Logo_%28programming_language%29">Logo</a>
  63. as a kid, and open source work meant I could use it for something that
  64. would actually help people. So I've tried to contribute back to most of the open
  65. source projects I use, as well as creating open source projects of
  66. my own.
  67. </p>
  68. <p>
  69. In the past five years or so I've grown very fond of working with
  70. <a href="http://www.djangoproject.com/">Django</a>, as well as being a strong
  71. advocate of <a href="http://www.html5rocks.com/">HTML5 and CSS3</a>. I've
  72. always been meticulous about standards compliance and following best
  73. practices for coding, and that has led me to love working with
  74. <a href="http://www.python.org">Python</a> in general, and with web
  75. design/development.
  76. </p>
  77. <p>
  78. I can't wait to see how technology grows and evolves in the future,
  79. and you can bet I'll be learning as much of it as I can.
  80. </p>
  81. <hr>
  82. <h4>Personal Info</h4>
  83. <p>
  84. I am happily married, and have been for almost two and a half years.
  85. In August I'm going to have a son!
  86. </p>
  87. </section>
  88. <section>
  89. <h3>Contact Info</h3>
  90. <strong class="fontawesome-envelope"> Email:</strong>
  91. <address>
  92. <dl>
  93. <dt>Main:</dt>
  94. <dd><a href="mailto:barnes.t.scott@gmail.com">barnes.t.scott@gmail.com</a></dd>
  95. <dt>Personal:</dt>
  96. <dd><a href="mailto:tsbarnes@tsbarnes.com">tsbarnes@tsbarnes.com</a></dd>
  97. <dt>School:</dt>
  98. <dd><a href="mailto:tbarnes0037@email.vccs.edu">tbarnes0037@email.vccs.edu</a></dd>
  99. <dt>Company:</dt>
  100. <dd><a href="mailto:tsbarnes@no-dice.net">tsbarnes@no-dice.net</a></dd>
  101. </dl>
  102. </address>
  103. </section>
  104. {% endblock %}
  105. {% block sbright %}
  106. <section>
  107. <h3>Social Widgets</h3>
  108. </section>
  109. {% endblock %}