<?php
    ob_start();
	session_start();
	$dir_root_path 	  	= '/home/cameronj/public_html';
	include($dir_root_path."/include/config.php");	
	include($dir_root_path."/classes/inc_userclasses.php");	
	$currentPagename  	= basename($_SERVER['PHP_SELF']);
	$vacancyID 			= "887";
	/* include($dir_root_path."/page_include/chk_page_status.php"); */
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Job Details</title>
<meta name="keywords" content="Job Details">
<meta name="description" content="Job Details">
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="<?php echo $siteURL?>/css/style.css?v=1" rel="stylesheet" type="text/css">
<link href="<?php echo $siteURL?>/css/slick.css" rel="stylesheet" type="text/css">
<script src="<?php echo $siteURL?>/js/min.js" type="text/javascript" language="javascript"></script>
<script src="<?php echo $siteURL?>/js/main.js" type="text/javascript" language="javascript"></script>
<script src="<?php echo $siteURL?>/js/slick.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" src="<?=$siteURL?>/js/invitra_all.js"></script>
</head>
<body>
<header>
<div class="topLinks">
    <div class="container">
     <?php include($dir_root_path."/page_include/inc_header.php");?>
   </div>
</div>
    <section class="logoSection">
    	<div class="container">
             <?php include($dir_root_path."/page_include/inc_home_top.php");?>
            <div class="clear"></div>
        </div>
    </section>
        <div class="banner">
            <?php include($dir_root_path."/page_include/inc_other_pages_banner.php");?>
       </div>
</header>
<div class="content">
   <div class="about-us">
    	<div class="container">
	 <div class="jobDetails">
            	<div class="jobTop">
                    <h2>Job Details</h2>
                    <h3>HR Business Partner - FTC</h3>	
                    <p><span>Sector</span>:HR &amp; Training</p>
                    <p><span>Region </span>: </p>
                    <p><span>Location</span>: Kent</p>
                    <p><span>Salary</span>: Pro-rata</p>
                    <p><span>Job Ref.</span>: GIBB1466</p>
                </div>
                <h4>Job Information</h4>
                Cameron James Professional Recruitment are working with a public sector organisation who are looking to appoint a HR Business Partner to provide a range of HR & Training services and initiatives in line with the team?s strategy and service plan, with particular emphasis on providing advice and support to managers on all aspects of recruitment and management development.  This is a 12 month fixed term contract.

Responsibilities:
?	Lead  the Recruitment & Selection process 
?	Undertake all HR administrative processes required during the recruitment process, ensuring these are properly documented and regularly reviewed.  
?	Design, deliver and evaluate a range of professional skills training programmes that meet the needs of the business in liaison with the other members of the team, with particular focus on management development training.
?	Assist in the development, delivery and documentation of policies, procedures and practices that complement the organisation?s values and which adhere to best practice and employment legislation.
?	Assist all members of HR & Training to achieve service objectives as identified within the HR & Training Strategy and Service Plan, and lead on associated projects and initiatives as agreed.
?	To carry out any other duties consistent with the post that may be required from time to time, at the discretion of the line manager.

Person Specification:
?	CIPD graduate qualification or L & D equivalent.
?	Knowledge of employment legislation, supported by practical experience of guiding staff managers in a range of employee relations situations.
?	Understanding of good HR practice and procedures.
?	Experience of using HR databases with self service module.
?	Ability to deliver formal training on HR related topics and management development.


		<div class="bottom_shadow"></div>
		<input type="button" name="apply" value="Apply Now" class="applyBtn" onclick="location.href='<?php echo $siteURL.'/'; ?>submitcv.php?vac_id=<?php echo $vacancyID;?>'">
		</div>
		</div> 
     </div>
</div>
<footer>
  <div class="topFooter">
    	<?php include($dir_root_path."/page_include/inc_footer.php");?>
    </div>
    <div class="lastFooter">
    	<div class="container">
           <?php include($dir_root_path."/page_include/inc_footer_menu1.php");?>
            
        </div>
    </div>
</footer>
</body>
</html>