diff --git a/website/content/english/projects.md b/website/content/english/projects.md index 4b13facd9ed18dfc438e1ace8030cf9ce289d21f..bc9bc435a45f7967b0f8a3ed1a574b200193a395 100644 --- a/website/content/english/projects.md +++ b/website/content/english/projects.md @@ -1,9 +1,29 @@ --- -title: "List of Projects selected by Learners" -date: 2020-12-20T22:48:59+05:30 -slug: projects +title: "Projects proposed by mentors for 2022 Camp" +date: 2022-09-20T02:38:57+05:30 +draft: false --- +Here is a list of projects proposed by mentors for the 2022 version of the camp as of now: -<div id="projects" style="text-align: center"> -To Be Announced -</div> + <table> + <tr> + <th>Project title</th> + <th>Description</th> + <th>Mentor</th> + </tr> + <tr> + <td>Localization</td> + <td>To be added.</td> + <td>Sophie Gautier, <a href="https://www.documentfoundation.org/">The Document Foundation</a></td> + </tr> + <tr> + <td>Quality Assurance for <a href="https://libreoffice.org">LibreOffice</a></td> + <td>To be added.</td> + <td>Ilmari Lauhakangas, <a href="https://www.documentfoundation.org/">The Document Foundation</a></td> + </tr> + <tr> + <td>Building static sites in Hugo</td> + <td>This project will teach how to create static sites in <a href="https://gohugo.io">Hugo</a>.</td> + <td><a href="https://ravidwivedi.in">Ravi Dwivedi</a></td> + </tr> +</table>