Skip to content

Commit ba75cb0

Browse files
committed
Website improvements
1 parent d8b74ac commit ba75cb0

File tree

4 files changed

+76
-2
lines changed

4 files changed

+76
-2
lines changed

website/src/pages/index.tsx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,24 @@ function HomepageHeader() {
1919
<p className="hero__subtitle">
2020
So I built a dashboard to track them all
2121
</p>
22-
<div style={{marginTop: '2rem', maxWidth: '700px', margin: '2rem auto'}}>
22+
<div style={{marginTop: '2rem', maxWidth: '900px', margin: '2rem auto'}}>
23+
<div style={{marginBottom: '2rem'}}>
24+
<video
25+
autoPlay
26+
loop
27+
muted
28+
playsInline
29+
style={{
30+
width: '100%',
31+
maxWidth: '800px',
32+
borderRadius: '8px',
33+
boxShadow: '0 4px 6px rgba(0, 0, 0, 0.1)'
34+
}}
35+
>
36+
<source src="/video/demo.mp4" type="video/mp4" />
37+
Your browser does not support the video tag.
38+
</video>
39+
</div>
2340
<p style={{fontSize: '1.1rem', lineHeight: '1.6'}}>
2441
You know that feeling when you've got 5 Claude Code sessions scattered across
2542
different terminals and tabs? Some running, some suspended with Ctrl+Z, some you

website/static/img/favicon.ico

166 KB
Binary file not shown.

website/static/img/logo.svg

Lines changed: 58 additions & 1 deletion
Loading

website/static/video/demo.mp4

1.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)