mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
Révision du contenu
This commit is contained in:
63
content/exemples-services.md
Normal file
63
content/exemples-services.md
Normal file
@ -0,0 +1,63 @@
|
||||
+++
|
||||
title = "Services et tarifs"
|
||||
+++
|
||||
|
||||
## Exemples d'outils libres auto-hébergeables
|
||||
|
||||
<div class="services_by_need">
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Publier des vidéos") }}
|
||||
<div class="service_boxes">
|
||||
{{ service_box(href="https://joinpeertube.org", title="PeerTube", img="/img/solutions/peertube.svg") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Visioconférence") }}
|
||||
<div class="service_boxes">
|
||||
{{ service_box(href="https://bigbluebutton.org", title="BigBlueButton", img="/img/solutions/bigbluebutton.png") }}
|
||||
{{ service_box(href="https://jitsi.org", title="Jitsi", img="/img/solutions/jitsi.png") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Partage et édition de fichiers") }}
|
||||
<div class="service_boxes">
|
||||
{{ service_box(href="https://nextcloud.org", title="NextCloud", img="/img/solutions/nextcloud.svg") }}
|
||||
{{ service_box(href="https://framalibre.org/content/jirafeau", title="Jirafeau", img="/img/solutions/jirafeau.svg") }}
|
||||
{{ service_box(href="https://linuxfr.org/news/un-nouveau-logiciel-libre-lufi", title="Lufi", img="/img/solutions/lufi.svg") }}
|
||||
{{ service_box(href="https://cryptpad.org", title="CryptPad", img="/img/solutions/cryptpad.svg") }}
|
||||
{{ service_box(href="https://hedgedoc.org", title="HedgeDoc", img="/img/solutions/hedgedoc.svg") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Gestion & Comptabilité") }}
|
||||
<div class="service_boxes">
|
||||
{{ service_box(href="https://www.dolibarr.org", title="Dolibarr", img="/img/solutions/dolibarr.png") }}
|
||||
{{ service_box(href="https://dokos.io", title="Dokos", img="/img/solutions/dokos.svg") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Création de site web") }}
|
||||
<div class="service_boxes">
|
||||
{{ service_box(href="https://wordpress.org", title="WordPress", img="/img/solutions/wordpress.svg") }}
|
||||
{{ service_box(href="https://www.spip.net", title="SPIP", img="/img/solutions/spip.png") }}
|
||||
{{ service_box(href="https://yeswiki.net", title="YesWiki", img="/img/solutions/yeswiki.png") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Newsletter & liste de mails") }}
|
||||
<div class="service_boxes">
|
||||
{{ service_box(href="https://listmonk.app", title="ListMonk", img="/img/solutions/listmonk.svg") }}
|
||||
{{ service_box(href="https://www.sympa.community", title="Sympa", img="/img/solutions/sympa.png") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Prise de décisions") }}
|
||||
<div class="service_boxes">
|
||||
{{ service_box(href="https://www.loomio.com", title="Loomio", img="/img/solutions/loomio.svg") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="need_services">
|
||||
{{ need_box(title="Et beaucoup, beaucoup d'autres...") }}
|
||||
<div class="service_boxes"></div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user