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