Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/avatar/phapdev-avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
176 changes: 93 additions & 83 deletions src/data/devs.ts
Original file line number Diff line number Diff line change
@@ -1,89 +1,99 @@
type Dev = {
name: string;
username: string;
avatar?: string;
github: string;
linkedin?: string;
website?: string;
bio?: string;
slushWallet?: string;
name: string;
username: string;
avatar?: string;
github: string;
linkedin?: string;
website?: string;
bio?: string;
slushWallet?: string;
};

const DEV_DATA: Dev[] = [
{
name: "Hulk",
username: "hulk",
avatar: "/avatar/hulk-avatar.png",
github: "https://github.com/Huc06",
linkedin: "https://www.linkedin.com/in/hulk-phuc-ha-84a685301/",
bio: "This product offers a unique solution to a common problem.",
slushWallet: "0xaea6f58e4261b34032934c6c20e0b5b4fd94bac2e86734e3f2d3d5856b443108",
},
{
name: "Viet Hieu Dinh",
username: "hieudepoet",
avatar: "/avatar/hulk-avatar.png",
github: "https://github.com/hieudepoet",
linkedin: "https://www.linkedin.com/in/hieudepoet/",
bio: "A relentless coder and football aficionado, dedicated to mastering both the digital and physical fields. Always striving for excellence and innovation.",
slushWallet: "0x2cbd7fabd5ce146e0e48ca754a4c6c88e6cdbfa4bb2ca1beaabd5ea00c97bf9c",
},
{
name: "Alvin Ichi",
username: "alvin-ichi",
avatar: "https://avatars.githubusercontent.com/u/48800728?s=96&v=4",
github: "https://github.com/nhatlapross",
linkedin: "https://www.linkedin.com/in/nguyen-ho%C3%A0ng-nhat-69b85b134/",
bio: "Web2 developer go to web3.",
slushWallet: "0x3808b95f4603b8140b5d2082d4d6970ded65f49dac8980db525fe6f0a0f05396",
},
{
name: "Phuc Pham",
username: "Phucpt05",
avatar: "https://avatars.githubusercontent.com/u/166826058?s=96&v=4",
github: "https://github.com/Phucpt05",
linkedin: "https://www.linkedin.com/in/ph%E1%BA%A1m-ph%C3%BAc-34164b211/",
bio: "I am a third-year university student passionate about Web3 and blockchain.",
slushWallet: "0x3161f4083d09983b4fc68ea208bd2ea3616f1bf91e8fd9c5303552d5aa64af19",
},
{
name: "Hoang Son",
username: "Yi",
avatar: "/avatar/Yi-avatar.png",
github: "https://github.com/sonmessia",
linkedin: "https://www.linkedin.com/in/mike-johnson",
bio: "Backend | Passionate about blockchain, AI, and scalable systems.",
slushWallet: "0x5678901234567890123456789012345678901234",
},
{
name: "BLAN39",
username: "AlairlacuaBlan",
avatar: "/avatar/AlairlacuaBlan.jpeg",
github: "https://github.com/AlairlacuaBlan",
linkedin: "https://www.linkedin.com/in/%C4%91%C3%ACnh-sang-b1a968261/",
bio: "Man of Means",
slushWallet: "0x93daa4636ad94275bf5a13521dcba01f5e93e66a3fe10a06dc7e96156f5864e1",
},
{
name: "Hữu Bảo",
username: "huubao",
avatar: "/avatar/huubao-avatar.jpg",
github: "https://github.com/lehuubao1810",
linkedin: "https://www.linkedin.com/in/lehuubao2909/",
website: "https://lehuubao.vercel.app",
bio: "I'm a Junior Developer with experience in React, Node.js, Next.js, and React Native. I'm passionate about expanding my skills in Web3 development.",
slushWallet: "0xd21bc08c287ac02a995e00c121778e7c4d384547ed10e7940994157230d982d7",
},
{
name: "Khoi Nguyen",
username: "MrOctopus",
avatar: "/avatar/khoi.jpg",
github: "https://github.com/tpSpace",
linkedin: "https://www.linkedin.com/in/nmvkhoi/",
bio: "Never Settle - Eager to learn new things.",
slushWallet:
"0x903d678b7972c31068cf49e76981754074fe609e7c9f5e6a70d3fe7a0aa77fb2",
},
{
name: "Hulk",
username: "hulk",
avatar: "/avatar/hulk-avatar.png",
github: "https://github.com/Huc06",
linkedin: "https://www.linkedin.com/in/hulk-phuc-ha-84a685301/",
bio: "This product offers a unique solution to a common problem.",
slushWallet: "0xaea6f58e4261b34032934c6c20e0b5b4fd94bac2e86734e3f2d3d5856b443108",
},
{
name: "Viet Hieu Dinh",
username: "hieudepoet",
avatar: "/avatar/hulk-avatar.png",
github: "https://github.com/hieudepoet",
linkedin: "https://www.linkedin.com/in/hieudepoet/",
bio: "A relentless coder and football aficionado, dedicated to mastering both the digital and physical fields. Always striving for excellence and innovation.",
slushWallet: "0x2cbd7fabd5ce146e0e48ca754a4c6c88e6cdbfa4bb2ca1beaabd5ea00c97bf9c",
},
{
name: "Alvin Ichi",
username: "alvin-ichi",
avatar: "https://avatars.githubusercontent.com/u/48800728?s=96&v=4",
github: "https://github.com/nhatlapross",
linkedin: "https://www.linkedin.com/in/nguyen-ho%C3%A0ng-nhat-69b85b134/",
bio: "Web2 developer go to web3.",
slushWallet: "0x3808b95f4603b8140b5d2082d4d6970ded65f49dac8980db525fe6f0a0f05396",
},
{
name: "Phuc Pham",
username: "Phucpt05",
avatar: "https://avatars.githubusercontent.com/u/166826058?s=96&v=4",
github: "https://github.com/Phucpt05",
linkedin: "https://www.linkedin.com/in/ph%E1%BA%A1m-ph%C3%BAc-34164b211/",
bio: "I am a third-year university student passionate about Web3 and blockchain.",
slushWallet: "0x3161f4083d09983b4fc68ea208bd2ea3616f1bf91e8fd9c5303552d5aa64af19",
},
{
name: "Hoang Son",
username: "Yi",
avatar: "/avatar/Yi-avatar.png",
github: "https://github.com/sonmessia",
linkedin: "https://www.linkedin.com/in/mike-johnson",
bio: "Backend | Passionate about blockchain, AI, and scalable systems.",
slushWallet: "0x5678901234567890123456789012345678901234",
},
{
name: "BLAN39",
username: "AlairlacuaBlan",
avatar: "/avatar/AlairlacuaBlan.jpeg",
github: "https://github.com/AlairlacuaBlan",
linkedin: "https://www.linkedin.com/in/%C4%91%C3%ACnh-sang-b1a968261/",
bio: "Man of Means",
slushWallet: "0x93daa4636ad94275bf5a13521dcba01f5e93e66a3fe10a06dc7e96156f5864e1",
},
{
name: "Hữu Bảo",
username: "huubao",
avatar: "/avatar/huubao-avatar.jpg",
github: "https://github.com/lehuubao1810",
linkedin: "https://www.linkedin.com/in/lehuubao2909/",
website: "https://lehuubao.vercel.app",
bio: "I'm a Junior Developer with experience in React, Node.js, Next.js, and React Native. I'm passionate about expanding my skills in Web3 development.",
slushWallet: "0xd21bc08c287ac02a995e00c121778e7c4d384547ed10e7940994157230d982d7",
},
{
name: "Khoi Nguyen",
username: "MrOctopus",
avatar: "/avatar/khoi.jpg",
github: "https://github.com/tpSpace",
linkedin: "https://www.linkedin.com/in/nmvkhoi/",
bio: "Never Settle - Eager to learn new things.",
slushWallet:
"0x903d678b7972c31068cf49e76981754074fe609e7c9f5e6a70d3fe7a0aa77fb2",
},
{
name: "Phap Luong",
username: "phapdev",
avatar: "/avatar/phapdev-avatar.jpg",
github: "https://github.com/phapdev",
linkedin: "https://www.linkedin.com/in/phapdev",
bio: "Coding...",
slushWallet:
"0xe0c4700d3e6de95283cfafb2f292ce34eaadab7a56470d0bfcdd0df3a0dbb002",
},
];

export default DEV_DATA;
export default DEV_DATA;