From d264a0e09b09a1c2326e431fca4db484c3d7c3e2 Mon Sep 17 00:00:00 2001 From: Ravi Dwivedi <ravi@anche.no> Date: Tue, 20 Sep 2022 03:04:24 +0530 Subject: [PATCH] Make a list of proposed projects. --- website/content/english/projects.md | 32 +++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/website/content/english/projects.md b/website/content/english/projects.md index 4b13fac..bc9bc43 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> -- GitLab