links.html
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 18:57:49 +0100
changeset 75 7b3fc980d9d7
parent 74 c0e6fb6cf6ef
child 77 9c443a61358c
permissions -rw-r--r--
Pretty lines.
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@73
    51
<li><h4><a href="https://twitter.com/notchnik">@notchnik</a></h4>
sawine@73
    52
The emptyness in 140 characters.
sawine@73
    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@75
    59
<h2>The People and their Sites</h2>
sawine@73
    60
<ul>
sawine@74
    61
<li><h4><a href="http://www.chris-koenig.de">Christian K&ouml;nig</a></h4>
sawine@74
    62
An ex-fellow student and companion in the quest for world domination.
sawine@73
    63
</li>
sawine@73
    64
<li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
sawine@74
    65
An ex-fellow student and friendly programmer.
sawine@73
    66
</li>
sawine@75
    67
<li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. Stephan Schulz</a></h4>
sawine@75
    68
My advisor during my bachelor thesis and creator of the brainiac theorem prover called 
sawine@75
    69
<a href="http://eprover.org">E</a>.
sawine@75
    70
</li>
sawine@73
    71
</ul>
sawine@73
    72
sawine@73
    73
<h2>Recursive</h2>
sawine@73
    74
<ul>
sawine@73
    75
<li><h4><a href="links.html">ME73</a></h4>
sawine@73
    76
A recursion.
sawine@73
    77
</li>
sawine@73
    78
<li><h4><a href="linksend.html">ME73</a></h4>
sawine@73
    79
A well-founded recursion.
sawine@73
    80
</li>
sawine@73
    81
</ul>
sawine@73
    82
sawine@73
    83
sawine@73
    84
sawine@73
    85
sawine@73
    86
        </div>
sawine@73
    87
        <div id="sidebar">
sawine@74
    88
          <p>           
sawine@74
    89
	    <a href="resume.html">
sawine@74
    90
              <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
sawine@74
    91
            </a>            
sawine@73
    92
            <br />I'm a programmer,<br />
sawine@73
    93
            a student of computer science,<br />
sawine@73
    94
            a music enthusiast.<br />
sawine@73
    95
            This is my site.
sawine@73
    96
          </p>
sawine@73
    97
          <div id="random_quote"></div>
sawine@73
    98
        </div>
sawine@73
    99
      </div>
sawine@73
   100
      <div id="footer">
sawine@73
   101
        <div id="footer-left">
sawine@73
   102
          <p>
sawine@73
   103
            <a href="mailto:sawine@me73.com">
sawine@73
   104
	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
sawine@73
   105
          </p>
sawine@73
   106
        </div>
sawine@73
   107
        <div id="footer-right">
sawine@73
   108
          <p class="align-right">
sawine@73
   109
            <a href="index.html">Home</a> | <a href="#top">Top</a>
sawine@73
   110
          </p>
sawine@73
   111
        </div>
sawine@73
   112
      </div>
sawine@73
   113
    </div>
sawine@73
   114
    <script type="application/javascript">
sawine@73
   115
      javascript:load_random_quote();
sawine@73
   116
    </script>
sawine@73
   117
  </body>
sawine@73
   118
</html>
sawine@73
   119