home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / aboutSchool.php < prev    next >
Text File  |  2015-02-17  |  3KB  |  84 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 School</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.  
  11. <script src="jquery-1.2.1.min.js" type="text/javascript"></script>
  12. <script src="jquery.url.js" type="text/javascript"></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. <?php include("scriptHead.php"); ?>
  19.   
  20. <!--[if lt IE 8]>
  21.    <style type="text/css">
  22.    li a {display:inline-block;}
  23.    li a {display:block;}
  24.    </style>
  25.    <![endif]-->
  26.  
  27.  
  28. <?php include("dropJava.php"); ?>
  29.  
  30.  
  31.  
  32. <style type="text/css">
  33. <!--
  34. .style136 {
  35.   font-family: Verdana, Arial, Helvetica, sans-serif;
  36.   font-style: italic;
  37.   color: #FF0000;
  38. }
  39. .style140 {font-size: 13px}
  40. -->
  41. </style>
  42. </head>
  43.  
  44. <center><body class="body">
  45.  
  46. <table width="760" border="3px" bordercolor="#FFFFFF">
  47.   <tr id="header">
  48.     <td colspan="3"><?php include("header.php"); ?></td>
  49.   </tr>
  50.   
  51.   <tr id="dropMenu">
  52.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  53.   </tr>
  54.   
  55.   <tr valign="top" bgcolor="#FFFFFF">
  56.   
  57.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  58.   
  59. <?php include("ourschool_collapsed.php"); ?>
  60.  
  61.  
  62.     </td>
  63.     
  64.     <td id="pageContenet">
  65.         <p style="margin-top: 0; margin-bottom: 0"> </p>
  66.         <p style="margin-top: 0;"><span class="style136">Mission Statement: "Creating a Learning Community Where Improvement is Continuous"</span>        </p>
  67.         <p align="center" class="style135" style="margin-bottom: 0;">Non-Discrimination Notice</p>
  68.         <p style="margin-top: 0; margin-bottom: 0;">McGregor ISD #4 does not discriminate on the basis of race, color, creed, religion, national origin, sex, age, marital status, status with regard to pubic assistance, sexual orientation, or disability in its programs and activities.</p>
  69.         <p style="margin-top: 0; margin-bottom: 0;">The following have been designated to handle inquiries regarding the non-discrimination policies:</p>
  70.         <p style="margin-top: 0; margin-bottom: 0;"><span class="style135">Section 504 Coordinator:</span> James Fischer, School Counselor, 148 South 2nd Street, McGregor, 218-768-2111 ext 237 or jdfischer@mcgregor.k12.mn.us</p>
  71.         <p style="margin-top: 0; margin-bottom: 0;"><strong>Title IX Coordinator:</strong> Pau Grams, Superintendent/Elem Principal, 148 South 2nd Street, McGregor, 218-768-2111 ext 226 or pgrams@mcgregor.k12.mn.us</p>
  72.         <p align="center" style="margin-top: 0; margin-bottom: 0;"> </p>
  73.         <?php include("content/aboutInfo.php"); ?>
  74.     </td>
  75.     
  76.   </tr>
  77.   <tr bgcolor="#FFFFFF">
  78.       <td colspan="3"><?php include("footer.php"); ?></td>
  79.   </tr>
  80. </table>
  81.  
  82. </body></center>
  83. </html>
  84.