# Design Language for opensource.day

## Aesthetics and Tone
opensource.day channels a pop-art aesthetic — the bold, graphic impact of Warhol and Lichtenstein applied to a daily open-source celebration and showcase platform. The site punches — high-contrast graphics, bold outlines, and the unapologetic visual volume of art that refuses to whisper when it can shout. Inspiration draws from Roy Lichtenstein's Ben-Day dot paintings, the graphic design of Corita Kent's serigraphs, the bold editorial layouts of Interview magazine, and the typography experiments of Sister Corita Kent. The tone is raw-authentic — unfiltered, honest language that speaks directly about the reality of open-source development without corporate polish.

## Layout Motifs and Structure
The layout uses a **portfolio-grid** architecture — content displayed in a bold, gallery-style grid where each open-source project is a pop-art piece worthy of exhibition.

**Portfolio Grid Architecture:**
- CSS Grid: repeat(auto-fill, minmax(280px, 1fr))
- Projects: consistent aspect ratios with bold borders (3px)
- Feature projects span 2 columns with oversized treatment
- Gap: 16px between pieces
- Container: max-width: 1080px centered
- Each grid cell a pop-art canvas

**Section Sequence:**
1. **Today:** Hero with mono title on cool-grays gradient, water-bubbles pop-art dot pattern accents, city-urban skyline silhouette
2. **Gallery:** Daily featured projects in grid — glitch interactive hover effects with water-bubbles halftone treatments
3. **Signal:** Trending metrics in pop-art styled panels with city-urban background elements and bold data visualization
4. **Voices:** Community highlights in portrait-format grid with pop-art color treatments
5. **Night:** Footer as day's end — raw-authentic closing with city-urban night skyline and honest sign-off

## Typography and Palette
**Typography:**
- **Headlines:** "IBM Plex Mono" (Google Fonts) — monospace at 2.5rem-3.5rem, weight 700, uppercase. Its mechanical precision creates the screen-printed, reproduction quality of pop-art text.
- **Body Text:** "IBM Plex Sans" (Google Fonts) — clean sans at 0.9rem, weight 400, line height 1.7.
- **Accent:** "IBM Plex Mono" at 1rem, weight 500 for project stats and metrics.
- **Labels:** "IBM Plex Mono" at 0.65rem, weight 500, uppercase, letter-spacing 0.12em.

**Color Palette:**
- **Steel Gray:** #18181c — cool steel for dark backgrounds
- **Concrete:** #28282c — concrete gray for panels
- **Pop White:** #f0f0f0 — near-white for primary text
- **Signal Red:** #e03040 — bold signal red for primary accent
- **Electric Blue:** #2070d0 — electric blue for secondary accent
- **Muted Silver:** #808890 — muted silver for tertiary accent
- **Dim:** #505058 — muted for secondary text
- **Border Bold:** #404048 — bold border color

## Imagery and Motifs
**Water-Bubbles Halftone Dots:** Pop-art halftone pattern created with circles — repeating radial-gradient creating dots (4-8px) in Signal Red and Electric Blue at 0.06-0.1 opacity. The Ben-Day dot pattern references Lichtenstein's signature technique, transforming open-source projects into pop-art reproductions.

**Glitch Pop Disruptions:** Project cards feature glitch effects on hover — brief (200ms) transform: translate(2px, -1px) with color-channel separation (text-shadow: 2px 0 rgba(224,48,64,0.3), -2px 0 rgba(32,112,208,0.3)). The glitch adds the raw, disruptive energy of pop-art's challenge to traditional aesthetics.

**City-Urban Development Skylines:** Abstract city skyline elements (SVG, 60-100px tall) in Muted Silver at 0.04-0.06 opacity at section bottoms. Simple rectangular building shapes suggesting the urban environments where open-source communities thrive — coding in coffee shops, contributing from city apartments.

**Cool-Grays Industrial Palette:** Despite pop-art's typical boldness, the base palette uses cool industrial grays — Signal Red and Electric Blue appear as controlled accents against the steel-and-concrete foundation. The industrial quality connects open-source to its infrastructure role in modern technology.

**Portfolio as Pop Exhibition:** Each grid cell framed with bold borders (3px solid Border Bold) and project titles in uppercase mono — creating the gallery-exhibition quality of pop-art pieces hung in a contemporary museum.

## Prompts for Implementation
Build the page as a pop-art open-source gallery. Grid: display: grid, grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)), gap: 16px. Container: max-width: 1080px, margin: 0 auto, padding: 60px 24px.

Glitch: .project-card:hover { animation: popGlitch 200ms ease; } @keyframes popGlitch { 0% { transform: translate(0, 0); } 25% { transform: translate(2px, -1px); } 50% { transform: translate(-1px, 2px); } 100% { transform: translate(0, 0); } } .project-card:hover .title { text-shadow: 2px 0 rgba(224,48,64,0.3), -2px 0 rgba(32,112,208,0.3); }

Halftone: .halftone-bg { background-image: radial-gradient(circle, rgba(224,48,64,0.06) 1px, transparent 1px); background-size: 8px 8px; }

City skyline: .skyline { position: absolute; bottom: 0; width: 100%; height: 80px; opacity: 0.05; } .skyline rect { fill: #808890; }

Bold frames: .project-card { border: 3px solid #404048; padding: 20px; } .project-card .title { font-family: 'IBM Plex Mono', monospace; text-transform: uppercase; font-weight: 700; }

AVOID: Friendly developer communities, corporate open-source showcases, and polished technology platforms. Let pop-art boldness and raw-authentic honesty create a daily platform where open-source projects are celebrated as the art they are.

## Uniqueness Notes
1. **Pop-art for open-source daily:** Bold graphic impact treats daily project showcases as gallery exhibitions of community art.
2. **Portfolio-grid as pop exhibition:** Bold-bordered grid cells present each project as a framed pop-art piece in a contemporary gallery.
3. **Glitch as pop disruption:** Hover glitches channel pop-art's tradition of disrupting comfortable aesthetics with raw energy.
4. **Halftone as Ben-Day dots:** Classic pop-art dot patterns transform project backgrounds into Lichtenstein-style reproductions.
5. **Cool-grays as industrial foundation:** Steel-and-concrete base palette grounds the pop-art energy in the infrastructure reality of open-source.

**Seed/Style:** aesthetic: pop-art, layout: portfolio-grid, typography: mono, palette: cool-grays, patterns: glitch, imagery: water-bubbles, motifs: city-urban, tone: raw-authentic

**Avoided Overused Patterns:** corporate aesthetic (84%), parallax patterns (90%), asymmetric layout (88%), mono typography (91%), warm palette (93%), friendly tone (84%), minimal imagery (89%). This design uses pop-art aesthetic, portfolio-grid layout, cool-grays palette, water-bubbles imagery, and raw-authentic tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T02:18:11
  domain: opensource.day
  seed: reproductions
  aesthetic: opensource.day channels a pop-art aesthetic — the bold, graphic impact of Warhol...
  content_hash: a1c5e074b973
-->
