Episode 3: Why You Should Just Go For It

Episode 2: Creating a Business that Maps to Your Core Values
August 8, 2018
Episode 4: The Value of Relationships & Networking
August 8, 2018

Episode 3: Why You Should Just Go For It

Caroline Thompson

As Buildium’s Creative Marketing Specialist, Caroline is responsible for Buildium’s visual brand identity, designing all marketing collateral and producing/hosting our newly launched The Property Manager Podcast. Whether you’re flipping through a Buildium report, attending an industry event, or listening to a podcast episode, Caroline’s work is present, ensuring that the Buildium brand is felt cohesively throughout your experience. (Side note: You’d make her day if you listened to The Property Manager Podcast, where you’ll hear valuable industry insights and relatable stories from property managers across the country!)

/** * The template for displaying the footer. * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ // footer classes $footer_options = mfn_opts_get('footer-options'); $footer_classes = []; if( ! empty( $footer_options['full-width'] ) ){ $footer_classes[] = 'full-width'; } $footer_classes = implode( ' ', $footer_classes ); // back_to_top classes $back_to_top_class = mfn_opts_get('back-top-top'); if ($back_to_top_class == 'hide') { $back_to_top_position = false; } elseif ( $back_to_top_class && strpos($back_to_top_class, 'sticky') !== false ) { $back_to_top_position = 'body'; } elseif (mfn_opts_get('footer-hide') == 1) { $back_to_top_position = 'footer'; } else { $back_to_top_position = 'copyright'; } ?>