links.html
changeset 20 adbea491e9b9
parent 17 a264da3d80be
     1.1 --- a/links.html	Tue Jul 06 00:22:27 2010 +0200
     1.2 +++ b/links.html	Tue Jul 06 11:56:48 2010 +0200
     1.3 @@ -1,96 +1,96 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.6 -
     1.7 -<head>
     1.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     1.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    1.10 -<meta name="description" content="A Digital Playground" />
    1.11 -<meta name="robots" content="index, follow, noarchive" />
    1.12 -<meta name="googlebot" content="noarchive" />
    1.13 -<script src="script.js" type="text/javascript"></script>
    1.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    1.15 -</head>
    1.16 -
    1.17 -<body onload="draw(0, 0, 0, 0);">
    1.18 -<div id="wrap">
    1.19 -	<div id="header">			
    1.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.21 -	    <p id="intro">A Programmer's Playground.</p>
    1.22 -        <div id="nav">
    1.23 -			<ul>
    1.24 -				<li><a href="index.html">Home</a></li>
    1.25 -				<li><a href="chrome.html">Chrome</a></li>
    1.26 -				<li><a href="resume.html">Resume</a></li>
    1.27 -				<li><a href="howiwork.html">How I Work</a></li>
    1.28 -				<li><a href="personalwork.html">Personal Work</a></li>
    1.29 -            	<li><a href="books.html">Books</a></li>
    1.30 -	         	<li><a href="links.html">Links</a></li>			
    1.31 -				<li><a href="contact.html">Contact</a></li>		
    1.32 -			</ul>		
    1.33 -	    </div>	
    1.34 -	</div>
    1.35 -	<div id="content-wrap">				
    1.36 -		<div id="main">
    1.37 -			<h2>Friends</h2>
    1.38 -<ul>
    1.39 -<li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
    1.40 -A good friend and designer for the visual arts.
    1.41 -</li>
    1.42 -<li><h4><a href="http://www.chris-koenig.de">Christian König</a></h4>
    1.43 -A fellow student and companion in the quest for world domination.
    1.44 -</li>
    1.45 -<li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
    1.46 -A friend, programmer and amateuer photographer.
    1.47 -</li>
    1.48 -<li><h4><a href="http://thuber.net">Thomas Huber</a></h4>
    1.49 -A fellow student of artificial intelligence.
    1.50 -</li>
    1.51 -</ul>
    1.52 -<h2>Professional</h2>
    1.53 -<ul>
    1.54 -<li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. rer. nat. Stephan Schulz</a></h4>
    1.55 -My advisor during my bachelor thesis and creator of the brainiac theorem prover called E.
    1.56 -</li>
    1.57 -</ul>
    1.58 -
    1.59 -      
    1.60 -		</div>
    1.61 -		<div id="sidebar">
    1.62 -	        <p>
    1.63 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    1.64 -			ME73 is my digital playground.
    1.65 -            I'm a programmer, a student of computer science, a music enthusiast.
    1.66 -            This site serves as a portfolio for my work, private and professional.
    1.67 -	        </p>
    1.68 -			<div id="random_quote"></div>	        	
    1.69 -        </div>	
    1.70 -	</div>
    1.71 -  <div id="footer">
    1.72 -	<div id="footer-left">
    1.73 -		<p>
    1.74 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    1.75 -		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>
    1.76 -		</p>	
    1.77 -	</div>
    1.78 -	
    1.79 -	<div id="footer-right">
    1.80 -		<p class="align-right">
    1.81 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
    1.82 -		</p>
    1.83 -	</div>	
    1.84 -</div> 
    1.85 -</div>
    1.86 -<script type="text/javascript">
    1.87 -    javascript:load_random_quote();        
    1.88 -</script>
    1.89 -<script type="text/javascript">
    1.90 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    1.91 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    1.92 -</script>
    1.93 -<script type="text/javascript">
    1.94 -var pageTracker = _gat._getTracker("UA-2137333-1");
    1.95 -pageTracker._trackPageview();
    1.96 -</script>
    1.97 -</body>
    1.98 -</html>
    1.99 -
   1.100 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   1.101 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   1.102 +
   1.103 +<head>
   1.104 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
   1.105 +<meta name="author" content="Eugen Sawin - me73.com" />
   1.106 +<meta name="description" content="A Digital Playground" />
   1.107 +<meta name="robots" content="index, follow, noarchive" />
   1.108 +<meta name="googlebot" content="noarchive" />
   1.109 +<script src="script.js" type="text/javascript"></script>
   1.110 +<link rel="stylesheet" href="dark.css" type="text/css" />
   1.111 +</head>
   1.112 +
   1.113 +<body onload="draw(0, 0, 0, 0, 0);">
   1.114 +<div id="wrap">
   1.115 +	<div id="header">			
   1.116 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
   1.117 +	    <p id="intro">A Programmer's Playground.</p>
   1.118 +        <div id="nav">
   1.119 +			<ul>
   1.120 +				<li><a href="index.html">Home</a></li>
   1.121 +				<li><a href="chrome.html">Chrome</a></li>
   1.122 +				<li><a href="resume.html">Resume</a></li>
   1.123 +				<li><a href="howiwork.html">How I Work</a></li>
   1.124 +				<li><a href="personalwork.html">Personal Work</a></li>
   1.125 +            	<li><a href="books.html">Books</a></li>
   1.126 +	         	<li><a href="links.html">Links</a></li>			
   1.127 +				<li><a href="contact.html">Contact</a></li>		
   1.128 +			</ul>		
   1.129 +	    </div>	
   1.130 +	</div>
   1.131 +	<div id="content-wrap">				
   1.132 +		<div id="main">
   1.133 +			<h2>Friends</h2>
   1.134 +<ul>
   1.135 +<li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
   1.136 +A good friend and designer for the visual arts.
   1.137 +</li>
   1.138 +<li><h4><a href="http://www.chris-koenig.de">Christian König</a></h4>
   1.139 +A fellow student and companion in the quest for world domination.
   1.140 +</li>
   1.141 +<li><h4><a href="http://www.unidentify.com">Michael Chlebek</a></h4>
   1.142 +A friend, programmer and amateuer photographer.
   1.143 +</li>
   1.144 +<li><h4><a href="http://thuber.net">Thomas Huber</a></h4>
   1.145 +A fellow student of artificial intelligence.
   1.146 +</li>
   1.147 +</ul>
   1.148 +<h2>Professional</h2>
   1.149 +<ul>
   1.150 +<li><h4><a href="http://www4.informatik.tu-muenchen.de/~schulz/">Dr. rer. nat. Stephan Schulz</a></h4>
   1.151 +My advisor during my bachelor thesis and creator of the brainiac theorem prover called E.
   1.152 +</li>
   1.153 +</ul>
   1.154 +
   1.155 +      
   1.156 +		</div>
   1.157 +		<div id="sidebar">
   1.158 +	        <p>
   1.159 +				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
   1.160 +			ME73 is my digital playground.
   1.161 +            I'm a programmer, a student of computer science, a music enthusiast.
   1.162 +            This site serves as a portfolio for my work, private and professional.
   1.163 +	        </p>
   1.164 +			<div id="random_quote"></div>	        	
   1.165 +        </div>	
   1.166 +	</div>
   1.167 +  <div id="footer">
   1.168 +	<div id="footer-left">
   1.169 +		<p>
   1.170 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   1.171 +		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>
   1.172 +		</p>	
   1.173 +	</div>
   1.174 +	
   1.175 +	<div id="footer-right">
   1.176 +		<p class="align-right">
   1.177 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
   1.178 +		</p>
   1.179 +	</div>	
   1.180 +</div> 
   1.181 +</div>
   1.182 +<script type="text/javascript">
   1.183 +    javascript:load_random_quote();        
   1.184 +</script>
   1.185 +<script type="text/javascript">
   1.186 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.187 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.188 +</script>
   1.189 +<script type="text/javascript">
   1.190 +var pageTracker = _gat._getTracker("UA-2137333-1");
   1.191 +pageTracker._trackPageview();
   1.192 +</script>
   1.193 +</body>
   1.194 +</html>
   1.195 +