Skip to content

Commit

Permalink
feat: added Bondscape to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 13, 2023
1 parent edaf260 commit 87bca0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added public/bondscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion public/locales/en/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@
"scriptaTitle": "Scripta",
"scriptaContent": "Scripta is a decentralized platform for publishing articles, enabling users to have ownership and control over their content.",
"butterTitle": "Butter",
"butterContent": "Butter is a decentralized social network where you have complete control over your contents and personal data. No third parties involved, no private data collected."
"butterContent": "Butter is a decentralized social network where you have complete control over your contents and personal data. No third parties involved, no private data collected.",
"bondscapeTitle": "Bondscape",
"bondscapeContent": "Bondscape is a hybrid real-life/online decentralized social network designed to revolutionize the event experience by fostering lasting, genuine connections among attendees."
}
7 changes: 7 additions & 0 deletions sections/ecosystem/ApplicationsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ const ApplicationsSection = () => {
content: "butterContent",
link: "https://butter.social",
},
{
id: 4,
title: "bondscapeTitle",
image: "/bondscape.png",
content: "bondscapeContent",
link: "https://bondscape.app",
},
]
return (
<div className="text-white mt-[60px] md:mt-[80px] lg:mt-[120px] ">
Expand Down

0 comments on commit 87bca0e

Please sign in to comment.