Skip to content

Commit 9cdebe2

Browse files
committed
feat(credits): add credits
1 parent d2b0f35 commit 9cdebe2

File tree

6 files changed

+769
-2
lines changed

6 files changed

+769
-2
lines changed

.all-contributorsrc

+32-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
{
22
"projectName": "go.resonite.com",
3-
"projectOwner": "Yellow-Dog-Man"
3+
"projectOwner": "Yellow-Dog-Man",
4+
"contributors": [
5+
{
6+
"login": "ProbablePrime",
7+
"name": "ProbablePrime",
8+
"avatar_url": "https://avatars.githubusercontent.com/u/8791132?v=4",
9+
"profile": "http://probableprime.co.uk/",
10+
"contributions": [
11+
"code"
12+
]
13+
},
14+
{
15+
"login": "stiefeljackal",
16+
"name": "Stiefel Jackal",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/20023996?v=4",
18+
"profile": "https://github.com/stiefeljackal",
19+
"contributions": [
20+
"code"
21+
]
22+
},
23+
{
24+
"login": "jae1911",
25+
"name": "Jae Lo Presti",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/76598503?v=4",
27+
"profile": "https://j4.lc/",
28+
"contributions": [
29+
"code"
30+
]
31+
}
32+
],
33+
"repoType": "github",
34+
"commitConvention": "angular"
435
}

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,20 @@ This was put together quite quickly, to fix the needs of go.resonite.com not wor
1616
- [pug based Server Side Rendering](https://expressjs.com/en/guide/using-template-engines.html)
1717
- [Water.css](https://watercss.kognise.dev/) - Prime's Goto CSS "framework"
1818

19-
2019
## Contributors
2120

2221
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2322
<!-- prettier-ignore-start -->
2423
<!-- markdownlint-disable -->
24+
<table>
25+
<tbody>
26+
<tr>
27+
<td align="center" valign="top" width="14.28%"><a href="http://probableprime.co.uk/"><img src="https://avatars.githubusercontent.com/u/8791132?v=4?s=100" width="100px;" alt="ProbablePrime"/><br /><sub><b>ProbablePrime</b></sub></a><br /><a href="https://github.com/Yellow-Dog-Man/go.resonite.com/commits?author=ProbablePrime" title="Code">💻</a></td>
28+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stiefeljackal"><img src="https://avatars.githubusercontent.com/u/20023996?v=4?s=100" width="100px;" alt="Stiefel Jackal"/><br /><sub><b>Stiefel Jackal</b></sub></a><br /><a href="https://github.com/Yellow-Dog-Man/go.resonite.com/commits?author=stiefeljackal" title="Code">💻</a></td>
29+
<td align="center" valign="top" width="14.28%"><a href="https://j4.lc/"><img src="https://avatars.githubusercontent.com/u/76598503?v=4?s=100" width="100px;" alt="Jae Lo Presti"/><br /><sub><b>Jae Lo Presti</b></sub></a><br /><a href="https://github.com/Yellow-Dog-Man/go.resonite.com/commits?author=jae1911" title="Code">💻</a></td>
30+
</tr>
31+
</tbody>
32+
</table>
2533

2634
<!-- markdownlint-restore -->
2735
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)