Skip to content
Merged
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
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<meta property="og:description" content="Backtest your actual contributions (not a synthetic $X/month) into a different basket of ETFs/stocks and compare dividends, returns, and risk." />
<meta property="og:image" content="https://danmat.github.io/Divvy/experiment-lab.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Privacy-friendly, cookieless analytics (GoatCounter) -->
<script data-goatcounter="https://danmat.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<style>
:root {
--bg: #0d1117; --panel: #161b22; --border: #30363d;
Expand Down Expand Up @@ -88,7 +91,7 @@ <h1>Divvy</h1>
<img src="https://img.shields.io/badge/python-3.12+-blue.svg" alt="Python 3.12+" />
</div>
<div class="cta">
<a class="btn primary" href="https://divvy-backtest.streamlit.app">🚀 Try the live demo</a>
<a class="btn primary" href="https://divvy-backtest.streamlit.app" onclick="window.goatcounter&&window.goatcounter.count({path:'try-live-demo',title:'Try live demo click',event:true})">🚀 Try the live demo</a>
<a class="btn" href="https://github.com/DanMat/Divvy">⭐ Star on GitHub</a>
<a class="btn" href="#install">📦 pip install</a>
</div>
Expand Down