links.html
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 03:44:26 +0100
changeset 73 44d14b5e7bab
child 74 c0e6fb6cf6ef
permissions -rw-r--r--
Added backed pages.
     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         
    33       </div>
    34       <div id="content-wrap">
    35         <div id="main">
    36           <h2>The Good</h2>
    37 <ul>
    38 <li><h4><a href="http://www.wikipedia.org">Wikipedia</a></h4>
    39 The fascination of community, the wealth of knowledge.
    40 </li>
    41 <li><h4><a href="http://www.ted.com">TED</a></h4>
    42 Inspiring.
    43 </li>
    44 <li><h4><a href="http://www.xkcd.com">xkcd</a></h4>
    45 Kernel dumping thrice a week.
    46 </li>
    47 </ul>
    48 
    49 <h2>The Bad</h2>
    50 <ul>
    51 <li><h4><a href="https://twitter.com/notchnik">@notchnik</a></h4>
    52 The emptyness in 140 characters.
    53 </li>
    54 <li><h4><a href="https://plus.google.com/101733701635400621767/">Google+ profile</a></h4>
    55 Staying in touch with people by keeping them at a distance.
    56 </li>
    57 </ul>
    58 
    59 <h2>Professional</h2>
    60 <ul>
    61 <li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. Stephan Schulz</a></h4>
    62 My advisor during my bachelor thesis and creator of the brainiac theorem prover called E.
    63 </li>
    64 </ul>
    65 
    66 <h2>Friends (with websites)</h2>
    67 <ul>
    68 <!--<li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
    69 A good friend and designer for the visual arts.
    70 </li>-->
    71 <li><h4><a href="http://www.chris-koenig.de">Christian König</a></h4>
    72 A fellow student and companion in the quest for world domination.
    73 </li>
    74 <li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
    75 A friend, programmer and amateuer photographer.
    76 </li>
    77 <!--<li><h4><a href="http://thuber.net">Thomas Huber</a></h4>
    78 A fellow student of artificial intelligence.
    79 </li>-->
    80 </ul>
    81 
    82 <h2>Recursive</h2>
    83 <ul>
    84 <li><h4><a href="links.html">ME73</a></h4>
    85 A recursion.
    86 </li>
    87 <li><h4><a href="linksend.html">ME73</a></h4>
    88 A well-founded recursion.
    89 </li>
    90 </ul>
    91 
    92 
    93 
    94 
    95         </div>
    96         <div id="sidebar">
    97           <p>
    98 	    <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
    99             <br />I'm a programmer,<br />
   100             a student of computer science,<br />
   101             a music enthusiast.<br />
   102             This is my site.
   103           </p>
   104           <div id="random_quote"></div>
   105         </div>
   106       </div>
   107       <div id="footer">
   108         <div id="footer-left">
   109           <p>
   110             <a href="mailto:sawine@me73.com">
   111 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   112           </p>
   113         </div>
   114         <div id="footer-right">
   115           <p class="align-right">
   116             <a href="index.html">Home</a> | <a href="#top">Top</a>
   117           </p>
   118         </div>
   119       </div>
   120     </div>
   121     <script type="application/javascript">
   122       javascript:load_random_quote();
   123     </script>
   124   </body>
   125 </html>
   126