Files
afa-vortrag/slides/slide-10-nextcloud-features.js
T
2026-08-15 12:06:47 +02:00

17 lines
632 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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>
`);