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