Skip to content

Commit 2fc24fd

Browse files
zesamericlaude
andcommitted
Add men's fashion section (draft from friend's recs)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 20c2460 commit 2fc24fd

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

css/nyc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@
162162
.tag-bush { background: #0000AA; color: #fff; }
163163
.tag-mht { background: plum; color: #fff; }
164164
.tag-ktown { background: salmon; color: #333; }
165-
.tag-xtra { background: #ffdead; color: #333; }
165+
.tag-xtra { background: #ffdead; color: #333; }
166+
.tag-fashion { background: #2a2a2a; color: #fff; }
166167

167168
/* ── Subsections ── */
168169
.subsection-label {

nyc.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h2>Table of Contents</h2>
2626
<li><a href="#manhattan-east-chinatown">Manhattan — East Chinatown / LES</a></li>
2727
<li><a href="#manhattan-koreatown">Manhattan — Koreatown</a></li>
2828
<li><a href="#manhattan-anywhere">Wherever you happen to be in Manhattan</a></li>
29+
<li><a href="#mens-fashion">Men's fashion</a></li>
2930
</ul>
3031
</nav>
3132

@@ -511,6 +512,50 @@ <h2 id="manhattan-anywhere">Wherever you happen to be in Manhattan</h2>
511512
</div>
512513
</div>
513514

515+
<!-- ══ MEN'S FASHION ══ -->
516+
<div class="section">
517+
<div class="section-header">
518+
<h2 id="mens-fashion">Men's fashion</h2>
519+
<span class="section-tag tag-fashion">Shopping</span>
520+
</div>
521+
522+
<div class="subsection-label">New / current season</div>
523+
<div class="cards">
524+
<div class="card">
525+
<div class="card-top"><div>
526+
<a class="card-name" href="https://www.google.com/maps/search/?api=1&query=Our+Legacy+store+Greenpoint+Brooklyn" target="_blank">??? — Greenpoint store (name TBD)</a>
527+
<div class="card-type">Menswear · Greenpoint, Brooklyn</div>
528+
</div></div>
529+
<div class="card-note">Reportedly the largest Our Legacy selection of any store in the US.</div>
530+
</div>
531+
<div class="card">
532+
<div class="card-top"><div>
533+
<a class="card-name" href="https://www.google.com/maps/search/?api=1&query=ESSX+NYC+140+Essex+St+New+York" target="_blank">ESSX NYC</a>
534+
<div class="card-type">Menswear · 140 Essex St, LES</div>
535+
</div></div>
536+
<div class="card-note">Good Our Legacy selection plus other designers — Margiela, and often some newer experimental names.</div>
537+
</div>
538+
<div class="card">
539+
<div class="card-top"><div>
540+
<a class="card-name" href="https://www.google.com/maps/search/?api=1&query=Assembly+New+York" target="_blank">Assembly New York</a>
541+
<div class="card-type">Menswear / womenswear · SoHo</div>
542+
</div></div>
543+
<div class="card-note">Independent and rare designers — international and experimental, with shoes, jewelry, and fragrance too.</div>
544+
</div>
545+
</div>
546+
547+
<div class="subsection-label">Used / secondhand</div>
548+
<div class="cards">
549+
<div class="card">
550+
<div class="card-top"><div>
551+
<a class="card-name" href="https://www.google.com/maps/search/?api=1&query=2nd+Street+27+Howard+St+New+York" target="_blank">2nd Street SoHo</a>
552+
<div class="card-type">Secondhand · 27 Howard St, SoHo</div>
553+
</div></div>
554+
<div class="card-note">Often has good used pieces — worth a browse when you're in SoHo.</div>
555+
</div>
556+
</div>
557+
</div>
558+
514559
<footer>
515560
<p>Made with ♥ · All links open in Google Maps · Reservations via <a href="https://resy.com" target="_blank">Resy</a> unless noted</p>
516561
</footer>

0 commit comments

Comments
 (0)