Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/share_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ def render_share_html(ticker: str, result: dict[str, Any]) -> bytes:
<a href="/terms">Terms</a> ·
<a href="/privacy">Privacy</a> ·
<a href="/refund">Refund</a>
<span class="foot-partner">
<a href="https://t.me/storefrontbrief" rel="noopener noreferrer">Storefront Brief — weekly App Store intel (Telegram)</a>
<a href="https://buy.stripe.com/6oUcMZ17IbCk4X3dmle7m02" rel="noopener noreferrer">Full brief $12/mo</a>
</span>
</footer>
</body>
</html>
Expand Down
4 changes: 4 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ <h2>App Store app</h2>
<a href="/privacy">Privacy</a> ·
<a href="/privacy-ios">iOS privacy</a> ·
<a href="/refund">Refund</a>
<span class="foot-partner">
<a href="https://t.me/storefrontbrief" rel="noopener noreferrer">Storefront Brief — weekly App Store intel (Telegram)</a>
<a href="https://buy.stripe.com/6oUcMZ17IbCk4X3dmle7m02" rel="noopener noreferrer">Full brief $12/mo</a>
</span>
<details style="margin-top:0.5rem">
<summary>System status</summary>
<span id="healthLine"></span>
Expand Down
4 changes: 4 additions & 0 deletions static/methodology.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ <h2>What we do not publish</h2>
<footer class="foot">
<a href="/terms">Terms</a> · <a href="/privacy">Privacy</a> · <a href="/refund">Refund</a>
· Fortune Insight, LLC · Educational only
<span class="foot-partner">
<a href="https://t.me/storefrontbrief" rel="noopener noreferrer">Storefront Brief — weekly App Store intel (Telegram)</a>
<a href="https://buy.stripe.com/6oUcMZ17IbCk4X3dmle7m02" rel="noopener noreferrer">Full brief $12/mo</a>
</span>
</footer>
<script src="/static/mosaic.js" defer></script>
</body>
Expand Down
4 changes: 4 additions & 0 deletions static/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ <h2>FAQ</h2>
<footer class="foot">
<a href="/terms">Terms</a> · <a href="/privacy">Privacy</a> · <a href="/privacy-ios">iOS privacy</a> · <a href="/refund">Refund</a>
· Fortune Insight, LLC
<span class="foot-partner">
<a href="https://t.me/storefrontbrief" rel="noopener noreferrer">Storefront Brief — weekly App Store intel (Telegram)</a>
<a href="https://buy.stripe.com/6oUcMZ17IbCk4X3dmle7m02" rel="noopener noreferrer">Full brief $12/mo</a>
</span>
</footer>
<script>
let interval = "monthly";
Expand Down
11 changes: 11 additions & 0 deletions static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,17 @@ th {
border-bottom-color: rgba(61, 214, 140, 0.35);
}

.foot-partner {
display: block;
margin-top: 0.45rem;
line-height: 1.55;
}

.foot-partner a + a {
display: block;
margin-top: 0.2rem;
}

.foot details summary {
cursor: pointer;
color: var(--muted);
Expand Down
4 changes: 4 additions & 0 deletions static/track.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ <h1 id="trackTitle">Operator track notes</h1>
<a href="/terms">Terms</a> ·
<a href="/privacy">Privacy</a> ·
<a href="/refund">Refund</a>
<span class="foot-partner">
<a href="https://t.me/storefrontbrief" rel="noopener noreferrer">Storefront Brief — weekly App Store intel (Telegram)</a>
<a href="https://buy.stripe.com/6oUcMZ17IbCk4X3dmle7m02" rel="noopener noreferrer">Full brief $12/mo</a>
</span>
<span class="muted" style="display:block;margin-top:0.45rem;font-size:0.75rem">
Machine-readable: <a href="/api/track">/api/track</a>
</span>
Expand Down
Loading