TanchoToplineCargo/resources/views/client/niwida/recruitmentprocedures/selectionprocedure.blade.php
2024-05-05 10:32:49 +05:45

88 lines
4.9 KiB
PHP

@extends('client.niwida.partials.layout')
@section('content')
<div class="pt-breadcrumb">
<div class="pt-bg-overley" style="background-image: url('../assets/images/niwida/selection-procedre.jpg');"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-sm-12">
<nav aria-label="breadcrumb">
<div class="pt-breadcrumb-title">
<h1>Selection Procedure</h1>
</div>
<div class="pt-breadcrumb-container">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#"><i class="fas fa-home mr-2"></i>Home</a></li>
<li class="breadcrumb-item">Recruitment Procedures</li>
<li class="breadcrumb-item active">Selection Procedure</li>
</ol>
</div>
</nav>
</div>
</div>
</div>
</div>
<section class="our-story">
<div class="container">
<div class="pt-section-title-box ">
<span class="pt-section-sub-title">Niwida Concern</span>
<h5 class="pt-section-title">Selection Procedure</h5>
</div>
<div class="row">
<div class="col-md-6 col-lg-6 col-12">
<div class="mt-30 mb-30 hvr-s3c_pp">
<div class="img-nwdprt_sec">
<img src="../assets/images/niwida/interview.jpg" alt="DPI and test conducted">
</div>
<div class="bx-shw-bg rgt-s3c_prt-inr">
<h4>DPI and test conducted</h4>
<p>Employers can make their own selection procedures like direct personal interview and the necessary test at the Company Office in Nepal -or those potential workers (skilled, semi-skilled and un-skilled) who are preliminary listed and short-listed by NIWIDA Concern Pvt. Ltd.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 col-12">
<div class="mt-30 mb-30 hvr-s3c_pp">
<div class="img-nwdprt_sec">
<img src="../assets/images/niwida/by-the-company.jpg" alt="By the Company">
</div>
<div class="bx-shw-bg rgt-s3c_prt-inr">
<h4>By the Company</h4>
<p>In the absence of Employers, the Co. conducts their own selection procedures and as a result display workers to their employment destination under its full supervision and guarantee. For this, well-trained and experienced staff works dedicatedly to recruit the right people for the right jobs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 col-12">
<div class="mt-30 mb-30 hvr-s3c_pp">
<div class="img-nwdprt_sec">
<img src="../assets/images/niwida/documents-review.jpg" alt="Documents Review">
</div>
<div class="bx-shw-bg rgt-s3c_prt-inr">
<h4>Documents Review</h4>
<p>Other type of selection procedure, which we called, the "Documents Review" of the potential candidates is also available for the employers. For this, the employers may request for the pre-selected documents No-data, academic certificates, work experience, language knowledge etc.) of the potential candidates by courier or postal service.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 col-12">
<div class="mt-30 mb-30 hvr-s3c_pp">
<div class="img-nwdprt_sec">
<img src="../assets/images/niwida/video-conferencing.jpg" alt="Video Conference">
</div>
<div class="bx-shw-bg rgt-s3c_prt-inr">
<h4>Video Conference</h4>
<p>For the consistency of employees and theirs job, a video conference is conducted. This will generally help add to accept as true and have faith in the company and its recruitment and selection procedures.</p>
</div>
</div>
</div>
</div>
</div>
</section>
@endsection