home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / counselorJobsearch.php < prev    next >
Text File  |  2013-03-07  |  4KB  |  94 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. -->
  34. </style>
  35. </head>
  36.  
  37. <center><body class="body">
  38.  
  39. <table width="760" border="3px" bordercolor="#FFFFFF">
  40.   <tr id="header">
  41.     <td colspan="3"><?php include("header.php"); ?></td>
  42.   </tr>
  43.   
  44.   <tr id="dropMenu">
  45.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  46.   </tr>
  47.   
  48.   <tr valign="top" bgcolor="#FFFFFF">
  49.   
  50.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  51.        <?php include("counselor_collapsed.php"); ?>
  52.         
  53.     </td>
  54.     
  55.     <td width="650" id="pageContenet">
  56.         <p style="margin-bottom: 0"></p>
  57.         <p align="center" class="ui-widget-header style187" style="margin-top: 0;">Job Searches</p>
  58. <p style="margin-bottom: 0;"> </p>
  59.         <ul style="margin-top: 0;">
  60.           <li><a href="http://www.careerprep.com" target="_blank">www.careerprep.com</a> is a summary of news and employment trends from The Career Choices Newsletter. Information about apprenticeship programs, internships, federal jobs, military recruitment, enrollments procedures for SAT, ACT, TOEFL, GRE, LSAT.</li>
  61.         </ul>
  62.         <ul>
  63.           <li>Monster Board - <a href="http://www.monster.com" target="_blank">www.monster.com</a></li>
  64.         </ul>
  65.         <ul>
  66.           <li>Minneapolis Star Tribune - <a href="http://jobs.startribune.com/jobs/">http://jobs.startribune.com/jobs/</a></li>
  67.         </ul>
  68.         <ul>
  69.           <li>Jobtrack - <a href="http://www.findhow.com/career/careers-career-exploration.php">http://www.findhow.com/career/careers-career-exploration.php</a></li>
  70.         </ul>
  71.         <ul>
  72.           <li>Recruitment on-line - <a href="http://www.helpwanted.com" target="_blank">www.helpwanted.com</a></li>
  73.         </ul>
  74.         <ul>
  75.           <li><a href="http://www.iseek.org" target="_blank">www.iseek.org</a>  career options, job openings, MN Higher Ed</li>
  76.         </ul>
  77.         <ul>
  78.           <li><a href="http://science.education.nih.gov/LifeWorks" target="_blank">LifeWorks</a>  Browse careers by salary, education, required, interests and job title.  Find links to professional organizations.</li>
  79.         </ul>
  80.         <p style="margin-bottom: 0;"></p>
  81.         <p style="margin-top: 0; margin-bottom: 0;"></p>
  82.     </td>
  83.     
  84.  
  85.   
  86.   </tr>
  87.   <tr bgcolor="#FFFFFF">
  88.       <td colspan="3"><?php include("footer.php"); ?></td>
  89.   </tr>
  90. </table>
  91.  
  92. </body></center>
  93. </html>
  94.