Skip to content

Commit be5c732

Browse files
committed
feat(demo): add contributor
1 parent f497435 commit be5c732

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
"code",
4444
"platform"
4545
]
46+
},
47+
{
48+
"login": "peterpeterparker",
49+
"name": "David Dal Busco",
50+
"avatar_url": "https://avatars0.githubusercontent.com/u/16886711?v=4",
51+
"profile": "https://twitter.com/daviddalbusco",
52+
"contributions": [
53+
"code",
54+
"example"
55+
]
4656
}
4757
]
4858
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ or submit a [pull request](https://github.com/angular-extensions/elements/pulls)
7676

7777
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
7878
<!-- prettier-ignore -->
79-
| [<img src="https://avatars0.githubusercontent.com/u/3764868?v=4" width="100px;"/><br /><sub><b>Tomas Trajan</b></sub>](https://medium.com/@tomastrajan)<br />[💻](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Code") [🎨](#design-tomastrajan "Design") [💡](#example-tomastrajan "Examples") [📖](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Documentation") [🤔](#ideas-tomastrajan "Ideas, Planning, & Feedback") [🚇](#infra-tomastrajan "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Tests") | [<img src="https://avatars2.githubusercontent.com/u/2899448?v=4" width="100px;"/><br /><sub><b>Wayne Maurer</b></sub>](http://www.lambda-it.ch)<br />[🐛](https://github.com/angular-extensions/elements/issues?q=author%3Awmaurer "Bug reports") [💻](https://github.com/angular-extensions/elements/commits?author=wmaurer "Code") | [<img src="https://avatars3.githubusercontent.com/u/11923975?v=4" width="100px;"/><br /><sub><b>Santosh Yadav</b></sub>](https://www.santoshyadav.dev)<br />[💻](https://github.com/angular-extensions/elements/commits?author=santoshyadav198613 "Code") [📦](#platform-santoshyadav198613 "Packaging/porting to new platform") |
80-
| :---: | :---: | :---: |
79+
| [<img src="https://avatars0.githubusercontent.com/u/3764868?v=4" width="100px;"/><br /><sub><b>Tomas Trajan</b></sub>](https://medium.com/@tomastrajan)<br />[💻](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Code") [🎨](#design-tomastrajan "Design") [💡](#example-tomastrajan "Examples") [📖](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Documentation") [🤔](#ideas-tomastrajan "Ideas, Planning, & Feedback") [🚇](#infra-tomastrajan "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/angular-extensions/elements/commits?author=tomastrajan "Tests") | [<img src="https://avatars2.githubusercontent.com/u/2899448?v=4" width="100px;"/><br /><sub><b>Wayne Maurer</b></sub>](http://www.lambda-it.ch)<br />[🐛](https://github.com/angular-extensions/elements/issues?q=author%3Awmaurer "Bug reports") [💻](https://github.com/angular-extensions/elements/commits?author=wmaurer "Code") | [<img src="https://avatars3.githubusercontent.com/u/11923975?v=4" width="100px;"/><br /><sub><b>Santosh Yadav</b></sub>](https://www.santoshyadav.dev)<br />[💻](https://github.com/angular-extensions/elements/commits?author=santoshyadav198613 "Code") [📦](#platform-santoshyadav198613 "Packaging/porting to new platform") | [<img src="https://avatars0.githubusercontent.com/u/16886711?v=4" width="100px;"/><br /><sub><b>David Dal Busco</b></sub>](https://twitter.com/daviddalbusco)<br />[💻](https://github.com/angular-extensions/elements/commits?author=peterpeterparker "Code") [💡](#example-peterpeterparker "Examples") |
80+
| :---: | :---: | :---: | :---: |
8181

8282
<!-- ALL-CONTRIBUTORS-LIST:END -->

projects/elements-demo/src/app/features/contribute/contribute/contribute.component.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,14 @@ <h2>
5555
<img src="https://avatars3.githubusercontent.com/u/11923975?v=4" />
5656
<span>Santosh Yadav</span>
5757
</a>
58+
59+
<a
60+
class="contributor"
61+
href="https://twitter.com/daviddalbusco"
62+
target="_blank"
63+
>
64+
<img src="https://avatars0.githubusercontent.com/u/16886711?v=4" />
65+
<span>David Dal Busco</span>
66+
</a>
5867
<!-- ALL-CONTRIBUTORS-LIST:END -->
5968
</div>

0 commit comments

Comments
 (0)