📚 How It Works
This MOOC teaches you how to apply the Web Sustainability Guidelines in your job. Select your role to begin:
🎯 What You'll Learn
Each module includes:
- A decision context: Job-relevant scenario
- Required action: Something real to do
- Measurement tools: How to track progress
- Reflection prompts: Written reflection
- Quiz: Knowledge check with explanations
- Assignment: Practical exercise with deliverables
🔗 Resources
Source Guidelines: W3C Web Sustainability Guidelines
Source Code: GitHub Repository
Questions? Open an issue
💡 Local Development
To preview courses locally:
# Generate courses npm run convert # Start local server python3 -m http.server 8020 --directory liascript_courses # Open viewer in browser http://127.0.0.1:8020/viewer.html