Skip to content

Commit 7b7db3b

Browse files
committed
GIFs
1 parent 37d8d2f commit 7b7db3b

4 files changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@
2323

2424
## Features
2525

26+
<!-- Product demo previews (GIFs) -->
27+
<div align="center" style="display:flex;gap:18px;flex-wrap:wrap;justify-content:center;align-items:flex-start;">
28+
<figure style="display:flex;flex-direction:column;align-items:center;max-width:260px;text-align:center;margin:0;">
29+
<a href="public/videos/demo_explorer.gif" title="Open Explorer GIF"><img src="public/videos/demo_explorer.gif" alt="Demo: Explorer" width="260" style="border:1px solid #e6e6e6;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,0.06);"></a>
30+
<figcaption style="font-size:13px;color:#555;margin-top:8px;">File explorer</figcaption>
31+
</figure>
32+
33+
<figure style="display:flex;flex-direction:column;align-items:center;max-width:260px;text-align:center;margin:0;">
34+
<a href="public/videos/demo_terminal.gif" title="Open Terminal GIF"><img src="public/videos/demo_terminal.gif" alt="Demo: Terminal" width="260" style="border:1px solid #e6e6e6;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,0.06);"></a>
35+
<figcaption style="font-size:13px;color:#555;margin-top:8px;">Terminal interface</figcaption>
36+
</figure>
37+
38+
<figure style="display:flex;flex-direction:column;align-items:center;max-width:260px;text-align:center;margin:0;">
39+
<a href="public/videos/demo_localhost.gif" title="Open Localhost GIF"><img src="public/videos/demo_localhost.gif" alt="Demo: Localhost" width="260" style="border:1px solid #e6e6e6;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,0.06);"></a>
40+
<figcaption style="font-size:13px;color:#555;margin-top:8px;">Localhost explorer</figcaption>
41+
</figure>
42+
</div>
43+
44+
2645
### Terminal
2746
- Multi-session tabs (renamable), xterm.js with configurable font size
2847
- **Quick action tab groups** — color-coded action tabs (blue) and app tabs (green):

public/videos/demo_explorer.gif

1.58 MB
Loading

public/videos/demo_localhost.gif

932 KB
Loading

public/videos/demo_terminal.gif

2.31 MB
Loading

0 commit comments

Comments
 (0)