Skip to content

Commit 0899e41

Browse files
committed
docs: update intro section
1 parent 46cb555 commit 0899e41

File tree

1 file changed

+11
-40
lines changed

1 file changed

+11
-40
lines changed

README.md

Lines changed: 11 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,22 @@
22

33
# V-WebUI
44

5-
<h4 align="center">
6-
<a href="#features">Features</a>
7-
·
8-
<a href="#installation">Installation</a>
9-
·
10-
<a href="#usage">Usage</a>
11-
·
12-
<a href="#documentation">Documentation</a>
13-
·
14-
<a href="https://github.com/webui-dev/webui">WebUI</a>
15-
</h4>
16-
17-
<div>
18-
<a href="https://github.com/webui-dev/v-webui/actions?query=branch%3Amain">
19-
<img
20-
alt="Build Status"
21-
src="https://img.shields.io/github/actions/workflow/status/webui-dev/v-webui/ci.yml?branch=main&style=for-the-badge&logo=V&labelColor=414868&logoColor=C0CAF5"
22-
>
23-
</a>
24-
<a href="https://github.com/webui-dev/v-webui/pulse">
25-
<img
26-
alt="Last Commit"
27-
src="https://img.shields.io/github/last-commit/webui-dev/v-webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868"
28-
/>
29-
</a>
30-
<a href="https://github.com/webui-dev/v-webui/releases/latest">
31-
<img
32-
alt="V-WebUI Release Version"
33-
src="https://img.shields.io/github/v/release/webui-dev/v-webui?style=for-the-badge&logo=webtrees&logoColor=C0CAF5&labelColor=414868&color=7664C6"
34-
>
35-
</a>
36-
<a href="https://github.com/webui-dev/v-webui/blob/main/LICENSE">
37-
<img
38-
alt="License"
39-
src="https://img.shields.io/github/license/webui-dev/v-webui?style=for-the-badge&amp&logo=opensourcehardware&label=License&logoColor=C0CAF5&labelColor=414868&color=8c73cc"
40-
>
41-
</a>
42-
</div>
5+
#### [Features](#features) · [Installation](#installation) · [Usage](#usage) · [Documentation](#documentation) · [WebUI](https://github.com/webui-dev/webui)
436

44-
<br>
7+
[build-status]: https://img.shields.io/github/actions/workflow/status/webui-dev/v-webui/ci.yml?branch=main&style=for-the-badge&logo=V&labelColor=414868&logoColor=C0CAF5
8+
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/v-webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868
9+
[release-version]: https://img.shields.io/github/v/release/webui-dev/v-webui?style=for-the-badge&logo=webtrees&logoColor=C0CAF5&labelColor=414868&color=7664C6
10+
[license]: https://img.shields.io/github/license/webui-dev/v-webui?style=for-the-badge&logo=opensourcehardware&label=License&logoColor=C0CAF5&labelColor=414868&color=8c73cc
4511

46-
![Screenshot](https://github.com/webui-dev/webui/assets/34311583/57992ef1-4f7f-4d60-8045-7b07df4088c6)
12+
[![][build-status]](https://github.com/webui-dev/v-webui/actions?query=branch%3Amain)
13+
[![][last-commit]](https://github.com/webui-dev/v-webui/pulse)
14+
[![][release-version]](https://github.com/webui-dev/v-webui/releases/latest)
15+
[![][license]](https://github.com/webui-dev/v-webui/blob/main/LICENSE)
4716

4817
> WebUI is not a web-server solution or a framework, but it allows you to use any web browser as a GUI, with your preferred language in the backend and HTML5 in the frontend. All in a lightweight portable lib.
4918
19+
![Screenshot](https://github.com/webui-dev/webui/assets/34311583/57992ef1-4f7f-4d60-8045-7b07df4088c6)
20+
5021
</div>
5122

5223
## Features

0 commit comments

Comments
 (0)