-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[README] Update image to be centered
- Loading branch information
1 parent
8e60abd
commit 2253c50
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
|
||
AlgoPlus is a C++ library that includes ready-to-use complex **data structures** and **algorithms**. | ||
|
||
![Algoplus](https://github.com/CSRT-NTUA/AlgoPlus/blob/main/assets/logo.png) | ||
<div align="center"> | ||
<img src="https://github.com/CSRT-NTUA/AlgoPlus/blob/main/assets/logo.png" alt="Algoplus"> | ||
</div> | ||
|
||
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/CSRT-NTUA/AlgoPlus) | ||
![tests](https://github.com/CSRT-NTUA/AlgoPlus/actions/workflows/macos_test_cases.yml/badge.svg) | ||
|
@@ -130,8 +132,8 @@ cd build/tests | |
``` | ||
|
||
### **Our contributors** | ||
<a href="https://github.com/CSRT-NTUA/AlgoPlus/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=CSRT-NTUA/AlgoPlus" /> | ||
<a href="https://github.com/spirosmaggioros/AlgoPlus/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=spirosmaggioros/AlgoPlus" /> | ||
</a> | ||
|
||
### **How to contribute** | ||
|
@@ -151,4 +153,4 @@ For any information or questions, please contact Spiros at **[email protected]* | |
|
||
### **Star History** | ||
|
||
[![Star History Chart](https://api.star-history.com/svg?repos=CSRT-NTUA/AlgoPlus&type=Date)](https://star-history.com/#CSRT-NTUA/AlgoPlus&Date) | ||
[![Star History Chart](https://api.star-history.com/svg?repos=spirosmaggioros/AlgoPlus&type=Date)](https://star-history.com/#spirosmaggioros/AlgoPlus&Date) |