Skip to content

Commit

Permalink
Update Funder and Engineer content (#29)
Browse files Browse the repository at this point in the history
* Update Funder and Engineer content

* Update Engineer.ts
  • Loading branch information
Ehsan-saradar authored Jul 30, 2024
1 parent 3ea5e25 commit 56641cf
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/img/logo-Asgardex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/img/logo-THORChain.net.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/img/logo-Weweswap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/img/logo-XChainJS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/img/logo-f-Thorswap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/img/logo-thorchain.network.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/app/copy/Engineer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ export const engineerCopy = {
description: "Decentralised Wallet Platform",
link: "https://thorwallet.org/",
image: "/img/logo-thorwallet.svg"
},
{
title: "XChainJS",
description: "Decentralised Wallet Platform",
link: "https://xchainjs.org/",
image: "/img/logo-XChainJS.svg"
},
{
title: "THORChain.net",
description: "Decentralised Wallet Platform",
link: "https://THORChain.net",
image: "/img/logo-THORChain.net.svg"
},
{
title: "thorchain.network",
description: "Decentralised Wallet Platform",
link: "https://thorchain.network",
image: "/img/logo-thorchain.network.svg"
}
]
};
21 changes: 21 additions & 0 deletions src/app/copy/Founder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ export const founderCopy = {
link: "https://accelerateordie.org/index.html",
image: "/img/logo-accel.svg",
target: "_blank"
},
{
title: "Thorswap",
description: "Decentralized Cross-Chain Exchange",
link: "https://www.thorswap.finance/",
image: "/img/logo-f-Thorswap.svg",
target: "_blank"
},
{
title: "Asgardex",
description: "Accelerate Or Die",
link: "https://www.asgardex.com",
image: "/img/logo-Asgardex.svg",
target: "_blank"
},
{
title: "Weweswap",
description: "User-Friendly DeFi Swaps",
link: "https://www.weweswap.com",
image: "/img/logo-Weweswap.svg",
target: "_blank"
}
]
};

0 comments on commit 56641cf

Please sign in to comment.