Skip to content

Commit 98ec14d

Browse files
authored
Enhance README with responsive logo and badges
Updated README to include responsive logo and additional links.
1 parent 238682d commit 98ec14d

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
<p align="center">
2-
<img src="https://www.knowage-suite.com/site/wp-content/uploads/2016/03/KNOWAGE_logo_color.png">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com//KnowageLabs/Knowage/raw/main/assets/Knowage-light.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://github.com//KnowageLabs/Knowage/raw/main/assets/Knowage-dark.svg">
5+
<img alt="Knowage" src="assets/Knowage-light.svg" width="300">
6+
</picture>
37
</p>
48

9+
<p align="center">
10+
<a href="https://opensource.org/licenses/AGPL-3.0"><img src="https://img.shields.io/github/license/KnowageLabs/Knowage-Server.svg" alt="License: AGPL"/></a>
11+
<a href="https://hub.docker.com/r/knowagelabs/knowage-server-docker/"><img src="https://img.shields.io/docker/pulls/knowagelabs/knowage-server-docker.svg" alt="Docker Pulls"/></a>
12+
<a href="https://knowage.rtfd.io/"><img src="https://img.shields.io/readthedocs/knowage.svg" alt="Documentation"/></a>
13+
</p>
14+
15+
<p align="center">
16+
<a href="https://www.knowage-suite.com/site/home/">🌐 Website</a> ·
17+
<a href="http://knowage-suite.readthedocs.io/">📚 Docs</a> ·
18+
<a href="https://hub.docker.com/r/knowagelabs/knowage-server-docker/">🐳 Docker Hub</a> ·
19+
<a href="./ROADMAP.md">🗺️ Roadmap</a>
20+
</p>
21+
22+
---
23+
524
[![License: APGL](https://img.shields.io/github/license/KnowageLabs/Knowage-Server.svg)](https://opensource.org/licenses/AGPL-3.0)
625
[![Docker badge](https://img.shields.io/docker/pulls/knowagelabs/knowage-server-docker.svg)](https://hub.docker.com/r/knowagelabs/knowage-server-docker/)
7-
<br>
826
[![Documentation badge](https://img.shields.io/readthedocs/knowage.svg)](https://knowage.rtfd.io/)
927

1028
KNOWAGE is an open-source analytics and business intelligence suite designed to integrate traditional and big/cloud data sources, transforming them into valuable insights.

0 commit comments

Comments
 (0)