Inside Buildium: Justin Kerins, Product Team

7 cybersecurity precautions property managers can take right now
October 4, 2018
Meet Buildium’s spring 2018 STEM scholarship winners
October 10, 2018

Inside Buildium: Justin Kerins, Product Team

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'; } ?>