Businesses are in the midst of the largest technology transformation ever, and innovation is key to stay ahead of the digital curve. We help our clients to answer real business challenges through the successful leveraging of an ecosystem that offers new sources of innovation. See our programmes below for more information on innovation.
— Rory Moore, Accenture Innovation Lead – South Africa
There is already a separate, active Accenture Careers account with the same email address as your LinkedIn account email address. Please try logging in with your registered email address and password. You can then update your LinkedIn sign-in connection through the Edit Profile section.
There is already a separate, active account tied to your LinkedIn profile. Please continue registration for this program without your LinkedIn profile or use a different LinkedIn account or email address.
Are you sure you want to disconnect with
account?
// Fix for responsive iFrames sometimes being too big on mobile
function onSlideshareIframeReady(iframe) {
var startingHeight = $(iframe).outerHeight();
fix();
setTimeout(function() {
fix();
}, 2000);
setTimeout(function() {
fix();
}, 4000);
function fix() {
if (startingHeight != $(iframe).outerHeight()) {
$(iframe).css('height', '88%');
$(iframe).parents(".responsive-iframe").css('padding-top', '70%');
}
}
}
$(window).resize(function() {
initSocialCarousel();
});
$(window).load(function() {
$(window).scroll();
setTimeout(function() {
$(window).scroll();
});
$(".twitter-embed").removeClass('twitter-embed').addClass('twitter-timeline');
if (typeof(twttr != "undefined") && !editmode) {
twttr.widgets.load(0);
}
});