home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / counselorJobsearch.php.0003.e83a.bak < prev    next >
Text File  |  2010-09-20  |  4KB  |  85 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.           <li>Monster Board - <a href="http://www.monster.com" target="_blank">www.monster.com</a></li>
  62.           <li>Minneapolis Star Tribune - <a href="http://www.startribune.com/employment" target="_blank">Star Tribune Employment</a></li>
  63.           <li>Catapult - <a href="http://www.jobweb.org" target="_blank">Job Web</a></li>
  64.           <li>Bigbook - <a href="http://www.bigbook.com" target="_blank">www.bigbook.com</a></li>
  65.           <li>Jobtrack - <a href="http://www.findhow.com/career/careers-career-exploration.php">http://www.findhow.com/career/careers-career-exploration.php</a></li>
  66.           <li>Recruitment on-line - <a href="http://www.helpwanted.com" target="_blank">www.helpwanted.com</a></li>
  67.           <li><a href="http://getcareerskills.org" target="_blank">www.getcareerskills.org</a></li>
  68.           <li><a href="http://www.iseek.org" target="_blank">www.iseek.org</a>  career options, job openings, MN higher ed</li>
  69.           <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>
  70.         </ul>
  71.         <p style="margin-bottom: 0;"></p>
  72.         <p style="margin-top: 0; margin-bottom: 0;"></p>
  73.     </td>
  74.     
  75.  
  76.   
  77.   </tr>
  78.   <tr bgcolor="#FFFFFF">
  79.       <td colspan="3"><?php include("footer.php"); ?></td>
  80.   </tr>
  81. </table>
  82.  
  83. </body></center>
  84. </html>
  85.