Get Connected to the Network
Keep on top of what's new in the network!
- Receive CPN news and highlighted access to new resources
- Participate in CPN and partner research
- Contribute your own ideas and stories to support and empower other families
Receive the CPN newsletter to get updates on new resources and programs.
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;
}">