-
As parents we have the ability to hear i...
-
Clinical Psychology: children don’...
-
Navigating peer support groups.
-
Extended Family: Grieving together but f...
-
Being the Aunt: It wasn’t easy but I w...
-
Navigating Friends
-
Finding support from an older couple –...
-
Connecting with the PMG in the early day...
-
My evolution as a parent: Caring about d...
-
Finding most of my support from other ca...
-
Helping parents like us connect with fel...
-
One day you are going to be that person ...
SHARE
Videos
SHARE
Theme: Support Networks
As parents we have the ability to hear information, process it, and push it away so we can function.
Page: 2 of 5
As parents we have the ability to hear information, process it, and push it away so we can function.
SHARE
13 / 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;
}">