-
PostDad’s Weekend Projects: Inclusion, Inclusion, Inclusion -
GuideTravel Guide for Traveling with a Medically-complex Child -
GuideGuia De Viaje para viajar con un niño/a con problemas médicos -
PostAdventure Awaits: Safe Travel Tips from a Seasoned Mom -
EventTraveling with a Medically Complex Child -
PostFinding Accessibility and Inclusion Abroad
Videos
SHARE
Theme: Travel
Every time we achieved an idea we wanted to pursue, it gave us more strength to do the next one. The memory of what you were able to achieve is what we actually remember.
Every time we achieved an idea we wanted to pursue, it gave us more strength to do the next one. The memory of what you were able to achieve is what we actually remember.
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;
}">