ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>SF Day Labor Program</title> <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" /> </head> <body> <div id="wrapper"> <h1>SF Day Labor</h1> <div id="nav"> <a href="index.php">Home</a> <a href="howtohire.html">How to Hire</a> <a href="hire.html">Hire</a> <a href="faq.html">FAQ</a> <a href="contactus.html">Contact Us</a> </div> <div id="body"> <div id="body-top"> <div id="body-top-2"></div> <div id="body-bot"> <div id="welcome"> <img src="pictures/mainor.jpg" width="231" height="380" alt="worker" /> <h2>Welcome!</h2> <p>Thank you for choosing us for your labor needs! We hope you find the information helpful. Don't hessitate to call us if you have any questions. <br /><br /> </p> </div> <div id="content"> <h2>How to Hire</h2> <center><b>1. Arrange</b></center> <p>Arrange by phone or online to specify the type of work,day and time, etc</p> <center><b>2. Instruct</b></center> <p>Once the worker arrives go over the specifics of the job.</p> <center><b>3. Pay</b></center> <p>After the job is completed, pay the worker directly perferrably in cash.*</p><br /> <p>*The rate for general labor is $50 the first three hours and $15 every hour after. The rate for a worker with tools and/or truck depends on the job. In these cases, we can send a worker to do an estimate. </p> <center><br /><br /><h2>Pay Rate Calculator<h2></h2></center> <form method="post" action="pay4.php"> Hours Worked: <br /> <input type="text" name="hours" size="2" /> <p> Number of workers: <br /> <input type="text" name="workers" size="2" /> <p> <input type="submit" name="submit" value="Submit" /> </form> <div class="fineline"></div> <div class="clear-flat"></div> </div> <div class="clear"></div> </div> </div> </div> <div id="footer"> <p>SF Day Labor Program Website. All rights reserved</p> </div> </div> </body> </html>