forked from Internet-Unexplorer/NewDesign_DCentMASS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterview-services.php
114 lines (67 loc) · 5.03 KB
/
interview-services.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?php
/*
Author name: <Your name>;
E-mail ID: <Your E-mail ID>
Date: <dd-mm-yyyy>
*/
/////////////////////////////////////////////////////////
//include_once("variables.php");
//include_once("checkLoginStatus.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Title</title>
<?php include_once("stylesAndFont.php"); ?>
</head>
<body>
<!-- MAIN CONTENT STARTS -->
<!-- WRITE MAIN CONTENT HERE -->
<div class="jumbotron jumbotron-fluid" style="margin-top: 10px; background-image:url(../DCentMASS/images/maktum/online2.png); ">
<span class="main-heading"><center>INTERVIEW SERVICES</centr></span> </div>
<div class="row">
<div class="col-md-6"><img src="images/interview-services.jpg" style="width:100%;height:300px;"></div>
<div class="col-md-6">Hudson RPO services allows both large and mid-sized companies to attain a world-class recruitment function. Our recruitment process outsourcing team works seamlessly within your HR management structure. A comprehensive HR solution can manage the entire recruitment lifecycle for your professional-level staff, or you can selectively use our expertise where your business needs it most.</div>
</div>
<span class="sub-heading" style="margin-top:30px;"><center>WHY USE RECRUITMENT PROCESS OUTSOURCING SERVICES?</center></span><hr>
<div class="row">
<div class="col-md-6">As business begins to pick up and your company is ready to grow again, your volume of requests for new hires can skyrocket. Most HR departments simply don't have enough bandwidth to cover all of their company's recruiting needs in this situation. Hudson RPO is ready to step into your existing structure to augment the recruitment process throughout the entire enterprise or wherever you need us. Using recruitment process outsourcing for a department where you have the heaviest need, such as Sales or R&D, can lower your cost and reduce time-to-fill while providing consistency and uniformity within the workforce. Hudson RPO can also manage all the sourcing, screening, and measurement tactics for your entire organization, while your existing HR team handles the interviewing, hiring and on boarding processes. Choosing which portions of the recruitment process you want to outsource, provides the flexibility to decide what is best for your business.</div>
<div class="col-md-6"><img src="images/interview-services-1.jpg" style="width:100%;height:300px;"></div>
</div>
<span class="sub-heading" style="margin-top:30px;"><center>BENEFITS OF RPO SOLUTIONS</center></span><hr>
<div class="row">
<div class="col-md-6"><img src="images/interview-services-2.jpg" style="width:100%;height:350px;"></div>
<div class="col-md-6">
<ul>
<li>Measurable results - SLA and KPI driven metrics and outcomes</li>
<li>Lowered cost & shared risk - Flexible and scalable to accommodate your fluctuating needs</li>
<li>Reduced time-to-fill - Multi-tiered sourcing strategy accelerates the process</li>
<li>Optimized technology - Vendor neutral approach to assessing either existing or new systems</li>
<li>System-wide savings - Economies of scale reduce cost</li>
<li>Consistency - Streamlines recruiting functions across multiple regions / business units</li>
<li>Uniformity - Promotes and protects your branding worldwide</li>
<li>Elite talent - Global bandwidth and high-touch approach attract top talent</li>
<li>Compliance - Meet industry and governance regulations</li>
<li>Centralization - Global account management and vendor management</li>
<li>Quality - Use our proprietary assessment tools and interview techniques to find the best person for the job</li>
</ul></div>
</div>
<span class="sub-heading" style="margin-top:30px;"><center>ARE RECRUITMENT PROCESS OUTSOURCING SERVICES FOR YOU?</center></span><hr>
<div class="row">
<div class="col-md-6">Upon review of your business goals and a formal assessment of your current recruitment management process, we'll recommend a plan of action with all key components tailored to your needs.
Upon review of your business goals and a formal assessment of your current recruitment management process, we'll recommend a plan of action with all key components tailored to your needs.
Upon review of your business goals and a formal assessment of your current recruitment management process, we'll recommend a plan of action with all key components tailored to your needs.
Upon review of your business goals and a formal assessment of your current recruitment management process, we'll recommend a plan of action with all key components tailored to your needs.</br></br>
<button class="btn btn-primary btn-block">Request a Proposal</div>
<div class="col-md-6"><img src="images/interview-services-3.jpg" width="100%" height="300px"></div>
</div>
<!-- NOTE: Please keep your code clean + readable and add comments -->
<!-- MAIN CONTENT ENDS -->
</div>
</div>
<?php include_once("script.php"); ?>
</body>
</html>