home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / counselorScholarship.php.0027.715b.bak < prev    next >
Text File  |  2014-04-14  |  4KB  |  83 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. <style type="text/css">
  28. <!--
  29. .style187 {
  30.   font-size: 18px;
  31.   font-family: Arial, Helvetica, sans-serif;
  32. }
  33. .style164 {color: #0000FF}
  34. -->
  35. </style>
  36. </head>
  37.  
  38. <center><body class="body">
  39.  
  40. <table width="760" border="3px" bordercolor="#FFFFFF">
  41.   <tr id="header">
  42.     <td colspan="3"><?php include("header.php"); ?></td>
  43.   </tr>
  44.   
  45.   <tr id="dropMenu">
  46.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  47.   </tr>
  48.   
  49.   <tr valign="top" bgcolor="#FFFFFF">
  50.   
  51.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  52.        <?php include("counselor_collapsed.php"); ?>
  53.         
  54.     </td>
  55.     
  56.     <td width="650" id="pageContenet"><p align="center" class="ui-widget-header style187" style="margin-top: 0;">Scholarships</p>
  57.         <p align="left">Please note updated scholarship information and links are below.  Just click on the link to view the scholarship information. The PDF will be updated periodically per Mrs. Dayton.</p>
  58. <p align="center"><a href="documents/ScholarshipList.pdf">Scholarship List - Updated 4/14/2014</a></p>
  59. <p style="margin-bottom: 0;"> </p>
  60. <p align="left" style="margin-top: 0;">Also, there are many websites out there with scholarships students can apply for. There are also websites out there that scam students. Never pay for a scholarship or scholarship site! The following links are reputable sources for scholarships and financial aid information:</p>
  61. <ul>
  62.   <li><a href="http://www.collegeboard.com/splash" target="_blank">www.collegeboard.com</a></li>
  63.   <li><a href="http://www.fafsa.ed.gov">www.fafsa.ed.gov</a></li>
  64.   <li><a href="http://www.scholarships.com">www.scholarships.com</a></li>
  65.   <li><a href="https://www.mycollegeoptions.org/MN/0/Minnesota/search-results-scholarship-search-by-location.aspx">https://www.mycollegeoptions.org/MN/0/Minnesota/search-results-scholarship-search-by-location.aspx</a></li>
  66.   <li><a href="http://www.getreadyforcollege.org/sPagesGR/scholarshipsAll.com">http://www.getreadyforcollege.org/sPagesGR/scholarshipsAll.com</a></li>
  67.   <li><a href="http://mcgregor.dollarsforscholars.org">mcgregor.dollarsforscholars.org</a></li>
  68.   </ul>
  69. <p> </p>
  70. <p></p>
  71.     </td>
  72.     
  73.  
  74.   
  75.   </tr>
  76.   <tr bgcolor="#FFFFFF">
  77.       <td colspan="3"><?php include("footer.php"); ?></td>
  78.   </tr>
  79. </table>
  80.  
  81. </body></center>
  82. </html>
  83.