<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="2030"    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="2030" 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 += 1.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/10 of a second.
	setTimeout(&quot;Run()&quot;, 100);
}

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 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 C 306,0 306,5 306,8 C 306,11 306,16 303,16 zM 312,16 C 309,16 309,11 309,8 C 309,5 309,0 312,0 C 315,0 315,5 315,8 C 315,11 315,16 312,16 zM 321,16 C 318,16 318,11 318,8 C 318,5 318,0 321,0 L 330,0 C 333,0 333,5 333,8 C 333,11 333,16 330,16 L 321,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 366,16 C 363,16 363,11 363,8 C 363,5 363,0 366,0 C 369,0 369,5 369,8 C 369,11 369,16 366,16 zM 375,16 C 372,16 372,11 372,8 C 372,5 372,0 375,0 L 384,0 C 387,0 387,5 387,8 C 387,11 387,16 384,16 L 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 411,16 C 408,16 408,11 408,8 C 408,5 408,0 411,0 C 414,0 414,5 414,8 C 414,11 414,16 411,16 zM 420,16 C 417,16 417,11 417,8 C 417,5 417,0 420,0 C 423,0 423,5 423,8 C 423,11 423,16 420,16 zM 438,16 C 435,16 435,11 435,8 C 435,5 435,0 438,0 L 447,0 C 450,0 450,5 450,8 C 450,11 450,16 447,16 L 438,16 zM 465,16 C 462,16 462,11 462,8 C 462,5 462,0 465,0 C 468,0 468,5 468,8 C 468,11 468,16 465,16 zM 474,16 C 471,16 471,11 471,8 C 471,5 471,0 474,0 L 483,0 C 486,0 486,5 486,8 C 486,11 486,16 483,16 L 474,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 zM 510,16 C 507,16 507,11 507,8 C 507,5 507,0 510,0 C 513,0 513,5 513,8 C 513,11 513,16 510,16 zM 519,16 C 516,16 516,11 516,8 C 516,5 516,0 519,0 C 522,0 522,5 522,8 C 522,11 522,16 519,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 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 C 306,0 306,5 306,8 C 306,11 306,16 303,16 zM 312,16 C 309,16 309,11 309,8 C 309,5 309,0 312,0 C 315,0 315,5 315,8 C 315,11 315,16 312,16 zM 321,16 C 318,16 318,11 318,8 C 318,5 318,0 321,0 L 330,0 C 333,0 333,5 333,8 C 333,11 333,16 330,16 L 321,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 366,16 C 363,16 363,11 363,8 C 363,5 363,0 366,0 C 369,0 369,5 369,8 C 369,11 369,16 366,16 zM 375,16 C 372,16 372,11 372,8 C 372,5 372,0 375,0 L 384,0 C 387,0 387,5 387,8 C 387,11 387,16 384,16 L 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 411,16 C 408,16 408,11 408,8 C 408,5 408,0 411,0 C 414,0 414,5 414,8 C 414,11 414,16 411,16 zM 420,16 C 417,16 417,11 417,8 C 417,5 417,0 420,0 C 423,0 423,5 423,8 C 423,11 423,16 420,16 zM 438,16 C 435,16 435,11 435,8 C 435,5 435,0 438,0 L 447,0 C 450,0 450,5 450,8 C 450,11 450,16 447,16 L 438,16 zM 465,16 C 462,16 462,11 462,8 C 462,5 462,0 465,0 C 468,0 468,5 468,8 C 468,11 468,16 465,16 zM 474,16 C 471,16 471,11 471,8 C 471,5 471,0 474,0 L 483,0 C 486,0 486,5 486,8 C 486,11 486,16 483,16 L 474,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 zM 510,16 C 507,16 507,11 507,8 C 507,5 507,0 510,0 C 513,0 513,5 513,8 C 513,11 513,16 510,16 zM 519,16 C 516,16 516,11 516,8 C 516,5 516,0 519,0 C 522,0 522,5 522,8 C 522,11 522,16 519,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="350" 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,350 140,350 L 710,350 L 710,150 z M 145,170 L 705,170 L 705,345 L145,345 C 76.75,345 76.75,170 145,170 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 16,130 C 44,230 -30,267.5 79.75,257.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 41,130 C 32,230 8,260.5 79.75,257.5"/><foreignObject x="215" y="170" width="495" height="200">
    <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">It has become a popular habit of the ubuntu community(and maybe the open source community in general) to release incomplete and crippled software in the hopes that mere exposure will cultivate automatic development of features already present and useful in their predecessors. I disagree with these methods.  They are unjustifiable and harmful.  Software such as the transition from Gnome 2 to Gnome 3, Pidgin to Empathy, and now from the noble ubuntu gnome 2.x desktop to the abomination of unity.  Sorry Ubuntu, I had high hopes for you.  Thanks for ruining it for everybody.  I'll be switching to Linux Mint.</p>
    </body>
</foreignObject>
<g transform="translate(152, 225) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://linuxmint.com/">
<g transform="rotate(3) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/044170ff2708a13de0af51d5c8da4e87.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="165">
<tspan x="144" y="165">Goodbye Ubuntu</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">05/08/2011</tspan>
</text>
<linearGradient x1="60" y1="780" x2="710" y2="780" id="gradient1" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient1);stroke:#000000;stroke-width:0px" d="M 140,380 C 55,380 55,780 140,780 L 710,780 L 710,380 z M 145,400 L 705,400 L 705,775 L145,775 C 76.75,775 76.75,400 145,400 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 15,130 C 42,230 -33,610.5 79.75,587.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 27,130 C 24,230 -38,604.5 79.75,587.5"/><foreignObject x="215" y="400" width="495" height="400">
    <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">I've been curious what the geniuses behind Gnome 2 have been doing all this time.  I've seen sneak peeks here and there and remained cautiously optimistic as they progressed.  I was warned that it's "still in early development".  Today I downloaded the OpenSuse Live ISO and ran the image on my Latitude D620 laptop.  Here I was, about to embark into the brave new world of Gnome 3.  The entire interface is infantile, ugly, and useless.  It looks like Gnome 3 is trying to jump on the tablet/mobile device bandwagon.  I half expected a little virtual keyboard to appear when I focused on an input field.  The interface has been overhauled(ruined) so that the user has no control over font size, title bar thickness, icon theme, even color!.  Indeed it seems the only thing that is customizable is the background wallpaper.  Where's the "ease of use" that's been promised?  Not here! Minimize and Maximize window manager buttons have been removed. So has window shading.  Using a mouse hot spot brings up a full screen interface for launching applications.  In order to limit your search to a category such as graphics you must run your mouse to the complete opposite side of the screen from the hot spot corner, select the category then proceed to select from a screen full of elephantine icons.  This is an major setback for gnome.  I find myself unable to fully express my disgust.  There are truly no redeeming qualities of Gnome 3.  Since I also see no value in KDE I guess I'll be running Gnome 2 until I'm no longer able to.  Perhaps at that time I'll make the move to XFCE.</p>
    </body>
</foreignObject>
<g transform="translate(152, 455) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://blog.crozat.net/2011/03/gnome3-live-usb-image-006-return-of.html">
<g transform="rotate(-6) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/df9f2c9034587287ca07919f4b6711a1.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="395">
<tspan x="144" y="395">Gnome 3: Simply Awful</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="395">
<tspan x="706" y="395">04/10/11</tspan>
</text>
<linearGradient x1="60" y1="940" x2="710" y2="1210" id="gradient2" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient2);stroke:#000000;stroke-width:0px" d="M 140,810 C 55,810 55,940 140,940 L 710,940 L 710,810 z M 145,830 L 705,830 L 705,935 L145,935 C 76.75,935 76.75,830 145,830 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 23,130 C 30,230 -28,905.5 79.75,882.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 33,130 C 41,230 -31,898.5 79.75,882.5"/><foreignObject x="215" y="830" 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">Added a new art category “mixed”.  Just a place to stick artistic stuff that doesn't neatly fit into the other catagories.</p>
    </body>
</foreignObject>
<g transform="translate(152, 885) ">
<g transform="translate(0, 0) ">
<a xlink:href="art.php?artwork/mixed">
<g transform="rotate(-13) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/3e4241f5473cea0360ea01e9e30dfba5.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="825">
<tspan x="144" y="825">Art</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="825">
<tspan x="706" y="825">03/06/11</tspan>
</text>
<linearGradient x1="60" y1="1100" x2="710" y2="1370" id="gradient3" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient3);stroke:#000000;stroke-width:0px" d="M 140,970 C 55,970 55,1100 140,1100 L 710,1100 L 710,970 z M 145,990 L 705,990 L 705,1095 L145,1095 C 76.75,1095 76.75,990 145,990 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 42,130 C 12,230 -50,1066.5 79.75,1042.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 10,130 C 47,230 -3,1062.5 79.75,1042.5"/><foreignObject x="215" y="990" 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">Recently someone inspired me to actually work on my website.  Updated the projects section with some metal casting shenanigans.  Fixed downloads on themes and brought back the deprecated enlightenment themes.  (Hey, why not? they look neat.)</p>
    </body>
</foreignObject>
<g transform="translate(152, 1045) ">
<g transform="translate(0, 0) ">
<a xlink:href="projects.php">
<g transform="rotate(-7) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/5d5462edc9c06fd32eeca00e9812e76b.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="985">
<tspan x="144" y="985">Projects</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="985">
<tspan x="706" y="985">02/27/11</tspan>
</text>
<linearGradient x1="60" y1="1360" x2="710" y2="1530" id="gradient4" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient4);stroke:#000000;stroke-width:0px" d="M 140,1130 C 55,1130 55,1360 140,1360 L 710,1360 L 710,1130 z M 145,1150 L 705,1150 L 705,1355 L145,1355 C 76.75,1355 76.75,1150 145,1150 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 41,130 C 40,230 -58,1263.5 79.75,1252.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 45,130 C 44,230 -31,1252.5 79.75,1252.5"/><foreignObject x="215" y="1150" 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, 1205) ">
<g transform="translate(0, 0) ">
<g transform="rotate(8) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/ab15ea29ac9bfc993c318a45b7c88e01.png"/>

</g>

</g>

</g>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:start" x="144" y="1145">
<tspan x="144" y="1145">Site</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="1145">
<tspan x="706" y="1145">03/27/09</tspan>
</text>
<linearGradient x1="60" y1="1520" x2="710" y2="1790" id="gradient5" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient5);stroke:#000000;stroke-width:0px" d="M 140,1390 C 55,1390 55,1520 140,1520 L 710,1520 L 710,1390 z M 145,1410 L 705,1410 L 705,1515 L145,1515 C 76.75,1515 76.75,1410 145,1410 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 45,130 C 14,230 3,1466.5 79.75,1462.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 27,130 C 13,230 -32,1485.5 79.75,1462.5"/><foreignObject x="215" y="1410" 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, 1465) ">
<g transform="translate(0, 0) ">
<a xlink:href="software.php">
<g transform="rotate(13) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/34d11acbb25c9c35e5da2dc964dd642e.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="1405">
<tspan x="144" y="1405">Software</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="1405">
<tspan x="706" y="1405">03/27/09</tspan>
</text>
<linearGradient x1="60" y1="1680" x2="710" y2="1950" id="gradient6" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient6);stroke:#000000;stroke-width:0px" d="M 140,1550 C 55,1550 55,1680 140,1680 L 710,1680 L 710,1550 z M 145,1570 L 705,1570 L 705,1675 L145,1675 C 76.75,1675 76.75,1570 145,1570 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 21,130 C 42,230 14,1625.5 79.75,1622.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 26,130 C 38,230 -36,1625.5 79.75,1622.5"/><foreignObject x="215" y="1570" 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, 1625) ">
<g transform="translate(0, 0) ">
<a xlink:href="art.php?artwork/vector">
<g transform="rotate(-7) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/3e4241f5473cea0360ea01e9e30dfba5.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="1565">
<tspan x="144" y="1565">Art</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="1565">
<tspan x="706" y="1565">03/20/09</tspan>
</text>
<linearGradient x1="60" y1="1840" x2="710" y2="2110" id="gradient7" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient7);stroke:#000000;stroke-width:0px" d="M 140,1710 C 55,1710 55,1840 140,1840 L 710,1840 L 710,1710 z M 145,1730 L 705,1730 L 705,1835 L145,1835 C 76.75,1835 76.75,1730 145,1730 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 31,130 C 22,230 -30,1783.5 79.75,1782.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 13,130 C 30,230 -57,1786.5 79.75,1782.5"/><foreignObject x="215" y="1730" 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, 1785) ">
<g transform="translate(0, 0) ">
<a xlink:href="projects.php">
<g transform="rotate(-7) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/ce979e93785d59b04395995ddf706630.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="1725">
<tspan x="144" y="1725">Projects</tspan>
</text>
<text style="font-family: Verdana, Helvetica, Arial, sans-serif; fill:#ffffff; font-size:14px; text-anchor:end" x="706" y="1725">
<tspan x="706" y="1725">02/02/07</tspan>
</text>
<linearGradient x1="60" y1="2000" x2="710" y2="2270" id="gradient8" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient8);stroke:#000000;stroke-width:0px" d="M 140,1870 C 55,1870 55,2000 140,2000 L 710,2000 L 710,1870 z M 145,1890 L 705,1890 L 705,1995 L145,1995 C 76.75,1995 76.75,1890 145,1890 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 39,130 C 43,230 18,1967.5 79.75,1942.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 38,130 C 13,230 -60,1956.5 79.75,1942.5"/><foreignObject x="215" y="1890" 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, 1945) ">
<g transform="translate(0, 0) ">
<g transform="rotate(-3) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/28df16a05b42315c82935f1dfc61bdbe.png"/>

</g>

</g>

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

