Skip to content

Commit

Permalink
feat: update feluda dpg highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain committed Sep 19, 2024
1 parent 0674e76 commit 860397a
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions src/pages/products/feluda.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Link } from "gatsby"
import { LatestProductBlogsUpdates } from "../../components/LatestProductBlogsUpdates"
import { StaticImage } from "gatsby-plugin-image"


const DPGLogo = () => (
<svg
version="1.1"
Expand Down Expand Up @@ -149,7 +148,7 @@ const Page = () => (
href="https://app.digitalpublicgoods.net/a/10707"
target={"_blank"}
>
<StaticImage alt="img" src="../../images/dpgicon.svg"/>
<StaticImage alt="img" src="../../images/dpgicon.svg" />
</a>
</Box>
</Box>
Expand Down Expand Up @@ -192,9 +191,11 @@ const Page = () => (
<Box width={"88px"} margin={{ bottom: "small" }}>
<DPGLogo />
</Box>
Feluda was featured by Digital Public Good Alliance amongst 10
open source projects from around the world helping address
misinformation
Feluda has been classified as a Digital Public Good by DPGA and
is listed in [DPG
Registry](https://app.digitalpublicgoods.net/a/10707). We
encourage researchers and journalists studying social media to
use Feluda in their work.
</Paragraph>
<Anchor
href={"https://digitalpublicgoods.net/information-pollution/"}
Expand All @@ -211,7 +212,11 @@ const Page = () => (
wrap={true}
>
<Box width={"medium"} height={"small"}>
<StaticImage alt="img" src={"../../images/covid-tsne.png"} objectFit="contain" />
<StaticImage
alt="img"
src={"../../images/covid-tsne.png"}
objectFit="contain"
/>
</Box>

<Box gap={"small"}>
Expand Down Expand Up @@ -275,7 +280,7 @@ const Page = () => (
},
]}
>
{datum => (
{(datum) => (
<Box>
<Paragraph fill size={"small"}>
<Anchor href={datum.url} target={"_blank"}>
Expand All @@ -287,11 +292,10 @@ const Page = () => (
)}
</List>
</NarrowSection>

<NarrowSection>
<LatestProductBlogsUpdates projects={["feluda"]}/>
<LatestProductBlogsUpdates projects={["feluda"]} />
</NarrowSection>

</NarrowContentWrapper>
</DefaultLayout>
)
Expand Down

0 comments on commit 860397a

Please sign in to comment.