Site audit: fix broken images, add activity metadata, clean up content

- Remove broken image references from 25 MDX files (deleted spacer/content images)
- Add codingSkills and roverConcepts frontmatter to 24 activity pages
- Fix "Activity Demonstration" headings in 15 activity files (plain text -> h3)
- Remove unused "All" category from 89 MDX files
- Decode HTML entities (> <  ) in 9 content files
- Escape bare < > characters in MDX to fix build errors
- Standardize contact email to contact@micromelon.com.au
- Add missing description to rover-repair-request metadata
- Include previous session work: about-us updates, difficulty filtering,
  LearningPathway component, expanded schools list, new product/resource images

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Tim Hadwen
2026-03-02 21:49:15 +10:00
parent 99534e779a
commit 1f8c46597b
238 changed files with 486 additions and 338 deletions

View File

@@ -1,15 +1,17 @@
---
title: "Activity: Sumo III"
date: "2021-06-05"
categories: ["Activities", "All", "Simulator Activities"]
categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Gyroscope", "Accelerometer", "Motors", "Functions", "Advanced"]
codingSkills: ["Branching", "Iteration", "Algorithm Design", "Functions"]
roverConcepts: ["Colour", "Ultrasonic", "IR", "Gyroscope", "Accelerometer", "Motors"]
excerpt: "Master sumo with advanced strategies using the gyroscope for precise movement, the accelerometer for defensive tactics, and functions for clean code."
featuredImage: "/images/resources/sumo.png"
---
Create the ultimate sumo algorithm. Use every sensor on the rover to build an advanced strategy that combines precise movement with the gyroscope, defensive detection with the accelerometer, and organised code using functions.
Activity Demonstration
### Activity Demonstration
### Setup