Skip to content

Commit

Permalink
Merge pull request #27 from 0rbit-co/staging
Browse files Browse the repository at this point in the history
feat: new blog addition
  • Loading branch information
megabyte0x authored Oct 17, 2024
2 parents 98d6029 + bcd52f8 commit 3652f75
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 4 deletions.
17 changes: 13 additions & 4 deletions apps/web/app/_utils/blogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,47 @@ import priceFeed from "../../public/covers/priceFeedCover.svg";
import newsFeed from "../../public/covers/newsFeedCover.svg";
import priceFeedFront from "../../public/covers/priceFeedFrontCover.svg";
import newsFeedFront from "../../public/covers/newsFeedFrontCover.svg";
import dice from "../../public/covers/dice.svg";

export const blogData = [
{
id: 1,
image: dice,
title: "Dice Game",
description:
"Guide to generate a off-chain random number using 0rbit",
link: "https://blog.0rbit.co/dice-game-with-0rbit",
},
{
id: 2,
image: priceFeed,
title: "Price Feed Process",
description:
"Get the latest price data on your ao process.",
link: "https://mirror.xyz/0x26B11B188E9E69b2426FD6111302E721F423020E/swI6Kw1uZ9gSRDuSFEo0B99BEAsSS7kEOyRcJwfMQNo",
},
{
id: 2,
id: 3,
image: newsFeed,
title: "News Feed Process",
description:
"Get the latest news data on your ao process.",
link: "https://mirror.xyz/0x26B11B188E9E69b2426FD6111302E721F423020E/seH6V-AlVZmzSMBijCtBYK9hLbxdXwLuKcfUrgH89XM",
},
{
id: 3,
id: 4,
image: priceFeedFront,
title: "Price Feed Frontend",
description:
"Guide to building a frontend for your price feed process.",
link: "https://mirror.xyz/0x26B11B188E9E69b2426FD6111302E721F423020E/YQ0iNSBFf2eC9EG41TTmEPVGttTIIuoDDx53D2NRwDs",
},
{
id: 4,
id: 5,
image: newsFeedFront,
title: "News Feed Frontend",
description:
"Guide to building a frontend for your news feed process.",
link: "https://mirror.xyz/0x26B11B188E9E69b2426FD6111302E721F423020E/7AOyNLwl-eztw3kLGUG7Nvs_risj9-5TrVCubOXocR4",
},
}
];
Loading

0 comments on commit 3652f75

Please sign in to comment.