Compare commits
No commits in common. "d076286a55d9aa9d9341c0c0a4551652e08acfb9" and "5eb3fa70765601cd39518d5b7014c96fd50f3888" have entirely different histories.
d076286a55
...
5eb3fa7076
|
@ -10,6 +10,8 @@ const projects = [
|
||||||
"A Pashto grammar reference with interactive examples and quizzes.",
|
"A Pashto grammar reference with interactive examples and quizzes.",
|
||||||
link: "https://grammar.lingdocs.com",
|
link: "https://grammar.lingdocs.com",
|
||||||
repo: "https://github.com/lingdocs/pashto-grammar",
|
repo: "https://github.com/lingdocs/pashto-grammar",
|
||||||
|
playStore:
|
||||||
|
"https://play.google.com/store/apps/details?id=com.lingdocs.pashto.grammar",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Pashto Dictionary",
|
title: "Pashto Dictionary",
|
||||||
|
@ -34,13 +36,7 @@ const projects = [
|
||||||
link: "https://rtl-epub-maker.lingdocs.com",
|
link: "https://rtl-epub-maker.lingdocs.com",
|
||||||
repo: "https://github.com/lingdocs/rtl-epub-maker",
|
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 }) => {
|
const About = ({ location }) => {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue