From 2fc24fd3860e7133ebd85efda96c65886ccba4fd Mon Sep 17 00:00:00 2001 From: Meredith Hoo? Date: Thu, 9 Apr 2026 19:18:31 -0700 Subject: [PATCH 1/2] Add men's fashion section (draft from friend's recs) Co-Authored-By: Claude Sonnet 4.6 --- css/nyc.css | 3 ++- nyc.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/css/nyc.css b/css/nyc.css index 1871806..0c79393 100644 --- a/css/nyc.css +++ b/css/nyc.css @@ -162,7 +162,8 @@ .tag-bush { background: #0000AA; color: #fff; } .tag-mht { background: plum; color: #fff; } .tag-ktown { background: salmon; color: #333; } - .tag-xtra { background: #ffdead; color: #333; } + .tag-xtra { background: #ffdead; color: #333; } + .tag-fashion { background: #2a2a2a; color: #fff; } /* ── Subsections ── */ .subsection-label { diff --git a/nyc.html b/nyc.html index 8622b85..b4d5a77 100644 --- a/nyc.html +++ b/nyc.html @@ -26,6 +26,7 @@

Table of Contents

  • Manhattan — East Chinatown / LES
  • Manhattan — Koreatown
  • Wherever you happen to be in Manhattan
  • +
  • Men's fashion
  • @@ -511,6 +512,50 @@

    Wherever you happen to be in Manhattan

    + +
    +
    +

    Men's fashion

    + +
    + +
    New / current season
    +
    +
    +
    + ??? — Greenpoint store (name TBD) +
    Menswear · Greenpoint, Brooklyn
    +
    +
    Reportedly the largest Our Legacy selection of any store in the US.
    +
    +
    +
    + ESSX NYC +
    Menswear · 140 Essex St, LES
    +
    +
    Good Our Legacy selection plus other designers — Margiela, and often some newer experimental names.
    +
    +
    +
    + Assembly New York +
    Menswear / womenswear · SoHo
    +
    +
    Independent and rare designers — international and experimental, with shoes, jewelry, and fragrance too.
    +
    +
    + +
    Used / secondhand
    +
    +
    +
    + 2nd Street SoHo +
    Secondhand · 27 Howard St, SoHo
    +
    +
    Often has good used pieces — worth a browse when you're in SoHo.
    +
    +
    +
    +

    Made with ♥ · All links open in Google Maps · Reservations via Resy unless noted

    From 3709eb10334d18609fde6c4560b3161ded9899b6 Mon Sep 17 00:00:00 2001 From: Meredith Hoo? Date: Wed, 22 Apr 2026 15:19:56 -0700 Subject: [PATCH 2/2] make the colors better --- css/nyc.css | 55 +++++++++++++++++++++++++++++++++------------ nyc.html | 65 +++++++++++++++++++++++------------------------------ 2 files changed, 69 insertions(+), 51 deletions(-) diff --git a/css/nyc.css b/css/nyc.css index 0c79393..2d47740 100644 --- a/css/nyc.css +++ b/css/nyc.css @@ -155,15 +155,15 @@ text-transform: uppercase; } - /* tag colors */ - .tag-stay { background: #E1904E; color: #fff; } - .tag-gp { background: #900000; color: #fff; } - .tag-dtbk { background: #136B66; color: #fff; } - .tag-bush { background: #0000AA; color: #fff; } - .tag-mht { background: plum; color: #fff; } - .tag-ktown { background: salmon; color: #333; } - .tag-xtra { background: #ffdead; color: #333; } - .tag-fashion { background: #2a2a2a; color: #fff; } + /* tag colors — boroughs: #f5ecc2 Manhattan, #f15a30 Brooklyn */ + .tag-stay { background: #f5ecc2; color: #333; } + .tag-gp { background: #f15a30; color: #fff; } + .tag-dtbk { background: #f15a30; color: #fff; } + .tag-bush { background: #f15a30; color: #fff; } + .tag-mht { background: #f5ecc2; color: #333; } + .tag-ktown { background: #f5ecc2; color: #333; } + .tag-xtra { background: #f5ecc2; color: #333; } + .tag-fashion { background: #87c540; color: #333; } /* ── Subsections ── */ .subsection-label { @@ -231,11 +231,38 @@ border-radius: 99px; border: 1px solid transparent; } - .badge-res { background: #E1904E; color: #fff; border-color: #c67a3d; } - .badge-walkin { background: #900000; color: #fff; border-color: #660000; } - .badge-early { background: #136B66; color: #fff; border-color: #0d4f4a; } - .badge-cash { background: #0000AA; color: #fff; border-color: #000080; } - .badge-tickets { background: plum; color: #fff; border-color: #dda0dd; } + .badge-res { background: #709390; color: #fff; border-color: #567572; } + .badge-walkin { background: #87c540; color: #333; border-color: #6aa030; } + .badge-early { background: #87c540; color: #333; border-color: #6aa030; } + .badge-cash { background: #00b49b; color: #fff; border-color: #008f7c; } + .badge-tickets { background: #a7d4e4; color: #333; border-color: #7ab4cc; } + + /* ── Legend ── */ + .legend { + display: flex; + flex-direction: column; + gap: 8px; + padding: 12px 14px; + background: #333; + border: 1px solid #555; + border-radius: 8px; + margin-bottom: 1.5rem; + } + .legend-row { + display: flex; + align-items: center; + flex-wrap: wrap; + gap: 6px; + } + .legend-label { + font-size: 10px; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.06em; + color: #a6a9ac; + width: 60px; + flex-shrink: 0; + } /* ── Intro note ── */ .intro-note { diff --git a/nyc.html b/nyc.html index b4d5a77..d7c176e 100644 --- a/nyc.html +++ b/nyc.html @@ -23,27 +23,32 @@

    Table of Contents

  • Williamsburg / Greenpoint
  • Downtown Brooklyn / Brooklyn Heights / Fort Greene
  • Bushwick
  • -
  • Manhattan — East Chinatown / LES
  • -
  • Manhattan — Koreatown
  • -
  • Wherever you happen to be in Manhattan
  • -
  • Men's fashion
  • +
  • Manhattan
  • +
  • Men's fashion
  • -
    - Reservations noted where relevant — make them in advance on Resy or the restaurant's site. - Spots marked walk-in only don't take reservations. - Nightlife venues open late and don't take advance bookings — just show up. - Spots marked get tickets sell out and have online ticketing. +
    +
    + Area + + +
    +
    + Logistics + Walk-in only + Reserve ahead + Get tickets + Cash only +

    Where to stay

    -
    @@ -199,7 +204,7 @@

    Williamsburg / Greenpoint

    Downtown Brooklyn / Brooklyn Heights / Fort Greene

    - +
    @@ -249,7 +254,7 @@

    Downtown Brooklyn / Brooklyn Heights / Fort Greene

    Bushwick

    - +
    Food first
    @@ -341,12 +346,14 @@

    Bushwick

    - +
    -

    Manhattan — East Chinatown / LES

    +

    Manhattan

    + +
    East Chinatown / LES
    @@ -386,10 +393,6 @@

    Manhattan — East Chinatown / LES

    If you're heading into Brooklyn, cross via the Williamsburg Bridge by Citi Bike or on foot — my favorite view of the city.
    -
    - -
    North → Soho (local side)
    -
    il laboratorio del gelato @@ -407,7 +410,7 @@

    Manhattan — East Chinatown / LES

    -
    North → East Village / Alphabet City
    +
    East Village / Alphabet City
    @@ -442,14 +445,8 @@

    Manhattan — East Chinatown / LES

    Walk-in
    -
    - -
    -
    -

    Manhattan — Koreatown night

    - -
    +
    Koreatown / Midtown
    @@ -476,14 +473,8 @@

    Manhattan — Koreatown night

    Reserve private room online
    -
    - -
    -
    -

    Wherever you happen to be in Manhattan

    - -
    +
    Wherever you are
    @@ -515,7 +506,7 @@

    Wherever you happen to be in Manhattan

    -

    Men's fashion

    +

    masc fashion

    @@ -524,21 +515,21 @@

    Men's fashion

    ??? — Greenpoint store (name TBD) -
    Menswear · Greenpoint, Brooklyn
    +
    mascwear · Greenpoint, Brooklyn
    Reportedly the largest Our Legacy selection of any store in the US.
    ESSX NYC -
    Menswear · 140 Essex St, LES
    +
    masc wear · 140 Essex St, LES
    Good Our Legacy selection plus other designers — Margiela, and often some newer experimental names.
    Assembly New York -
    Menswear / womenswear · SoHo
    +
    masc-wear / fem-wear · SoHo
    Independent and rare designers — international and experimental, with shoes, jewelry, and fragrance too.