Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Do It With Lovelace to Showcase #1043

Merged
merged 11 commits into from
Aug 10, 2023
Binary file added src/data/showcase/do-it-with-lovelace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ export const Tags = {
description: "Projects that provide cross-chain bridge support.",
icon: null,
color: '#EDFF21'
},

// Funding
funding: {
label: "Funding",
description: "Projects aimed at providing funding assistance to individuals.",
icon: null,
color: '#1e40af'
}
};

Expand Down Expand Up @@ -1047,7 +1055,7 @@ export const Showcases = [
tags: ["bridge"],
},
{
title: "BALANCE - Balance Analytics",
title: "BALANCE Analytics",
description:
"A Blockchain Intelligence app dedicated to supporting the Cardano Blockchain Ecosystem.",
preview: require("./showcase/balance-analytics.png"),
Expand Down Expand Up @@ -1127,6 +1135,15 @@ export const Showcases = [
source: "https://github.com/input-output-hk/lace",
tags: ["nftsupport", "wallet", "opensource"],
},
{
title: "Do it with Lovelace",
description:
"A Cardano-based dApp platform for easy and secure donations with a focus on community impact and transparency.",
preview: require("./showcase/do-it-with-lovelace.png"),
website: "https://app.doitwithlovelace.io",
source: null,
tags: ["funding"],
},
{
title: "flipr.io",
description:
Expand Down
Loading