Skip to content

Commit bb347bd

Browse files
docs: add hone1er as a contributor for code (#140)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent d15a64d commit bb347bd

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@
116116
"contributions": [
117117
"code"
118118
]
119+
},
120+
{
121+
"login": "hone1er",
122+
"name": "hone1er",
123+
"avatar_url": "https://avatars.githubusercontent.com/u/24376928?v=4",
124+
"profile": "https://github.com/hone1er",
125+
"contributions": [
126+
"code"
127+
]
119128
}
120129
],
121130
"contributorsPerLine": 7,

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# web3-ui
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4+
45
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
6+
57
<!-- ALL-CONTRIBUTORS-BADGE:END -->
68

79
_In Development 🏗️_
@@ -17,12 +19,12 @@ A library of UI components specifically crafted for web3 use cases.
1719
## Technologies
1820

1921
This project is built with the following open source libraries, frameworks and languages.
20-
| Tech | Description |
22+
| Tech | Description |
2123
| --------------------------------------------- | ------------------------------------------------------------------ |
22-
| [React](https://reactjs.org/) | Front end user interface |
23-
| [ChakraUI](https://chakra-ui.com/) | A simple & modular component library |
24-
| [TypeScript](https://www.typescriptlang.org/) | Static type-checking programming language |
25-
| [Storybook](https://storybook.js.org/) | Open source tool for building UI components and pages in isolation |
24+
| [React](https://reactjs.org/) | Front end user interface |
25+
| [ChakraUI](https://chakra-ui.com/) | A simple & modular component library |
26+
| [TypeScript](https://www.typescriptlang.org/) | Static type-checking programming language |
27+
| [Storybook](https://storybook.js.org/) | Open source tool for building UI components and pages in isolation |
2628

2729
## How to Contribute
2830

@@ -65,6 +67,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6567
<td align="center"><a href="https://github.com/txwkx"><img src="https://avatars.githubusercontent.com/u/19361575?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Todor Tsankov</b></sub></a><br /><a href="https://github.com/Developer-DAO/web3-ui/commits?author=txwkx" title="Code">💻</a></td>
6668
<td align="center"><a href="https://www.jovidecroock.com/"><img src="https://avatars.githubusercontent.com/u/17125876?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jovi De Croock</b></sub></a><br /><a href="https://github.com/Developer-DAO/web3-ui/commits?author=JoviDeCroock" title="Code">💻</a></td>
6769
<td align="center"><a href="https://bonhomme.lol"><img src="https://avatars.githubusercontent.com/u/5518357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bonhomme</b></sub></a><br /><a href="https://github.com/Developer-DAO/web3-ui/commits?author=maximebonhomme" title="Code">💻</a></td>
70+
<td align="center"><a href="https://github.com/hone1er"><img src="https://avatars.githubusercontent.com/u/24376928?v=4?s=100" width="100px;" alt=""/><br /><sub><b>hone1er</b></sub></a><br /><a href="https://github.com/Developer-DAO/web3-ui/commits?author=hone1er" title="Code">💻</a></td>
6871
</tr>
6972
</table>
7073

0 commit comments

Comments
 (0)