Skip to content

Commit

Permalink
[#1934] Add Image Badges (#2041)
Browse files Browse the repository at this point in the history
* Add. Required Badges

* Fix. links

* Add. Space in between

* Add. correct python badges

* Update. Single badge for all python versions

---------

Co-authored-by: Jean-Robin <[email protected]>
  • Loading branch information
droidbg and jrobinAV authored Nov 8, 2024
1 parent b1e8822 commit ba3d2b7
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,52 @@
</a>
</div>

<br>
<div align="center">
<img
src="https://img.shields.io/github/license/Avaiga/taipy?style=plastic&color=ff371a&labelColor=1f1f1f"
alt="GitHub License"
height="20px"
/>
<a target="_blank" href="https://github.com/Avaiga/taipy/releases">
<img
alt="GitHub Release"
height="20px"
src="https://img.shields.io/github/v/release/Avaiga/taipy?display_name=release&style=plastic&color=ff371a&labelColor=1f1f1f"
></a>
</div>
<br>
<div align="center">
<img
src="https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-ff371a?style=plastic&labelColor=1f1f1f"
alt="Python version needed: 3.9"
/>

</div>
<br>

<div align="center">
<a target="_blank" href="https://docs.taipy.io/en/latest/">
<img
src="https://img.shields.io/badge/docs-ff371a?style=plastic&labelColor=1f1f1f&label=Explore"
height="20px"
alt="Explore the docs"
></a>
<a target="_blank" href="https://docs.taipy.io/en/latest/gallery/">
<img
src="https://img.shields.io/badge/gallery-ff371a?style=plastic&labelColor=1f1f1f&label=Explore"
height="20px"
alt="Explore Gallery"
></a>
<a target="_blank" href="https://discord.com/invite/SJyz2VJGxV">
<img
src="https://img.shields.io/discord/1125797687476887563?style=plastic&labelColor=1f1f1f&logo=discord&logoColor=ff371a&label=Discord&color=ff371a"
height="20px"
alt="Discord support"
></a>
</div>
<br>

<h1 align="center">
Build Python Data & AI web applications
</h1>
Expand Down

0 comments on commit ba3d2b7

Please sign in to comment.