linksend.html
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 15:57:15 +0100
changeset 74 c0e6fb6cf6ef
parent 73 44d14b5e7bab
child 75 7b3fc980d9d7
permissions -rw-r--r--
Some more tweaking.
sawine@73
     1
<!DOCTYPE html>
sawine@73
     2
<html lang="en">
sawine@73
     3
  <head>
sawine@73
     4
    <title>ME73</title>
sawine@73
     5
    <meta name="author" content="Eugen Sawin <sawine@me73.com>" />
sawine@73
     6
    <meta name="description" content="A Digital Playground" />
sawine@73
     7
    <meta name="robots" content="index, follow, noarchive" />
sawine@73
     8
    <meta name="googlebot" content="noarchive" />
sawine@73
     9
    <script src="jquery.js"></script>
sawine@73
    10
    <script src="script.js"></script>
sawine@73
    11
    <link rel="stylesheet" href="dark.css" type="text/css" />
sawine@73
    12
    <script type="application/javascript">
sawine@73
    13
      var _gaq = _gaq || [];
sawine@73
    14
      _gaq.push(['_setAccount', 'UA-2137333-1']);
sawine@73
    15
      _gaq.push(['_trackPageview']);
sawine@73
    16
      (function() {
sawine@73
    17
      var ga = document.createElement('script'); ga.type = 'text/javascript';
sawine@73
    18
      ga.async = true;
sawine@73
    19
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' :'http://www') 
sawine@73
    20
      + '.google-analytics.com/ga.js';
sawine@73
    21
      var s = document.getElementsByTagName('script')[0];
sawine@73
    22
      s.parentNode.insertBefore(ga, s);
sawine@73
    23
      })();
sawine@73
    24
    </script>
sawine@73
    25
  </head>
sawine@73
    26
  <body>
sawine@73
    27
    <div id="wrap">
sawine@73
    28
      <div id="header">
sawine@73
    29
        <canvas id="logo">
sawine@73
    30
          FIND A BETTER BROWSER
sawine@73
    31
        </canvas>    
sawine@73
    32
        
sawine@73
    33
      </div>
sawine@73
    34
      <div id="content-wrap">
sawine@73
    35
        <div id="main">
sawine@73
    36
          <h2>The Good</h2>
sawine@73
    37
<ul>
sawine@73
    38
<li><h4><a href="http://www.wikipedia.org">Wikipedia</a></h4>
sawine@73
    39
The fascination of community, the wealth of knowledge.
sawine@73
    40
</li>
sawine@73
    41
<li><h4><a href="http://www.ted.com">TED</a></h4>
sawine@73
    42
Inspiring.
sawine@73
    43
</li>
sawine@73
    44
<li><h4><a href="http://www.xkcd.com">xkcd</a></h4>
sawine@73
    45
Kernel dumping thrice a week.
sawine@73
    46
</li>
sawine@73
    47
</ul>
sawine@73
    48
sawine@73
    49
<h2>The Bad</h2>
sawine@73
    50
<ul>
sawine@74
    51
<li><h4><a href="https://twitter.com/notchnik">@notchnik</a></h4>
sawine@74
    52
The emptyness in 140 characters.
sawine@74
    53
</li>
sawine@73
    54
<li><h4><a href="https://plus.google.com/101733701635400621767/">Google+ profile</a></h4>
sawine@73
    55
Staying in touch with people by keeping them at a distance.
sawine@73
    56
</li>
sawine@73
    57
</ul>
sawine@73
    58
sawine@73
    59
<h2>Professional</h2>
sawine@73
    60
<ul>
sawine@73
    61
<li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. Stephan Schulz</a></h4>
sawine@74
    62
My advisor during my bachelor thesis and creator of the brainiac theorem prover called 
sawine@74
    63
<a href="http://eprover.org">E</a>.
sawine@73
    64
</li>
sawine@73
    65
</ul>
sawine@73
    66
sawine@73
    67
<h2>Friends (with websites)</h2>
sawine@73
    68
<ul>
sawine@73
    69
<!--<li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
sawine@73
    70
A good friend and designer for the visual arts.
sawine@73
    71
</li>-->
sawine@74
    72
<li><h4><a href="http://www.chris-koenig.de">Christian K&ouml;nig</a></h4>
sawine@74
    73
An ex-fellow student and companion in the quest for world domination.
sawine@73
    74
</li>
sawine@73
    75
<li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
sawine@74
    76
An ex-fellow student and friendly programmer.
sawine@73
    77
</li>
sawine@73
    78
</ul>
sawine@73
    79
sawine@73
    80
<h2>Recursive</h2>
sawine@73
    81
<ul>
sawine@73
    82
<li>
sawine@73
    83
The End.<br />
sawine@73
    84
Recursive humour recycled from <a href="http://www4.informatik.tu-muenchen.de/~schulz/">Stephan Schulz</a>, to preserve the environment.
sawine@73
    85
</li>
sawine@73
    86
</ul>
sawine@73
    87
sawine@73
    88
        </div>
sawine@73
    89
        <div id="sidebar">
sawine@74
    90
          <p>           
sawine@74
    91
	    <a href="resume.html">
sawine@74
    92
              <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
sawine@74
    93
            </a>            
sawine@73
    94
            <br />I'm a programmer,<br />
sawine@73
    95
            a student of computer science,<br />
sawine@73
    96
            a music enthusiast.<br />
sawine@73
    97
            This is my site.
sawine@73
    98
          </p>
sawine@73
    99
          <div id="random_quote"></div>
sawine@73
   100
        </div>
sawine@73
   101
      </div>
sawine@73
   102
      <div id="footer">
sawine@73
   103
        <div id="footer-left">
sawine@73
   104
          <p>
sawine@73
   105
            <a href="mailto:sawine@me73.com">
sawine@73
   106
	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
sawine@73
   107
          </p>
sawine@73
   108
        </div>
sawine@73
   109
        <div id="footer-right">
sawine@73
   110
          <p class="align-right">
sawine@73
   111
            <a href="index.html">Home</a> | <a href="#top">Top</a>
sawine@73
   112
          </p>
sawine@73
   113
        </div>
sawine@73
   114
      </div>
sawine@73
   115
    </div>
sawine@73
   116
    <script type="application/javascript">
sawine@73
   117
      javascript:load_random_quote();
sawine@73
   118
    </script>
sawine@73
   119
  </body>
sawine@73
   120
</html>
sawine@73
   121