Skip to content

Commit ffca96d

Browse files
PangMo5claude
andcommitted
feat(site): cross-link sibling apps in the footer
Add an "Apps by PangMo5" footer line linking SwiftyCrow and Tatami so visitors can hop between the project sites; the current app is emphasized (bold, non-link, aria-current). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d307454 commit ffca96d

4 files changed

Lines changed: 5 additions & 0 deletions

File tree

web/configuration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<a href="https://github.com/PangMo5/Tatami/blob/main/LICENSE">License</a>
4848
</div>
4949
<p>This page renders <code>docs/CONFIGURATION.md</code> from the <code>main</code> branch — the single source of truth. Not affiliated with Apple Inc.</p>
50+
<p class="footer-apps">Apps by PangMo5 — <a href="https://pangmo5.github.io/SwiftyCrow/">SwiftyCrow</a> · <span class="cur" aria-current="page">Tatami</span></p>
5051
</div>
5152
</footer>
5253

web/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h2>Get Tatami.</h2>
114114
<a href="https://github.com/PangMo5/Tatami/blob/main/LICENSE">License</a>
115115
</div>
116116
<p>Tatami is open source under the GPL-3.0 license. Inspired by FlashSpace and yabai. Not affiliated with Apple Inc.</p>
117+
<p class="footer-apps">Apps by PangMo5 — <a href="https://pangmo5.github.io/SwiftyCrow/">SwiftyCrow</a> · <span class="cur" aria-current="page">Tatami</span></p>
117118
</div>
118119
</footer>
119120

web/releases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ <h1>What's new</h1>
4444
<a href="https://github.com/PangMo5/Tatami/blob/main/LICENSE">License</a>
4545
</div>
4646
<p>Rendered from <code>CHANGELOG.md</code> on the <code>main</code> branch — the single source of truth. Not affiliated with Apple Inc.</p>
47+
<p class="footer-apps">Apps by PangMo5 — <a href="https://pangmo5.github.io/SwiftyCrow/">SwiftyCrow</a> · <span class="cur" aria-current="page">Tatami</span></p>
4748
</div>
4849
</footer>
4950

web/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ footer { background: var(--bg-gray); color: var(--text-secondary); font-size: 12
161161
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--hairline); }
162162
.footer-links a { color: var(--text-secondary); }
163163
footer p { line-height: 1.5; }
164+
.footer-apps { margin-top: 10px; }
165+
.footer-apps .cur { color: var(--text); font-weight: 600; }
164166

165167
/* ---------- Landing page ---------- */
166168
.hero { padding-top: 70px; padding-bottom: 40px; }

0 commit comments

Comments
 (0)