Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update README.md #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 58 additions & 23 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,62 @@
![Banner](https://user-images.githubusercontent.com/51391473/141222955-00599571-4563-4785-b5ae-75a435faec12.png)
<br>
<p align="center">
<a href="https://www.linkedin.com/company/thealgorithms" alt="LinkedIn">
<img src="https://img.shields.io/badge/LinkedIn-The%20Algorithms-purple?logo=linkedin&logoColor=blue&color=blue" />
</a>
<a href="https://the-algorithms.com/discord" alt="Chat on Discord">
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=00d37d" target="blank" />
</a>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Algorithms</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
text-align: center;
padding: 20px;
}
.banner {
margin-bottom: 20px;
}
.badges img {
margin: 5px;
}
.description {
max-width: 600px;
margin: 0 auto;
line-height: 1.5;
}
</style>
</head>
<body>

<br>
<div class="banner">
<img src="https://user-images.githubusercontent.com/51391473/141222955-00599571-4563-4785-b5ae-75a435faec12.png" alt="Banner" />
</div>

<a href="https://liberapay.com/TheAlgorithms" alt="Liberapay">
<img src="https://img.shields.io/liberapay/receives/TheAlgorithms.svg?logo=liberapay" target="blank" />
</a>
<a href= "https://github.com/TheAlgorithms" alt="Total Stars">
<img src = "https://img.shields.io/github/stars/TheAlgorithms?style=social" target="blank" />
</a>
<a href="https://twitter.com/The_Algorithms" alt="X">
<img src="https://img.shields.io/twitter/follow/The_Algorithms?label=Follow us&style=social" />
</a>
</p>
<div class="badges">
<a href="https://www.linkedin.com/company/thealgorithms" alt="LinkedIn">
<img src="https://img.shields.io/badge/LinkedIn-The%20Algorithms-purple?logo=linkedin&logoColor=blue&color=blue" />
</a>
<a href="https://the-algorithms.com/discord" alt="Chat on Discord">
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=00d37d" />
</a>
<a href="https://liberapay.com/TheAlgorithms" alt="Liberapay">
<img src="https://img.shields.io/liberapay/receives/TheAlgorithms.svg?logo=liberapay" />
</a>
<a href="https://github.com/TheAlgorithms" alt="Total Stars">
<img src="https://img.shields.io/github/stars/TheAlgorithms?style=social" />
</a>
<a href="https://twitter.com/The_Algorithms" alt="X">
<img src="https://img.shields.io/twitter/follow/The_Algorithms?label=Follow us&style=social" />
</a>
</div>

<br>
<div class="description">
<p>
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.
</p>
<p>
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 and respectful while ensuring our code follows the latest programming guidelines.
</p>
</div>

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.
</body>
</html>