Style Guide Steven Woods

Public Site Style Guide

Reference guide for pages that want to match the current public homepage and active project dashboards. Use this page as the shared visual contract for colors, panels, buttons, spacing, and navigation patterns.

Core Palette

Background
Deep blue-black gradient with soft green and sky highlights.
Cards and Panels
Translucent dark surfaces with soft borders and glow.
Buttons
Rounded pill buttons using the light blue accent family.

Page Structure

Top section: Start with a hero block containing a heroTop row, an eyebrow label on the left, a top-right ancestor link, one clear page title, and a short lead paragraph.
Main content: Group content into panel sections. Within panels, use grid for cards or entryGrid for stacked records.
Cards: Use card for overview tiles and entry for record-style items like publications, ancestors, or archive entries.

Navigation Pattern

Component Examples

Record entry

Implementation Notes

<link rel="stylesheet" href="assets/public-site.css"> <main class="shell shell--narrow"> <section class="hero"> <div class="heroTop"> <span class="eyebrow">Reference Page</span> <a class="heroHomeLink" href="index.html">Steven Woods</a> </div> ... </section> <section class="panel">...</section> </main>