about.html
author Eugen Sawin <sawine@me73.com>
Fri, 06 Jan 2012 17:09:19 +0100
changeset 86 bccc43e500a8
parent 85 e78c4a33e958
child 87 c19fea1cd73f
permissions -rw-r--r--
Added screenshots and descriptions.
     1 <!DOCTYPE html>
     2 <html lang="en">
     3   <head>
     4     <title>ME73</title>
     5     <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
     6     <meta name="description" content="A Digital Playground" />
     7     <meta name="robots" content="index, follow, noarchive" />
     8     <meta name="googlebot" content="noarchive" />
     9     <script src="jquery.js"></script>
    10     <script src="script.js"></script>
    11     <link rel="stylesheet" href="dark.css" type="text/css" />
    12     <script type="application/javascript">
    13       var _gaq = _gaq || [];
    14       _gaq.push(['_setAccount', 'UA-2137333-1']);
    15       _gaq.push(['_trackPageview']);
    16       (function() {
    17       var ga = document.createElement('script'); ga.type = 'text/javascript';
    18       ga.async = true;
    19       ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    20       + '.google-analytics.com/ga.js';
    21       var s = document.getElementsByTagName('script')[0];
    22       s.parentNode.insertBefore(ga, s);
    23       })();
    24     </script>
    25   </head>
    26   <body>
    27     <div id="wrap">
    28       <div id="header">
    29         <canvas id="logo">
    30           FIND A BETTER BROWSER
    31         </canvas>
    32         <canvas id="sim">
    33         </canvas>
    34       </div>
    35       <div id="content-wrap">
    36         <div id="main">
    37           <h2>Who am I?</h2>
    38 <p>
    39 During the day I am a master student of computer science at the <a href="http://uni-freiburg.de">University of Freiburg</a> in <a href="http://xkcd.com/984">Germany</a>. At <a href="http://xkcd.com/313">night</a>, I am a <a href="http://xkcd.com/378">programmer</a> creating useless <a href="personalwork.html">machines</a> for my own enjoyment.
    40 </p>
    41 <p>
    42 In my scientific pursuits I delve into <a href="http://xkcd.com/638">artificial intelligence</a> and all its <a href="http://xkcd.com/329">challenges</a>. Along the long hard road to general artificial intelligence I make detours for solving algorithmic problems like <a href="http://xkcd.com/461">fast routing</a> in public transportation networks.
    43 </p>
    44 <p>
    45 Before going back to <a href="http://xkcd.com/664">academia</a>, I used to develop <a href="http://xkcd.com/912">safety-critical</a> software systems for the Air Traffic Control industry at <a href="http://comsoft.aero">Comsoft</a>. You can experience my work for the industry by reading this little <a href="http://www.amazon.de/Luftraummodellierung-Abflugplanung-Optimierung-Vereinigten-Arabischen/dp/3639346203">book</a> I've written, while waiting for your flight to take off anywhere in the United Arab Emirates.
    46 </p>
    47 <p>      
    48 I enjoy <a href="http://xkcd.com/844">good code</a>, <a href="http://xkcd.com/353">good</a> <a href="http://xkcd.com/224">programming languages</a>, <a href="http://xkcd.com/193">good music</a>, <a href="http://xkcd.com/971">good books</a>, <a href="http://xkcd.com/566">good movies</a> and <a href="http://xkcd.com/435">tea</a>. I enjoy spending time with my family and my lovely girlfriend, who makes the best <a href="http://suesskeks.de">little cookies</a> in town. And games, I like playing <a href="http://xkcd.com/888">good games</a> and developing games.
    49 </p>
    50 
    51         </div>
    52         <div id="sidebar">
    53           <p>           
    54 	    <a href="about.html" class="float-left"></a>            
    55             I'm a programmer,<br />
    56             a student of computer science,<br />
    57             a music enthusiast.<br />
    58             This is my site.
    59           </p>
    60           <div id="random_quote"></div>
    61         </div>
    62       </div>
    63       <div id="footer">
    64         <div id="footer-left">
    65           <p>
    66             <a href="mailto:sawine@me73.com">
    67 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
    68           </p>
    69         </div>
    70         <div id="footer-right">
    71           <p class="align-right">
    72             <a href="index.html">Home</a> | <a href="#top">Top</a>
    73           </p>
    74         </div>
    75       </div>
    76     </div>
    77     <script type="application/javascript">
    78       load_random_quote();
    79     </script>
    80   </body>
    81 </html>
    82