Check out how #SMSCgives helped neighboring communities in 2020
44
VOLUNTEERS
cleaned neighboring parks
42 helpers assembled
300
fleece blankets for children in need
1,600 TOYS
$12,370
donated to Toys for Tots campaign
Distributed food to
9,637
PEOPLE
in response to COVID-19 pandemic
104
hours volunteered to the Carver Scott Humane Society
100 SMSC employees
+ team members + Community Members packed
27,520 MEALS
for food-insecure communities
meals over several food bowl distribution events
150
volunteer hours spent at the Community Action Partnership (CAP) Agency
( function( $ ) {
$(document).ready(function() {
setTimeout(function(){
$('body').addClass('loaded');
stepTrigger();
}, 500);
$(window).scroll(function(){
setTimeout(function(){
stepTrigger();
}, 500);
})
});
function stepTrigger() {
if ($(".recap-item").hasClass("hidden") ) {
$( ".recap-item.hidden" ).each(function(i) {
(function(self) {
$scrollPosition = $(window).scrollTop() + $(window).height();
$offset = $(self).offset();
$boxTop = $offset.top;
if($boxTop <= $scrollPosition) {
setTimeout(function(){
$(self).removeClass('hidden');
},(i*500));
}
})(this);
})
}
}
}) ( jQuery );