Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 856 Bytes

File metadata and controls

27 lines (16 loc) · 856 Bytes

Snally

Snally is a small static site for snally.com, a home for web design, small applications, prototypes, and useful experiments.

The site stays spare on purpose: one page, one stylesheet, no build step, and no JavaScript required for basic navigation.

Structure

  • index.html contains the homepage content and metadata
  • style.css holds the visual system and responsive layout
  • assets/ contains the site artwork and logos

Local Editing

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 8000

Then visit http://localhost:8000.

Assets

The landing page uses the Snally logo and the Charging Snally illustration.