Commit graph

6 commits

Author SHA1 Message Date
c8b0ecbd87 add canonical permacomputer preamble to all source files 2026-02-25 17:40:12 -05:00
250b84b11e Add z-index: 9999 to spider animations 2026-01-08 16:36:38 -05:00
87a4a73207 Move sprout emoji to right of 'grow food not lawn' 2026-01-08 16:34:43 -05:00
f124828c16 21 side quests scattered through the codebase
1-20 are findable. 21 is the absence itself.

fnord
2026-01-05 21:10:02 -05:00
0fec9abdd5 One CSS to rule them all: discordia.css
The Law of Fives - organized into 5 sections:
  I.   CHAOS      - The void from which all emerges
  II.  DISCORD    - Navigation through the confusion
  III. CONFUSION  - Forms that capture intent
  IV.  BUREAUCRACY - The grid that contains
  V.   AFTERMATH  - Side quests for the worthy

fnord
2026-01-05 20:52:02 -05:00
3714c9b6a9 Extract common CSS to 5 external stylesheets (DRY)
- base.css: Core layout, typography, container
- nav.css: Navigation bar styles
- forms.css: Form elements, buttons, inputs, checkboxes
- quests.css: CSS-only easter eggs
- results.css: Media grid and result card styles

Templates now link external CSS via extra_css_links block.
Page-specific styles remain inline (correct pattern).
Fixed OVER_9000 test (it's OVER 9000, so 9001).
2026-01-05 20:44:35 -05:00