Added contributors.qmd to front matter

This commit is contained in:
mrdragonbear
2023-09-21 14:05:57 -04:00
committed by Ikechukwu Uchendu
parent f4de8caa56
commit 58eff8e664
3 changed files with 27 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
{
"projectName": "cs249r_book",
"projectOwner": "harvard-edge"
"projectOwner": "harvard-edge",
"files": [
"contributors.qmd", "README.md"
]
}

View File

@@ -25,6 +25,7 @@ book:
- index.qmd
- dedication.qmd
- acknowledgements.qmd
- contributors.qmd
- copyright.qmd
- about.qmd
- introduction.qmd

22
contributors.qmd Normal file
View File

@@ -0,0 +1,22 @@
# Contributors {.unnumbered}
We extend our heartfelt gratitude to the diverse group of individuals who have shared their expertise, insights, and time to enrich the content and codebase of this project. All contributors are listed below. If you would like to contribute to this project, please see our [GitHub](https://github.com/harvard-edge/cs249r_book) page.
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jveejay"><img src="https://avatars.githubusercontent.com/jveejay" width="100px;" alt="Vijay Janapa Reddi"/><br /><sub><b>Vijay Janapa Reddi</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors/commits?author=jveejay" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mpstewart1"><img src="https://avatars.githubusercontent.com/mpstewart1" width="100px;" alt="Matthew Stewart"/><br /><sub><b>Matthew Stewart</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors/commits?author=mpstewart1" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/uchendui"><img src="https://avatars.githubusercontent.com/uchendui?v=4?s=100" width="100px;" alt="LBF38"/><br /><sub><b>Ikechukwu Uchendu</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors/commits?author=uchendui" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->