Skip to content

Commit e13bfe3

Browse files
puikinshclaude
andauthored
docs: README screenshots now link to live demo pages (#983)
Each preview screenshot is wrapped in an <a> pointing at the matching page on preview.colorlib.com — click the image, see it running: - Dashboard (light + dark) → /production/index.html - Inbox → /production/inbox.html - Kanban → /production/kanban.html - Theme → /production/theme.html The DashboardPack premium screenshots already had product-page links; no change there. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dc87f3e commit e13bfe3

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,25 @@
1313
Built for 2026 by [Colorlib](https://colorlib.com). **[Live demo →](https://preview.colorlib.com/theme/gentelella/)**
1414

1515
<p align="center">
16-
<img alt="Gentelella v4 admin dashboard preview — light theme" src="docs/screenshots/light/dashboard.png" width="49%">
17-
<img alt="Gentelella v4 admin dashboard preview — dark theme" src="docs/screenshots/dark/dashboard.png" width="49%">
16+
<a href="https://preview.colorlib.com/theme/gentelella/production/index.html">
17+
<img alt="Gentelella v4 admin dashboard preview — light theme" src="docs/screenshots/light/dashboard.png" width="49%">
18+
</a>
19+
<a href="https://preview.colorlib.com/theme/gentelella/production/index.html">
20+
<img alt="Gentelella v4 admin dashboard preview — dark theme" src="docs/screenshots/dark/dashboard.png" width="49%">
21+
</a>
1822
</p>
1923

2024
<p align="center">
2125
<em>Inbox · Kanban · Theme generator</em><br>
22-
<img alt="Inbox client with folders, reader pane, and compose modal" src="docs/screenshots/light/inbox.png" width="32%">
23-
<img alt="Kanban board with drag-and-drop task management" src="docs/screenshots/light/kanban.png" width="32%">
24-
<img alt="Live theme generator with real-time color customization" src="docs/screenshots/light/theme.png" width="32%">
26+
<a href="https://preview.colorlib.com/theme/gentelella/production/inbox.html">
27+
<img alt="Inbox client with folders, reader pane, and compose modal" src="docs/screenshots/light/inbox.png" width="32%">
28+
</a>
29+
<a href="https://preview.colorlib.com/theme/gentelella/production/kanban.html">
30+
<img alt="Kanban board with drag-and-drop task management" src="docs/screenshots/light/kanban.png" width="32%">
31+
</a>
32+
<a href="https://preview.colorlib.com/theme/gentelella/production/theme.html">
33+
<img alt="Live theme generator with real-time color customization" src="docs/screenshots/light/theme.png" width="32%">
34+
</a>
2535
</p>
2636

2737
> **Generate your own screenshots**`npm run build && npm run screenshots` boots Playwright and captures 22 key pages × light + dark = 44 PNGs to `docs/screenshots/`.

0 commit comments

Comments
 (0)