Danielle Weber: Painting For Dwayne ‘The Rock’ Johnson

What an episode this was! The incredible Danielle Weber who is one of the most renowned Artists from Melbourne, Australia.

Danielle is the queen of creating something into nothing painting many murals and canvases around the world which have caught headlines. Celebrities and Rockstars around the world are in demand for Danielle’s work which is amazing considering she nearly failed Art School. Tune in to hear some of the craziest stories behind the girl with the paintbrush who never stops hustling. Don’t forget to sub and comment!!

Listen Below

{loadmoduleid 304}
{loadmoduleid 390}
{loadmoduleid 378}
{loadmoduleid 389}

 

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });