Class Time: 9:00AM – 5:00PM EST (U.S./Georgia) Class Days: Tuesday – Friday Class Dates: Choose a Date using the “Pay” button Money Back Guarantee
Instructor: Tequalia Curely (MBA, PMP, ITIL) System Requirements: Desktop or mobile web browser
Included with live class enrollment:
Money back guarantee
Official Velociteach Courseware
16 PMI Contact Hours towards PMI PMP Exam Application Requirement
Extensive Online ~ Insight Practice Exam Repository
On-Demand Portal Access ~ 3 Months
Live Class taught by Premier Velociteach ATP
Delivered over two days, in 8-hour sessions on Thursday’s and Friday’s. This Project Management Fundamentals course includes everything you need to build a strong foundation for your Project Management journey. Official PMI-Award Winning, best-selling Velociteach class materials, required Contact Hours, PDU’s, practice exam portal, and much more. Instant email confirmation and enrollment info following registration.
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);
});
});
});