From e1f18bd51361806e8adacfb034619396cbfc83cb Mon Sep 17 00:00:00 2001 From: David Rodger Date: Sun, 7 Jun 2026 11:52:30 -0400 Subject: [PATCH] Simplify landing page: drop Coming Soon, list features as text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the "Coming soon" badge from the hero, and convert the "Everything you need to explore jazz" feature cards into a plain text list — no boxes, no icons — keeping the bold key message plus supporting body text. Co-Authored-By: Claude Opus 4.8 --- backend/static/css/style.css | 48 ++++++++--------------------- backend/templates/index.html | 59 ++++++++++++++++-------------------- 2 files changed, 38 insertions(+), 69 deletions(-) diff --git a/backend/static/css/style.css b/backend/static/css/style.css index 75bfbe6..c4912b5 100644 --- a/backend/static/css/style.css +++ b/backend/static/css/style.css @@ -233,53 +233,29 @@ nav a:hover { font-size: 1.05rem; } -.feature-grid { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); - gap: 1.25rem; +.feature-list { + list-style: none; + margin: 0 auto; + padding: 0; + max-width: 640px; } -.feature-card { - background: var(--background); - padding: 1.75rem; - border-radius: 16px; - border: 1px solid var(--hairline); - transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; +.feature-list li { + margin: 0 0 1.5rem; } -.feature-card:hover { - transform: translateY(-3px); - box-shadow: var(--shadow-md); - border-color: var(--accent-muted); +.feature-list li:last-child { + margin-bottom: 0; } -.feature-icon { - width: 44px; - height: 44px; - border-radius: 12px; - background: var(--accent-bg); - color: var(--brand); - display: inline-flex; - align-items: center; - justify-content: center; - font-size: 1.4rem; - margin-bottom: 1.1rem; - line-height: 1; -} - -.feature-card h3 { +.feature-list strong { color: var(--text-primary); - margin-bottom: 0.5rem; - font-size: 1.15rem; - font-weight: 600; - letter-spacing: -0.005em; + font-weight: 700; } -.feature-card p { +.feature-list span { color: var(--text-secondary); - font-size: 0.97rem; line-height: 1.6; - margin: 0; } /* CTA */ diff --git a/backend/templates/index.html b/backend/templates/index.html index 7cd0d2e..d20a4e5 100644 --- a/backend/templates/index.html +++ b/backend/templates/index.html @@ -40,7 +40,6 @@
- Coming soon

Your pocket reference for jazz standards, recordings, and the players who made them.

Explore the canonical works of the jazz tradition — every standard, every essential recording, every collaboration that mattered. Built for students, collectors, and listeners who want to go deeper.

@@ -52,43 +51,37 @@

Your pocket reference for jazz standards, recordings, and the playe

Everything you need to explore jazz

Carefully curated, cross-referenced, and always linkable to the recording you'll want to hear next.

-
-
-
-

Curated Standards

-

A comprehensive library of jazz standards with composer credits, structural notes, and historical context — researched and continuously refined.

-
+
    +
  • + Curated Standards + A comprehensive library of jazz standards with composer credits, structural notes, and historical context — researched and continuously refined. +
  • -
    -
    -

    Canonical Recordings

    -

    The definitive versions of every standard. From Miles to Coltrane to Monk — explore the takes that shaped the music, with full personnel.

    -
    +
  • + Canonical Recordings + The definitive versions of every standard. From Miles to Coltrane to Monk — explore the takes that shaped the music, with full personnel. +
  • -
    -
    -

    Artist Profiles

    -

    Biographies, career highlights, and discographies for the players who defined the genre. Trace the connections between musicians and sessions.

    -
    +
  • + Artist Profiles + Biographies, career highlights, and discographies for the players who defined the genre. Trace the connections between musicians and sessions. +
  • -
    -
    -

    Rich Context

    -

    Every entry links out to Wikipedia, MusicBrainz, and other authoritative jazz sources. Go as deep into a song's history as you want.

    -
    +
  • + Rich Context + Every entry links out to Wikipedia, MusicBrainz, and other authoritative jazz sources. Go as deep into a song's history as you want. +
  • -
    -
    -

    Recording Details

    -

    Complete personnel lineups, recording dates, session labels, and source releases — know exactly who played what on every track.

    -
    +
  • + Recording Details + Complete personnel lineups, recording dates, session labels, and source releases — know exactly who played what on every track. +
  • -
    -
    -

    Listen Instantly

    -

    Direct links to Spotify and Apple Music open the recording right where you left the page. Hear what you're reading about.

    -
    -
+
  • + Listen Instantly + Direct links to Spotify and Apple Music open the recording right where you left the page. Hear what you're reading about. +
  • +