The Mason Minute

The Mason Minute


Catching Up (MM #4304)

January 03, 2023

Our offices have been closed since just before Christmas. The entire company shuts down to allow everyone to recharge their batteries. It’s the first time I’ve ever enjoyed a perk like that. So I used the time to catch up on some projects I’d wanted to tackle but never finished. And while catching up is an excellent idea, it never goes as planned…






Click Here To Subscribe




jQuery(document).ready(function($) {
'use strict';
$('#podcast-subscribe-button-13292 .podcast-subscribe-button.modal-63b437791221f').on("click", function() {
$("#secondline-psb-subs-modal.modal-63b437791221f.modal.secondline-modal-63b437791221f").modal({
fadeDuration: 250,
closeText: '',
});
return false;
});
});