CINXE.COM

Children's Health Hut at UCSF

<!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> <title>Children's Health Hut at UCSF</title> <link rel="stylesheet" type="text/css" href="chh.css" /> </head> <body> <div id="primaryContainer"> <style> .menu img { border: 0px; border-bottom: 2px solid white; } .menu li { display: inline; padding: 0px 10px; } </style> <script type="text/javascript"> function menuMouseOver(button) { button.style.borderColor = '#454545'; } function menuMouseOut(button) { button.style.borderColor = '#ffffff'; } </script> <!-- banner --> <img src="img/missionbanner.jpg" alt="CHH Banner">&nbsp; <ul class="menu" style="margin-top: 0px; margin-bottom: 0px;"> <li><a href="index.php"><img src="img/linkhome.jpg" onmouseover="menuMouseOver(this);" onmouseout="menuMouseOut(this);" /></a></li> <li><a href="mission.php"><img src="img/linkmission.jpg" onmouseover="menuMouseOver(this);" onmouseout="menuMouseOut(this);" /></a></li> <li><a href="aboutus.php"><img src="img/linkaboutus.jpg" onmouseover="menuMouseOver(this);" onmouseout="menuMouseOut(this);" /></a></li> <li><a href="events.php"><img src="img/linkevents.jpg" onmouseover="menuMouseOver(this);" onmouseout="menuMouseOut(this);" /></a></li> <li><a href="services.php"><img src="img/linkservices.jpg" onmouseover="menuMouseOver(this);" onmouseout="menuMouseOut(this);" /></a></li> <li><a href="contacts.php"><img src="img/linkcontacts.jpg" onmouseover="menuMouseOver(this);" onmouseout="menuMouseOut(this);" /></a></li> </ul> <div style="padding: 15px"> <p>Children's Health Hut at UCSF is a non-profit volunteer organization composed of dental, medical, nursing, pharmacy, and physical therapy students who are committed to improving the health of children and the surrounding communities. The Health Hut visits health fairs, community centers, and schools within San Francisco neighborhoods promoting health education and facilitating access to health care.</p></div> <div id="footer"> &copy; 2009-2025 Children's Health Hut at UCSF. All Rights Reserved.<br> Designed by Derek Mok. Maintained by Michael Le. </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10