home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / parentingResources.php < prev    next >
Text File  |  2010-11-11  |  5KB  |  92 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="center" class="ui-widget-header">EARLY CHILDHOOD RESOURCES</p>
  49.         <p class="style34" style="margin-bottom: 0;">Early Education Family Resource Center: Online Training/Free Webinars</p>
  50.         <p class="style34" style="margin-top: 0; margin-bottom: 0;"><a href="documents/elc_onlineparenting_2010.pdf">earlylearningcenteronlineparenting2010</a></p>
  51. <p class="SmBody" style="margin-top: 0;">(click on link for pdf of classes)</p>
  52. <p class="style34">Minnesota Department of Education<br />
  53.            <a href="http://education.state.mn.us/MDE/Learning_Support/Early_Learning_Services/index.html">http://education.state.mn.us/MDE/Learning_Support/Early_Learning_Services/index.html</a></p>
  54.         <p class="style34">Aitkin County Health and Human Services<br />
  55.           Contact us at: 218-927-7200 or toll free at 1-800-328-3744<br />
  56.            e-mail: <a href="mailto:achhs@co.aitkin.mn.us">achhs@co.aitkin.mn.us</a></p>
  57.         <p class="style34">Minnesota Parents Know<br />
  58.           Information, resources, and activities for parents to help their children grow, develop, and learn from birth to high school.<br />
  59.            <a href="http://www.parentsknow.state.mn.us/">http://www.parentsknow.state.mn.us/</a></p>
  60.         <p class="style34">Childcare Resource and Referral<br />
  61.            <a href="http://www.mnchildcare.org/">http://www.mnchildcare.org/</a></p>
  62.         <p class="style34">Lakes and Pines Headstart<br />
  63.            <a href="http://www.lakesandpines.org/headstart.asp">http://www.lakesandpines.org/headstart.asp</a></p>
  64.         <p class="style34">MNAFEE<br />
  65.            <a href="http://www.mnafee.org/">http://www.mnafee.org/</a></p>
  66.         <p class="style34">Ready 4K<br />
  67.            <a href="http://www.ready4k.org">http://www.ready4k.org</a></p>
  68.         <p class="style34">Prevent Child Abuse Minnesota<br />
  69.           Resources to help prevent child abuse and neglect by promoting positive parenting and healthy families.<br />
  70.           (800) children<br />
  71.            <a href="http://www.familysupport.org">www.familysupport.org</a></p>
  72.         <p class="style34">Zero to Three<br />
  73.           Information, tools, and support designed to help parents nuture their young children's development.<br />
  74.            <a href="http://www.zerotothree.org">www.zerotothree.org</a></p>
  75.         <p class="style34">MN Fathers & Families Network<br />
  76.           Resources and referrals for fathers seeking support and parent education.<br />
  77.            <a href="http://www.mnfathers.org">www.mnfathers.org</a></p>
  78. <p class="style34" style="margin-bottom: 0;"> </p>
  79. <p class="style34" style="margin-top: 0;"><a href="documents/sixkeys.ppt">sixkeys</a></p>
  80.          <p> </p></td>
  81.     
  82.  
  83.   
  84.   </tr>
  85.   <tr bgcolor="#FFFFFF">
  86.       <td colspan="3"><?php include("footer.php"); ?></td>
  87.   </tr>
  88. </table>
  89.  
  90. </body></center>
  91. </html>
  92.