resume.html
changeset 73 44d14b5e7bab
child 74 c0e6fb6cf6ef
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/resume.html	Sun Dec 18 03:44:26 2011 +0100
     1.3 @@ -0,0 +1,118 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +  <head>
     1.7 +    <title>ME73</title>
     1.8 +    <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
     1.9 +    <meta name="description" content="A Digital Playground" />
    1.10 +    <meta name="robots" content="index, follow, noarchive" />
    1.11 +    <meta name="googlebot" content="noarchive" />
    1.12 +    <script src="jquery.js"></script>
    1.13 +    <script src="script.js"></script>
    1.14 +    <link rel="stylesheet" href="dark.css" type="text/css" />
    1.15 +    <script type="application/javascript">
    1.16 +      var _gaq = _gaq || [];
    1.17 +      _gaq.push(['_setAccount', 'UA-2137333-1']);
    1.18 +      _gaq.push(['_trackPageview']);
    1.19 +      (function() {
    1.20 +      var ga = document.createElement('script'); ga.type = 'text/javascript';
    1.21 +      ga.async = true;
    1.22 +      ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
    1.23 +      + '.google-analytics.com/ga.js';
    1.24 +      var s = document.getElementsByTagName('script')[0];
    1.25 +      s.parentNode.insertBefore(ga, s);
    1.26 +      })();
    1.27 +    </script>
    1.28 +  </head>
    1.29 +  <body>
    1.30 +    <div id="wrap">
    1.31 +      <div id="header">
    1.32 +        <canvas id="logo">
    1.33 +          FIND A BETTER BROWSER
    1.34 +        </canvas>    
    1.35 +        
    1.36 +      </div>
    1.37 +      <div id="content-wrap">
    1.38 +        <div id="main">
    1.39 +          <p>All locations below are located in Germany, unless otherwise noted.</p>
    1.40 +<h2>Employment</h2>
    1.41 +<ul>
    1.42 +<li>
    1.43 +<h4>Software Engineer, Comsoft GmbH, 03/2010-09/2010</h4>
    1.44 +<ul>
    1.45 +<li>
    1.46 +Development of safety-critical back end systems for the ATC domain.
    1.47 +</li>
    1.48 +<li>
    1.49 +On-site system integration and training.
    1.50 +</li>
    1.51 +</ul>
    1.52 +</li>
    1.53 +<li><h4>Working Student &amp; Internship, Comsoft GmbH, 10/2008-02/2010</h4>
    1.54 +Development for safety-critical embedded systems.
    1.55 +</li>
    1.56 +<li>
    1.57 +<h4>Student Assistant, University of Applied Sciences Offenburg, 10/2008-03/2009</h4>
    1.58 +Assistance at a university course for object-oriented software development.
    1.59 +</li>
    1.60 +</ul>
    1.61 +<h2>Education</h2>
    1.62 +<ul>
    1.63 +<li>
    1.64 +<h4>University of Freiburg, since 10/2010</h4>
    1.65 +M.Sc. in Applied Computer Science.<br />
    1.66 +Emphasis in Artificial Intelligence and Algorithm Theory.
    1.67 +</li>
    1.68 +<li>
    1.69 +<h4>University of Applied Sciences Offenburg, 03/2007-02/2010</h4>
    1.70 +B.Sc. in Applied Computer Science.<br />
    1.71 +Emphasis in Distributed Systems.
    1.72 +</li>
    1.73 +</ul>
    1.74 +<h2>Accompanying the Studies</h2>
    1.75 +<ul>
    1.76 +<li><h4>Bachelor Thesis, Comsoft GmbH, 10/2009-04/2010</h4>
    1.77 +"Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation"  
    1.78 +<div class="download"><a href="http://me73.com/downloads/campus_magazin_29.pdf">
    1.79 +Campus Mag (P. 36 / German)</a></div>
    1.80 +<div class="download"><a href="http://me73.com/downloads/discover_me_24.pdf">
    1.81 +Discover ME (P. 22 / German)</a></div>
    1.82 +</li>
    1.83 +<li><h4>University Project, University of Applied Sciences Offenburg &amp; Karlsruhe Institute of Technology, 2008</h4>
    1.84 +Development of a client for 3D data streaming and visualisation. 
    1.85 +</li>
    1.86 +</ul>
    1.87 +
    1.88 +
    1.89 +
    1.90 +        </div>
    1.91 +        <div id="sidebar">
    1.92 +          <p>
    1.93 +	    <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
    1.94 +            <br />I'm a programmer,<br />
    1.95 +            a student of computer science,<br />
    1.96 +            a music enthusiast.<br />
    1.97 +            This is my site.
    1.98 +          </p>
    1.99 +          <div id="random_quote"></div>
   1.100 +        </div>
   1.101 +      </div>
   1.102 +      <div id="footer">
   1.103 +        <div id="footer-left">
   1.104 +          <p>
   1.105 +            <a href="mailto:sawine@me73.com">
   1.106 +	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   1.107 +          </p>
   1.108 +        </div>
   1.109 +        <div id="footer-right">
   1.110 +          <p class="align-right">
   1.111 +            <a href="index.html">Home</a> | <a href="#top">Top</a>
   1.112 +          </p>
   1.113 +        </div>
   1.114 +      </div>
   1.115 +    </div>
   1.116 +    <script type="application/javascript">
   1.117 +      javascript:load_random_quote();
   1.118 +    </script>
   1.119 +  </body>
   1.120 +</html>
   1.121 +