Internal staff site for Housing Hope's data team. Hosted on GitHub Pages at housinghopehelp.xyz.
A static website that serves as a reference hub for Housing Hope staff — mostly training docs, system guides, and quick-access tools for day-to-day data work. Not a web app, just a collection of HTML pages with mixed styling (mostly Bootstrap, with some page-specific stylesheets).
- Crisis page — incident reporting steps and emergency contacts
- Definitions — HUD homelessness categories (chronic, literal, etc.)
- Unit Designations — dictionary of housing unit type codes
- Program Enrollment (Prog) — how to identify and enroll clients in programs
- Entry/Exit — adding/removing family members from programs
- Updates — move-in and assessment update procedures
- Flowchart — ADP system workflow
- HMIS Updates 2025 — system changes for the year
- Documents — downloadable PDFs and forms (assessments, ROIs, housing plans)
A couple of utility scripts that staff download and run locally:
fscpanel.py— tkinter-based GUI tool for processing housing dataadpnote.py— PyQt5-based ADP payroll helperRemotePythonInstaller.bat— sets up Python + dependencies on staff machines
Static HTML/CSS/JS with mixed page styling. No build step, no framework — just files served by GitHub Pages. Python tooling includes pandas, requests, tkinter, PyQt5, Pillow, and fuzzywuzzy.
The repository and GitHub Pages site are public. robots.txt and page-level noindex tags are configured to reduce search engine indexing, but they are not access controls.