Donate Visit 988 Site Call 988 Call TCN

Inspired Wellbeing

 

Vision Boards

🖼️🧠🌟📝📌✨

Vision boards can be a powerful tool for visualizing and achieving goals related to well-being and personal growth. Creating a visual representation of your goals can also help increase mindfulness and self-awareness, manage stress and anxiety, and grow your self-efficacy. A vision board serves as a constant visual reminder of what matters to you.


Mental Wellbeing

// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });