Marketing site for Hamilton Analytica — static HTML/CSS, hosted free on GitHub Pages.
index.html— all page content/sectionsstyles.css— styling (brand palette, layout, responsive rules)
Open index.html and styles.css directly and edit the text/colors. No build step — any change pushed to the main branch goes live automatically via GitHub Pages within a minute or two.
Open index.html directly in a browser, or run a simple local server from this folder:
python -m http.server 8000
Then visit http://localhost:8000.