|
20 | 20 | </p> |
21 | 21 | <!-- BADGES --> |
22 | 22 | <p align="center"> |
23 | | - <!-- FORKS --> |
24 | | - <a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling"></a> |
| 23 | + <!-- VSCode Version --> |
| 24 | + <a href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling"><img alt="Visual Studio Marketplace Version" src="https://img.shields.io/visual-studio-marketplace/v/team-sapling.sapling?label=Version"></a> |
| 25 | + <!-- VSCode Installs --> |
| 26 | + <a href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling"><img alt="Visual Studio Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/i/team-sapling.sapling?label=Installs&logo=visualstudiocode"></a> |
25 | 27 | <!-- STARS --> |
26 | | - <a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling"></a> |
| 28 | + <a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling?label=Stars&logo=github"></a> |
| 29 | + <!-- FORKS --> |
| 30 | + <a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling?label=Forks&logo=github"></a> |
27 | 31 | <!-- GITHUB RELEASE VERSION --> |
28 | 32 | <!-- <a href="https://github.com/oslabs-beta/sapling/releases"><img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/oslabs-beta/sapling?include_prereleases"></a> --> |
| 33 | + <br> |
29 | 34 | <!-- BUILD STATUS --> |
30 | 35 | <a href="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml"><img alt="master CI/CD workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml/badge.svg"></a> |
31 | 36 | <a href="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml"><img alt="dev CI workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml/badge.svg"></a> |
32 | | - <img alt="GitHub deployments" src="https://img.shields.io/github/deployments/oslabs-beta/sapling/production?label=website%20build&logo=vercel"> |
| 37 | + <img alt="Vercel Web deployments" src="https://img.shields.io/github/deployments/oslabs-beta/sapling/production?label=build&logo=vercel"> |
33 | 38 | <!-- LICENSE --> |
34 | 39 | <!-- <a href="https://github.com/oslabs-beta/sapling/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/oslabs-beta/sapling"></a> --> |
35 | 40 | <!-- CONTRIBUTIONS --> |
@@ -245,3 +250,4 @@ Distributed under the MIT License. See [`LICENSE`](https://github.com/oslabs-bet |
245 | 250 | * Tooltips with [Tippy](https://www.npmjs.com/package/@tippy.js/react) |
246 | 251 | * [Best README Template](https://github.com/othneildrew/Best-README-Template) |
247 | 252 | * Sapling Logo from [Freepik](https://www.freepik.com/vectors/tree) |
| 253 | +* Readme badges from [shields.io](https://shields.io/) |
0 commit comments