<html xmlns="http://www.w3.org/1999/xhtml">
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="black">
<center>
<svg
   xmlns="http://www.w3.org/2000/svg"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
width="800" height="1150"    id="svg2"
   version="1.0"
   onload="Start(evt)"
>

    <linearGradient id="wingradient">
    <stop id="stop8197" offset="0" style="stop-color:#000000;stop-opacity:1;" />
    <stop id="stop8281" offset="0.5625" style="stop-color:#c4611c;stop-opacity:1;" />
    <stop id="stop8259" offset="0.875" style="stop-color: rgb(248, 176, 0); stop-opacity: 1;" />
    <stop id="stop8199" offset="1" style="stop-color:#fcac07;stop-opacity:1;" />
    </linearGradient>
<rect style="fill:#333333" width="800" height="1150" x="0" y="0"/>
<g transform="translate(730, 120) ">
  <script type="text/ecmascript" id="script2259">

var angle = 0;
var x;
var y;
var q;
var pos = 200;

var gear;
var bar;
var shaft;

var barlength = 150;
var barangle;
var shaftpos;

function Start(evt) {
	gear = evt.target.ownerDocument.getElementById(&quot;gear&quot;);
	bar = evt.target.ownerDocument.getElementById(&quot;bar&quot;);
	shaft = evt.target.ownerDocument.getElementById(&quot;shaft&quot;);
	Run();
}
	
function Run() {
	angle += 0.50;
	angle %= 360.0;
	pos = Math.sin(angle) * 100;

	deg = angle * (Math.PI / 180);

	x = Math.sin(deg) * 40;
	y = Math.cos(deg) * 40;

	q = Math.sqrt((barlength * barlength) - (y * y));

	barangle = Math.asin(y/barlength) / (Math.PI / 180);

	shaftpos = -(q + x);

	x = -(q/2+x);
	y = y/2;

	gear.setAttribute(&quot;transform&quot;, &quot;rotate(&quot; +angle+ &quot;)&quot;);
	bar.setAttribute(&quot;transform&quot;, &quot;translate(&quot; +x+ &quot;, &quot; +y+ &quot;) rotate(&quot; +barangle+ &quot;)&quot;);
	shaft.setAttribute(&quot;transform&quot;, &quot;translate(&quot; +shaftpos+ &quot;, 0)&quot;);

	// Repeat every 1/4 of a second.
	setTimeout(&quot;Run()&quot;, 250);
}

window.Run = Run
  </script>
      <path id="gear"
d="M 7.3 -91.2 L 3.5 -84.4 L 2.1 -79.3 L 2 -77.3 L -5.8 -77.2 L -6 -79.1 L -7.6 -84.1 L -11.7 -90.8 L -16.7 -90 L -18.6 -82.4 L -18.6 -77.1 L -18.1 -75.2 L -25.7 -73 L -26.3 -74.8 L -29.2 -79.3 L -34.8 -84.6 L -39.5 -82.6 L -39.3 -74.8 L -38 -69.7 L -37 -68 L -43.7 -63.9 L -44.8 -65.5 L -48.8 -69 L -55.6 -72.7 L -59.6 -69.5 L -57.3 -62 L -54.8 -57.5 L -53.4 -56.1 L -58.8 -50.4 L -60.3 -51.7 L -65 -54 L -72.6 -55.8 L -75.6 -51.8 L -71.5 -45.1 L -67.8 -41.3 L -66.2 -40.3 L -69.9 -33.4 L -71.7 -34.3 L -76.8 -35.4 L -84.6 -35.1 L -86.4 -30.4 L -80.8 -25 L -76.3 -22.4 L -74.4 -21.8 L -76.3 -14.2 L -78.2 -14.6 L -83.4 -14.3 L -90.9 -12 L -91.4 -7 L -84.6 -3.3 L -79.5 -1.8 L -77.6 -1.8 L -77.4 6.1 L -79.3 6.2 L -84.3 7.8 L -90.9 11.9 L -90.2 16.9 L -82.6 18.8 L -77.3 18.8 L -75.5 18.3 L -73.3 25.9 L -75.1 26.5 L -79.5 29.4 L -84.8 35.1 L -82.8 39.7 L -75 39.5 L -69.9 38.2 L -68.2 37.3 L -64.1 43.9 L -65.7 45 L -69.2 49 L -72.9 55.8 L -69.8 59.8 L -62.3 57.6 L -57.7 55 L -56.3 53.7 L -50.6 59.1 L -51.9 60.5 L -54.3 65.2 L -56 72.8 L -52 75.8 L -45.3 71.8 L -41.6 68.1 L -40.5 66.4 L -33.7 70.1 L -34.5 71.9 L -35.6 77 L -35.3 84.8 L -30.6 86.7 L -25.2 81 L -22.6 76.5 L -22 74.6 L -14.4 76.5 L -14.8 78.4 L -14.5 83.6 L -12.3 91.1 L -7.2 91.7 L -3.4 84.8 L -2.1 79.8 L -2 77.8 L 5.8 77.6 L 6 79.5 L 7.6 84.5 L 11.7 91.2 L 16.7 90.4 L 18.6 82.8 L 18.6 77.6 L 18.2 75.7 L 25.7 73.5 L 26.3 75.3 L 29.2 79.7 L 34.8 85.1 L 39.5 83 L 39.3 75.2 L 38 70.1 L 37 68.4 L 43.8 64.3 L 44.8 65.9 L 48.8 69.4 L 55.6 73.2 L 59.6 70 L 57.3 62.5 L 54.8 57.9 L 53.4 56.5 L 58.8 50.8 L 60.3 52.1 L 65 54.5 L 72.6 56.3 L 75.6 52.2 L 71.5 45.5 L 67.8 41.8 L 66.2 40.8 L 69.9 33.9 L 71.7 34.7 L 76.8 35.8 L 84.6 35.6 L 86.4 30.8 L 80.8 25.5 L 76.3 22.8 L 74.4 22.2 L 76.3 14.6 L 78.2 15 L 83.4 14.7 L 90.9 12.5 L 91.4 7.4 L 84.6 3.7 L 79.5 2.3 L 77.6 2.3 L 77.4 -5.6 L 79.3 -5.8 L 84.3 -7.4 L 90.9 -11.5 L 90.2 -16.5 L 82.6 -18.3 L 77.3 -18.4 L 75.5 -17.9 L 73.3 -25.4 L 75.1 -26.1 L 79.5 -29 L 84.8 -34.6 L 82.8 -39.3 L 75 -39.1 L 69.9 -37.8 L 68.2 -36.8 L 64.1 -43.5 L 65.7 -44.6 L 69.3 -48.5 L 72.9 -55.4 L 69.8 -59.3 L 62.3 -57.2 L 57.7 -54.6 L 56.3 -53.2 L 50.6 -58.6 L 51.9 -60.1 L 54.3 -64.8 L 56.1 -72.4 L 52 -75.3 L 45.3 -71.3 L 41.6 -67.6 L 40.6 -66 L 33.7 -69.7 L 34.5 -71.5 L 35.6 -76.6 L 35.3 -84.4 L 30.7 -86.2 L 25.3 -80.6 L 22.6 -76.1 L 22 -74.2 L 14.4 -76 L 14.8 -77.9 L 14.5 -83.2 L 12.3 -90.7 L 7.3 -91.2 z M -0.3 -66.1 C 12.8 -66.2 25.5 -62.3 36.3 -55.3 C 25.3 -45.2 8.9 -15.3 0.3 -15.5 C -8.2 -15.6 -23.8 -46.2 -34.5 -56.4 C -32.1 -57.9 -29.5 -59.3 -26.9 -60.4 C -18.2 -64.3 -9.2 -66.1 -0.3 -66.1 z M -41.9 -51.2 C -35.8 -37.6 -12.4 -12.7 -15.1 -4.6 C -17.9 3.5 -51.1 8.9 -64.5 15.8 C -70.5 -9.1 -61.5 -35.2 -41.9 -51.2 z M 43.6 -49.8 C 50.7 -43.6 56.6 -35.8 60.6 -26.7 C 67 -12.2 67.8 3.3 64 17.5 C 50.7 10.3 18 3.9 15.5 -4.1 C 13 -12.3 37 -36.4 43.6 -49.8 z M -14.3 12.4 C -12.2 12.4 -10.6 12.7 -9.5 13.5 C -6.6 15.7 -5.9 23.1 -5.8 32 C -8.6 33.8 -10.3 36.9 -10.3 40.4 C -10.3 43.8 -8.7 46.8 -6.1 48.7 C -6.3 55.3 -6.2 61.7 -5.5 66.3 C -28.9 64.3 -50.5 50 -60.6 27.1 C -61 26.2 -61.4 25.4 -61.7 24.6 C -49.1 23 -25.5 12.6 -14.3 12.4 z M 13.6 12.8 C 24.5 13 48.1 24.2 60.9 26.3 C 54.6 41.2 42.8 53.8 26.9 60.9 C 19.4 64.2 11.6 66 3.8 66.4 C 4.7 61.9 4.8 55.7 4.9 49.1 C 7.9 47.3 9.8 44.1 9.8 40.4 C 9.8 36.9 8 33.7 5.2 31.9 C 5.5 23.2 6.4 15.9 9.4 13.8 C 9.5 13.7 9.7 13.6 9.8 13.5 C 10.8 13 12.1 12.8 13.6 12.8 z"
         style="fill:#000000;fill-opacity:1;stroke:#000000" />
<path id="bar" d="M 75,0 L -75,0" style="fill:none;stroke:black;stroke-width:16;stroke-linecap:round"/>
<path id="shaft"
d="M 0.0089285667,-13.45921 C -3.5936078,-13.459211 -6.85235,-12.013659 -9.2410714,-9.6779598 L -16.709821,-9.6779598 L -16.709821,-8.2717097 L -112.42857,-8.2717097 L -112.42857,7.7282903 L -16.709821,7.7282903 L -16.709821,9.2595403 L -9.2723214,9.2595403 C -6.8807613,11.611042 -3.6071401,13.07204 0.0089285667,13.07204 C 7.3343978,13.072043 13.290179,7.1475083 13.290179,-0.1779596 C 13.290179,-7.5034277 7.3343978,-13.45921 0.0089285667,-13.45921 z"
style="fill:black;stroke:none"/>

</g>
<g transform="translate(285, 68) ">
  <defs
     id="defs3294">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective3300" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     gridtolerance="10000"
     guidetolerance="10"
     objecttolerance="10"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.98994949"
     inkscape:cx="84.555856"
     inkscape:cy="24.099824"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="1070"
     inkscape:window-height="705"
     inkscape:window-x="121"
     inkscape:window-y="112" />
  <metadata
     id="metadata3297">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1">
    <path
       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:20;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
       d="M 55 11.4375 C 55.223123 11.538844 55.451345 11.638298 55.6875 11.71875 C 74.327657 18.340704 78.78113 32.620113 83.59375 49.125 C 83.43053 49.806225 83.34375 50.519085 83.34375 51.25 C 83.34375 56.268438 87.419064 60.343752 92.4375 60.34375 L 103 60.34375 L 103.53125 62.6875 L 103.53125 66.65625 L 104.4375 66.65625 L 105.78125 72.6875 L 218 72.6875 C 218.11786 65.056643 220.17627 63.71697 227.71875 63.6875 L 227.71875 69.28125 C 233.02206 67.233593 236.21875 65.89295 236.21875 58.71875 L 236.21875 44.59375 C 236.04199 38.141399 232.66848 36.65885 227.71875 35.15625 L 227.71875 41.0625 C 220.17629 41.158399 218.11786 39.94209 218 31.90625 L 215.34375 31.90625 L 215.34375 29.96875 L 210.40625 29.96875 L 210.40625 31.90625 L 189.9375 31.90625 C 174.41936 32.024099 173.41649 21.28902 195.375 15.75 C 171.40977 15.63215 147.43399 15.5241 123.46875 15.40625 C 140.35966 22.83087 146.29778 27.66361 133.84375 31.90625 L 114.59375 31.90625 L 114.59375 29.96875 L 109.65625 29.96875 L 109.65625 31.90625 L 105.78125 31.90625 L 104.8125 35.34375 L 103.53125 35.34375 L 103.53125 40 L 103 41.90625 C 101.512 41.940599 100.0227 41.961419 98.53125 42 C 98.636488 36.960488 99.548302 31.939305 100.5625 26.9375 C 101.74899 22.874958 103.18876 17.962526 103.59375 11.4375 L 88.65625 11.4375 C 88.473092 13.732763 88.093678 15.714373 87.59375 17.65625 C 86.639535 16.116135 84.758629 13.875671 82.375 11.4375 L 55 11.4375 z "
       id="rect2509" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M 112.28813,31.43003 C 114.4737,-9.0720571 19.462947,73.233811 11.716724,11.902751"
       id="path2512"
       sodipodi:nodetypes="cc" />
    <path
       sodipodi:nodetypes="cc"
       id="path3284"
       d="M 212.69729,32.84424 C 217.83663,-25.33251 95.519595,184.93954 92.84269,7.2368676"
       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
  </g>

</g>
<path style="fill:black;stroke:none" d="M -0.125,132.15625 L 59.34375,131.90625 C 67.897968,131.86893 69.63384,126.03429 69.625,120.78125 L 67.28125,120.46875 C 68.729654,103.08276 77.584617,96.742737 96.09375,97.375 L 604.3125,97.21875 C 683.97916,100.88541 786.6458,135.55207 803.3125,188.21875 L 802.3125,1.21875 L -0.062500006,0.21875 L -0.125,132.15625 z M 194.03125,71.21875 C 208.54466,71.161248 204.98202,71.303039 194.03125,71.21875 z"/><path style="opacity:1;fill:url(#wingradient);stroke:none;stroke-width:0px" d="M 14.914322,0.4041122 C 106.97346,13.800132 62.910027,69.149002 197.34588,70.404112 L 606.0424,70.404112 C 694.32679,72.069902 725.88607,110.71044 804.16432,119.40411 L 803.29263,0.4041122 L 14.914322,0.4041122 z"/><a xlink:href="art.php">
<g transform="">
<rect style="opacity:0" width="100" height="25" x="8" y="75"/>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:middle;" x="58" y="89">
<tspan x="58" y="89">Artwork</tspan>
</text>

</g>

</a>
<a xlink:href="photos.php">
<g transform="">
<rect style="opacity:0" width="100" height="25" x="108" y="75"/>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:middle;" x="158" y="89">
<tspan x="158" y="89">Photos</tspan>
</text>

</g>

</a>
<a xlink:href="software.php">
<g transform="">
<rect style="opacity:0" width="100" height="25" x="208" y="75"/>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:middle;" x="258" y="89">
<tspan x="258" y="89">Software</tspan>
</text>

</g>

</a>
<a xlink:href="projects.php">
<g transform="">
<rect style="opacity:0" width="100" height="25" x="308" y="75"/>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:middle;" x="358" y="89">
<tspan x="358" y="89">Projects</tspan>
</text>

</g>

</a>
<a xlink:href="web.php">
<g transform="">
<rect style="opacity:0" width="100" height="25" x="408" y="75"/>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:middle;" x="458" y="89">
<tspan x="458" y="89">Web</tspan>
</text>

</g>

</a>
<g transform="translate(102, 8) scale(0.9)">
<path style="fill:white" d="M 3,16 C 0,16 0,11 0,8 C 0,5 0,0 3,0 C 6,0 6,5 6,8 C 6,11 6,16 3,16 zM 12,16 C 9,16 9,11 9,8 C 9,5 9,0 12,0 C 15,0 15,5 15,8 C 15,11 15,16 12,16 zM 21,16 C 18,16 18,11 18,8 C 18,5 18,0 21,0 L 30,0 C 33,0 33,5 33,8 C 33,11 33,16 30,16 L 21,16 zM 39,16 C 36,16 36,11 36,8 C 36,5 36,0 39,0 C 42,0 42,5 42,8 C 42,11 42,16 39,16 zM 57,16 C 54,16 54,11 54,8 C 54,5 54,0 57,0 C 60,0 60,5 60,8 C 60,11 60,16 57,16 zM 75,16 C 72,16 72,11 72,8 C 72,5 72,0 75,0 C 78,0 78,5 78,8 C 78,11 78,16 75,16 zM 84,16 C 81,16 81,11 81,8 C 81,5 81,0 84,0 L 93,0 C 96,0 96,5 96,8 C 96,11 96,16 93,16 L 84,16 zM 102,16 C 99,16 99,11 99,8 C 99,5 99,0 102,0 C 105,0 105,5 105,8 C 105,11 105,16 102,16 zM 120,16 C 117,16 117,11 117,8 C 117,5 117,0 120,0 C 123,0 123,5 123,8 C 123,11 123,16 120,16 zM 129,16 C 126,16 126,11 126,8 C 126,5 126,0 129,0 L 138,0 C 141,0 141,5 141,8 C 141,11 141,16 138,16 L 129,16 zM 147,16 C 144,16 144,11 144,8 C 144,5 144,0 147,0 C 150,0 150,5 150,8 C 150,11 150,16 147,16 zM 165,16 C 162,16 162,11 162,8 C 162,5 162,0 165,0 C 168,0 168,5 168,8 C 168,11 168,16 165,16 zM 183,16 C 180,16 180,11 180,8 C 180,5 180,0 183,0 C 186,0 186,5 186,8 C 186,11 186,16 183,16 zM 192,16 C 189,16 189,11 189,8 C 189,5 189,0 192,0 C 195,0 195,5 195,8 C 195,11 195,16 192,16 zM 201,16 C 198,16 198,11 198,8 C 198,5 198,0 201,0 L 210,0 C 213,0 213,5 213,8 C 213,11 213,16 210,16 L 201,16 zM 228,16 C 225,16 225,11 225,8 C 225,5 225,0 228,0 C 231,0 231,5 231,8 C 231,11 231,16 228,16 zM 237,16 C 234,16 234,11 234,8 C 234,5 234,0 237,0 C 240,0 240,5 240,8 C 240,11 240,16 237,16 zM 246,16 C 243,16 243,11 243,8 C 243,5 243,0 246,0 C 249,0 249,5 249,8 C 249,11 249,16 246,16 zM 276,16 C 273,16 273,11 273,8 C 273,5 273,0 276,0 C 279,0 279,5 279,8 C 279,11 279,16 276,16 zM 285,16 C 282,16 282,11 282,8 C 282,5 282,0 285,0 C 288,0 288,5 288,8 C 288,11 288,16 285,16 zM 294,16 C 291,16 291,11 291,8 C 291,5 291,0 294,0 C 297,0 297,5 297,8 C 297,11 297,16 294,16 zM 303,16 C 300,16 300,11 300,8 C 300,5 300,0 303,0 L 312,0 C 315,0 315,5 315,8 C 315,11 315,16 312,16 L 303,16 zM 330,16 C 327,16 327,11 327,8 C 327,5 327,0 330,0 C 333,0 333,5 333,8 C 333,11 333,16 330,16 zM 348,16 C 345,16 345,11 345,8 C 345,5 345,0 348,0 C 351,0 351,5 351,8 C 351,11 351,16 348,16 zM 357,16 C 354,16 354,11 354,8 C 354,5 354,0 357,0 L 366,0 C 369,0 369,5 369,8 C 369,11 369,16 366,16 L 357,16 zM 375,16 C 372,16 372,11 372,8 C 372,5 372,0 375,0 C 378,0 378,5 378,8 C 378,11 378,16 375,16 zM 393,16 C 390,16 390,11 390,8 C 390,5 390,0 393,0 C 396,0 396,5 396,8 C 396,11 396,16 393,16 zM 402,16 C 399,16 399,11 399,8 C 399,5 399,0 402,0 C 405,0 405,5 405,8 C 405,11 405,16 402,16 zM 420,16 C 417,16 417,11 417,8 C 417,5 417,0 420,0 L 429,0 C 432,0 432,5 432,8 C 432,11 432,16 429,16 L 420,16 zM 447,16 C 444,16 444,11 444,8 C 444,5 444,0 447,0 C 450,0 450,5 450,8 C 450,11 450,16 447,16 zM 456,16 C 453,16 453,11 453,8 C 453,5 453,0 456,0 L 465,0 C 468,0 468,5 468,8 C 468,11 468,16 465,16 L 456,16 zM 483,16 C 480,16 480,11 480,8 C 480,5 480,0 483,0 C 486,0 486,5 486,8 C 486,11 486,16 483,16 zM 492,16 C 489,16 489,11 489,8 C 489,5 489,0 492,0 C 495,0 495,5 495,8 C 495,11 495,16 492,16 zM 501,16 C 498,16 498,11 498,8 C 498,5 498,0 501,0 C 504,0 504,5 504,8 C 504,11 504,16 501,16 z"/>
</g>
<g transform="translate(103, 26) scale(0.5)">
<path style="stroke-width:2.3;stroke:white;fill:none;stroke-linecap:round;stroke-linejoin:round" d="M 17.16,8.71 L 0.61,8.71 M 21.94,0.32 L 0.61,0.32 L 0.61,17.68M 80.03,8.71 L 63.48,8.71 M 84.48,0.32 L 63.48,0.32 L 63.48,17.68 L 85.07,17.68M 126.77,8.96 L 147.88,8.96 L 147.88,0.32 L 126.64,0.32 L 126.64,17.68 M 143.92,9.32 L 147.91,17.68M 189.77,8.96 L 210.88,8.96 L 210.88,0.32 L 189.64,0.32 L 189.64,17.68 M 206.92,9.32 L 210.91,17.68M 269.03,8.71 L 252.48,8.71 M 273.48,0.32 L 252.48,0.32 L 252.48,17.68 L 274.07,17.68M 337.07,0.32 L 337.07,17.68 L 315.48,17.68 L 315.48,0.32M 400.09,2.41 L 400.09,0.32 L 378.46,0.32 L 378.46,8.74 L 400.09,8.8 L 400.09,17.68 L 378.46,17.68 L 378.46,15.13M 503.94,0.32 L 507.24,17.68 L 523.31,17.68 L 526.61,0.32M 584.03,8.71 L 567.48,8.71 M 588.48,0.32 L 567.48,0.32 L 567.48,17.68 L 589.07,17.68M 630.77,8.96 L 651.88,8.96 L 651.88,0.32 L 630.64,0.32 L 630.64,17.68 M 647.92,9.32 L 651.91,17.68M 695.43,0.32 L 713.12,0.32 M 704.09,17.68 L 704.09,0.32 M 695.43,17.68 L 713.12,17.68M 756.8,0.32 L 777.75,0.32 M 766.96,17.68 L 766.96,0.32M 819.77,17.68 L 823.12,0.32 L 837.51,0.32 L 840.78,17.68 M 821.53,12.12 L 839.02,12.04M 904.09,2.41 L 904.09,0.32 L 882.46,0.32 L 882.46,8.74 L 904.09,8.8 L 904.09,17.68 L 882.46,17.68 L 882.46,15.13"/>
</g>
<g transform="translate(6, 6) ">
  <defs
     id="defs3303">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective3309" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     gridtolerance="10000"
     guidetolerance="10"
     objecttolerance="10"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="3.959798"
     inkscape:cx="-9.7424693"
     inkscape:cy="29.830549"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="954"
     inkscape:window-height="705"
     inkscape:window-x="134"
     inkscape:window-y="178" />
  <metadata
     id="metadata3306">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1">
    <path
       id="path2332"
       style="fill:#ffffff;fill-opacity:1"
       d="M 29.239073,43.749895 C 29.833533,38.480495 28.826563,33.872195 24.155853,30.958895 C 22.050653,29.645795 19.513913,29.542395 17.081063,29.385795 C 16.860093,26.750795 16.967633,23.876995 17.532643,21.571095 C 17.710513,20.845095 18.565673,20.560395 19.202363,20.474295 C 16.656973,18.257295 14.518803,15.285695 14.787653,11.824295 C 16.656123,10.700055 18.360793,10.192775 20.183073,9.855755 C 20.494243,11.937595 20.859023,14.760595 21.456163,17.008995 C 22.864563,22.700995 26.199833,27.680395 31.281653,30.560095 C 34.341743,32.294295 38.977073,32.209395 42.352243,30.325395 C 46.425063,28.052095 48.458173,21.597695 44.952733,17.711695 C 42.981073,15.525995 40.063483,14.478495 37.203633,14.546595 C 33.619903,14.632095 31.072053,17.445595 31.274713,20.998995 C 31.423283,23.603995 33.261213,25.649595 35.589873,26.627495 C 38.992743,27.741695 42.578183,26.105795 42.918343,23.109195 C 43.163233,20.951795 41.660533,19.721195 39.854813,18.953395 C 43.104253,20.600595 42.935913,24.904795 38.803153,25.460495 C 36.785343,25.731795 35.470633,25.208195 34.337983,24.119095 C 32.757923,22.599795 32.468813,20.433695 33.436293,18.558995 C 35.397583,14.758695 41.880133,15.380595 44.597003,19.817995 C 45.660813,21.555495 45.146733,24.985795 43.573143,26.905395 C 41.166983,29.615695 37.736083,30.376895 34.514663,29.409995 C 26.856433,27.111695 24.009753,18.968695 23.724303,11.588095 C 23.547653,7.020695 27.068683,3.467065 29.897783,0.243005 C 21.323803,6.577575 11.064993,9.849105 1.2513926,13.712495 C 15.135043,9.834025 15.118963,22.113495 15.193893,31.724295 C 17.660823,31.767595 20.023783,31.732595 22.395253,32.787395 C 26.332323,34.538395 27.467313,38.545895 27.369153,42.502995 C 27.183493,49.987495 24.285813,57.011295 21.281033,63.756995 C 24.863083,57.400695 28.513843,50.178395 29.239073,43.749895 z"
       sodipodi:nodetypes="cscsccccssssscscsssscsscccsscs" />
  </g>

</g>
<a xlink:href="index.php">
<g transform="">
<rect style="opacity:0" width="480" height="32" x="100" y="8"/>

</g>

</a>
<linearGradient x1="105" y1="0" x2="500" y2="0" id="morsegradient" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><g transform="translate(130, 45) ">
<path style="fill:url(#morsegradient)" d="M 3,16 C 0,16 0,11 0,8 C 0,5 0,0 3,0 C 6,0 6,5 6,8 C 6,11 6,16 3,16 zM 12,16 C 9,16 9,11 9,8 C 9,5 9,0 12,0 C 15,0 15,5 15,8 C 15,11 15,16 12,16 zM 21,16 C 18,16 18,11 18,8 C 18,5 18,0 21,0 L 30,0 C 33,0 33,5 33,8 C 33,11 33,16 30,16 L 21,16 zM 39,16 C 36,16 36,11 36,8 C 36,5 36,0 39,0 C 42,0 42,5 42,8 C 42,11 42,16 39,16 zM 57,16 C 54,16 54,11 54,8 C 54,5 54,0 57,0 C 60,0 60,5 60,8 C 60,11 60,16 57,16 zM 75,16 C 72,16 72,11 72,8 C 72,5 72,0 75,0 C 78,0 78,5 78,8 C 78,11 78,16 75,16 zM 84,16 C 81,16 81,11 81,8 C 81,5 81,0 84,0 L 93,0 C 96,0 96,5 96,8 C 96,11 96,16 93,16 L 84,16 zM 102,16 C 99,16 99,11 99,8 C 99,5 99,0 102,0 C 105,0 105,5 105,8 C 105,11 105,16 102,16 zM 120,16 C 117,16 117,11 117,8 C 117,5 117,0 120,0 C 123,0 123,5 123,8 C 123,11 123,16 120,16 zM 129,16 C 126,16 126,11 126,8 C 126,5 126,0 129,0 L 138,0 C 141,0 141,5 141,8 C 141,11 141,16 138,16 L 129,16 zM 147,16 C 144,16 144,11 144,8 C 144,5 144,0 147,0 C 150,0 150,5 150,8 C 150,11 150,16 147,16 zM 165,16 C 162,16 162,11 162,8 C 162,5 162,0 165,0 C 168,0 168,5 168,8 C 168,11 168,16 165,16 zM 183,16 C 180,16 180,11 180,8 C 180,5 180,0 183,0 C 186,0 186,5 186,8 C 186,11 186,16 183,16 zM 192,16 C 189,16 189,11 189,8 C 189,5 189,0 192,0 C 195,0 195,5 195,8 C 195,11 195,16 192,16 zM 201,16 C 198,16 198,11 198,8 C 198,5 198,0 201,0 L 210,0 C 213,0 213,5 213,8 C 213,11 213,16 210,16 L 201,16 zM 228,16 C 225,16 225,11 225,8 C 225,5 225,0 228,0 C 231,0 231,5 231,8 C 231,11 231,16 228,16 zM 237,16 C 234,16 234,11 234,8 C 234,5 234,0 237,0 C 240,0 240,5 240,8 C 240,11 240,16 237,16 zM 246,16 C 243,16 243,11 243,8 C 243,5 243,0 246,0 C 249,0 249,5 249,8 C 249,11 249,16 246,16 zM 276,16 C 273,16 273,11 273,8 C 273,5 273,0 276,0 C 279,0 279,5 279,8 C 279,11 279,16 276,16 zM 285,16 C 282,16 282,11 282,8 C 282,5 282,0 285,0 C 288,0 288,5 288,8 C 288,11 288,16 285,16 zM 294,16 C 291,16 291,11 291,8 C 291,5 291,0 294,0 C 297,0 297,5 297,8 C 297,11 297,16 294,16 zM 303,16 C 300,16 300,11 300,8 C 300,5 300,0 303,0 L 312,0 C 315,0 315,5 315,8 C 315,11 315,16 312,16 L 303,16 zM 330,16 C 327,16 327,11 327,8 C 327,5 327,0 330,0 C 333,0 333,5 333,8 C 333,11 333,16 330,16 zM 348,16 C 345,16 345,11 345,8 C 345,5 345,0 348,0 C 351,0 351,5 351,8 C 351,11 351,16 348,16 zM 357,16 C 354,16 354,11 354,8 C 354,5 354,0 357,0 L 366,0 C 369,0 369,5 369,8 C 369,11 369,16 366,16 L 357,16 zM 375,16 C 372,16 372,11 372,8 C 372,5 372,0 375,0 C 378,0 378,5 378,8 C 378,11 378,16 375,16 zM 393,16 C 390,16 390,11 390,8 C 390,5 390,0 393,0 C 396,0 396,5 396,8 C 396,11 396,16 393,16 zM 402,16 C 399,16 399,11 399,8 C 399,5 399,0 402,0 C 405,0 405,5 405,8 C 405,11 405,16 402,16 zM 420,16 C 417,16 417,11 417,8 C 417,5 417,0 420,0 L 429,0 C 432,0 432,5 432,8 C 432,11 432,16 429,16 L 420,16 zM 447,16 C 444,16 444,11 444,8 C 444,5 444,0 447,0 C 450,0 450,5 450,8 C 450,11 450,16 447,16 zM 456,16 C 453,16 453,11 453,8 C 453,5 453,0 456,0 L 465,0 C 468,0 468,5 468,8 C 468,11 468,16 465,16 L 456,16 zM 483,16 C 480,16 480,11 480,8 C 480,5 480,0 483,0 C 486,0 486,5 486,8 C 486,11 486,16 483,16 zM 492,16 C 489,16 489,11 489,8 C 489,5 489,0 492,0 C 495,0 495,5 495,8 C 495,11 495,16 492,16 zM 501,16 C 498,16 498,11 498,8 C 498,5 498,0 501,0 C 504,0 504,5 504,8 C 504,11 504,16 501,16 z"/>
</g>
<g transform="translate(110, 160) scale(3)rotate(90) ">
<path style="stroke-width:3;stroke:#404040;fill:none;stroke-linecap:round;stroke-linejoin:round" d="M 21.84,0.32 L 21.75,17.68 L 0.77,0.32 L 0.71,17.68M 72.03,8.71 L 55.48,8.71 M 76.48,0.32 L 55.48,0.32 L 55.48,17.68 L 77.07,17.68M 132.41,0.32 L 132.41,17.68 L 123.66,17.68 L 121.42,15.4 L 121.42,6.69 L 121.42,15.4 L 119.23,17.68 L 110.14,17.68 L 110.14,0.32M 187.09,2.41 L 187.09,0.32 L 165.46,0.32 L 165.46,8.74 L 187.09,8.8 L 187.09,17.68 L 165.46,17.68 L 165.46,15.13"/>
</g>
<g transform="translate(775, 215) scale(3)rotate(90) ">
<path style="fill:#404040" d="M 3,16 C 0,16 0,11 0,8 C 0,5 0,0 3,0 L 12,0 C 15,0 15,5 15,8 C 15,11 15,16 12,16 L 3,16 zM 21,16 C 18,16 18,11 18,8 C 18,5 18,0 21,0 C 24,0 24,5 24,8 C 24,11 24,16 21,16 zM 39,16 C 36,16 36,11 36,8 C 36,5 36,0 39,0 C 42,0 42,5 42,8 C 42,11 42,16 39,16 zM 57,16 C 54,16 54,11 54,8 C 54,5 54,0 57,0 C 60,0 60,5 60,8 C 60,11 60,16 57,16 zM 66,16 C 63,16 63,11 63,8 C 63,5 63,0 66,0 L 75,0 C 78,0 78,5 78,8 C 78,11 78,16 75,16 L 66,16 zM 84,16 C 81,16 81,11 81,8 C 81,5 81,0 84,0 L 93,0 C 96,0 96,5 96,8 C 96,11 96,16 93,16 L 84,16 zM 111,16 C 108,16 108,11 108,8 C 108,5 108,0 111,0 C 114,0 114,5 114,8 C 114,11 114,16 111,16 zM 120,16 C 117,16 117,11 117,8 C 117,5 117,0 120,0 C 123,0 123,5 123,8 C 123,11 123,16 120,16 zM 129,16 C 126,16 126,11 126,8 C 126,5 126,0 129,0 C 132,0 132,5 132,8 C 132,11 132,16 129,16 z"/>
</g>
<linearGradient x1="60" y1="380" x2="710" y2="550" id="gradient0" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient0);stroke:#000000;stroke-width:0px" d="M 140,150 C 55,150 55,380 140,380 L 710,380 L 710,150 z M 145,170 L 705,170 L 705,375 L145,375 C 76.75,375 76.75,170 145,170 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 13,130 C 24,230 10,301.5 79.75,272.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 38,130 C 23,230 -42,278.5 79.75,272.5"/><foreignObject x="215" y="170" width="495" height="230">
    <body xmlns="http://www.w3.org/1999/xhtml">
	<p style="font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; text-align: left; color: #ffffff">This is my new experimental svg site that lingers on the cutting edge of disaster.  I am aware that this will not work with all browsers but it should work with the only one that matters... mozilla firefox.  In the future this site will get more and more graphics intensive as I explore the capabilites offered by new svg rendering technologies.<br/><br/>The boxes and web graphics on this page are now displayed with svg technology.  The window borders are not pixmap images(mostly) they are crisp curves and gradients and can be zoomed in and out without loosing detail.  I've written small php classes to output svg instead of html with the webserver.</p>
    </body>
</foreignObject>
<g transform="translate(152, 225) ">
<g transform="translate(0, 0) ">
<g transform="rotate(-1) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/3e7a5b13cef7348abd024e5ae9090535.png"/>

</g>

</g>

</g>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:start" x="144" y="165">
<tspan x="144" y="165">Site</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="165">
<tspan x="706" y="165">03/27/09</tspan>
</text>
<linearGradient x1="60" y1="540" x2="710" y2="810" id="gradient1" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient1);stroke:#000000;stroke-width:0px" d="M 140,410 C 55,410 55,540 140,540 L 710,540 L 710,410 z M 145,430 L 705,430 L 705,535 L145,535 C 76.75,535 76.75,430 145,430 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 42,130 C 30,230 -37,482.5 79.75,482.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 20,130 C 46,230 17,483.5 79.75,482.5"/><foreignObject x="215" y="430" width="495" height="130">
    <body xmlns="http://www.w3.org/1999/xhtml">
	<p style="font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; text-align: left; color: #ffffff">A software section has been added. This section will get more advanced as time progresses.  This will be the fulcrum for my “airship” project that I hope will become a creative tool for gaming and art that I've dreamed of.</p>
    </body>
</foreignObject>
<g transform="translate(152, 485) ">
<g transform="translate(0, 0) ">
<a xlink:href="software.php">
<g transform="rotate(6) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/4daa6d45337257d89a9d4cc4cd5ab61c.png"/>

</g>

</a>

</g>

</g>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:start" x="144" y="425">
<tspan x="144" y="425">Software</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="425">
<tspan x="706" y="425">03/27/09</tspan>
</text>
<linearGradient x1="60" y1="700" x2="710" y2="970" id="gradient2" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient2);stroke:#000000;stroke-width:0px" d="M 140,570 C 55,570 55,700 140,700 L 710,700 L 710,570 z M 145,590 L 705,590 L 705,695 L145,695 C 76.75,695 76.75,590 145,590 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 27,130 C 14,230 -17,661.5 79.75,642.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 21,130 C 22,230 -13,650.5 79.75,642.5"/><foreignObject x="215" y="590" width="495" height="130">
    <body xmlns="http://www.w3.org/1999/xhtml">
	<p style="font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; text-align: left; color: #ffffff">More vector artwork.  Inkscape really is a wonderful tool.</p>
    </body>
</foreignObject>
<g transform="translate(152, 645) ">
<g transform="translate(0, 0) ">
<a xlink:href="art.php?artwork/vector">
<g transform="rotate(-11) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/544c8acb0f2d1ec883d4caa3cfabcec6.png"/>

</g>

</a>

</g>

</g>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:start" x="144" y="585">
<tspan x="144" y="585">Art</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="585">
<tspan x="706" y="585">03/20/09</tspan>
</text>
<linearGradient x1="60" y1="860" x2="710" y2="1130" id="gradient3" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient3);stroke:#000000;stroke-width:0px" d="M 140,730 C 55,730 55,860 140,860 L 710,860 L 710,730 z M 145,750 L 705,750 L 705,855 L145,855 C 76.75,855 76.75,750 145,750 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 24,130 C 34,230 1,806.5 79.75,802.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 29,130 C 37,230 -14,830.5 79.75,802.5"/><foreignObject x="215" y="750" width="495" height="130">
    <body xmlns="http://www.w3.org/1999/xhtml">
	<p style="font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; text-align: left; color: #ffffff">Projects section started.  This section will include all the little toys and miscellaneous junk I work on from time to time that does not fall under the category of art or software.  I hope to include some metal casting success stories.. Plans and designs from treehouses to my monolithic dome house dreams.</p>
    </body>
</foreignObject>
<g transform="translate(152, 805) ">
<g transform="translate(0, 0) ">
<a xlink:href="projects.php">
<g transform="rotate(-10) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/fe87e9b5613bef0def18dd33601ad7ae.png"/>

</g>

</a>

</g>

</g>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:start" x="144" y="745">
<tspan x="144" y="745">Projects</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="745">
<tspan x="706" y="745">02/02/07</tspan>
</text>
<linearGradient x1="60" y1="1020" x2="710" y2="1290" id="gradient4" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient4);stroke:#000000;stroke-width:0px" d="M 140,890 C 55,890 55,1020 140,1020 L 710,1020 L 710,890 z M 145,910 L 705,910 L 705,1015 L145,1015 C 76.75,1015 76.75,910 145,910 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 29,130 C 48,230 -8,975.5 79.75,962.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 32,130 C 42,230 -42,977.5 79.75,962.5"/><foreignObject x="215" y="910" width="495" height="130">
    <body xmlns="http://www.w3.org/1999/xhtml">
	<p style="font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; text-align: left; color: #ffffff">Oculus Icon Collections updated with nearly 80 more icons.</p>
    </body>
</foreignObject>
<g transform="translate(152, 965) ">
<g transform="translate(0, 0) ">
<g transform="rotate(-10) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/5d51675c6f8b844a3af4f3e480c46368.png"/>

</g>

</g>

</g>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:start" x="144" y="905">
<tspan x="144" y="905">Icons</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="905">
<tspan x="706" y="905">03/27/05</tspan>
</text>
<image x="620" y="5" width="180" height="140" xlink:href="cache/04ae20f5a27fe25fa5f6081bd587ce50.png"/>
<rect style="opacity:1;fill:none;stroke:#000000;" width="800" height="1150" x="0" y="0"/>
</svg>
</center>
</body>
</html>
