forked from Disroot/Website
added spacing and custom button tets for services
This commit is contained in:
parent
e87af29d36
commit
fea7a1a5f6
4 changed files with 13 additions and 0 deletions
|
@ -6,5 +6,6 @@ text_align: center
|
|||
body_classes: modular
|
||||
---
|
||||
|
||||
<br>
|
||||
## Disroot is a platform providing online services based on principles of freedom, privacy, federation and decentralization.
|
||||
**No tracking, no ads, no profiling, no data mining!**
|
||||
|
|
|
@ -7,4 +7,5 @@ padding: 20px
|
|||
body_classes: modular
|
||||
---
|
||||
|
||||
<br>
|
||||
<a class="button button2" href="https://disroot.org/en/donate">SUPPORT US</a>
|
||||
|
|
|
@ -12,58 +12,68 @@ services:
|
|||
link: 'https://disroot.org/services/email'
|
||||
text: 'Free and secure email accounts for your desktop IMAP client or via a Web-interface.'
|
||||
button: 'https://mail.disroot.org'
|
||||
buttontext: "Log in"
|
||||
-
|
||||
title: Cloud
|
||||
icon: cloud.png
|
||||
link: 'https://disroot.org/services/nextcloud/'
|
||||
text: 'Your data under your control! Sync & share your files, calendars, contacts and more.'
|
||||
button: 'https://cloud.disroot.org'
|
||||
buttontext: "Log in"
|
||||
-
|
||||
title: Forum
|
||||
icon: forum.png
|
||||
link: 'https://disroot.org/services/forum'
|
||||
text: 'A modern approach to discussion forums / mailing-list for your community, group or collective needs.'
|
||||
button: 'https://forum.disroot.org'
|
||||
buttontext: "Log in"
|
||||
-
|
||||
title: XMPP Chat
|
||||
icon: xmpp.png
|
||||
link: 'https://disroot.org/services/xmpp'
|
||||
text: 'Decentralized instant messaging.'
|
||||
button: 'https://chat.disroot.org'
|
||||
buttontext: "Log in"
|
||||
-
|
||||
title: Pads
|
||||
icon: pads.png
|
||||
link: 'https://disroot.org/services/pads'
|
||||
text: 'Edit documents or spreadsheets collaboratively in real-time directly in the web browser.'
|
||||
button: 'https://pad.disroot.org'
|
||||
buttontext: "Start a pad"
|
||||
-
|
||||
title: 'Paste Bin'
|
||||
icon: pastebin.png
|
||||
link: 'https://disroot.org/services/privatebin'
|
||||
text: 'An open-source, 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: Search
|
||||
icon: search.png
|
||||
link: 'https://disroot.org/services/search'
|
||||
text: 'An anonymous multi search engine platform, aggregating the results of other search engines.'
|
||||
button: 'https://search.disroot.org'
|
||||
buttontext: "Search"
|
||||
-
|
||||
title: Polls
|
||||
icon: polls.png
|
||||
link: 'https://disroot.org/services/polls'
|
||||
text: 'Online service for planning an appointment or making a decision quickly and easily.'
|
||||
button: 'https://polls.disroot.org'
|
||||
buttontext: "Start a poll"
|
||||
-
|
||||
title: 'Project Board'
|
||||
icon: project_board.png
|
||||
link: 'https://disroot.org/services/project-board'
|
||||
text: 'A project management tool, developed with agile methodology in mind, for any project or group.'
|
||||
button: 'https://board.disroot.org'
|
||||
buttontext: "Log in"
|
||||
---
|
||||
|
|
|
@ -7,4 +7,5 @@ padding: 20px
|
|||
body_classes: modular
|
||||
---
|
||||
|
||||
<br>
|
||||
<a class="button button1" href="https://user.disroot.org/pwm/public/newuser/">SIGN UP</a>
|
||||
|
|
Loading…
Reference in a new issue