-
-
Notifications
You must be signed in to change notification settings - Fork 26
Readme: fix gitter link, add Nim logo, formatting fixes #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
69f53c2
Update README.md
ZoomRmc ad01cb7
Actually fix gitter! Move img src links to footer.
ZoomRmc b3bc1ad
Restore TheAlgorithms logo link
ZoomRmc c175a0e
More link fixes
ZoomRmc 3315aae
Update README.md
ZoomRmc a65a817
Update README.md
ZoomRmc 291608f
Update README.md
ZoomRmc b796d91
Update README.md
ZoomRmc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,34 @@ | ||
<div align="center"> | ||
<!-- Title: --> | ||
<a href="https://github.com/TheAlgorithms/"> | ||
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100"> | ||
</a> | ||
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Nim</h1> | ||
<!-- Labels: --> | ||
<!-- First row: --> | ||
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Nim"> | ||
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code"> | ||
</a> | ||
<a href="https://github.com/TheAlgorithms/Nim/blob/master/CONTRIBUTING.md"> | ||
<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome"> | ||
</a> | ||
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Nim.svg?label=Repo%20size&style=flat-square" height="20"> | ||
<a href="https://the-algorithms.com/discord"> | ||
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat"> | ||
</a> | ||
<a href="https://gitter.im/TheAlgorithms"> | ||
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat"> | ||
</a> | ||
<!-- Second row: --> | ||
<br> | ||
<!-- Short description: --> | ||
<h3>Algorithms collection implemented in Nim - for education</h3> | ||
</div> | ||
# <a href="https://github.com/TheAlgorithms/">The Algorithms</a> – Nim <img src="https://raw.githubusercontent.com/nim-lang/assets/master/Art/logo-crown.png" height="28px"/><img align="right" src="https://raw.githubusercontent.com/TheAlgorithms/website/main/public/logo.svg" height="100"> | ||
|
||
[![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] | ||
</br> | ||
[![Discord chat][badge-discord]](https://the-algorithms.com/discord) | ||
[![Gitter chat][badge-gitter]](https://gitter.im/#TheAlgorithms_community:gitter.im) | ||
[![Matrix room][badge-matrix]](https://matrix.to/#/#TheAlgorithms_community:gitter.im) | ||
|
||
## 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. | ||
|
||
## Getting Started | ||
|
||
Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. | ||
|
||
## 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! | ||
|
||
## List of Algorithms | ||
|
||
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. | ||
|
||
## Community Channels | ||
|
||
We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms)/[Matrix](https://matrix.to/#/#TheAlgorithms_community:gitter.im)! | ||
ZoomRmc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Community channels are a great way for you to ask questions and get help. Please join us! | ||
|
||
<!-- links --> | ||
[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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.