<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 += 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 L 21,0 C 24,0 24,5 24,8 C 24,11 24,16 21,16 L 12,16 zM 30,16 C 27,16 27,11 27,8 C 27,5 27,0 30,0 L 39,0 C 42,0 42,5 42,8 C 42,11 42,16 39,16 L 30,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 L 84,0 C 87,0 87,5 87,8 C 87,11 87,16 84,16 L 75,16 zM 93,16 C 90,16 90,11 90,8 C 90,5 90,0 93,0 C 96,0 96,5 96,8 C 96,11 96,16 93,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 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 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 22.41,0.32 L 22.41,17.68 L 13.66,17.68 L 11.42,15.4 L 11.42,6.69 L 11.42,15.4 L 9.23,17.68 L 0.14,17.68 L 0.14,0.32M 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 131.55,17.68 L 111.03,17.68 L 111,0.32 L 131.43,0.32 L 131.43,6.14 L 129.26,8.39 L 111.76,8.39 L 129.26,8.39 L 131.43,10.57 L 131.55,17.68 z"/>
</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 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 L 21,0 C 24,0 24,5 24,8 C 24,11 24,16 21,16 L 12,16 zM 30,16 C 27,16 27,11 27,8 C 27,5 27,0 30,0 L 39,0 C 42,0 42,5 42,8 C 42,11 42,16 39,16 L 30,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 L 84,0 C 87,0 87,5 87,8 C 87,11 87,16 84,16 L 75,16 zM 93,16 C 90,16 90,11 90,8 C 90,5 90,0 93,0 C 96,0 96,5 96,8 C 96,11 96,16 93,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 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 z"/>
</g>
<linearGradient x1="60" y1="280" 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,280 140,280 L 710,280 L 710,150 z M 145,170 L 705,170 L 705,275 L145,275 C 76.75,275 76.75,170 145,170 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 17,130 C 47,230 -52,240.5 79.75,222.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 38,130 C 40,230 -24,224.5 79.75,222.5"/><foreignObject x="215" y="170" 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">Opensource web browser.  Based off of the source code from the Mozilla Project, which is based off of the released source code of the Netscape Browser.  This browser is the most stable and safe means of Navigating the web.. and doing it with style.</p>
    </body>
</foreignObject>
<g transform="translate(152, 225) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://www.getfirefox.com">
<g transform="rotate(11) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/5feb6dee3baf361642235782803612ce.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">Firefox</tspan>
</text>
<linearGradient x1="60" y1="440" x2="710" y2="710" id="gradient1" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient1);stroke:#000000;stroke-width:0px" d="M 140,310 C 55,310 55,440 140,440 L 710,440 L 710,310 z M 145,330 L 705,330 L 705,435 L145,435 C 76.75,435 76.75,330 145,330 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 43,130 C 43,230 -20,408.5 79.75,382.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 22,130 C 18,230 -23,392.5 79.75,382.5"/><foreignObject x="215" y="330" 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">Being an atheist means that you are a “member” of the most distrusted demographic in American culture(even above homosexuals and muslims).  This is a call for Atheists(such as myself) to come out and be counted.  Atheists are far more numerous than most people realize.</p>
    </body>
</foreignObject>
<g transform="translate(152, 385) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://www.outcampaign.org">
<g transform="rotate(-5) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/35b8dc2f6ac124727d39164da3441333.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="325">
<tspan x="144" y="325">Out Campaign</tspan>
</text>
<linearGradient x1="60" y1="600" x2="710" y2="870" id="gradient2" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient2);stroke:#000000;stroke-width:0px" d="M 140,470 C 55,470 55,600 140,600 L 710,600 L 710,470 z M 145,490 L 705,490 L 705,595 L145,595 C 76.75,595 76.75,490 145,490 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 19,130 C 38,230 4,549.5 79.75,542.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 37,130 C 41,230 -60,567.5 79.75,542.5"/><foreignObject x="215" y="490" 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">Opensource operating system based off of the legendary Debian linux. it is currently my choice of operating system. </p>
    </body>
</foreignObject>
<g transform="translate(152, 545) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://www.linuxmint.com">
<g transform="rotate(-4) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/c19112f2e6e3104881dbbf3ca32cbded.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="485">
<tspan x="144" y="485">Linux Mint</tspan>
</text>
<linearGradient x1="60" y1="760" x2="710" y2="1030" id="gradient3" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient3);stroke:#000000;stroke-width:0px" d="M 140,630 C 55,630 55,760 140,760 L 710,760 L 710,630 z M 145,650 L 705,650 L 705,755 L145,755 C 76.75,755 76.75,650 145,650 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 13,130 C 45,230 8,715.5 79.75,702.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 44,130 C 36,230 -57,704.5 79.75,702.5"/><foreignObject x="215" y="650" 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">Opensource vector editing program.  I've been using this tool lately for much of my graphic work.  I appreciate the results and quality I get from using vector.  Much of this site has been decorated by this tool.</p>
    </body>
</foreignObject>
<g transform="translate(152, 705) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://www.inkscape.org">
<g transform="rotate(9) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/55c9077a5e8ffc6fb8109595056215e5.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="645">
<tspan x="144" y="645">Inkscape</tspan>
</text>
<linearGradient x1="60" y1="920" x2="710" y2="1190" id="gradient4" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient4);stroke:#000000;stroke-width:0px" d="M 140,790 C 55,790 55,920 140,920 L 710,920 L 710,790 z M 145,810 L 705,810 L 705,915 L145,915 C 76.75,915 76.75,810 145,810 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 43,130 C 31,230 -2,874.5 79.75,862.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 24,130 C 21,230 2,884.5 79.75,862.5"/><foreignObject x="215" y="810" 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">Opensource 3-D and video editing program</p>
    </body>
</foreignObject>
<g transform="translate(152, 865) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://www.blender.org">
<g transform="rotate(-9) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/6db8a9a5656c746a0c9788b963ed5f71.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="805">
<tspan x="144" y="805">Blender</tspan>
</text>
<linearGradient x1="60" y1="1080" x2="710" y2="1350" id="gradient5" xlink:href="#wingradient" gradientUnits="userSpaceOnUse" /><path style="opacity:1;fill:url(#gradient5);stroke:#000000;stroke-width:0px" d="M 140,950 C 55,950 55,1080 140,1080 L 710,1080 L 710,950 z M 145,970 L 705,970 L 705,1075 L145,1075 C 76.75,1075 76.75,970 145,970 z"/><path style="stroke-width:8;stroke:black;fill:none" d="M 41,130 C 30,230 16,1025.5 79.75,1022.5"/><path style="stroke-width:3;stroke:black;fill:none" d="M 39,130 C 35,230 -43,1030.5 79.75,1022.5"/><foreignObject x="215" y="970" 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 politic party thats main focus is individual rights and freedoms and a limited government.  Note that this is not “liberal” as in Democratic.  Yep..  I'm just another libertarian atheist.</p>
    </body>
</foreignObject>
<g transform="translate(152, 1025) ">
<g transform="translate(0, 0) ">
<a xlink:href="http://www.lp.org ">
<g transform="rotate(-3) ">
<image x="-50" y="-50" width="100" height="100" xlink:href="cache/651850cd831a0920b6d54953336d6367.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="965">
<tspan x="144" y="965">Libertarian Party</tspan>
</text>
<image x="600" y="0" width="192" height="192" xlink:href="cache/252d020389f5ca43cbfee4b8bea36bf1.png"/>
<rect style="opacity:1;fill:none;stroke:#000000;" width="800" height="1150" x="0" y="0"/>
</svg>
</center>
</body>
</html>

