Class Time: 9:00AM – 5:00PM EST (U.S./Georgia) Class Days: Thursday – Friday Class Date: Choose a Date using the “Book” button Money Back Guarantee
Instructor: Tequalia Curely (MBA, PMP, ITIL) System Requirements: Desktop or mobile web browser
How will you benefit?
Understand the foundational principles of project management
Learn foundational project management skills
Understand tools and techniques to effectively manage projects
A common project management language to improve communication
Frameworks to identify, manage, and mitigate risk
Skills to add to your resume
Secure Order
256-bit encryption
Instant Access
Learning on Demand
Questions? Call us at (404) 630-8745
jQuery(window).on('elementor/frontend/init', function() {
function goToSlide(sliderElement) {
var hash = window.location.hash;
if (hash) {
var slideNum = parseInt(hash.replace('#slide-', ''), 10);
if (!isNaN(slideNum)) {
var slideIndex = slideNum - 1;
var swiperInstance = jQuery(sliderElement).find('.swiper')[0]?.swiper;
if (swiperInstance) {
swiperInstance.slideTo(slideIndex);
}
}
}
}
// Run when the SLIDER widget is ready (not global)
elementorFrontend.hooks.addAction('frontend/element_ready/slider.default', function($scope) {
goToSlide($scope);
// Also run on hash change
jQuery(window).on('hashchange', function() {
goToSlide($scope);
});
});
});