Code Context <? endif; ?>
<link rel="stylesheet" href="/css/proven.responsive.min.css?<?= filemtime(__DIR__.'/../../webroot/css/proven.responsive.min.css'); ?>" type="text/css" />
$viewFile = '/var/app/current/app/View/Layouts/responsive.ctp'
$dataForView = array(
'navbar_style' => 'fixed',
'no_bottom_bar' => true,
'title_for_layout' => 'Our Story | Proven',
'isMobile' => false,
'isWorker' => false,
'isSales' => false,
'isEducator' => false,
'adminLoggedIn' => false,
'isEmployer' => false,
'loggedIn' => false,
'isFacebookAppUser' => false,
'campaign' => 'NONE',
'content_for_layout' => '<div id="responsive-landing-page">
<script type="text/javascript">
var ignoreResponseUrl = 0;
$(document).ready(function() {
$("body").on("shown.bs.modal", ".modal", function () {
$("input:text:visible:first", this).focus();
});
$("input:text:visible:first", this).focus();
$("#phone_number").mask(PHONE_NUMBER_FORMAT);
$("#phone_number2").mask(PHONE_NUMBER_FORMAT);
$(".request-demo").click(function(e) {
e.preventDefault();
window.location.href = "/completeHiringSystem"
});
$("#continue-btn").click(function(e) {
e.preventDefault();
if($(this).hasClass('disabled')) return;
$("#employerSignUpForm").submit();
$("#create-account-error").html("");
$("#create-account-error").hide();
});
jQuery.validator.addMethod("noSpace", function(value, element) {
return value == '' || value.trim().length != 0;
}, "This field is required.");
$("#employerSignUpForm").validate({
submitHandler: function() {
$("#continue-btn").button("loading");
$('#employerSignUpForm').ajaxSubmit(successfulMessage);
},
wrapper: "p",
rules: {
"data[Employer][company_name]": {
required: true,
noSpace: true
},
"data[Employer][fname]": {
required: true,
noSpace: true
},
"data[Employer][lname]": {
required: true,
noSpace: true
},
"data[Employer][unique_identifier]": {
required: true,
email: true,
noSpace: true
},
"data[Employer][phone_number]": {
required: true,
noSpace: true
},
"data[Employer][password]": {
required: true,
minlength: 6,
},
},
});
$("#employerSignUpForm input[type=text]").keypress(function(e) {
if(e.keyCode == 13) {
e.preventDefault();
$("#employerSignUpForm").submit();
}
});
$("#employerSignUpForm input[type=password]").keypress(function(e) {
if(e.keyCode == 13) {
e.preventDefault();
$("#employerSignUpForm").submit();
}
});
$('#proven-sign-up-modal').on('shown.bs.modal', function (e) {
logEvent("view_create_account", "NONE");
})
});
function successfulMessage(responseObject) {
if(responseObject.result == FAILURE) {
$("#continue-btn").button("reset");
$("#create-account-error").html(responseObject.message);
$("#create-account-error").show();
} else {
if(responseObject.url != undefined) {
window.location.href = responseObject.url;
}
}
}
</script>
<div class="modal fade" id="proven-sign-up-modal" tabindex="-1" role="dialog" aria-labelledby="proven-demo-modal-label" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2>Create Your Free Employer Account</h2>
<ul class="sign-up-progress voffset3">
<li class="completed last">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Company Details</span>
</li>
<li class=" ">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Job Details</span>
</li>
<li class=" ">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Free Trial</span>
</li>
<li class=" ">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Candidates</span>
</li>
</ul>
<div class="call-to-action-form">
<form action="/employers_ajax/saveContactInformation/payg" id="employerSignUpForm" class="errorsBelow" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div>
<input type="hidden" name="data[Employer][form_location]" id="form_location" value="homepage"/> <input type="hidden" name="data[Employer][campaign]" id="campaign" value="NONE"/> <input type="hidden" name="data[Employer][query_string]" id="query_string" value=""/> <input type="hidden" name="data[Employer][company_size]" id="company_size_hidden" value="0"/>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][fname]" id="fname" placeholder="FIRST NAME" class="required" maxlength="255" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][lname]" id="lname" placeholder="LAST NAME" class="required" maxlength="255" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][unique_identifier]" id="unique_identifier" placeholder="EMAIL" class="required" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][company_name]" id="company_name" AutoComplete="off" placeholder="COMPANY" class="required" maxlength="255" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][phone_number]" id="phone_number" placeholder="PHONE NUMBER" class="required" maxlength="30" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input password"><input name="data[Employer][password]" id="password" placeholder="PASSWORD" class="required" type="password"/></div> </div>
</div>
<div id="create-account-error" class="alert alert-danger" role="alert" style="display: none; margin-top: 20px;"></div>
<div class="clearfix form-button">
<a href="#" data-loading-text="Saving..." title="Continue" class="btn btn-primary" id="continue-btn">Continue <img src="/css/images/adcampaign/right_arrow.png" /></a>
</div>
<p class="text-center" style="font-size: 12px; line-height: 20px;"><a href="/pages/privacyPolicy" style="text-decoration: underline;" title="Privacy Policy">Privacy Policy</a>
</form>
<div class="voffset3">
<p class="text-center" style="font-size: 16px;">Already have an account? <a href="/pages/login" class="blue-link" title="Log In Now">Log In Now</a></p>
<p class="text-center" style="font-size: 16px;"><a href="/workers/join" class="blue-link" title="Looking for a job?">Looking for a job?</a></p>
</div>
</div>
</div>
</div>
</div>
</div></div>
<div id="proven-about-us" style="background: #fff;">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h1 class="text-center">Our Story</h1>
<h2 class="text-center">Thoughts from our CEO & Founder</h2>
<article class="notepad">
<p>Proven. We are small business. We live small business. We exist to serve you, because you are the heartbeat of America.</p>
<p>Proven started as a leading hiring tool serving thousands of customers. Most of our customers are thriving small businesses.</p>
<p>
Over the years we realized that hiring is not the only confusing aspect of running a small business. As Proven has grown, we have broadened our mission to educate the community on best practices. We cover technology, lending, insurance, incorporation, ecommerce, digital marketing, and other aspects of running a company.</p>
<p>
I love learning from our customers and I decided to put my money where my mouth is. It’s one thing to say you care about small businesses, it’s quite another to get in your truck and drive 10,000 miles per year with your dog and your guitar interviewing small business owners and operators in person. That is how the <a href="http://blog.proven.com/small-business-war-stories-podcast" class="blue-link" target="_blank">Small Business War Stories</a> podcast was born. The stories I have heard around the country have shaped me so powerfully that I am writing a book with the lessons I have picked up from people across the land.</p>
<p>
As a small business operator, I have failed a lot. And I have gotten up again. And again. Whew. My training in Brazilian Jiu-Jitsu and my passion for blues music have helped me stay sane and have inspired me to pick myself up when I got knocked down. I strive to live the values of resilience and accountability, and I like to roll up my sleeves by getting on the road, writing for our blog, talking directly to customers, and often answering customer support tickets.</p>
<p>
We are building Proven the same way our customers do, brick by brick, day by day. We work hard to support our customers and to deliver engaging and useful content through our <a class="blue-link" href="http://blog.proven.com" target="_blank">blog</a>.</p>
<p>
If you see yourself in these words, we would love to work with you.
</p>
<p>
Pablo Fuentes, Founder and CEO, Proven
</p>
</article>
<div class="cta text-center voffset5">
<!-- <h2 class="text-center">Get Started Now</h2> -->
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3 header-cta voffset3">
<div class="center-block">
<a href="#" title="Get started now" class="orange-btn request-demo">Get started now ⟶</a>
<div class="clearfix"></div>
</div>
</div>
<!-- <div class="col-xs-12 text-center cta-details">
FREE for 10 days • Pay as you go • Cancel at any time
</div> -->
</div>
<div class="voffset4">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="smb-landing-page">
<div class="light-gray-container bottom-menu">
<div class="container">
<div class="row voffset6 voffset6-bottom">
<div class="col-sm-3 col-sm-offset-0 col-xs-6">
<h4>Proven</h4>
<ul class="list-unstyled voffset3">
<li><a href="/pages/ourStory" title="Our Story">Our Story</a></li>
<li><a href="http://blog.proven.com" title="Blog">Blog</a></li>
<li><a href="http://blog.proven.com/small-business-war-stories-podcast" title="Podcast">Podcast</a></li>
<li><a href="/pages/press" title="Our Story">Press</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4>For Job Seekers</h4>
<ul class="list-unstyled voffset3">
<li><a href="/jobs" title="Search Jobs">Search Jobs</a></li>
<li><a href="/candidates/app" title="Mobile App">Mobile App</a></li>
<li><a href="/workers/join" title="Sign Up">Sign Up</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4>For Employers</h4>
<ul class="list-unstyled voffset3">
<li><a onclick="javascript:showAcquiredModal()" title="Post a Job for Free">Get Started</a></li>
<li><a href="/pages/features" title="Features">Features</a></li>
<li><a href="/pricing" title="Pricing">Pricing</a></li>
<li><a href="/job-boards" title="Job Boards">Job Boards</a></li>
<li><a href="https://blog.proven.com/proven-support">FAQ</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4>Contact Us</h4>
<ul class="list-unstyled voffset3">
<li><a href="/pages/contactUs" title="Email Us">Email Us</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<p><img src="/css/images/proven-logo.jpg" width="80" /></p>
<p>We ♥ small businesses :-)</p>
</div>
<div class="col-sm-12 voffset4 bottom-panel text-center-xs">
<a href="http://www.facebook.com/pages/Provencom/352429835157" title="Facebook"><img src="/css/images/adcampaign/facebook.png" alt="Facebook" width="20" height="18" /></a>
<a href="http://twitter.com/provenjobs" title="Twitter"><img src="/css/images/adcampaign/twitter.png" alt="Twitter" width="20" height="18" /></a>
<ul class="list-inline list-unstyled voffset1">
<li>Copyright © 2023 Proven</li>
<li>|</li>
<li><a href="/pages/privacyPolicy" title="Privacy Policy">Privacy Policy</a></li>
<li>|</li>
<li><a href="/pages/termsCompanies" title="Terms of Service">Terms of Service</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- ACQUIRED MODAL START BELOW -->
<link href="https://fonts.googleapis.com/css?family=Khula:300,400,600,700" rel="stylesheet">
<script type="text/javascript">
function showAcquiredModal() {
$("#acquiredModal").modal("show");
}
function hideAcquiredModal() {
$("#acquiredModal").modal("hide");
}
</script>
<!-- ACQUIRED MODAL DIALOG -->
<style>
#acquiredModal {
font-family: Khula,sans-serif;
font-size:15px;
line-height: 1.5;
}
#acquiredModal strong, #acquiredModal a, #acquiredModal p, #acquiredModal li {
font-family: Khula,sans-serif;
font-size:15px;
}
#acquiredModal a {
color: #0076B8;
}
#acquiredModal li {
text-align: justify;
list-style-type: disc;
margin-left:40px;
}
#acquiredModal a:visited {
color: #3FB1E5;
}
#acquiredModal a:hover {
color: #23315E;
}
#acquiredModal a:active {
color: #0076B8;
}
#acquiredModal p {
color: #666;
font-weight: 400;
width: 100%;
margin: 0 0 1em;
text-align: justify;
}
#acquiredModal .modal-footer {
text-align: center;
border-top: 0px solid #e5e5e5;
}
#acquiredModal .modal-header {
border-bottom: 0px solid #e5e5e5;
}
@media only screen and (max-device-width: 640px){
#acquiredModal .modal-body {
overflow-y: scroll;
width: 100%;
padding: 10px 20px !important;
}
}
#acquiredModal .modal-content {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
.fbimgbg {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
</style>
<div id="acquiredModal" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog letter-width modal-lg" role="document">
<div class="modal-content">
<div class="modal-header" style="height:0">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" style="padding:30px 70px;">
<p style="font-size:21px;">Dear Proven Customer,</p>
<p style="">Good news!</p>
<p>Proven has been acquired and is joining forces with <a href="https://www.upward.net/employer/">Upward.net</a>.</p>
<p>Over the past few months, the <a href="https://www.upward.net/employer/">Upward.net</a> technology team has been hard at work integrating some of the Proven features that you have grown accustomed to into the Proven platform.</p>
<p>Our objective is to combine the Proven features with the <a href="https://www.upward.net/employer/">Upward.net</a> job distribution platform so that you can get even more candidates and have more flexibility than before.</p>
<p>Here are a few things you should know.</p>
<div><u>Logistical Details</u></div>
<ul style="margin-bottom:1em">
<li>Your Proven account has been ported over to <a href="https://www.upward.net/employer/">Upward.net</a> (employer section)</li>
<li>All of your historical information will be there</li>
<li>Your username and credentials will remain the same, just log into <a href="https://www.upward.net/employer/">Upward.net</a> with your Proven username and password</li>
<li>As of August 15th, you can post jobs on <a href="https://www.upward.net/employer/">Upward.net</a></li>
<li>You will no longer be able to log into <a href="https://www.proven.com">Proven.com</a> directly</li>
<li>If you have forgotten your Proven password, you can reset it by going <a href="https://www.upward.net/employer/">here</a> and following the 'forgot password' instructions and sign in</li>
</ul>
<p>If you have any questions about the transition, Upward.net's functionality or pricing, please contact us at <a href="mailto:support@upward.net">support@upward.net</a> or use the web chat functionality at <a href="https://www.upward.net/employer/">Upward.net</a>.</p>
<p>We are tremendously grateful to the thousands of customers who have helped us succeed over the past decade. We could not have done this without you...Thank you!</p>
<p></p>
</div>
<div class="modal-footer">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<a href="https://www.upward.net/employer/" class="btn btn-warning btn-lg btn-block" style="color:#fff;padding-bottom:4px; margin-bottom:10px;">Login to Upward</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
',
'scripts_for_layout' => '<script type="text/javascript" src="/js/checkpoints.js?1619372467"></script>'
)
$navbar_style = 'fixed'
$no_bottom_bar = true
$title_for_layout = 'Our Story | Proven'
$isMobile = false
$isWorker = false
$isSales = false
$isEducator = false
$adminLoggedIn = false
$isEmployer = false
$loggedIn = false
$isFacebookAppUser = false
$campaign = 'NONE'
$content_for_layout = '<div id="responsive-landing-page">
<script type="text/javascript">
var ignoreResponseUrl = 0;
$(document).ready(function() {
$("body").on("shown.bs.modal", ".modal", function () {
$("input:text:visible:first", this).focus();
});
$("input:text:visible:first", this).focus();
$("#phone_number").mask(PHONE_NUMBER_FORMAT);
$("#phone_number2").mask(PHONE_NUMBER_FORMAT);
$(".request-demo").click(function(e) {
e.preventDefault();
window.location.href = "/completeHiringSystem"
});
$("#continue-btn").click(function(e) {
e.preventDefault();
if($(this).hasClass('disabled')) return;
$("#employerSignUpForm").submit();
$("#create-account-error").html("");
$("#create-account-error").hide();
});
jQuery.validator.addMethod("noSpace", function(value, element) {
return value == '' || value.trim().length != 0;
}, "This field is required.");
$("#employerSignUpForm").validate({
submitHandler: function() {
$("#continue-btn").button("loading");
$('#employerSignUpForm').ajaxSubmit(successfulMessage);
},
wrapper: "p",
rules: {
"data[Employer][company_name]": {
required: true,
noSpace: true
},
"data[Employer][fname]": {
required: true,
noSpace: true
},
"data[Employer][lname]": {
required: true,
noSpace: true
},
"data[Employer][unique_identifier]": {
required: true,
email: true,
noSpace: true
},
"data[Employer][phone_number]": {
required: true,
noSpace: true
},
"data[Employer][password]": {
required: true,
minlength: 6,
},
},
});
$("#employerSignUpForm input[type=text]").keypress(function(e) {
if(e.keyCode == 13) {
e.preventDefault();
$("#employerSignUpForm").submit();
}
});
$("#employerSignUpForm input[type=password]").keypress(function(e) {
if(e.keyCode == 13) {
e.preventDefault();
$("#employerSignUpForm").submit();
}
});
$('#proven-sign-up-modal').on('shown.bs.modal', function (e) {
logEvent("view_create_account", "NONE");
})
});
function successfulMessage(responseObject) {
if(responseObject.result == FAILURE) {
$("#continue-btn").button("reset");
$("#create-account-error").html(responseObject.message);
$("#create-account-error").show();
} else {
if(responseObject.url != undefined) {
window.location.href = responseObject.url;
}
}
}
</script>
<div class="modal fade" id="proven-sign-up-modal" tabindex="-1" role="dialog" aria-labelledby="proven-demo-modal-label" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2>Create Your Free Employer Account</h2>
<ul class="sign-up-progress voffset3">
<li class="completed last">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Company Details</span>
</li>
<li class=" ">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Job Details</span>
</li>
<li class=" ">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Free Trial</span>
</li>
<li class=" ">
<span class="line"></span> <span class="circle"></span> <span class="step-label">Candidates</span>
</li>
</ul>
<div class="call-to-action-form">
<form action="/employers_ajax/saveContactInformation/payg" id="employerSignUpForm" class="errorsBelow" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div>
<input type="hidden" name="data[Employer][form_location]" id="form_location" value="homepage"/> <input type="hidden" name="data[Employer][campaign]" id="campaign" value="NONE"/> <input type="hidden" name="data[Employer][query_string]" id="query_string" value=""/> <input type="hidden" name="data[Employer][company_size]" id="company_size_hidden" value="0"/>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][fname]" id="fname" placeholder="FIRST NAME" class="required" maxlength="255" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][lname]" id="lname" placeholder="LAST NAME" class="required" maxlength="255" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][unique_identifier]" id="unique_identifier" placeholder="EMAIL" class="required" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][company_name]" id="company_name" AutoComplete="off" placeholder="COMPANY" class="required" maxlength="255" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input text"><input name="data[Employer][phone_number]" id="phone_number" placeholder="PHONE NUMBER" class="required" maxlength="30" type="text"/></div> </div>
</div>
<div class="row form-row">
<div class="form-field col-sm-12">
<div class="input password"><input name="data[Employer][password]" id="password" placeholder="PASSWORD" class="required" type="password"/></div> </div>
</div>
<div id="create-account-error" class="alert alert-danger" role="alert" style="display: none; margin-top: 20px;"></div>
<div class="clearfix form-button">
<a href="#" data-loading-text="Saving..." title="Continue" class="btn btn-primary" id="continue-btn">Continue <img src="/css/images/adcampaign/right_arrow.png" /></a>
</div>
<p class="text-center" style="font-size: 12px; line-height: 20px;"><a href="/pages/privacyPolicy" style="text-decoration: underline;" title="Privacy Policy">Privacy Policy</a>
</form>
<div class="voffset3">
<p class="text-center" style="font-size: 16px;">Already have an account? <a href="/pages/login" class="blue-link" title="Log In Now">Log In Now</a></p>
<p class="text-center" style="font-size: 16px;"><a href="/workers/join" class="blue-link" title="Looking for a job?">Looking for a job?</a></p>
</div>
</div>
</div>
</div>
</div>
</div></div>
<div id="proven-about-us" style="background: #fff;">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h1 class="text-center">Our Story</h1>
<h2 class="text-center">Thoughts from our CEO & Founder</h2>
<article class="notepad">
<p>Proven. We are small business. We live small business. We exist to serve you, because you are the heartbeat of America.</p>
<p>Proven started as a leading hiring tool serving thousands of customers. Most of our customers are thriving small businesses.</p>
<p>
Over the years we realized that hiring is not the only confusing aspect of running a small business. As Proven has grown, we have broadened our mission to educate the community on best practices. We cover technology, lending, insurance, incorporation, ecommerce, digital marketing, and other aspects of running a company.</p>
<p>
I love learning from our customers and I decided to put my money where my mouth is. It’s one thing to say you care about small businesses, it’s quite another to get in your truck and drive 10,000 miles per year with your dog and your guitar interviewing small business owners and operators in person. That is how the <a href="http://blog.proven.com/small-business-war-stories-podcast" class="blue-link" target="_blank">Small Business War Stories</a> podcast was born. The stories I have heard around the country have shaped me so powerfully that I am writing a book with the lessons I have picked up from people across the land.</p>
<p>
As a small business operator, I have failed a lot. And I have gotten up again. And again. Whew. My training in Brazilian Jiu-Jitsu and my passion for blues music have helped me stay sane and have inspired me to pick myself up when I got knocked down. I strive to live the values of resilience and accountability, and I like to roll up my sleeves by getting on the road, writing for our blog, talking directly to customers, and often answering customer support tickets.</p>
<p>
We are building Proven the same way our customers do, brick by brick, day by day. We work hard to support our customers and to deliver engaging and useful content through our <a class="blue-link" href="http://blog.proven.com" target="_blank">blog</a>.</p>
<p>
If you see yourself in these words, we would love to work with you.
</p>
<p>
Pablo Fuentes, Founder and CEO, Proven
</p>
</article>
<div class="cta text-center voffset5">
<!-- <h2 class="text-center">Get Started Now</h2> -->
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3 header-cta voffset3">
<div class="center-block">
<a href="#" title="Get started now" class="orange-btn request-demo">Get started now ⟶</a>
<div class="clearfix"></div>
</div>
</div>
<!-- <div class="col-xs-12 text-center cta-details">
FREE for 10 days • Pay as you go • Cancel at any time
</div> -->
</div>
<div class="voffset4">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="smb-landing-page">
<div class="light-gray-container bottom-menu">
<div class="container">
<div class="row voffset6 voffset6-bottom">
<div class="col-sm-3 col-sm-offset-0 col-xs-6">
<h4>Proven</h4>
<ul class="list-unstyled voffset3">
<li><a href="/pages/ourStory" title="Our Story">Our Story</a></li>
<li><a href="http://blog.proven.com" title="Blog">Blog</a></li>
<li><a href="http://blog.proven.com/small-business-war-stories-podcast" title="Podcast">Podcast</a></li>
<li><a href="/pages/press" title="Our Story">Press</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4>For Job Seekers</h4>
<ul class="list-unstyled voffset3">
<li><a href="/jobs" title="Search Jobs">Search Jobs</a></li>
<li><a href="/candidates/app" title="Mobile App">Mobile App</a></li>
<li><a href="/workers/join" title="Sign Up">Sign Up</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4>For Employers</h4>
<ul class="list-unstyled voffset3">
<li><a onclick="javascript:showAcquiredModal()" title="Post a Job for Free">Get Started</a></li>
<li><a href="/pages/features" title="Features">Features</a></li>
<li><a href="/pricing" title="Pricing">Pricing</a></li>
<li><a href="/job-boards" title="Job Boards">Job Boards</a></li>
<li><a href="https://blog.proven.com/proven-support">FAQ</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4>Contact Us</h4>
<ul class="list-unstyled voffset3">
<li><a href="/pages/contactUs" title="Email Us">Email Us</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<p><img src="/css/images/proven-logo.jpg" width="80" /></p>
<p>We ♥ small businesses :-)</p>
</div>
<div class="col-sm-12 voffset4 bottom-panel text-center-xs">
<a href="http://www.facebook.com/pages/Provencom/352429835157" title="Facebook"><img src="/css/images/adcampaign/facebook.png" alt="Facebook" width="20" height="18" /></a>
<a href="http://twitter.com/provenjobs" title="Twitter"><img src="/css/images/adcampaign/twitter.png" alt="Twitter" width="20" height="18" /></a>
<ul class="list-inline list-unstyled voffset1">
<li>Copyright © 2023 Proven</li>
<li>|</li>
<li><a href="/pages/privacyPolicy" title="Privacy Policy">Privacy Policy</a></li>
<li>|</li>
<li><a href="/pages/termsCompanies" title="Terms of Service">Terms of Service</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- ACQUIRED MODAL START BELOW -->
<link href="https://fonts.googleapis.com/css?family=Khula:300,400,600,700" rel="stylesheet">
<script type="text/javascript">
function showAcquiredModal() {
$("#acquiredModal").modal("show");
}
function hideAcquiredModal() {
$("#acquiredModal").modal("hide");
}
</script>
<!-- ACQUIRED MODAL DIALOG -->
<style>
#acquiredModal {
font-family: Khula,sans-serif;
font-size:15px;
line-height: 1.5;
}
#acquiredModal strong, #acquiredModal a, #acquiredModal p, #acquiredModal li {
font-family: Khula,sans-serif;
font-size:15px;
}
#acquiredModal a {
color: #0076B8;
}
#acquiredModal li {
text-align: justify;
list-style-type: disc;
margin-left:40px;
}
#acquiredModal a:visited {
color: #3FB1E5;
}
#acquiredModal a:hover {
color: #23315E;
}
#acquiredModal a:active {
color: #0076B8;
}
#acquiredModal p {
color: #666;
font-weight: 400;
width: 100%;
margin: 0 0 1em;
text-align: justify;
}
#acquiredModal .modal-footer {
text-align: center;
border-top: 0px solid #e5e5e5;
}
#acquiredModal .modal-header {
border-bottom: 0px solid #e5e5e5;
}
@media only screen and (max-device-width: 640px){
#acquiredModal .modal-body {
overflow-y: scroll;
width: 100%;
padding: 10px 20px !important;
}
}
#acquiredModal .modal-content {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
.fbimgbg {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
</style>
<div id="acquiredModal" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog letter-width modal-lg" role="document">
<div class="modal-content">
<div class="modal-header" style="height:0">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" style="padding:30px 70px;">
<p style="font-size:21px;">Dear Proven Customer,</p>
<p style="">Good news!</p>
<p>Proven has been acquired and is joining forces with <a href="https://www.upward.net/employer/">Upward.net</a>.</p>
<p>Over the past few months, the <a href="https://www.upward.net/employer/">Upward.net</a> technology team has been hard at work integrating some of the Proven features that you have grown accustomed to into the Proven platform.</p>
<p>Our objective is to combine the Proven features with the <a href="https://www.upward.net/employer/">Upward.net</a> job distribution platform so that you can get even more candidates and have more flexibility than before.</p>
<p>Here are a few things you should know.</p>
<div><u>Logistical Details</u></div>
<ul style="margin-bottom:1em">
<li>Your Proven account has been ported over to <a href="https://www.upward.net/employer/">Upward.net</a> (employer section)</li>
<li>All of your historical information will be there</li>
<li>Your username and credentials will remain the same, just log into <a href="https://www.upward.net/employer/">Upward.net</a> with your Proven username and password</li>
<li>As of August 15th, you can post jobs on <a href="https://www.upward.net/employer/">Upward.net</a></li>
<li>You will no longer be able to log into <a href="https://www.proven.com">Proven.com</a> directly</li>
<li>If you have forgotten your Proven password, you can reset it by going <a href="https://www.upward.net/employer/">here</a> and following the 'forgot password' instructions and sign in</li>
</ul>
<p>If you have any questions about the transition, Upward.net's functionality or pricing, please contact us at <a href="mailto:support@upward.net">support@upward.net</a> or use the web chat functionality at <a href="https://www.upward.net/employer/">Upward.net</a>.</p>
<p>We are tremendously grateful to the thousands of customers who have helped us succeed over the past decade. We could not have done this without you...Thank you!</p>
<p></p>
</div>
<div class="modal-footer">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<a href="https://www.upward.net/employer/" class="btn btn-warning btn-lg btn-block" style="color:#fff;padding-bottom:4px; margin-bottom:10px;">Login to Upward</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
'
$scripts_for_layout = '<script type="text/javascript" src="/js/checkpoints.js?1619372467"></script>'
$no_title_bar = false
$no_index = false
filemtime - [internal], line ??
include - APP/View/Layouts/responsive.ctp, line 69
View::_evaluate() - CORE/Cake/View/View.php, line 961
View::_render() - CORE/Cake/View/View.php, line 923
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 960
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
" type="text/css" />