Skip to content

Commit b09acf4

Browse files
authored
Merge pull request #469 from codered-lgtm/patch-1
add descriptions and icons to the README
2 parents 68eabd3 + 61821d1 commit b09acf4

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
<div>
231
<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>
332
<p>
@@ -10,8 +39,6 @@
1039
</div>
1140
Explore tutorials and documentation by product in the docs.layer5.io website; documentation and developer resources of Layer5 products.
1241

13-
## Contributions Welcome
14-
1542
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 🚀
1643

1744
### Running the Site Locally

0 commit comments

Comments
 (0)