about.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <html>
  2. <head>
  3. <meta name="google-site-verification" content="7kNes4_ZZZxK2SmNwu1AB1fFQtxf_ZyFxSJ_4su_LDU" />
  4. <title> About &raquo; oz123.github.com</title>
  5. <link rel="stylesheet" type="text/css" href="/media/css/pygments_style.css" media="screen" />
  6. <link rel="stylesheet" type="text/css" href="/media/css/site.css" media="screen" />
  7. <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="oz123.github.com &raquo; Oz's Weblog" />
  8. </head>
  9. <body>
  10. <div id="page" class="loading">
  11. <div id="header">
  12. </div><!--/#header-->
  13. <div id="content">
  14. <div id="about_me">
  15. <img id="me" class="me" src="/media/img/lustig.jpg" />
  16. <p>This blog is maintained by <strong>Oz Nahum Tiram</strong>, a passionate <a href="http://www.python.org">Python</a> programmer,
  17. and <a href="http://en.wikipedia.org/wiki/Free_and_open_source_software">
  18. <acronym title="Free and Open Source Software">FOSS</acronym></a> evangelist, who really likes <a href="http://www.debian.org">Debian</a>.
  19. </p>
  20. <p>Currently he works for <a href="http://www.science+computing">Science+Computing AG</a> where he supports Linux users designing German Autos
  21. and doing CFD using HPC clusters. Besides installing and configuring Linux workstations and clusters he writes scripts, provides 2nd level support and
  22. all kind of other things like staring at the blinking lights in the server room.
  23. </p>
  24. <h3>Colophon</h3>
  25. <p>A <a href="http://github.com/mnazim/mnazim.github.com/blob/master/make.py">sloppy python script</a>
  26. generates the static html from a bunch of Markdown formated files;
  27. The code can be found in <a href="https://github.com/oz123/blogit">GitHub</a>.</p>
  28. <p><em>Internet Explorer is for neanderthals, please get a <a href="http://getamodernbrowser.com">modern browser</a></em>.</p>
  29. </small>
  30. </div><!--/#about_me-->
  31. </div><!--/#content-->
  32. <div id="footer">
  33. <p>&copy; Oz Nahum Tiram 2012. Some Rights Reserved</p>
  34. </div>
  35. </div><!--/#page-->
  36. <div id="nav">
  37. <div><img src="/media/img/me.png"></div>
  38. <a title="Home" href="/">home</a>
  39. <a title="About" class="about" href="about.html">about</a>
  40. <a title="Archive" class="about" href="archive/">archive</a>
  41. <a title="Atom feeds" href="atom.xml">atom</a>
  42. <a title="Twitter" href="https://twitter.com/#!/OzNTiram">twitter</a>
  43. <a title="Stackoverflow" href="http://stackoverflow.com/users/492620/oz123">stackoverflow</a>
  44. <a title="Github" href="https://github.com/oz123">github</a>
  45. </div>
  46. <script type="text/javascript">
  47. var _gaq = _gaq || [];
  48. _gaq.push(['_setAccount', 'UA-36587163-1']);
  49. _gaq.push(['_trackPageview']);
  50. (function() {
  51. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  52. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  53. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  54. })();
  55. </script>
  56. </body>
  57. </html>