diff --git a/components/app/projects/project-card.tsx b/components/app/projects/project-card.tsx index 553d770..8492f52 100644 --- a/components/app/projects/project-card.tsx +++ b/components/app/projects/project-card.tsx @@ -3,13 +3,19 @@ import { Project } from '@/.contentlayer/generated' import { AspectRatio } from '@/components/ui/aspect-ratio' import { Card } from '@/components/ui/card' import Link from '@/components/ui/link' +import { cn } from '@/utils' export default function ProjectCard({ project }: { project: Project }) { const { title, slug, description, images, link } = project const href = link ? link : `/projects/${slug}` return ( - -
+ +
{images && ( )}
-
-

- {href ? ( - - {title} - - ) : ( - title - )} -

-

{description}

+
+
+

+ {href ? ( + + {title} + + ) : ( + title + )} +

+
+ {/*
+ {builtWith?.map((tool) => { + return ( + + ) + })} +
*/} +

{description}

+
+
{href && ( )}
- {/*
-

{title}

-
{description}
-
*/} ) } diff --git a/data/projects/decentralized-metaverse-mall-dm.mdx b/data/projects/decentralized-metaverse-mall-dm.mdx index 376bff8..7c05f7f 100644 --- a/data/projects/decentralized-metaverse-mall-dm.mdx +++ b/data/projects/decentralized-metaverse-mall-dm.mdx @@ -3,10 +3,7 @@ title: 'Decentralized Metaverse Mall - DMM' date: '2024-02-17' tags: ['cardano', 'ideascale', 'fun8'] description: A functioning connection platform called Decentralized Metaverse Mall ( DMM) utilizing blockchain, metaverse, Web3, and partners' own Web 2.0 as online merchants, payment gateway, auction house to create the first Consume to Earn model ( C2E). -images: - [ - 'https://projectcatalyst.io/api/project-og-image?payload=W1siRGVjZW50cmFsaXplZCBNZXRhdmVyc2UgTWFsbCAtIERNTSIsIiQ3NksiXSxbIkY4OiBEQXBwcyBhbmQgSW50ZWdyYXRpb25zIl1d', - ] +images: ['/static/images/projects/dmm.png'] authors: ['independenceee'] link: 'https://projectcatalyst.io/funds/8/f8-dapps-and-integrations/decentralized-metaverse-mall-dmm' --- diff --git a/data/projects/dualtarget-for-ada-holders-staking-and-increasing-assets-with-a-decentralized-automated-trading-bot.mdx b/data/projects/dualtarget-for-ada-holders-staking-and-increasing-assets-with-a-decentralized-automated-trading-bot.mdx index f15a71f..5865d67 100644 --- a/data/projects/dualtarget-for-ada-holders-staking-and-increasing-assets-with-a-decentralized-automated-trading-bot.mdx +++ b/data/projects/dualtarget-for-ada-holders-staking-and-increasing-assets-with-a-decentralized-automated-trading-bot.mdx @@ -1,9 +1,9 @@ --- -title: 'Open source dynamic assets (Token/NFT) generator (CIP68)' -date: '2024-07-26' -tags: ['cardano', 'ideascale', 'fund12'] -description: A tool (a web portal) that allows users to create, update and manage assets safely and conveniently. -images: ['/static/images/projects/cip68-generator.png'] +title: 'Dualtarget for ADA-Holders (Staking and increasing assets) with a decentralized automated trading bot' +date: '2024-02-17' +tags: ['cardano', 'ideascale', 'fund11'] +description: A platform that enables users to choose dual targets and trading methods directly within their wallets. Simultaneously, we'll create automated trading bots on decentralized exchanges. +images: ['/static/images/projects/dualtarget.png'] authors: ['tidvn'] -link: 'https://projectcatalyst.io/funds/12/cardano-use-cases-concept/open-source-dynamic-assets-tokennft-generator-cip68' +link: 'https://projectcatalyst.io/funds/11/cardano-use-cases-concept/dualtarget-for-ada-holders-staking-and-increasing-assets-with-a-decentralized-automated-trading-bot' --- diff --git a/data/projects/open-source-dynamic-assets-tokennft-generator-cip68 copy 2.mdx b/data/projects/open-source-dynamic-assets-tokennft-generator-cip68 copy 2.mdx deleted file mode 100644 index e001f1a..0000000 --- a/data/projects/open-source-dynamic-assets-tokennft-generator-cip68 copy 2.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: 'Dualtarget for ADA-Holders (Staking and increasing assets) with a decentralized automated trading bot' -date: '2024-02-17' -tags: ['cardano', 'ideascale', 'fund11'] -description: A platform that enables users to choose dual targets and trading methods directly within their wallets. Simultaneously, we'll create automated trading bots on decentralized exchanges. -images: - [ - 'https://vvjbtiuxbzgqlhps.public.blob.vercel-storage.com/dualtarget-4z8rqtjzqIp8XjddEZ68JzidAVHSfk.webp', - ] -authors: ['tidvn'] -link: 'https://projectcatalyst.io/funds/11/cardano-use-cases-concept/dualtarget-for-ada-holders-staking-and-increasing-assets-with-a-decentralized-automated-trading-bot' ---- diff --git a/data/projects/open-source-dynamic-assets-tokennft-generator-cip68.mdx b/data/projects/open-source-dynamic-assets-tokennft-generator-cip68.mdx new file mode 100644 index 0000000..f15a71f --- /dev/null +++ b/data/projects/open-source-dynamic-assets-tokennft-generator-cip68.mdx @@ -0,0 +1,9 @@ +--- +title: 'Open source dynamic assets (Token/NFT) generator (CIP68)' +date: '2024-07-26' +tags: ['cardano', 'ideascale', 'fund12'] +description: A tool (a web portal) that allows users to create, update and manage assets safely and conveniently. +images: ['/static/images/projects/cip68-generator.png'] +authors: ['tidvn'] +link: 'https://projectcatalyst.io/funds/12/cardano-use-cases-concept/open-source-dynamic-assets-tokennft-generator-cip68' +--- diff --git a/data/projects/study-guide-for-marlowe.mdx b/data/projects/study-guide-for-marlowe.mdx index 79a9fbb..70423f8 100644 --- a/data/projects/study-guide-for-marlowe.mdx +++ b/data/projects/study-guide-for-marlowe.mdx @@ -3,10 +3,7 @@ title: 'Study guide for Marlowe' date: '2024-02-17' tags: ['cardano', 'ideascale', 'fund10'] description: The Courses that explain and walk through how to use Marlow to create SmartContacts for Vietnamese students. -images: - [ - 'https://projectcatalyst.io/api/project-og-image?payload=W1siU3R1ZHkgZ3VpZGUgZm9yIE1hcmxvdyIsIuKCszE1SyJdLFsiRjEwOiBTdGFydHVwcyAmIE9uYm9hcmRpbmcgZm9yIFN0dWRlbnRzIl1d', - ] +images: ['/static/images/projects/marlowe-tutorial.png'] authors: ['tidvn'] link: 'https://projectcatalyst.io/funds/10/f10-startups-and-onboarding-for-students/study-guide-for-marlow' --- diff --git a/data/projects/the-complete-aiken-course-cardano-from-zero-to-expert copy.mdx b/data/projects/the-complete-aiken-course-cardano-from-zero-to-expert copy.mdx index 372139b..2f8444c 100644 --- a/data/projects/the-complete-aiken-course-cardano-from-zero-to-expert copy.mdx +++ b/data/projects/the-complete-aiken-course-cardano-from-zero-to-expert copy.mdx @@ -3,10 +3,7 @@ title: '🇻🇳 The Complete Aiken Course Cardano: From Zero to Expert!' date: '2024-02-17' tags: ['cardano', 'ideascale', 'fund11'] description: An Aiken language course for people, including explaining concepts, teaching basic Aiken language, practicing writing smart contracts, interacting with contracts,... -images: - [ - 'https://projectcatalyst.io/api/project-og-image?payload=W1si8J-Hu_Cfh7MgVGhlIENvbXBsZXRlIEFpa2VuIENvdXJzZSBDYXJkYW5vOiBGcm9tIFplcm8gdG8gRXhwZXJ0ISIsIuKCszIwSyJdLFsiQ2FyZGFubyBPcGVuOiBFY29zeXN0ZW0iXV0', - ] +images: ['/static/images/projects/aiken-tutorial.png'] authors: ['tidvn'] link: 'https://projectcatalyst.io/funds/11/cardano-open-ecosystem/the-complete-aiken-course-cardano-from-zero-to-expert' --- diff --git a/data/projects/vietnam-cardano-catalyst-nft-exchange-testing-and-development-environment-helps-young-people-approach-with-the-web30-platform copy.mdx b/data/projects/vietnam-cardano-catalyst-nft-exchange-testing-and-development-environment-helps-young-people-approach-with-the-web30-platform copy.mdx index 8a6f638..d2a7177 100644 --- a/data/projects/vietnam-cardano-catalyst-nft-exchange-testing-and-development-environment-helps-young-people-approach-with-the-web30-platform copy.mdx +++ b/data/projects/vietnam-cardano-catalyst-nft-exchange-testing-and-development-environment-helps-young-people-approach-with-the-web30-platform copy.mdx @@ -3,10 +3,7 @@ title: '🇻🇳 Vietnam Cardano Catalyst - NFT Exchange testing and development date: '2024-02-17' tags: ['cardano', 'ideascale', 'fund10'] description: An NFT Marketplace MVP that enables people to experience free service of Web3.0 based on Cardano network. -images: - [ - 'https://projectcatalyst.io/api/project-og-image?payload=W1si8J-Hu_Cfh7MgVmlldG5hbSBDYXJkYW5vIENhdGFseXN0IC0gTkZUIEV4Y2hhbmdlIHRlc3RpbmcgYW5kIGRldmVsb3BtZW50IGVudmlyb25tZW50IGhlbHBzIHlvdW5nIHBlb3BsZSBhcHByb2FjaCB3aXRoIHRoZSBXZWIzLjAgcGxhdGZvcm0iLCLigrMzMksiXSxbIkYxMDogU3RhcnR1cHMgJiBPbmJvYXJkaW5nIGZvciBTdHVkZW50cyJdXQ', - ] +images: ['/static/images/projects/demarket.png'] authors: ['tidvn'] link: 'https://projectcatalyst.io/funds/10/f10-startups-and-onboarding-for-students/vietnam-cardano-catalyst-nft-exchange-testing-and-development-environment-helps-young-people-approach-with-the-web30-platform' --- diff --git a/public/static/images/projects/aiken-tutorial.png b/public/static/images/projects/aiken-tutorial.png new file mode 100644 index 0000000..f947504 Binary files /dev/null and b/public/static/images/projects/aiken-tutorial.png differ diff --git a/public/static/images/projects/cip68-generator.png b/public/static/images/projects/cip68-generator.png index b50df14..3b20fe2 100644 Binary files a/public/static/images/projects/cip68-generator.png and b/public/static/images/projects/cip68-generator.png differ diff --git a/public/static/images/projects/demarket.png b/public/static/images/projects/demarket.png new file mode 100644 index 0000000..4e8b94f Binary files /dev/null and b/public/static/images/projects/demarket.png differ diff --git a/public/static/images/projects/dmm.png b/public/static/images/projects/dmm.png new file mode 100644 index 0000000..93a9c8f Binary files /dev/null and b/public/static/images/projects/dmm.png differ diff --git a/public/static/images/projects/dualtarget.png b/public/static/images/projects/dualtarget.png new file mode 100644 index 0000000..fbbc67c Binary files /dev/null and b/public/static/images/projects/dualtarget.png differ diff --git a/public/static/images/projects/marlowe-tutorial.png b/public/static/images/projects/marlowe-tutorial.png new file mode 100644 index 0000000..0095128 Binary files /dev/null and b/public/static/images/projects/marlowe-tutorial.png differ