<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Creelio Business</title>
<%- include('./partials/csslinks') %>
</head>
<body>
<%- include('./partials/header') %>
<section class="montization">
<div class="container">
<div class="row">
<!-- Content Column -->
<div class="col-12 col-md-6">
<div class="mata-locok">
<h2>Job Board</h2>
<p>Job Board Advertising is included in Subscriptions for those times you want to reach out to our Talent to build a few extra relationships.</p>
<h6>Benefits of Advertising on Creerlio:</h6>
<ol>
<li>Attract Top Talent:</li>
<p><strong>High-Quality Candidates:</strong> Our job board attracts skilled professionals actively seeking new opportunities, ensuring a pool of high-quality applicants. Industry-Specific Talent: Whether you’re in tech, healthcare, finance, or any other industry, Creerlio helps you connect with candidates who meet your specific needs.</p>
<li>Cost-Effective Recruitment:</li>
<p><strong>Competitive Pricing:</strong> Choose from flexible advertising packages that fit your budget, offering excellent value for your investment. Efficient Hiring: Reduce time-to-hire and minimize recruitment costs by reaching a large audience quickly.</p>
<li>Strengthen Employer Brand:</li>
<p>Company Profiles: Enhance your company’s presence with detailed profiles, showcasing your culture, values, and benefits.</p>
<p>Employee Testimonials: Highlight employee experiences and success stories to attract candidates who align with your company’s vision.</p>
<li>Seamless Integration:</li>
<p><strong>ATS Compatibility:</strong> Integrate seamlessly with Applicant Tracking Systems (ATS) for smooth candidate management and tracking.</p>
<p><strong>Mobile-Friendly:</strong> Ensure your job ads are easily accessible on all devices, providing a seamless application experience for candidates. Join Creerlio Today</p>
<p>Don’t miss out on the opportunity to connect with exceptional talent and elevate your recruitment process. With Creerlio Job Board Advertising, you’ll attract the right candidates, reduce hiring time, and enhance your employer brand.</p>
</ol>
</div>
</div>
<!-- Image Column -->
<div class="col-12 col-md-6">
<div class="business-card-img">
<img src="assets/img/R.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<style>
/* Montization Section Styles */
/* Montization Section Styles */
.montization {
padding: 60px 0;
background: linear-gradient(135deg, #f9f9f9, #e6e6e6);
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.mata-locok {
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.mata-locok h2 {
font-size: 2.5rem;
color: #333;
margin-bottom: 20px;
font-weight: 700;
text-align: center;
position: relative;
}
.mata-locok h2::after {
content: '';
display: block;
width: 60px;
height: 4px;
background: #fa5f04;
margin: 10px auto 0;
border-radius: 2px;
}
.mata-locok p {
font-size: 1.1rem;
color: #555;
line-height: 1.8;
margin-bottom: 25px;
text-align: start;
}
.mata-locok h6 {
font-size: 1.4rem;
color: #333;
margin-bottom: 20px;
font-weight: 600;
text-align: center;
}
.mata-locok ol {
list-style: none;
counter-reset: custom-counter;
padding-left: 0;
}
.mata-locok ol li {
font-size: 1.1rem;
color: #444;
margin-bottom: 25px;
padding-left: 40px;
position: relative;
line-height: 1.6;
}
.mata-locok ol li::before {
counter-increment: custom-counter;
content: counter(custom-counter);
position: absolute;
left: 0;
top: 0;
width: 28px;
height: 28px;
background: #fa5f04;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-weight: 600;
}
.mata-locok ol li p {
font-size: 1rem;
color: #666;
margin-top: 10px;
margin-bottom: 0;
padding-left: 20px;
border-left: 3px solid #fa5f04;
}
.mata-locok ol li strong {
color: #fa5f04;
font-weight: 600;
}
/* Image Column Styles */
.business-card-img {
position: sticky;
top: 20px; /* Adjust this value to control how far from the top the image sticks */
height: fit-content;
text-align: center;
}
.business-card-img img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.business-card-img img:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
</style>
<%- include('./partials/footer') %>
<%- include('./partials/scriptlinks') %>
</body>
</html>