linksend.html
author Eugen Sawin <sawine@me73.com>
Fri, 06 Jan 2012 17:09:19 +0100
changeset 86 bccc43e500a8
parent 80 ba69edadfc4c
permissions -rw-r--r--
Added screenshots and descriptions.
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@78
    31
        </canvas>
sawine@78
    32
        <canvas id="sim">
sawine@78
    33
        </canvas>
sawine@73
    34
      </div>
sawine@73
    35
      <div id="content-wrap">
sawine@73
    36
        <div id="main">
sawine@73
    37
          <h2>The Good</h2>
sawine@73
    38
<ul>
sawine@73
    39
<li><h4><a href="http://www.wikipedia.org">Wikipedia</a></h4>
sawine@73
    40
The fascination of community, the wealth of knowledge.
sawine@73
    41
</li>
sawine@73
    42
<li><h4><a href="http://www.ted.com">TED</a></h4>
sawine@73
    43
Inspiring.
sawine@73
    44
</li>
sawine@73
    45
<li><h4><a href="http://www.xkcd.com">xkcd</a></h4>
sawine@73
    46
Kernel dumping thrice a week.
sawine@73
    47
</li>
sawine@73
    48
</ul>
sawine@73
    49
sawine@73
    50
<h2>The Bad</h2>
sawine@73
    51
<ul>
sawine@85
    52
<li><h4><a href="https://twitter.com/notchnik">@eamsen</a></h4>
sawine@74
    53
The emptyness in 140 characters.
sawine@74
    54
</li>
sawine@73
    55
<li><h4><a href="https://plus.google.com/101733701635400621767/">Google+ profile</a></h4>
sawine@73
    56
Staying in touch with people by keeping them at a distance.
sawine@73
    57
</li>
sawine@73
    58
</ul>
sawine@73
    59
sawine@77
    60
<h2>People and their Sites</h2>
sawine@73
    61
<ul>
sawine@74
    62
<li><h4><a href="http://www.chris-koenig.de">Christian K&ouml;nig</a></h4>
sawine@74
    63
An ex-fellow student and companion in the quest for world domination.
sawine@73
    64
</li>
sawine@73
    65
<li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
sawine@74
    66
An ex-fellow student and friendly programmer.
sawine@73
    67
</li>
sawine@75
    68
<li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. Stephan Schulz</a></h4>
sawine@75
    69
My advisor during my bachelor thesis and creator of the brainiac theorem prover called 
sawine@75
    70
<a href="http://eprover.org">E</a>.
sawine@75
    71
</li>
sawine@73
    72
</ul>
sawine@73
    73
sawine@73
    74
<h2>Recursive</h2>
sawine@73
    75
<ul>
sawine@73
    76
<li>
sawine@73
    77
The End.<br />
sawine@73
    78
Recursive humour recycled from <a href="http://www4.informatik.tu-muenchen.de/~schulz/">Stephan Schulz</a>, to preserve the environment.
sawine@73
    79
</li>
sawine@73
    80
</ul>
sawine@73
    81
sawine@73
    82
        </div>
sawine@73
    83
        <div id="sidebar">
sawine@74
    84
          <p>           
sawine@85
    85
	    <a href="about.html" class="float-left"></a>            
sawine@80
    86
            I'm a programmer,<br />
sawine@73
    87
            a student of computer science,<br />
sawine@73
    88
            a music enthusiast.<br />
sawine@73
    89
            This is my site.
sawine@73
    90
          </p>
sawine@73
    91
          <div id="random_quote"></div>
sawine@73
    92
        </div>
sawine@73
    93
      </div>
sawine@73
    94
      <div id="footer">
sawine@73
    95
        <div id="footer-left">
sawine@73
    96
          <p>
sawine@73
    97
            <a href="mailto:sawine@me73.com">
sawine@73
    98
	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
sawine@73
    99
          </p>
sawine@73
   100
        </div>
sawine@73
   101
        <div id="footer-right">
sawine@73
   102
          <p class="align-right">
sawine@73
   103
            <a href="index.html">Home</a> | <a href="#top">Top</a>
sawine@73
   104
          </p>
sawine@73
   105
        </div>
sawine@73
   106
      </div>
sawine@73
   107
    </div>
sawine@73
   108
    <script type="application/javascript">
sawine@85
   109
      load_random_quote();
sawine@73
   110
    </script>
sawine@73
   111
  </body>
sawine@73
   112
</html>
sawine@73
   113