Compare commits

..

2 Commits

Author SHA1 Message Date
Adam Dueck d076286a55
Update projects.js 2024-12-19 15:12:30 -05:00
Adam Dueck 2c93b457f1
add urdu number trainer 2024-12-19 15:11:46 -05:00
1 changed files with 7 additions and 3 deletions

View File

@ -10,8 +10,6 @@ const projects = [
"A Pashto grammar reference with interactive examples and quizzes.",
link: "https://grammar.lingdocs.com",
repo: "https://github.com/lingdocs/pashto-grammar",
playStore:
"https://play.google.com/store/apps/details?id=com.lingdocs.pashto.grammar",
},
{
title: "Pashto Dictionary",
@ -36,7 +34,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 (