You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add footer partner links and simplify preview behavior
Footer changes:
- Add "Treefort Music Fest 2026" and "Powered by Spotify Web API" links
- Styled with zine aesthetic (thick borders, box shadows)
Preview section behavior:
- Two-column layout maintained throughout (preview left, auth/loading right)
- Loading section appears in right column while scanning
- Preview removed when real results load
- Mobile: auth/loading on top, preview below
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: src/callback.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,10 @@ <h3>Your Treefort Matches</h3>
94
94
</main>
95
95
96
96
<footer>
97
+
<divclass="footer-partners">
98
+
<ahref="https://treefortmusicfest.com/" target="_blank" rel="noopener noreferrer" class="partner-link">Treefort Music Fest 2026</a>
99
+
<ahref="https://developer.spotify.com/documentation/web-api" target="_blank" rel="noopener noreferrer" class="partner-link">Powered by Spotify Web API</a>
100
+
</div>
97
101
<pclass="disclaimer">Not affiliated with, endorsed by, or associated with Treefort Music Fest or Spotify.</p>
98
102
<pclass="disclaimer">Use at your own risk — no guarantees of accuracy.</p>
Copy file name to clipboardExpand all lines: src/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,10 @@ <h3>Your Treefort Matches</h3>
94
94
</main>
95
95
96
96
<footer>
97
+
<divclass="footer-partners">
98
+
<ahref="https://treefortmusicfest.com/" target="_blank" rel="noopener noreferrer" class="partner-link">Treefort Music Fest 2026</a>
99
+
<ahref="https://developer.spotify.com/documentation/web-api" target="_blank" rel="noopener noreferrer" class="partner-link">Powered by Spotify Web API</a>
100
+
</div>
97
101
<pclass="disclaimer">Not affiliated with, endorsed by, or associated with Treefort Music Fest or Spotify.</p>
98
102
<pclass="disclaimer">Use at your own risk — no guarantees of accuracy.</p>
0 commit comments