HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/www/archive/damratoski/process.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS); 
}

$numpics = 21; 
if (!($img)) { $img = 1; }

if ($img < 3) { $min = 1; $max = 5; }
else if ($img > ($numpics-2)) { $min = 17; $max = 21; }
else { $min = $img - 2; $max = $img + 2; }

require("_header.php");
?>

<P><img src="gui/gallery20.jpg" align="left">

<P><span class="title">Process</span>

<P><b>The process really begins by the design itself.</b> Whether it is an original creation from the artist, or producing a design
of a client, preparation for the metal work begins with getting something down on paper. The preparation of designer and
client is always one on one.  Beginning with a meeting of the minds to ensure both are on the same page. Once everything is in its place
by pencil, the preparation of the metal begins. What preparation is done depends on what type of finish is desired.

<P>The rust finish begins by sandblasting.  Then the metal is left to the elements and nature, where the metallic reds,
magentas and oranges take control.  After the desired amount of rust is obtained, a urethane coating is applid to the meatl to stop the
origination of the metal.

<P>The metal brush finish, a light silver in color, is very similar in preparation. The metal is sanded then the urethane coating is
applied. This finish gives the metal a lightly beveled texture, where light is able to glitter over the metal, like sunlight
over water.

<P>The gold nugget finish is the most unique. This process manipulates the meatl to look like real gold.

<P>This finish is truly a work of art in its creation of gold from brass, generating an unparalelled finish that
incorporates a rich color and texture.  Making the cap rail one of the few in the world with it's unique appearance.


<?php
require("_footer.php");
?>