chrome page added
authorEugen Sawin <sawine@me73.com>
Mon, 05 Jul 2010 16:00:03 +0200
changeset 147755b7760491
parent 13 e6eb1311a49c
child 15 163e436e8e07
chrome page added
factory/frame.html
factory/v2010/chrome.html
factory/v2010/index.html
images/mandelbrot.png
     1.1 --- a/factory/frame.html	Mon Jul 05 13:28:32 2010 +0200
     1.2 +++ b/factory/frame.html	Mon Jul 05 16:00:03 2010 +0200
     1.3 @@ -19,6 +19,7 @@
     1.4          <div id="nav">
     1.5  			<ul>
     1.6  				<li><a href="index.html">Home</a></li>
     1.7 +				<li><a href="chrome.html">Chrome</a></li>
     1.8  				<li><a href="resume.html">Resume</a></li>
     1.9  				<li><a href="howiwork.html">How I Work</a></li>
    1.10  				<li><a href="personalwork.html">Personal Work</a></li>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/factory/v2010/chrome.html	Mon Jul 05 16:00:03 2010 +0200
     2.3 @@ -0,0 +1,14 @@
     2.4 +<p>
     2.5 +<!--<img src="images/world.png" alt="world map" height="280" width="100%" />
     2.6 +-->
     2.7 +<canvas id="mandelbrot" width="670" height="280"></canvas> 
     2.8 +<button onclick="draw(0, -1, 0, 0);">Left</button>
     2.9 +<button onclick="draw(0, 1, 0, 0);">Right</button>
    2.10 +<button onclick="draw(0, 0, -1, 0)">Up</button>
    2.11 +<button onclick="draw(0, 0, 1, 0);">Down</button>
    2.12 +<button onclick="draw(0, 0, 0, 1);">In</button>
    2.13 +<button onclick="draw(0, 0, 0, -1);">Out</button>
    2.14 +<button onclick="draw(10, 0, 0, 0);">Inc Quality</button>
    2.15 +<button onclick="draw(-10, 0, 0, 0);">Dec Quality</button>
    2.16 +</p>
    2.17 +           
     3.1 --- a/factory/v2010/index.html	Mon Jul 05 13:28:32 2010 +0200
     3.2 +++ b/factory/v2010/index.html	Mon Jul 05 16:00:03 2010 +0200
     3.3 @@ -1,14 +1,4 @@
     3.4  <p>
     3.5 -<!--<img src="images/world.png" alt="world map" height="280" width="100%" />
     3.6 --->
     3.7 -<canvas id="mandelbrot" width="670" height="280"></canvas> 
     3.8 -<button onclick="draw(0, -1, 0, 0);">Left</button>
     3.9 -<button onclick="draw(0, 1, 0, 0);">Right</button>
    3.10 -<button onclick="draw(0, 0, -1, 0)">Up</button>
    3.11 -<button onclick="draw(0, 0, 1, 0);">Down</button>
    3.12 -<button onclick="draw(0, 0, 0, 1);">In</button>
    3.13 -<button onclick="draw(0, 0, 0, -1);">Out</button>
    3.14 -<button onclick="draw(10, 0, 0, 0);">Inc Quality</button>
    3.15 -<button onclick="draw(-10, 0, 0, 0);">Dec Quality</button>
    3.16 +<img src="images/mandelbrot.png" alt="world map" height="280" width="100%" />
    3.17  </p>
    3.18             
     4.1 Binary file images/mandelbrot.png has changed