chrome.html
changeset 20 adbea491e9b9
parent 19 31c7acfbf85c
child 25 b2386d49eeae
     1.1 --- a/chrome.html	Tue Jul 06 00:22:27 2010 +0200
     1.2 +++ b/chrome.html	Tue Jul 06 11:56:48 2010 +0200
     1.3 @@ -1,88 +1,90 @@
     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, 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 -			<p>
    1.38 -<!--<img src="images/world.png" alt="world map" height="280" width="100%" />
    1.39 --->
    1.40 -<canvas id="mandelbrot" width="670" height="280"></canvas> 
    1.41 -<button onclick="draw(0, -1, 0, 0, 0);">Left</button>
    1.42 -<button onclick="draw(0, 1, 0, 0, 0);">Right</button>
    1.43 -<button onclick="draw(0, 0, -1, 0, 0)">Up</button>
    1.44 -<button onclick="draw(0, 0, 1, 0, 0);">Down</button>
    1.45 -<button onclick="draw(0, 0, 0, 1, 0);">Zoom in</button>
    1.46 -<button onclick="draw(0, 0, 0, -1, 0);">Zoom out</button>
    1.47 -<button onclick="draw(0, 0, 0, 0, -1);">Inc Resolution</button>
    1.48 -<button onclick="draw(0, 0, 0, 0, 1);">Dec Resolution</button>
    1.49 -</p>
    1.50 -           
    1.51 -      
    1.52 -		</div>
    1.53 -		<div id="sidebar">
    1.54 -	        <p>
    1.55 -				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    1.56 -			ME73 is my digital playground.
    1.57 -            I'm a programmer, a student of computer science, a music enthusiast.
    1.58 -            This site serves as a portfolio for my work, private and professional.
    1.59 -	        </p>
    1.60 -			<div id="random_quote"></div>	        	
    1.61 -        </div>	
    1.62 -	</div>
    1.63 -  <div id="footer">
    1.64 -	<div id="footer-left">
    1.65 -		<p>
    1.66 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    1.67 -		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.68 -		</p>	
    1.69 -	</div>
    1.70 -	
    1.71 -	<div id="footer-right">
    1.72 -		<p class="align-right">
    1.73 -		<a href="index.html">Home</a> | <a href="#top">Top</a>
    1.74 -		</p>
    1.75 -	</div>	
    1.76 -</div> 
    1.77 -</div>
    1.78 -<script type="text/javascript">
    1.79 -    javascript:load_random_quote();        
    1.80 -</script>
    1.81 -<script type="text/javascript">
    1.82 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    1.83 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    1.84 -</script>
    1.85 -<script type="text/javascript">
    1.86 -var pageTracker = _gat._getTracker("UA-2137333-1");
    1.87 -pageTracker._trackPageview();
    1.88 -</script>
    1.89 -</body>
    1.90 -</html>
    1.91 -
    1.92 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    1.93 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    1.94 +
    1.95 +<head>
    1.96 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    1.97 +<meta name="author" content="Eugen Sawin - me73.com" />
    1.98 +<meta name="description" content="A Digital Playground" />
    1.99 +<meta name="robots" content="index, follow, noarchive" />
   1.100 +<meta name="googlebot" content="noarchive" />
   1.101 +<script src="script.js" type="text/javascript"></script>
   1.102 +<link rel="stylesheet" href="dark.css" type="text/css" />
   1.103 +</head>
   1.104 +
   1.105 +<body onload="draw(0, 0, 0, 0, 0);">
   1.106 +<div id="wrap">
   1.107 +	<div id="header">			
   1.108 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
   1.109 +	    <p id="intro">A Programmer's Playground.</p>
   1.110 +        <div id="nav">
   1.111 +			<ul>
   1.112 +				<li><a href="index.html">Home</a></li>
   1.113 +				<li><a href="chrome.html">Chrome</a></li>
   1.114 +				<li><a href="resume.html">Resume</a></li>
   1.115 +				<li><a href="howiwork.html">How I Work</a></li>
   1.116 +				<li><a href="personalwork.html">Personal Work</a></li>
   1.117 +            	<li><a href="books.html">Books</a></li>
   1.118 +	         	<li><a href="links.html">Links</a></li>			
   1.119 +				<li><a href="contact.html">Contact</a></li>		
   1.120 +			</ul>		
   1.121 +	    </div>	
   1.122 +	</div>
   1.123 +	<div id="content-wrap">				
   1.124 +		<div id="main">
   1.125 +			<p>
   1.126 +<!--<img src="images/world.png" alt="world map" height="280" width="100%" />
   1.127 +-->
   1.128 +<canvas id="mandelbrot" width="670" height="280"></canvas> 
   1.129 +<button onclick="draw(0, -1, 0, 0, 0);">Left</button>
   1.130 +<button onclick="draw(0, 1, 0, 0, 0);">Right</button>
   1.131 +<button onclick="draw(0, 0, -1, 0, 0)">Up</button>
   1.132 +<button onclick="draw(0, 0, 1, 0, 0);">Down</button>
   1.133 +<button onclick="draw(0, 0, 0, 1, 0);">Zoom in</button>
   1.134 +<button onclick="draw(0, 0, 0, -1, 0);">Zoom out</button>
   1.135 +<button onclick="draw(0, 0, 0, 0, -1);">Inc Resolution</button>
   1.136 +<button onclick="draw(0, 0, 0, 0, 1);">Dec Resolution</button>
   1.137 +<button onclick="draw(100, 0, 0, 0, 0);">Inc Iterations</button>
   1.138 +<button onclick="draw(-100, 0, 0, 0, 0);">Dec Iterations</button>
   1.139 +</p>
   1.140 +           
   1.141 +      
   1.142 +		</div>
   1.143 +		<div id="sidebar">
   1.144 +	        <p>
   1.145 +				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
   1.146 +			ME73 is my digital playground.
   1.147 +            I'm a programmer, a student of computer science, a music enthusiast.
   1.148 +            This site serves as a portfolio for my work, private and professional.
   1.149 +	        </p>
   1.150 +			<div id="random_quote"></div>	        	
   1.151 +        </div>	
   1.152 +	</div>
   1.153 +  <div id="footer">
   1.154 +	<div id="footer-left">
   1.155 +		<p>
   1.156 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   1.157 +		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.158 +		</p>	
   1.159 +	</div>
   1.160 +	
   1.161 +	<div id="footer-right">
   1.162 +		<p class="align-right">
   1.163 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
   1.164 +		</p>
   1.165 +	</div>	
   1.166 +</div> 
   1.167 +</div>
   1.168 +<script type="text/javascript">
   1.169 +    javascript:load_random_quote();        
   1.170 +</script>
   1.171 +<script type="text/javascript">
   1.172 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.173 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   1.174 +</script>
   1.175 +<script type="text/javascript">
   1.176 +var pageTracker = _gat._getTracker("UA-2137333-1");
   1.177 +pageTracker._trackPageview();
   1.178 +</script>
   1.179 +</body>
   1.180 +</html>
   1.181 +