Files
afa-vortrag/slides/slide-10-nextcloud-features.js
T

17 lines
632 B
JavaScript
Raw Normal View History

document.write(`
<section>
<h2>Nextcloud: 4 Funktionen</h2>
<h3><span class="emoji">📁</span>Speicherung</h3>
<p>Sync wie Google Drive, auf deiner Hardware</p>
<h3><span class="emoji">📅</span>Kalender & Kontakte</h3>
<p>CardDAV/CalDAV überall kompatibel</p>
<h3><span class="emoji">📝</span>Office</h3>
<p>OnlyOffice/Collabora echte Zusammenarbeit</p>
<h3><span class="emoji">🔓</span>Offen</h3>
<p>Keine Lock-in, offene Standards</p>
<aside class="notes">
Speicherung: Sync wie Google Drive, aber auf deiner Hardware. Kalender & Kontakte: CardDAV/CalDAV, überall kompatibel.
</aside>
</section>
`);