[Firebug-cvs] firebug/web burn.html,NONE,1.1 firetraining.html,NONE,1.1 menu.html,1.9,1.10
Brought to you by:
doolin
From: <do...@us...> - 2003-07-09 15:00:28
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv5737 Modified Files: menu.html Added Files: burn.html firetraining.html Log Message: Added web pages for tracy's work. --- NEW FILE: burn.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="main.css" /> <link type="text/css" rel="stylesheet" href="firebug.css" /> <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> <title>Controlled burning</title> </head> <body> <h1>Controlled burning</h1> <p> Controlled burns conducted by the East Bay Regional Parks fire department will allow the testing the Fire Board sensor. Below are maps of the area that will be burned. </p> <p> <img src="./images/carquinez2.jpg" alt="Controlled burn area overview"> <br /> <img src="./images/carquinez1.jpg" alt="Controlled burn area closeup"> </p> <hr /> </body> </html> --- NEW FILE: firetraining.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="main.css" /> <link type="text/css" rel="stylesheet" href="firebug.css" /> <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> <title>Wildland firefighting training</title> </head> <body> <h1>Wildland firefighting training</h1> <p> Field work on the FireBug project requires some unusual training: Type II wildland firefighting certification! The following series of photographs show Berkeley FireBug project people training with new hires for the East Bay Regional Parks fire department, under the supervision of the fire department staff. </p> <hr /> <p> Drip torches consist of a chamber containing a mix of 2 parts diesel to 1 part gasoline (or something equivalent to that), and a wick to ignite the mixture when the chamber is tilted. In the photograph, we are learning how to use the drip torch in the fire department parking lot. </p> <img src="./images/driptorch1.jpg" alt="Learning how to use the drip torch" /> <hr /> </body> </html> Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** menu.html 24 Jun 2003 00:07:20 -0000 1.9 --- menu.html 9 Jul 2003 15:00:22 -0000 1.10 *************** *** 48,51 **** --- 48,67 ---- <td class="Nav"> <div class="NavText"> + <a href="./firetraining.html" target="main">Fire training</a> + </div> + </td> + </tr> + + <tr class="NavRow"> + <td class="Nav"> + <div class="NavText"> + <a href="./burn.html" target="main">Burning</a> + </div> + </td> + </tr> + + <tr class="NavRow"> + <td class="Nav"> + <div class="NavText"> <a href="./publications.html" target="main">Publications</a> </div> |