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
7 changes: 7 additions & 0 deletions website/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@
desc: 'A decentralized, privacy-focused encrypted messenger with zero metadata leakage. Features Nexus, an integrated in-app webxdc app store.',
platforms: 'Windows, macOS, Linux, Android',
url: 'https://vectorapp.io'
},
ditto: {
name: 'Ditto',
img: 'assets/messengers/ditto.png',
desc: 'A social platform for people who want to have fun, not feed the Big Tech machine. Open source, decentralized, and entirely yours to customize and build upon. Express yourself with custom themes, Lightning payments, and an ever-growing set of content types -- including WebXDC.',
platforms: 'Android, iOS, Web',
url: 'https://ditto.pub'
}
};

Expand Down
Binary file added website/assets/messengers/ditto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h3 class="subtitle hero-subtitle">
<button class="messenger-btn" data-messenger="cheogram">Cheogram</button>
<button class="messenger-btn" data-messenger="w2g">Watch2Gether</button>
<button class="messenger-btn" data-messenger="vector">Vector</button>
<button class="messenger-btn" data-messenger="ditto">Ditto</button>
</div>
</div>
<div class="column has-text-centered">
Expand Down
Loading