-
I find my faith in community.
-
Think about what you need.
-
Pros and Cons of Social Media
-
At the end of the day, it’s my kid and...
-
Chaplain: I encourage parents to connect...
-
Finding support in God, family, provider...
-
This has given me a lot of hope for huma...
-
Don’t hesitate to say, Somebody help u...
-
I can’t handle the negativity of some ...
-
Find at least one person you can reach o...
-
Ben brought us this huge support network...
SHARE
Videos
SHARE
Theme: Support Networks
I find my faith in community.
Page: 5 of 5
I find my faith in community.
SHARE
49 / 59
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">