add quaratantine page

This commit is contained in:
meaz 2020-03-25 22:45:28 +01:00
parent 4ef451d747
commit 88f77f5d1a
4 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
title: Quarantine
bgcolor: '#1F5C60'
fontcolor: '#FFFFFF'
text_align: center
body_classes: modular
---
<br>
## Coronavirus outbreak !
The Coronavirus outbreak has put us all in a unique situation. A large majority of the world's population must remain in their homes as a measure to prevent the disease from spreading further. This has generated a collapse in a number of services that depend on the Internet and that is why, here in Disroot, we decided to collaborate by making available to all some useful tools so that everyone can communicate, work and share: the Disroot Kit.
## These services do not require registration.
We also want to help other organizations and small companies by providing customized private instances for a fee that is affordable.

View file

@ -0,0 +1,57 @@
---
title: Services
section_id: services
bgcolor: '#FFF'
fontcolor: '#555'
text_align: left
services:
-
title: Pads
icon: pads.png
link: 'https://disroot.org/services/pads'
text: "Create and edit documents collaboratively in real-time directly in the web browser."
button: 'https://pad.disroot.org'
buttontext: "Start a pad"
-
title: Calc
icon: calc.png
link: 'https://disroot.org/services/pads'
text: "Create and edit spreadsheets collaboratively in real-time directly in the web browser."
button: 'https://calc.disroot.org'
buttontext: "Start a calc"
-
title: 'Paste Bin'
icon: pastebin.png
link: 'https://disroot.org/services/privatebin'
text: "Encrypted online paste-bin/discussion board."
button: 'https://bin.disroot.org'
buttontext: "Share a pastebin"
-
title: Upload
icon: upload.png
link: 'https://disroot.org/services/upload'
text: "Encrypted, temporary file hosting and sharing software."
button: 'https://upload.disroot.org'
buttontext: "Share a file"
-
title: Polls
icon: polls.png
link: 'https://disroot.org/services/polls'
text: "Online service for planning an appointment or making decisions quickly and easily."
button: 'https://poll.disroot.org'
buttontext: "Start a poll"
-
title: 'Calls'
icon: calls.png
link: 'https://disroot.org/services/calls'
text: "A videoconferencing tool."
button: 'https://calls.disroot.org'
buttontext: "Start a call"
-
title: 'Audio'
icon: mumble.png
link: 'https://disroot.org/services/audio'
text: "A low latency, high quality voice chat application."
button: 'https://mumble.disroot.org'
buttontext: "Create a channel"
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

View file

@ -0,0 +1,14 @@
---
title: Quarantine
bgcolor: '#1F5C60'
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _about
- _services
body_classes: modular
header_image: coronavirus.jpg
---