From 9247c410c607ae6751c39f7cc48413397c9fc496 Mon Sep 17 00:00:00 2001 From: Zoom Date: Fri, 23 Jun 2023 22:35:27 +0000 Subject: [PATCH] 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> --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index d075c6c4..1cd9af41 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,14 @@ -
- - - - -

The Algorithms - Nim

- - - - Gitpod Ready-to-Code - - - Contributions Welcome - - - - Discord chat - - - Gitter chat - - -
- -

Algorithms collection implemented in Nim - for education

-
+# The Algorithms – Nim  + +[![Gitpod Ready-to-Code][badge-gitpod]](https://gitpod.io/#https://github.com/TheAlgorithms/Nim) +[![Contributions Welcome][badge-contributions]](https://github.com/TheAlgorithms/Nim/blob/master/CONTRIBUTING.md) +![Repo size][badge-reposize] +
+[![Discord chat][badge-discord]][chat-discord] +[![Gitter chat][badge-gitter]][chat-gitter] +[![Matrix room][badge-matrix]][chat-matrix] + +## Algorithms collection implemented in Nim - for education 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. @@ -31,10 +16,25 @@ Implementations are for learning purposes only. They may be less efficient than Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. +## List of Algorithms + +See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. + +You can also browse the implementations on [the website](https://the-algorithms.com/language/nim). + ## Community Channels -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! +We are on [Discord](https://the-algorithms.com/discord) and [Gitter][chat-gitter]/[Matrix][chat-matrix]! -## List of Algorithms +Community channels are a great way for you to ask questions and get help. Please join us! -See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. + +[chat-discord]: https://the-algorithms.com/discord +[chat-gitter]: https://gitter.im/#TheAlgorithms_community:gitter.im +[chat-matrix]: https://matrix.to/#/#TheAlgorithms_community:gitter.im +[badge-contributions]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square +[badge-discord]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square +[badge-matrix]: https://img.shields.io/badge/matrix-TheAlgorithms_community-0dbd8b?logo=matrix +[badge-gitpod]: https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square +[badge-gitter]: https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square +[badge-reposize]: https://img.shields.io/github/repo-size/TheAlgorithms/Nim.svg?label=Repo%20size&style=flat-square