add urdu number trainer

This commit is contained in:
Adam Dueck 2024-12-19 15:11:46 -05:00 committed by GitHub
parent 5eb3fa7076
commit 2c93b457f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -36,7 +36,13 @@ const projects = [
link: "https://rtl-epub-maker.lingdocs.com",
repo: "https://github.com/lingdocs/rtl-epub-maker",
},
]
{
title: "Urdu Number Trainer",
description: "A Web-App for training Urdu numbers. Review the numbers and get quizzed on them randomly.",
link: "https://urdu-numbers.lingdocs.com/",
repo: "https://github.com/lingdocs/urdu-number-trainer",
},
];
const About = ({ location }) => {
return (