TanchoToplineCargo/resources/views/client/sunsari/new/information-on-hiring-process.php

69 lines
3.4 KiB
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
<?php include( 'header.php' );?>
<!-- PAGE HERO START -->
<div class="pages-hero page-hero-video">
<div class="pages-hero-diagonal hero-diagonal-bg-2"></div>
<div class="container">
<div class="pages-title-center">
<h1>Information on Hiring Process</h1>
</div>
<div class="left-page-nav">
<!-- Breadcrumbs -->
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
<li>Employers</li>
<li class="current">Information on Hiring Process</li>
</ul>
<!--/ Breadcrumbs -->
</div>
</div>
</div>
<!-- PAGE HERO END -->
<section>
<div class="container mt-5">
<div class="product-wrapper">
<!-- PRODUCT DETAILS TABS START -->
<div class="more-information default-tabs mt-5">
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active custom-tab-pane" id="description" role="tabpanel" aria-labelledby="description-tab">
<h4>Information on Hiring Process</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority
have
suffered alteration
in some form, by injected humour, or randomised words which don't look even
slightly
believable.</p>
<p>It is a long established fact that a reader will be distracted by the readable
content of a
page when looking at its layout.
The point of using Lorem Ipsum is that it It is a long established fact that a reader will be distracted by the readable
content of a
page when looking at its layout.
The point of using Lorem Ipsum is that it It is a long established fact that a reader will be distracted by the readable
content of a
page when looking at its layout.
The point of using Lorem Ipsum is that it It is a long established fact that a reader will be distracted by the readable
content of a
page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution
of letters,
as opposed to using 'Content here, content here'</p>
</div>
</div>
</div>
<!-- PRODUCT DETAILS TABS END -->
</div>
</div>
<!-- RELATE PRODUCTS START -->
<!-- RELATE PRODUCTS END -->
</section>
<?php include( 'footer.php' );?>