{#{% extends "_layouts/base.html" %}#}
{% extends request.master_template %}
{% comment %}{% block meta_description %}Prepare for your HR certification! We offer comprehensive human resouce certification study guides, practice exams that help you achieve certification.{% endblock meta_description %}
{% endcomment %}
{% block meta_title %}Online HR Certification Prep for PHR, SPHR & SHRM{% endblock meta_title %}
{% block page_title %}HR Certification Prep Course Options{% endblock %}
{% block page_class %}home-page{% endblock %}
{% block header_class %}header-responsive{% endblock header_class %}
{% block header_text %}HR Certification Prep Course Options{% endblock header_text %}
{% block content %}
<div class="hrcp">
<div class="container">
<div class='row' style="padding-left: 20px !important;">
<div id='breadcrumbs'>
Home > HR Certification Prep Course Options
</div>
</div>
<div class="row" style="margin-bottom: 0px;">
<div class="col-md-7">
<h1 class="text-blue text-left corporate-mobile" style="line-height: 1em !important; margin-top: 0px;font-size: 40px;">HR Certification</h1>
<h1 class="text-blue text-left corporate-mobile" style="line-height: 1em !important; margin-top: 0px;font-size: 60px;">Prep Course</h1>
<h1 class="text-blue text-left corporate-mobile" style="line-height: 1em !important; margin-top: 0px;font-size: 35px;">Options</h1>
<!-- <div class="col-md-3" style="margin-top: 2px; padding-left: 0px;">
<img src='{{ STATIC_URL }}img/v2/quotation.jpg' alt='' class='img-left' style="margin-top: 20px;"/>
</div>
<div class="col-md-9" style="margin-top: 2px;">
<h3 class="sub-content" style="">Exceptional human resource management - from appyling HR best practices to the competencies of the HR professionals who design and implement them - can demonstrably and postively contribute to the bottom line.</h3>
<h3 class="author">-DAVID PLINK, TOP EMPLOYERS CEO</h3>
</div> -->
</div>
<div class="col-md-5">
<img src="{{ STATIC_URL}}img/options.jpg" style="width: 100%;"/>
</div>
</div>
</div>
<div class="row" style="background: rgb(242,242,242);margin: auto;padding-bottom: 50px; margin-bottom: -50px;">
<div class="container">
<div class="col-md-12"><h1 class="text-blue corporate-mobile text-left" style="font-size: 30px;" >Available Options</h1></div>
<div class="row" style="border-bottom: 1px solid black;padding-top: 64px;padding-bottom: 64px;">
<div class="col-md-4">
<img src="{{ STATIC_URL}}img/online-self-paced.jpg"/>
</div>
<div class="col-md-8">
<h3 style="margin-top: 0px;font-family: 'Montserrat', sans-serif !important;">ONLINE SELF-PACED COURSES</h3>
<!-- <p>This option guides you through 20+ hours of interactive lessons that can be accessed anytime, anywhere at your own pace. It also comes with necessary study material, virtual instructor support, practice exams and quizzes, and of course our "you pass or your money back" guarantee!</p> -->
<p>This option guides you through interactive lessons that can be accessed anytime, anywhere at your own pace. It also comes with necessary study material, flash cards, virtual instructor support, and practice exams.</p>
<a href="/products/self-paced-courses/" class="btn btn-yellow ml-0">SEE OPTIONS <i class="glyphicon glyphicon-play"></i></a>
</div>
</div>
<div class="row" style="border-bottom: 1px solid black;padding-top: 64px;padding-bottom: 64px;">
<div class="col-md-4">
<img src="{{ STATIC_URL}}img/online-instructor.jpg"/>
</div>
<div class="col-md-8">
<h3 style="margin-top: 0px;font-family: 'Montserrat', sans-serif !important;">ONLINE INSTRUCTOR-LED COURSES</h3>
<p>This option is for those who want live, instructor led training that is specifically designed to successfully prepare you to pass your HR certification exam. The program includes HRCP Study Materials, Instructor-led sessions, flash cards, practice exams, and a virtual instructor. These courses qualify for the "Your Pass or Your Money Back" guarantee.</p>
<a href="/products/online-instructor-led-courses/" class="btn btn-yellow ml-0">SEE OPTIONS <i class="glyphicon glyphicon-play"></i></a>
</div>
</div>
<div class="row" style="border-bottom: 1px solid black;padding-top: 64px;padding-bottom: 64px;">
<div class="col-md-4">
<img src="{{ STATIC_URL}}img/face-to-face.jpg"/>
</div>
<div class="col-md-8">
<h3 style="margin-top: 0px;font-family: 'Montserrat', sans-serif !important;">FACE TO FACE INSTRUCTOR-LED COURSES</h3>
<p>This option is for those who want a classroom setting taught by a highly qualified instructor and the collaboration of classmates. The instructor leads you through the study process over the duration of the course. All study material, flash cards, and practice exams are included.</p>
<p>To see if there are any upcoming classes near you:</p>
<a href="/classlist/" class="btn btn-yellow ml-0">SEARCH COURSES <i class="glyphicon glyphicon-play"></i></a>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block doc_ready %}
$(".blog-entry").css("cursor","pointer").on("click",function(){
window.location = $(this).attr("data-link");
});
$(".circle-fractal-bg").on('click',function(){
window.location = $(this).find("a.btn").attr("href");
});
{% endblock doc_ready %}
{% comment %}
<div class='container'>
<div class='row'>
<a href='/products/self-paced-courses/'>Self-paced Courses</a>
</div>
<div class='row'>
<a href='/products/online-instructor-led-courses/'>Online Instructor-led Courses</a>
</div>
<div class='row'>
<a href='/classlist/'>Face-to-Face Courses</a>
</div>
</div>
{% endcomment %}