Skip to content

Commit

Permalink
Add Do It With Lovelace to Showcase (#1043)
Browse files Browse the repository at this point in the history
* Add Do It With Lovelace

* Fixes

* complete merging 2 duplicate BALANCE entries

---------

Co-authored-by: Fill <60065019+fill-the-fill@users.noreply.github.com>
Co-authored-by: Robert Phair <rphair@cosd.com>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent 28809c4 commit eb38938
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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

0 comments on commit eb38938

Please sign in to comment.