Snally is a small static site for snally.com, a home for small web builds, data projects, and technical experiments.
The site stays spare on purpose: one page, one stylesheet, no build step, and no JavaScript required for basic navigation.
index.htmlcontains the homepage content and metadatastyle.cssholds the visual system and responsive layoutassets/contains the site artwork and logos
There is no build step or dependency setup.
Open index.html directly in a browser for quick checks, or run a simple static server from the repo root:
python3 -m http.server 8000Then visit http://localhost:8000.
The landing page uses the Snally logo and the Charging Snally illustration.