Skip to content

Commit 6c1fb8b

Browse files
committed
feat(ux): replace generic hover hints with specific interaction tips per section
1 parent 320729e commit 6c1fb8b

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 class="section-title">The Building Blocks</h2>
6868
</div>
6969
</div>
7070
</div>
71-
<p class="hover-hint">Hover to explore</p>
71+
<p class="hover-hint">Hover any bubble to see how many perfumes use that note</p>
7272
</section>
7373

7474
<!-- Section 2: His and Hers -->
@@ -97,7 +97,7 @@ <h2 class="section-title">His &amp; Hers</h2>
9797
</div>
9898
</div>
9999
</div>
100-
<p class="hover-hint">Hover to explore</p>
100+
<p class="hover-hint">Hover an axis to compare exact counts across genders &middot; Toggle unisex with the button</p>
101101
</section>
102102

103103
<!-- Section 3: The Ratings Game -->
@@ -126,7 +126,7 @@ <h2 class="section-title">The Ratings Game</h2>
126126
</div>
127127
</div>
128128
</div>
129-
<p class="hover-hint">Hover to explore</p>
129+
<p class="hover-hint">Hover a dot to find out which note hides behind its rating</p>
130130
</section>
131131

132132
<!-- Section 4: Fifty Years of Fragrance -->
@@ -155,6 +155,7 @@ <h2 class="section-title">Fifty Years of Fragrance</h2>
155155
</div>
156156
</div>
157157
</div>
158+
<p class="hover-hint">Hover the chart to see how each note family rose or fell decade by decade</p>
158159
</section>
159160

160161
<!-- Section 5: The Price of Scent -->
@@ -183,6 +184,7 @@ <h2 class="section-title">The Price of Scent</h2>
183184
</div>
184185
</div>
185186
</div>
187+
<p class="hover-hint">Hover any dot to see brand, price, and fragrance type</p>
186188
</section>
187189

188190
<!-- Sidebar Visualizations -->
@@ -200,13 +202,13 @@ <h2 class="section-title">Deep Dive</h2>
200202
<h3>Note Connections</h3>
201203
<p class="card-description">Which notes tend to appear together? This chord diagram reveals the hidden relationships.</p>
202204
<div class="viz-container" id="viz-chord"></div>
203-
<p class="hover-hint">Hover to explore</p>
205+
<p class="hover-hint">Hover a note to reveal its strongest pairings</p>
204206
</div>
205207
<div class="deep-dive-card">
206208
<h3>The Flow of Fragrance</h3>
207209
<p class="card-description">How do notes flow from the first impression (top) through the heart (middle) to the lasting base?</p>
208210
<div class="viz-container" id="viz-sankey"></div>
209-
<p class="hover-hint">Hover to explore</p>
211+
<p class="hover-hint">Hover a note to trace its journey through the three layers</p>
210212
</div>
211213
</div>
212214
</section>
@@ -241,7 +243,7 @@ <h2 class="section-title">The Geography of Scent</h2>
241243
</div>
242244
</div>
243245
</div>
244-
<p class="hover-hint">Hover to explore</p>
246+
<p class="hover-hint">Click a region card below to compare how each part of the world builds fragrance</p>
245247
</section>
246248

247249
<!-- Section 8: The Full Picture -->
@@ -255,7 +257,7 @@ <h2 class="section-title">The Full Picture</h2>
255257
</p>
256258
</div>
257259
<div class="viz-container viz-full-width" id="viz-heatmap"></div>
258-
<p class="hover-hint">Hover to explore</p>
260+
<p class="hover-hint">Click any accord to discover which scent families pair best together</p>
259261
</section>
260262

261263
<!-- Footer -->

0 commit comments

Comments
 (0)