Subject 1, Topic 1
In Progress

Week 30

Goal 1

Shoot your new paying clients videos. Should be at least 2 people here.

Goal 2

Edit the new music videos.

Goal 3

Post them on your Instagram.

Goal 4

Post them on your YouTube Channel.

Goal 5

Update your website by putting the new videos on there.

Goal 6

Find next week’s paying clients to shoot videos for.

Goal 7

Every day this week you are going to reach out to 10 new people as usual.

Goal 8

Every day this week post up an ad on Craigslist saying you shoot music videos for any price range. Let people
contact you. This is a great way to get new leads and new connections. You post up once a day to ensure your
ad gets seen before anyone else’s.

Goal 9 (Optional)

Finding an assistant doesn’t always happen immediately. Also there is a good chance the first person you hire
is a dud. But that’s okay because now you’ll know what to look for in the next person you hire. I hired a dud
before. Nice guy, just wasn’t right for the job. Took him 4 hours to make 1 picture in photoshop. I paid him
double what I offered to pay him and then I let him go his 2nd day. Take your time and interview a BUNCH of
people. You will be very happy you did 🙂

add_action( 'woocommerce_review_order_before_submit', 'add_guarantee_badge_before_checkout_button' ); function add_guarantee_badge_before_checkout_button() { ?>
100% Money Back Guarantee

100% Money-Back Guarantee — No Risk To You!

const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } );