linksend.html
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 15:57:15 +0100
changeset 74 c0e6fb6cf6ef
parent 73 44d14b5e7bab
child 75 7b3fc980d9d7
permissions -rw-r--r--
Some more tweaking.
     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 
    63 <a href="http://eprover.org">E</a>.
    64 </li>
    65 </ul>
    66 
    67 <h2>Friends (with websites)</h2>
    68 <ul>
    69 <!--<li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
    70 A good friend and designer for the visual arts.
    71 </li>-->
    72 <li><h4><a href="http://www.chris-koenig.de">Christian K&ouml;nig</a></h4>
    73 An ex-fellow student and companion in the quest for world domination.
    74 </li>
    75 <li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
    76 An ex-fellow student and friendly programmer.
    77 </li>
    78 </ul>
    79 
    80 <h2>Recursive</h2>
    81 <ul>
    82 <li>
    83 The End.<br />
    84 Recursive humour recycled from <a href="http://www4.informatik.tu-muenchen.de/~schulz/">Stephan Schulz</a>, to preserve the environment.
    85 </li>
    86 </ul>
    87 
    88         </div>
    89         <div id="sidebar">
    90           <p>           
    91 	    <a href="resume.html">
    92               <img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />
    93             </a>            
    94             <br />I'm a programmer,<br />
    95             a student of computer science,<br />
    96             a music enthusiast.<br />
    97             This is my site.
    98           </p>
    99           <div id="random_quote"></div>
   100         </div>
   101       </div>
   102       <div id="footer">
   103         <div id="footer-left">
   104           <p>
   105             <a href="mailto:sawine@me73.com">
   106 	      Eugen Sawin<br/>Software Enginnering &amp; Research</a>
   107           </p>
   108         </div>
   109         <div id="footer-right">
   110           <p class="align-right">
   111             <a href="index.html">Home</a> | <a href="#top">Top</a>
   112           </p>
   113         </div>
   114       </div>
   115     </div>
   116     <script type="application/javascript">
   117       javascript:load_random_quote();
   118     </script>
   119   </body>
   120 </html>
   121