add playstore badges

This commit is contained in:
adueck 2023-01-05 14:52:47 +05:00
parent 22f6c5de15
commit 4c980a0372
4 changed files with 48 additions and 15 deletions

View File

@ -114,6 +114,13 @@ It can seem like these are just unexplainable idiosyncracies that have to be mem
All of these confusing questions melt away once we realize that there are basically **two kinds of compound verbs**.
<div class="alert alert-info">
<p>If you find this article helpful you can find <em>much more</em> in the <a href="https://grammar.lingdocs.com/">LingDocs Pashto Grammar</a> and <a href="https://dictionary.lingdocs.com/">LingDocs Pashto Dictionary</a>.</p>
<a href='https://play.google.com/store/apps/developer?id=LingDocs&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img style="max-width: 12rem;" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/>
</a>
</div>
## The two types of compound verbs
### 1. **Stative Compounds**
@ -875,6 +882,13 @@ The object / complement in this verb is <IW w={{ p: "منډې", f: "múnDe", e:
]}</TensesChart>
</details>
<div class="alert alert-info">
<p>If you find this article helpful you can find <em>much more</em> in the <a href="https://grammar.lingdocs.com/">LingDocs Pashto Grammar</a> and <a href="https://dictionary.lingdocs.com/">LingDocs Pashto Dictionary</a>.</p>
<a href='https://play.google.com/store/apps/developer?id=LingDocs&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img style="max-width: 12rem;" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/>
</a>
</div>
### Reviewing stative and dynamic compounds
Remember all those weird different behaviours that we mentioned at the beginning? Once we realize there are these two different types of compound verbs, represented by two different kinds of "machines," we can see that each of the two has a distinct set of behaviours.

View File

@ -49,6 +49,9 @@ Over the course of this post we'll do three things:
<div class="alert alert-info">
<p>If you find this article helpful you can find <em>much more</em> in the <a href="https://grammar.lingdocs.com/">LingDocs Pashto Grammar</a> and <a href="https://dictionary.lingdocs.com/">LingDocs Pashto Dictionary</a>.</p>
<a href='https://play.google.com/store/apps/developer?id=LingDocs&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img style="max-width: 12rem;" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/>
</a>
</div>
<VideoPlayer src="https://www.youtube.com/watch?v=JhAeiitwfdo&ab_channel=LingDocs" />
@ -1513,6 +1516,9 @@ Notice how you will often hear people say, "دعا کوه!" (Pray for me!) This
<div class="alert alert-info">
<p>If you've found this article helpful you can find <em>much more</em> in the <a href="https://grammar.lingdocs.com/">LingDocs Pashto Grammar</a> and <a href="https://dictionary.lingdocs.com/">LingDocs Pashto Dictionary</a>.</p>
<a href='https://play.google.com/store/apps/developer?id=LingDocs&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img style="max-width: 12rem;" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/>
</a>
</div>
### There's more...

View File

@ -7,7 +7,8 @@ const btnStyle = {
};
function HeadingLinks() {
return <div className="d-flex flex-row justify-content-center" style={{ marginTop: "3rem"}}>
return <>
<div className="d-flex flex-row justify-content-center" style={{ marginTop: "3rem"}}>
<a href="https://dictionary.lingdocs.com" className="plain-link">
<div className="text-center" style={btnStyle}>
Pashto Dictionary
@ -18,7 +19,13 @@ function HeadingLinks() {
Pashto Grammar
</div>
</a>
</div>;
</div>
<div className="d-flex flex-row justify-content-center">
<a href='https://play.google.com/store/apps/developer?id=LingDocs&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img style={{ maxWidth: "15rem", paddingTop: "2rem" }} alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/>
</a>
</div>
</>;
}
export default HeadingLinks;

View File

@ -6,15 +6,17 @@ import aboutBackground from "../assets/images/about-bg.jpg";
const projects = [
{
title: "Pashto Grammar",
description: "A Pashto grammar reference. This is extremely new and only in the very beginning stages.",
description: "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",
description: "A Pashto dicitionary with smart-search and inflection/conjugation",
link: "https://dictionary.lingdocs.com",
repo: "https://github.com/lingdocs/pashto-dictionary"
repo: "https://github.com/lingdocs/pashto-dictionary",
playStore: "https://play.google.com/store/apps/details?id=com.lingdocs.pashto.dictionary",
},
{
title: "Pashto Inflector",
@ -41,7 +43,6 @@ const About = ({ location }) => {
<Layout location={location} title="About">
<SEO title="Projects" />
<header className="masthead" style={{ backgroundImage: `url(${aboutBackground})` }}>
<div className="overlay"></div>
<div className="container">
<div className="row">
<div className="col-lg-8 col-md-10 mx-auto">
@ -65,6 +66,11 @@ const About = ({ location }) => {
<div className="mt-2 text-muted">
<a href={project.link}>Website</a> - <a href={project.repo}>Source Code</a>
</div>
{project.playStore && <div>
<a href={`${project.playStore}&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1`}>
<img style={{ maxWidth: "10rem" }} alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/>
</a>
</div>}
</div>
))}
</div>