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