links.html
author Eugen Sawin <sawine@me73.com>
Tue, 06 Jul 2010 00:05:38 +0200
changeset 17 a264da3d80be
parent 16 a04897b5801e
child 20 adbea491e9b9
permissions -rw-r--r--
Fixed some issues.
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3 
     4 <head>
     5 <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     6 <meta name="author" content="Eugen Sawin - me73.com" />
     7 <meta name="description" content="A Digital Playground" />
     8 <meta name="robots" content="index, follow, noarchive" />
     9 <meta name="googlebot" content="noarchive" />
    10 <script src="script.js" type="text/javascript"></script>
    11 <link rel="stylesheet" href="dark.css" type="text/css" />
    12 </head>
    13 
    14 <body onload="draw(0, 0, 0, 0);">
    15 <div id="wrap">
    16 	<div id="header">			
    17     	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    18 	    <p id="intro">A Programmer's Playground.</p>
    19         <div id="nav">
    20 			<ul>
    21 				<li><a href="index.html">Home</a></li>
    22 				<li><a href="chrome.html">Chrome</a></li>
    23 				<li><a href="resume.html">Resume</a></li>
    24 				<li><a href="howiwork.html">How I Work</a></li>
    25 				<li><a href="personalwork.html">Personal Work</a></li>
    26             	<li><a href="books.html">Books</a></li>
    27 	         	<li><a href="links.html">Links</a></li>			
    28 				<li><a href="contact.html">Contact</a></li>		
    29 			</ul>		
    30 	    </div>	
    31 	</div>
    32 	<div id="content-wrap">				
    33 		<div id="main">
    34 			<h2>Friends</h2>
    35 <ul>
    36 <li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
    37 A good friend and designer for the visual arts.
    38 </li>
    39 <li><h4><a href="http://www.chris-koenig.de">Christian König</a></h4>
    40 A fellow student and companion in the quest for world domination.
    41 </li>
    42 <li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
    43 A friend, programmer and amateuer photographer.
    44 </li>
    45 <li><h4><a href="http://thuber.net">Thomas Huber</a></h4>
    46 A fellow student of artificial intelligence.
    47 </li>
    48 </ul>
    49 <h2>Professional</h2>
    50 <ul>
    51 <li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. rer. nat. Stephan Schulz</a></h4>
    52 My advisor during my bachelor thesis and creator of the brainiac theorem prover called E.
    53 </li>
    54 </ul>
    55 
    56       
    57 		</div>
    58 		<div id="sidebar">
    59 	        <p>
    60 				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    61 			ME73 is my digital playground.
    62             I'm a programmer, a student of computer science, a music enthusiast.
    63             This site serves as a portfolio for my work, private and professional.
    64 	        </p>
    65 			<div id="random_quote"></div>	        	
    66         </div>	
    67 	</div>
    68   <div id="footer">
    69 	<div id="footer-left">
    70 		<p>
    71       	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    72 		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    73 		</p>	
    74 	</div>
    75 	
    76 	<div id="footer-right">
    77 		<p class="align-right">
    78 		<a href="index.html">Home</a> | <a href="#top">Top</a>
    79 		</p>
    80 	</div>	
    81 </div> 
    82 </div>
    83 <script type="text/javascript">
    84     javascript:load_random_quote();        
    85 </script>
    86 <script type="text/javascript">
    87 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    88 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    89 </script>
    90 <script type="text/javascript">
    91 var pageTracker = _gat._getTracker("UA-2137333-1");
    92 pageTracker._trackPageview();
    93 </script>
    94 </body>
    95 </html>
    96