diff --git a/src/data/showcase/1694.jpg b/src/data/showcase/1694.jpg new file mode 100644 index 0000000000..50fbd1577b Binary files /dev/null and b/src/data/showcase/1694.jpg differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 159e14bd97..40f07fe85b 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1211,6 +1211,15 @@ export const Showcases = [ source: null, tags: ["daotool", "governance"], }, + { + title: "1694.io", + description: + "1694.io is an open source zero click place to read CIP 1694. 1694.io is also place to see DRep timeline (pool.pm for DReps), and for DRep to claim their profiles and engage with their delegators.", + preview: require("./showcase/1694.jpg"), + website: "https://www.1694.io", + source: "https://github.com/IntersectMBO/drep-campaign-platform", + tags: ["educational", "governance", "opensource"], + }, ]; export const TagList = Object.keys(Tags);