links.html
changeset 73 44d14b5e7bab
child 74 c0e6fb6cf6ef
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/links.html	Sun Dec 18 03:44:26 2011 +0100
     1.3 @@ -0,0 +1,126 @@
     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 +          <h2>The Good</h2>
    1.40 +<ul>
    1.41 +<li><h4><a href="http://www.wikipedia.org">Wikipedia</a></h4>
    1.42 +The fascination of community, the wealth of knowledge.
    1.43 +</li>
    1.44 +<li><h4><a href="http://www.ted.com">TED</a></h4>
    1.45 +Inspiring.
    1.46 +</li>
    1.47 +<li><h4><a href="http://www.xkcd.com">xkcd</a></h4>
    1.48 +Kernel dumping thrice a week.
    1.49 +</li>
    1.50 +</ul>
    1.51 +
    1.52 +<h2>The Bad</h2>
    1.53 +<ul>
    1.54 +<li><h4><a href="https://twitter.com/notchnik">@notchnik</a></h4>
    1.55 +The emptyness in 140 characters.
    1.56 +</li>
    1.57 +<li><h4><a href="https://plus.google.com/101733701635400621767/">Google+ profile</a></h4>
    1.58 +Staying in touch with people by keeping them at a distance.
    1.59 +</li>
    1.60 +</ul>
    1.61 +
    1.62 +<h2>Professional</h2>
    1.63 +<ul>
    1.64 +<li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. Stephan Schulz</a></h4>
    1.65 +My advisor during my bachelor thesis and creator of the brainiac theorem prover called E.
    1.66 +</li>
    1.67 +</ul>
    1.68 +
    1.69 +<h2>Friends (with websites)</h2>
    1.70 +<ul>
    1.71 +<!--<li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
    1.72 +A good friend and designer for the visual arts.
    1.73 +</li>-->
    1.74 +<li><h4><a href="http://www.chris-koenig.de">Christian König</a></h4>
    1.75 +A fellow student and companion in the quest for world domination.
    1.76 +</li>
    1.77 +<li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
    1.78 +A friend, programmer and amateuer photographer.
    1.79 +</li>
    1.80 +<!--<li><h4><a href="http://thuber.net">Thomas Huber</a></h4>
    1.81 +A fellow student of artificial intelligence.
    1.82 +</li>-->
    1.83 +</ul>
    1.84 +
    1.85 +<h2>Recursive</h2>
    1.86 +<ul>
    1.87 +<li><h4><a href="links.html">ME73</a></h4>
    1.88 +A recursion.
    1.89 +</li>
    1.90 +<li><h4><a href="linksend.html">ME73</a></h4>
    1.91 +A well-founded recursion.
    1.92 +</li>
    1.93 +</ul>
    1.94 +
    1.95 +
    1.96 +
    1.97 +
    1.98 +        </div>
    1.99 +        <div id="sidebar">
   1.100 +          <p>
   1.101 +	    <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
   1.102 +            <br />I'm a programmer,<br />
   1.103 +            a student of computer science,<br />
   1.104 +            a music enthusiast.<br />
   1.105 +            This is my site.
   1.106 +          </p>
   1.107 +          <div id="random_quote"></div>
   1.108 +        </div>
   1.109 +      </div>
   1.110 +      <div id="footer">
   1.111 +        <div id="footer-left">
   1.112 +          <p>
   1.113 +            <a href="mailto:sawine@me73.com">
   1.114 +	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   1.115 +          </p>
   1.116 +        </div>
   1.117 +        <div id="footer-right">
   1.118 +          <p class="align-right">
   1.119 +            <a href="index.html">Home</a> | <a href="#top">Top</a>
   1.120 +          </p>
   1.121 +        </div>
   1.122 +      </div>
   1.123 +    </div>
   1.124 +    <script type="application/javascript">
   1.125 +      javascript:load_random_quote();
   1.126 +    </script>
   1.127 +  </body>
   1.128 +</html>
   1.129 +