-
The therapist helped us process and tran...
-
The church provided emotional support fo...
-
Talking to a Third Party, “Am I crazy?...
-
A Mother’s Testimonial: How Courag...
-
I trust parents more than professionals ...
-
Parents like us, we’re all on this...
-
Reach out to other families, they’re o...
-
I relied mostly on the early interventio...
-
We both lost friends over this.
-
I saw a counselor.
-
Try a group. There is something catharti...
-
Think about what you need.
SHARE
Videos
SHARE
Theme: Support Networks
The therapist helped us process and translate our actions and feelings.
Page: 4 of 5
The therapist helped us process and translate our actions and feelings.
SHARE
37 / 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;
}">