Community Life Enrichment Hero 1
July Power of Play Web Module scaled
26 ART 0340 PoP August Website Event Module

Week of Events

Maverick shares the joy of seeing his grandmother thrive at Artis — from compassionate care to creative expression through art. “It’s just a joy,” he says, watching her engage and connect in a place where genuine people support and uplift each resident.

Life Enrichment at Artis is powered by people with the training, heart, and intuition to transform everyday moments into meaningful experiences. Meet Marlene, one of our Life Enrichment Directors, whose superpower is discovering what brings each resident to life

Community Life Enrichment Yesterday Today Image 1

“I always wanted to paint more … now I paint every day.”

– Sal L.
Artis Resident
Community Life Enrichment Yesterday Today Image 2
Community Mission and Values Facebook Background 1
Community Life Enrichment Facebook Facebook Icon

See how we’re honoring
yesterday and celebrating
today.

Comments Box SVG iconsUsed for the like, share, comment, and reaction icons

🍦 Happy National Ice Cream Day! 🍦

Sensory experiences — taste, smell, touch — are especially powerful for people living with dementia, often unlocking joy and connection in a way beyond words. Sounds like the perfect reason to host an ice cream social. 😍

We’d love for you to come by and scoop up some joy with us!

#NationalIceCreamDay #TheArtisWay #AllTogether
See MoreSee Less

No week at our community would be complete without a visit from our furry friends…Julie and the new puppy Henry. #artisway See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment
Image attachment

The afternoon at Artis ended with our residents exercising and moving to the music provided by our Fitness trainer Jo! ##TheArtisWay #InspiredWellBeing See MoreSee Less

Image attachment
Image attachment
Image attachment

The residents of Artis spent an afternoon entertained by music and singing of Kurt Radke and family!! #InspiredWellBeing See MoreSee Less

🌤️ With air quality alerts in effect across our region due to wildfire smoke, our team is keeping a close eye on conditions and adjusting our day to keep residents safe and comfortable indoors.

Our team has a full slate of indoor programming today including music and creative arts to wellness activities and games, so residents can stay engaged, social, and having fun, rain, shine —> or smoke!

As always, the well-being of our residents is our top priority. Families, if you have questions about today's precautions, our team is always happy to talk. 💛

#ArtisSeniorLiving #AirQualityAlert #SeniorLivingCommunity #ResidentWellbeing
See MoreSee Less

🌤️ With air qua

🛠️ Today, we salute our Director of Environmental Services, whose superpower is leading the way to keeping our community safe, comfortable, and in excellent working order every day.
Thank you for your can-do attitude – and well-done results! 🧰🪛✨

#JackOfAllTradesDay #WeLoveOurDES #TheArtisWay
See MoreSee Less

🛠️  Today, we s
Community Life Enrichment Schedule A Tour Image 1

"*" indicates required fields

Name*
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
(function() { if (typeof jQuery === ‘undefined’) { console.error(‘jQuery is required for eventsDuplicates function’); return; } function hideDuplicateEventsAllViews() { const viewConfigs = [ { container: ‘.tribe-events-pro-week-grid__events-day’, event: ‘.tribe-events-pro-week-grid__event’ }, { container: ‘.tribe-events-calendar-day’, event: ‘.tribe-events-calendar-day__event’ }, { container: ‘.tribe-events-calendar-month__body’, event: ‘.tribe-events-calendar-month__day’ } ]; viewConfigs.forEach(function(config) { const $containers = jQuery(config.container); if (!$containers.length) return; $containers.each(function() { const $events = jQuery(this).find(config.event); const titleGroups = {}; const eventsToHide = []; $events.each(function() { const $event = jQuery(this); const $title = $event.find(‘h3, .tribe-event-title, .tribe-events-pro-week-grid__event-title’); const dataPublished = $event.attr(‘data-published’); const title = $title.length ? $title.first().text().trim() : ”; if (!title || !dataPublished) return; const key = title.toLowerCase(); if (!titleGroups[key]) { titleGroups[key] = []; } titleGroups[key].push({ $element: $event, publishedDate: new Date(dataPublished), publishedString: dataPublished, fullTitle: title }); }); Object.keys(titleGroups).forEach(function(key) { const group = titleGroups[key]; if (group.length <= 1) return; group.sort(function(a, b) { return b.publishedDate.getTime() – a.publishedDate.getTime(); }); for (let i = 1; i < group.length; i++) { eventsToHide.push(group[i].$element); } }); if (eventsToHide.length) { jQuery.each(eventsToHide, function(i, $event) { $event.hide(); }); console.log('Hidden ' + eventsToHide.length + ' duplicate events in container'); } }); }); } jQuery(document).ready(function() { hideDuplicateEventsAllViews(); }); })();