Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 2.05 KB

File metadata and controls

28 lines (26 loc) · 2.05 KB
Banner
<div style="display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 10px;">
    <a href="https://www.linkedin.com/company/thealgorithms" target="_blank" rel="noopener">
        <img src="https://img.shields.io/badge/LinkedIn-The%20Algorithms-purple?logo=linkedin&logoColor=blue&color=blue" alt="LinkedIn" />
    </a>
    <a href="https://the-algorithms.com/discord" target="_blank" rel="noopener">
        <img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=00d37d" alt="Discord Chat" />
    </a>
    <a href="https://liberapay.com/TheAlgorithms" target="_blank" rel="noopener">
        <img src="https://img.shields.io/liberapay/receives/TheAlgorithms.svg?logo=liberapay" alt="Liberapay" />
    </a>
    <a href="https://github.com/TheAlgorithms" target="_blank" rel="noopener">
        <img src="https://img.shields.io/github/stars/TheAlgorithms?style=social" alt="GitHub Stars" />
    </a>
    <a href="https://twitter.com/The_Algorithms" target="_blank" rel="noopener">
        <img src="https://img.shields.io/twitter/follow/The_Algorithms?label=Follow us&style=social" alt="Follow us on Twitter" />
    </a>
</div>

<p style="margin-top: 20px; max-width: 600px; margin-left: auto; margin-right: auto;">
    We are a group of programmers helping each other build new things, whether it be writing complex encryption programs, or simple ciphers. Our goal is to work together to document and model beautiful, helpful, and interesting algorithms using code. We are an open-source community - anyone can contribute. We check each other's work, communicate, and collaborate to solve problems. We strive to be welcoming, respectful, yet make sure that our code follows the latest programming guidelines.
</p>