Skip to content

Commit b256f38

Browse files
committed
docs: remove height attributes and clean up formatting in README
1 parent e2a78d4 commit b256f38

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,40 @@
11
<div align="center">
22
<!-- Title: -->
33
<a href="https://github.com/TheAlgorithms/">
4-
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
4+
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116edb497c67622aa794356b1cda9c6e/public/logo.svg" height="100">
55
</a>
66
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1>
7-
87
<!-- Labels: -->
98
<!-- First row: -->
109
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python">
11-
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
10+
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" alt="Gitpod Ready-to-Code">
1211
</a>
1312
<a href="https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md">
14-
<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome">
13+
<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" alt="Contributions Welcome">
1514
</a>
16-
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20">
15+
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" alt="Repo size">
1716
<a href="https://the-algorithms.com/discord">
18-
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat">
17+
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorA=00c853&colorB=00c853&label=Discord&style=flat-square" alt="Discord">
1918
</a>
2019
<a href="https://gitter.im/TheAlgorithms/community">
21-
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
20+
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" alt="Gitter chat">
2221
</a>
23-
2422
<!-- Second row: -->
2523
<br>
2624
<a href="https://github.com/TheAlgorithms/Python/actions">
27-
<img src="https://img.shields.io/github/actions/workflow/status/TheAlgorithms/Python/build.yml?branch=master&label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status">
25+
<img src="https://img.shields.io/github/actions/workflow/status/TheAlgorithms/Python/build.yml?branch=master&label=CI&style=flat-square&logo=github" alt="GitHub Workflow Status">
2826
</a>
2927
<a href="https://github.com/pre-commit/pre-commit">
30-
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit">
28+
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
3129
</a>
3230
<a href="https://docs.astral.sh/ruff/formatter/">
33-
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: black">
31+
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=000&style=flat-square" alt="code style: ruff">
3432
</a>
35-
3633
<!-- Short description: -->
3734
<h3>All algorithms implemented in Python - for education 📚</h3>
3835
</div>
3936

40-
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
37+
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your own risk.
4138

4239
## 🚀 Getting Started
4340

@@ -49,4 +46,4 @@ We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://git
4946

5047
## 📜 List of Algorithms
5148

52-
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
49+
See our [directory](DIRECTORY.md) for easier navigation and a better overview of all the algorithms.

0 commit comments

Comments
 (0)