Skip to content

Commit

Permalink
dismoi x (#1088)
Browse files Browse the repository at this point in the history
* dismoi x

* remove additional DisMoi content

---------

Co-authored-by: Benjamin Piouffle <benjamin.piouffle@gmail.com>
  • Loading branch information
Miragide and Betree committed Aug 30, 2023
1 parent ef6f0af commit 72b6663
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
Binary file removed app/assets/dismoi-example.png
Binary file not shown.
37 changes: 0 additions & 37 deletions app/components/Pages/BrowserExtensionsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import chromeLogo from '../../assets/browsers/chrome.png'
import firefoxLogo from '../../assets/browsers/firefox.png'
import ieLogo from '../../assets/browsers/internet_explorer.png'
import demoExtensionVideo from '../../assets/demos/demo-extension.mp4'
import imgDisMoiExtension from '../../assets/dismoi-example.png'
import Button from '../Utils/Button'
import ExternalLinkNewTab from '../Utils/ExternalLinkNewTab'

Expand Down Expand Up @@ -107,41 +106,5 @@ export const BrowserExtensionsPage = withNamespaces('extension')(({ t }) => (
</Box>
</MainContainer>
</section>
<section className="has-background-white">
<MainContainer
mt={['3.5em', '0em']}
py="2em"
px={['1em', '1em', '1em', '1em', '6em']}
flexWrap="wrap"
mx="auto"
justifyContent="center"
>
<Box width={[1, 1, 0.35]} mr={['0em', '10em']} mb="2em">
<p className="has-text-danger has-text-weight-bold">{t('disMoi.new')}</p>
<h1 className="title is-2">{t('disMoi.title')}</h1>
<h3 className="subtitle is-4 has-text-weight-bold">{t('disMoi.subtitle')}</h3>
<p>{t('disMoi.description')}</p>
<p className="is-italic">{t('disMoi.psText')}</p>
<ExternalLinkNewTab
className="has-text-weight-bold"
style={{ display: 'block', marginBottom: '1em' }}
href="https://www.dismoi.io/informateurs/55/CaptainFact.io"
>
{'>'} {t('disMoi.follow')}
</ExternalLinkNewTab>
<ExternalLinkNewTab
style={{ display: 'inline-flex' }}
className="button is-primary"
href="https://www.dismoi.io/"
>
{t('disMoi.learnMore')}
</ExternalLinkNewTab>
</Box>
<Box width={[1, 1, 0.5]}>
{' '}
<img src={imgDisMoiExtension} alt="Dis Moi Extension" />
</Box>
</MainContainer>
</section>
</div>
))
11 changes: 1 addition & 10 deletions app/i18n/en/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,5 @@
"subtitle": "To fact-check YouTube",
"description": "The web extension injects CaptainFact's data directly on the content you're watching.",
"moreInfo": "It is 100% <1>open-source</1> and <3>respects your privacy</3>.",
"addTo": "Add to",
"disMoi": {
"new": "NEW (FR)",
"title": "DisMoi web extension",
"subtitle": "To check the pages you visit",
"description": "DisMoi allows CaptainFact to post fact-checking notifications directly on any page you browse. When you visit a web page CaptainFact verified, you are notified by DisMoi.",
"psText": "Ad-free, no collection of personal data, open source and free.",
"follow": "Follow CaptainFact on DisMoi",
"learnMore": "Learn more about DisMoi"
}
"addTo": "Add to"
}
11 changes: 1 addition & 10 deletions app/i18n/fr/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,5 @@
"subtitle": "Pour vérifier les vidéos Youtube",
"description": "L'extension pour navigateur permet d'incruster les informations fournies sur CaptainFact directement sur le contenu que vous regardez.",
"moreInfo": "Elle est 100 % <1>open-source</1> et <3>respecte votre vie privée</3>.",
"addTo": "Ajouter à",
"disMoi": {
"new": "NOUVEAU (FR)",
"title": "L’extension DisMoi",
"subtitle": "Pour vérifier toutes les pages du web",
"description": "DisMoi permet à CaptainFact d'afficher ses fact-checking directement sur les pages web que vous visitez. DisMoi vous affichera des alertes, afin de vous signaler les arnaques, les fake-news ou des contextualisations en rapport.",
"psText": "PS : Gratuit, sans publicité, open source et respecte votre vie privée",
"follow": "Suivre CaptainFact sur DisMoi",
"learnMore": "Découvrir cette extension"
}
"addTo": "Ajouter à"
}

0 comments on commit 72b6663

Please sign in to comment.