mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
Added contributors.qmd to front matter
This commit is contained in:
committed by
Ikechukwu Uchendu
parent
f4de8caa56
commit
58eff8e664
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"projectName": "cs249r_book",
|
||||
"projectOwner": "harvard-edge"
|
||||
"projectOwner": "harvard-edge",
|
||||
"files": [
|
||||
"contributors.qmd", "README.md"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ book:
|
||||
- index.qmd
|
||||
- dedication.qmd
|
||||
- acknowledgements.qmd
|
||||
- contributors.qmd
|
||||
- copyright.qmd
|
||||
- about.qmd
|
||||
- introduction.qmd
|
||||
|
||||
22
contributors.qmd
Normal file
22
contributors.qmd
Normal 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 -->
|
||||
Reference in New Issue
Block a user