Skip to content

Commit 1e5e915

Browse files
authored
fix: logo link (#65)
* fix: logo link * fix: link * update: about section * add: link section * style: format html
1 parent 3b250f7 commit 1e5e915

File tree

1 file changed

+36
-19
lines changed

1 file changed

+36
-19
lines changed

README.md

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
11
<div align="center">
2-
<br />
3-
<p>
4-
<a href="https://wwebjs.dev"><img src="https://github.com/wwebjs/assets/blob/main/6_Logo_Banner_Format/Mix/banner_green_green.png?raw=true" title="wwebjs.dev Guide"
5-
alt="wwebjs.dev Guide" width="500" /></a>
6-
</p>
7-
<br />
8-
<p>
9-
<a href="https://www.npmjs.com/package/whatsapp-web.js"><img src="https://img.shields.io/npm/v/whatsapp-web.js"
10-
alt="npm" /></a>
11-
<a href="https://www.npmjs.com/package/vuepress"><img src="https://badgen.net/npm/v/vuepress/next"
12-
alt="npm"></a>
13-
<a href="https://app.netlify.com/sites/wwebjs/deploys"><img
14-
src="https://api.netlify.com/api/v1/badges/d626778e-5786-4a34-a07d-69eda65c2430/deploy-status"
15-
alt="Netlify Status" /></a>
16-
<a href="https://discord.gg/H7DqQs4"><img
17-
src="https://img.shields.io/discord/698610475432411196.svg?logo=discord" alt="Discord server" /></a>
18-
</p>
19-
<br />
2+
<br>
3+
<p>
4+
<a href="https://wwebjs.dev"><img
5+
src="https://github.com/wwebjs/logos/blob/main/4_Full%20Logo%20Lockup_Small/small_banner_blue.png?raw=true"
6+
title="wwebjs.dev Guide" alt="wwebjs.dev Guide" width="500" /></a>
7+
</p>
8+
<br>
9+
<p>
10+
<a href="https://www.npmjs.com/package/whatsapp-web.js"><img src="https://img.shields.io/npm/v/whatsapp-web.js"
11+
alt="npm" /></a>
12+
<a href="https://www.npmjs.com/package/vuepress"><img src="https://badgen.net/npm/v/vuepress/next" alt="npm"></a>
13+
<a href="https://app.netlify.com/sites/wwebjs/deploys"><img
14+
src="https://api.netlify.com/api/v1/badges/d626778e-5786-4a34-a07d-69eda65c2430/deploy-status"
15+
alt="Netlify Status" /></a>
16+
<a href="https://discord.gg/H7DqQs4"><img src="https://img.shields.io/discord/698610475432411196.svg?logo=discord"
17+
alt="Discord server" /></a>
18+
</p>
19+
<br>
2020
</div>
2121

2222
## About
2323

24-
This is the guide for the [whatsapp-web.js][wwebjs] libary.
24+
This is the website for wwebjs.dev and the guide for the [whatsapp-web.js](wwebjs) library.
25+
26+
## Links
27+
28+
* [Website][website]
29+
* [Guide][guide] ([source][guide-source]) _(work in progress)_
30+
* [Documentation][documentation] ([source][documentation-source])
31+
* [WWebJS Discord][discord]
32+
* [GitHub][gitHub]
33+
* [npm][npm]
2534

2635
## Contributing
2736

@@ -32,6 +41,14 @@ Everyone is welcome to contribute to this guide and help us improve it. Please t
3241
If you experiencing issues with the guide in understaning, please open an issue or ask on [Discord][discord] for help.
3342

3443
[wwebjs]: https://github.com/pedroslopez/whatsapp-web.js
44+
[website]: https://wwebjs.dev
45+
[guide]: https://guide.wwebjs.dev/guide
46+
[guide-source]: https://github.com/wwebjs/wwebjs.dev/tree/main
47+
[documentation]: https://docs.wwebjs.dev/
48+
[documentation-source]: https://github.com/pedroslopez/whatsapp-web.js/tree/main/docs
49+
[discord]: https://discord.gg/H7DqQs4
50+
[gitHub]: https://github.com/pedroslopez/whatsapp-web.js
51+
[npm]: https://npmjs.org/package/whatsapp-web.js
3552
[contributing]: https://github.com/wwebjs/wwebjs.dev/tree/candy/.github/CONTRIBUTING.md
3653
[good-first-issue]: https://github.com/wwebjs/wwebjs.dev/contribute
3754
[todo]: https://github.com/wwebjs/wwebjs.dev/projects/1

0 commit comments

Comments
 (0)