Skip to content

Commit 9247c41

Browse files
ZoomRmcdlesnoff
andauthored
Readme: fix gitter link, add Nim logo, formatting fixes (#42)
* Update README.md Use more extended markdown syntax instead of HTML, Add Matrix links Superseed PR #40 * Actually fix gitter! Move img src links to footer. Also changed the TheAlgorithms logo image link. * Restore TheAlgorithms logo link * More link fixes --------- Co-authored-by: dlesnoff <54949944+dlesnoff@users.noreply.github.com>
1 parent 2cb579e commit 9247c41

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
<div align="center">
2-
<!-- Title: -->
3-
<a href="https://github.com/TheAlgorithms/">
4-
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
5-
</a>
6-
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Nim</h1>
7-
<!-- Labels: -->
8-
<!-- First row: -->
9-
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Nim">
10-
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
11-
</a>
12-
<a href="https://github.com/TheAlgorithms/Nim/blob/master/CONTRIBUTING.md">
13-
<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome">
14-
</a>
15-
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Nim.svg?label=Repo%20size&style=flat-square" height="20">
16-
<a href="https://the-algorithms.com/discord">
17-
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat">
18-
</a>
19-
<a href="https://gitter.im/TheAlgorithms">
20-
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
21-
</a>
22-
<!-- Second row: -->
23-
<br>
24-
<!-- Short description: -->
25-
<h3>Algorithms collection implemented in Nim - for education</h3>
26-
</div>
1+
# <a href="https://github.com/TheAlgorithms/">The Algorithms</a> – Nim&nbsp;<img src="https://raw.githubusercontent.com/nim-lang/assets/master/Art/logo-crown.png" height="28px"/><a href="https://github.com/TheAlgorithms/"><img align="right" src="https://raw.githubusercontent.com/TheAlgorithms/website/main/public/logo.svg" height="100"></a>
2+
3+
[![Gitpod Ready-to-Code][badge-gitpod]](https://gitpod.io/#https://github.com/TheAlgorithms/Nim)
4+
[![Contributions Welcome][badge-contributions]](https://github.com/TheAlgorithms/Nim/blob/master/CONTRIBUTING.md)
5+
![Repo size][badge-reposize]
6+
</br>
7+
[![Discord chat][badge-discord]][chat-discord]
8+
[![Gitter chat][badge-gitter]][chat-gitter]
9+
[![Matrix room][badge-matrix]][chat-matrix]
10+
11+
## Algorithms collection implemented in Nim - for education
2712

2813
Implementations are for learning purposes only. They may be less efficient than the implementations in the [Nim standard library](https://nim-lang.org/docs/lib.html) or [Nimble packages](https://nimble.directory/). Use them at your discretion.
2914

3015
## Getting Started
3116

3217
Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
3318

19+
## List of Algorithms
20+
21+
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
22+
23+
You can also browse the implementations on [the website](https://the-algorithms.com/language/nim).
24+
3425
## Community Channels
3526

36-
We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are a great way for you to ask questions and get help. Please join us!
27+
We are on [Discord](https://the-algorithms.com/discord) and [Gitter][chat-gitter]/[Matrix][chat-matrix]!
3728

38-
## List of Algorithms
29+
Community channels are a great way for you to ask questions and get help. Please join us!
3930

40-
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
31+
<!-- links -->
32+
[chat-discord]: https://the-algorithms.com/discord
33+
[chat-gitter]: https://gitter.im/#TheAlgorithms_community:gitter.im
34+
[chat-matrix]: https://matrix.to/#/#TheAlgorithms_community:gitter.im
35+
[badge-contributions]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square
36+
[badge-discord]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square
37+
[badge-matrix]: https://img.shields.io/badge/matrix-TheAlgorithms_community-0dbd8b?logo=matrix
38+
[badge-gitpod]: https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square
39+
[badge-gitter]: https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square
40+
[badge-reposize]: https://img.shields.io/github/repo-size/TheAlgorithms/Nim.svg?label=Repo%20size&style=flat-square

0 commit comments

Comments
 (0)