fix(README.md): styles

This commit is contained in:
2024-09-21 22:41:34 +03:00
parent fd660f3b56
commit f47f367045

View File

@ -1,21 +1,21 @@
<img style="height: 40px; width: 100%; object-fit: contain;" src="https://i.imgur.com/ZOisFIu.png" /> <p align="center"> <img style="height: 40px" src="https://i.imgur.com/ZOisFIu.png" /> </p>
<p style="text-align: center;"> c++ encoding/decoding from arbitrary base </p> <p align="center"> c++ encoding/decoding from arbitrary base </p>
<div style="display: flex; flex-direction: row; justify-content: center; gap: 8px;"> <p align="center">
<a href="https://repology.org/project/libbasen/versions"> <a href="https://repology.org/project/libbasen/versions">
<img src="https://repology.org/badge/tiny-repos/libbasen.svg" alt="Packaging status"> <img src="https://repology.org/badge/tiny-repos/libbasen.svg" alt="Packaging status">
</a> </a>
<a href="https://repology.org/project/libbasen/versions"> <a href="https://repology.org/project/libbasen/versions">
<img src="https://repology.org/badge/latest-versions/libbasen.svg" alt="latest packaged version(s)"> <img src="https://repology.org/badge/latest-versions/libbasen.svg" alt="latest packaged version(s)">
</a> </a>
</div> </p>
--- ---
## Contents ## Contents
[Installation](#installation) - [Installation](#installation)
[Contributing](#contributing) - [Contributing](#contributing)
--- ---
@ -38,7 +38,7 @@ For build with with debug flags:
``` ```
make -j $(nproc) DEBUG= make -j $(nproc) DEBUG=
``` ```
For build tests: For build tests (needed gtest package as dependency):
``` ```
make tests -j $(nproc) DEBUG= make tests -j $(nproc) DEBUG=
``` ```
@ -60,4 +60,4 @@ Now we would like to implement the following features:
--- ---
[:arrow_up:Contents](#contents) [:arrow_up:Contents](#contents)