home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / content / playgroundInitiative.php < prev    next >
Text File  |  2010-09-27  |  4KB  |  78 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>McGregor Area School ISD#4</title>
  6.  
  7. <link href="../style.css" rel="stylesheet" type="text/css" />
  8. <link href="../dropStyle.css" rel="stylesheet" type="text/css" />
  9. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  10. <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
  11.   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  12.   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
  13.       <script src="../menu-collapsed.js" type="text/javascript"></script>
  14.  
  15.     <link rel="stylesheet" type="text/css" href="../collapsed_style.css" />
  16.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17.   
  18.       <!--[if lt IE 8]>
  19.    <style type="text/css">
  20.    li a {display:inline-block;}
  21.    li a {display:block;}
  22.    </style>
  23.    <![endif]-->
  24.  
  25. <?php include("../dropJava.php"); ?>
  26.  
  27. </head>
  28.  
  29. <center><body class="body">
  30.  
  31. <table width="760" border="3px" bordercolor="#FFFFFF">
  32.   <tr id="header">
  33.     <td colspan="3"><?php include("../header.php"); ?></td>
  34.   </tr>
  35.   
  36.   <tr id="dropMenu">
  37.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("../dropMenu.php"); ?></td>
  38.   </tr>
  39.   
  40.   <tr valign="top" bgcolor="#FFFFFF">
  41.   
  42.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  43.        <?php include("../ourschool_collapsed.php"); ?>
  44.         
  45.     </td>
  46.     
  47.     <td width="610" id="pageContenet">
  48.         <p align="left"><img src="../images/playgroundPlay.jpg" alt="McGregor Playground Initiative" width="400" height="300" /></p>
  49.         <p align="center"> </p>
  50.         <p align="center" class="LgBodyBold"><strong>McGregor Playground Initiative</strong></p>
  51.         <p class="LgBody">A committee comprised of parents, community members, students, and school district staff and administration from McGregor has recently been formed with the goal of designing and constructing a playground to serve both the youth within our school district and community.  The playground would help strengthen our youth and committee and would be designed to meet the following 4 objectives:   </p>
  52.         <ol>
  53.           <li class="LgBody">Increase physical activity, improve physical health, and decrease childhood obesity thereby improving self-esteem in our children. </li>
  54.           <li class="LgBody">Provide sufficient and appealing playground equipment to allow younger children the opportunity to develop their emotional, social, motor, and cognitive skills. </li>
  55.           <li class="LgBody">Provide an environment that facilitates improving social skills for all students and benefits the entire community. </li>
  56.           <li class="LgBody">Provide a safe place to implement bullying prevention and provide a positive recreational space for our youth. </li>
  57.         </ol>
  58.         <p class="LgBodyBold"><strong><em>ΓÇ£We canΓÇÖt build the future for our youth, but we can build our youth for the future.ΓÇ¥ - Franklin D. Roosevelt</em></strong></p>
  59.         <p class="LgBodyBold"> </p>
  60.         <p class="LgBodyBold">Proposed Playground:</p>
  61.         <p class="LgBodyBold"><a href="../images/proposedPlayground1.jpg">Picture 1 </a></p>
  62.         <p class="LgBodyBold">  <a href="../images/proposedPlayground2.jpg">Picture 2 </a></p>
  63.         <p class="LgBodyBold"> </p>
  64.         <p class="LgBodyBold"> </p>
  65. <p></p>
  66.     </td>
  67.     
  68.  
  69.   
  70.   </tr>
  71.   <tr bgcolor="#FFFFFF">
  72.       <td colspan="3"><?php include("../footer.php"); ?></td>
  73.   </tr>
  74. </table>
  75.  
  76. </body></center>
  77. </html>
  78.