-
When it comes to caring for communities ...
-
An MD notes the pros and cons for parent...
-
Finding support: “Our faith community ...
-
Work: We had to explicitly educate and c...
-
Finding support for just the three of us...
-
Support in the home: Having the support ...
-
Cardiomyopathy: A mom on arriving on the...
SHARE
Video Collection
Building Your Support Network
When it comes to caring for communities of color, the relationships and trust fundamentally are first with family and community.
SHARE
1 / 7
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;
}">