Healthy Work-From-Home Ergonomics Guide
An interactive guide to help you set up a comfortable, productive, and healthy home office.
+
+
+
+
+
Click a '+' on the diagram
Select a point on the workstation to learn more about proper ergonomic setup for that area.
Recommended Stretches & Breaks
${data.tip}
`; } function populateChecklist() { let html = ''; for (const category in checklistData) { html += `${category}
`;
checklistData[category].forEach(item => {
html += `
`;
});
html += `
`;
}
checklistContainer.innerHTML = html;
}
function populateStretches() {
let html = '';
stretchesData.forEach(stretch => {
html += `
${stretch.icon}
${stretch.name}
${stretch.desc}
