Skip to content

Commit 95efdd7

Browse files
docs(readme): update heading (#303)
1 parent e6d847e commit 95efdd7

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
# shared-web
2-
3-
[![GitHub stars](https://img.shields.io/github/stars/lizardbyte/shared-web.svg?logo=github&style=for-the-badge)](https://github.com/LizardByte/shared-web)
4-
[![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/lizardbyte/shared-web/_ci-node.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge)](https://github.com/LizardByte/shared-web/actions/workflows/_ci-node.yml?query=branch%3Amaster)
5-
[![Codecov](https://img.shields.io/codecov/c/gh/LizardByte/shared-web?token=gWHqqpMAuO&style=for-the-badge&logo=codecov&label=codecov)](https://codecov.io/gh/LizardByte/shared-web)
6-
[![NPM Monthly Downloads](https://img.shields.io/npm/dm/%40lizardbyte%2Fshared-web?style=for-the-badge&logo=npm&label=npm%20downloads/m)](https://www.npmjs.com/package/@lizardbyte/shared-web)
7-
[![NPM Version](https://img.shields.io/npm/v/%40lizardbyte%2Fshared-web?style=for-the-badge&logo=npm&label=npm%20version)](https://www.npmjs.com/package/@lizardbyte/shared-web)
1+
<div align="center">
2+
<img
3+
src="https://raw.githubusercontent.com/LizardByte/.github/refs/heads/master/branding/logos/logo.svg"
4+
alt="LizardByte icon"
5+
width="256"
6+
/>
7+
<h1 align="center">shared-web</h1>
8+
<h4 align="center">Shared web assets for LizardByte projects.</h4>
9+
</div>
10+
11+
<div align="center">
12+
<a href="https://github.com/LizardByte/shared-web"><img src="https://img.shields.io/github/stars/lizardbyte/shared-web.svg?logo=github&style=for-the-badge" alt="GitHub stars"></a>
13+
<a href="https://www.npmjs.com/package/@lizardbyte/shared-web"><img src="https://img.shields.io/npm/dm/%40lizardbyte%2Fshared-web.svg?style=for-the-badge&logo=npm&label=npm%20downloads/m" alt="NPM Monthly Downloads"></a>
14+
<a href="https://www.npmjs.com/package/@lizardbyte/shared-web"><img src="https://img.shields.io/npm/v/%40lizardbyte%2Fshared-web.svg?style=for-the-badge&logo=npm&label=npm%20version" alt="NPM Version"></a>
15+
<a href="https://github.com/LizardByte/shared-web/actions/workflows/_ci-node.yml?query=branch%3Amaster"><img src="https://img.shields.io/github/actions/workflow/status/lizardbyte/shared-web/_ci-node.yml.svg?branch=master&label=CI&logo=github&style=for-the-badge" alt="CI"></a>
16+
<a href="https://codecov.io/gh/LizardByte/shared-web"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fapp.lizardbyte.dev%2Fdashboard%2Fshields%2Fcodecov%2Fshared-web.json&style=for-the-badge&logo=codecov" alt="Codecov"></a>
17+
<a href="https://sonarcloud.io/project/overview?id=LizardByte_shared-web"><img src="https://img.shields.io/sonar/quality_gate/LizardByte_shared-web.svg?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarqubecloud&label=sonarcloud" alt="SonarCloud"></a>
18+
</div>
19+
20+
# Overview
821

922
Common web assets for use in LizardByte projects.
1023

0 commit comments

Comments
 (0)