|
| 1 | +<p style="text-align:center;" align="center"> |
| 2 | + <picture align="center"> |
| 3 | + <source media="(prefers-color-scheme: dark)" srcset="./.github/readme/images/layer5-light-no-trim.svg"> |
| 4 | + <source media="(prefers-color-scheme: light)" srcset="./.github/readme/images/layer5-no-trim.svg"> |
| 5 | + <img align="center" src="./.github/assets/images/layer5/layer5-no-trim.svg" alt="Shows a dark layer5 logo in light mode and a white logo in dark mode" width="45%"/> |
| 6 | + </picture> |
| 7 | +</p> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | +<a href="https://github.com/layer5io/docs/graphs/contributors" alt="GitHub contributors"> |
| 11 | +<img src="https://img.shields.io/github/contributors/layer5io/layer5.svg" /></a> |
| 12 | +<a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Alayer5labs+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+label%3A%22help+wanted%22" alt="Help wanted GitHub issues"> |
| 13 | +<img src="https://img.shields.io/github/issues/layer5io/layer5/help%20wanted.svg?color=%23DDDD00" /></a> |
| 14 | +<a href="https://slack.layer5.io" alt="Slack"> |
| 15 | +<img src="https://img.shields.io/badge/Slack-@layer5.svg?logo=slack" /></a> |
| 16 | +<a href="https://twitter.com/layer5" alt="Twitter Follow"> |
| 17 | +<img src="https://img.shields.io/twitter/follow/layer5.svg?label=Follow+Layer5&style=social" /></a> |
| 18 | +<a href="https://github.com/layer5io/layer5/blob/master/LICENSE" alt="License"> |
| 19 | +<img src="https://img.shields.io/github/license/layer5io/layer5.svg" /></a> |
| 20 | +</p> |
| 21 | + |
| 22 | +<h5><p align="center"><i>If you’re using Layer5 products or if you like the project, please <a href="https://github.com/layer5io/layer5/stargazers">★</a> this repository to show your support! 🤩</i></p></h5> |
| 23 | + |
| 24 | +# About Layer5 |
| 25 | + |
| 26 | +[Layer5](https://layer5.io)'s cloud native application and infrastructure management software enables engineers to expect more from their infrastructure. We embrace _developer_-defined infrastructure. We empower developers to change how they write applications, support _operators_ in rethinking how they run modern infrastructure, and enable _product owners_ to regain full-control over their product portfolio. |
| 27 | + |
| 28 | +## Contributions Welcome |
| 29 | + |
1 | 30 | <div>
|
2 | 31 | <a href="https://meshery.io/community"><img alt="Layer5 Community" src=".github/readme/images//community.svg" style="margin-right:8px;padding-top:9px;" width="140px" align="left" /></a>
|
3 | 32 | <p>
|
|
10 | 39 | </div>
|
11 | 40 | Explore tutorials and documentation by product in the docs.layer5.io website; documentation and developer resources of Layer5 products.
|
12 | 41 |
|
13 |
| -## Contributions Welcome |
14 |
| - |
15 | 42 | If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in 🚀
|
16 | 43 |
|
17 | 44 | ### Running the Site Locally
|
|
0 commit comments