May 18, 2026 - August 18, 2026
Most fixes, upgrades, and additions to the district website are recorded on the GitHub Project. Some may have specific commits associated with them for better code tracking.
- backups - Contains HTML backups taken of pages that were modified using code, as changes could possibly break the page.
- images - New PNG and SVG image assets used on the website.
- scripts - Scripts that crawl and scrape the sitemap to search for specific parameters.
- imports/global.css - New CSS rules added to the website.
- imports/global.js - New JavaScript code added to the website.
- imports/headInject.html - Added head tags for code versioning and analytics.
- llms.txt - Site llms.txt file.
- worker.js - Service worker for custom 404 redirects and head injecting.
- wrangler.json - Cloudflare Workers configuration file.
- index.html - Redirects the CDN root to the main website.
- 404.html - Redirects the CDN 404 error page to the main website.
- ...