Skip to content

Commit b8f0cd3

Browse files
committed
feat: add some screenshots on the homepage
1 parent 67df3a1 commit b8f0cd3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,31 @@ features:
2626
- title: "Modern Developer Experience"
2727
details: "Built on the robust Symfony framework. Define strategies and their inputs with simple, clean PHP attributes for a seamless and intuitive development workflow."
2828
---
29+
30+
<div class="image-container" style="display: flex; gap: 1rem; justify-content: space-around; margin-top: 4rem; flex-wrap: wrap;">
31+
32+
<div class="image-column" style="flex: 1; min-width: 300px; max-width: 32%;">
33+
<a href="./installation" title="Get Started with Stochastix">
34+
<img src="/screenshots/new_backtest.jpg" alt="Configure a new backtest in Stochastix" style="width: 100%; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); transition: transform 0.2s ease;">
35+
</a>
36+
</div>
37+
38+
<div class="image-column" style="flex: 1; min-width: 300px; max-width: 32%;">
39+
<a href="./installation" title="Get Started with Stochastix">
40+
<img src="/screenshots/backtest_results.jpg" alt="Analyze detailed backtest results and trade logs" style="width: 100%; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); transition: transform 0.2s ease;">
41+
</a>
42+
</div>
43+
44+
<div class="image-column" style="flex: 1; min-width: 300px; max-width: 32%;">
45+
<a href="./installation" title="Get Started with Stochastix">
46+
<img src="/screenshots/backtest_chart.jpg" alt="Visualize performance with interactive charts" style="width: 100%; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); transition: transform 0.2s ease;">
47+
</a>
48+
</div>
49+
50+
</div>
51+
52+
<style>
53+
.image-column img:hover {
54+
transform: scale(1.03);
55+
}
56+
</style>

0 commit comments

Comments
 (0)