Community Veterinary Outreach · October Fundraiser

8,889 KM, One Health At A Time

Tracking our team’s journey toward 8,889 km across Canada, updated weekly.

3,200 km
Travelled
36%
Of the journey
5,689 km
To go
Map of Canada
Demo control — not part of the final build
Drag to preview how the marker moves at different totals. In production this value comes from your weekly spreadsheet automatically — see below.
How the live version updates itself each week

Staff edits one cell in a shared Google Sheet with the new cumulative km total. The Sheet is published to the web as CSV (File → Share → Publish to web). The widget fetches that CSV on page load and moves the marker — no one touches code after the first setup.

// Already wired in below -- just paste your URL into SHEET_CSV_URL near the top of the script:
const SHEET_CSV_URL = 'https://docs.google.com/spreadsheets/d/e/<your-sheet-id>/pub?output=csv';
// The widget fetches it on load and hides this demo panel automatically.