Compare commits

...

2 Commits

Author SHA1 Message Date
antilopa ea2888d7c7 WIP chat page 2022-01-04 22:59:40 +01:00
antilopa 53d4616957 first sketch 2021-11-07 21:28:17 +01:00
4 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
title: Email
bgcolor: '#FFF'
fontcolor: '#1F5C60'
body_classes: modular
wider_column: right
---
## Chat
**Disroot** provides several different chat and conference services...
---

View File

@ -0,0 +1,43 @@
---
title: Chat Overview
section_id: chats
bgcolor: '#FFF'
fontcolor: '#555'
text_align: left
services:
-
title: XMPP Chat
icon: xmpp.png
link: 'https://webchat.disroot.org'
text: "Decentralized instant messaging."
button: 'https://howto.disroot.org/en/tutorials/chat'
buttontext: "Learn more"
-
title: Nextcloud Talk
icon: cloud.png
link: 'https://cloud.disroot.org/apps/spreed/'
text: "??"
button: 'https://howto.disroot.org/en/tutorials/cloud/apps/talk/web'
buttontext: "Learn more"
-
title: 'Calls'
icon: calls.png
link: 'https://calls.disroot.org'
text: "A videoconferencing tool."
button: 'https://disroot.org/services/calls'
buttontext: "Learn more"
-
title: 'Audio'
icon: mumble.png
link: 'https://mumble.disroot.org'
text: "A low latency, high quality voice chat application."
button: 'https://howto.disroot.org/en/tutorials/office/mumble'
buttontext: "Learn more"
-
title: 'Delat chat'
icon: email.png
link: 'https://disroot.org/services/delta'
text: "??"
button: ''
buttontext: "Learn more"
---

View File

@ -0,0 +1,8 @@
---
title: 'Green bar'
bgcolor: '#8EB726'
fontcolor: '#FFF'
text_align: center
---
<br><br>

20
pages/chats/modular.en.md Normal file
View File

@ -0,0 +1,20 @@
---
title: Disroot Chats
bgcolor: '#fff'
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _green-bar
- _chat-intro
- _chat-overview
- _xmpp-encrypt
- _xmpp-1on1
- _xmpp-chatrooms
- _xmpp-bridges
- _xmpp-bots
body_classes: modular
header_image: 'none'
---