20 lines
578 B
JavaScript
20 lines
578 B
JavaScript
document.write(`
|
|
<section>
|
|
<h2>Die Idee</h2>
|
|
<p style="font-size: 1.5em; color: #2980b9; margin-bottom: 0.5em;"><strong>Daten + Kalender + Kontakte + Office</strong></p>
|
|
<ul>
|
|
<li>✅ Einfach zu bedienen</li>
|
|
<li>✅ Einfach zu installieren</li>
|
|
<li>✅ Funktioniert besser</li>
|
|
<li>✅ Lässt sich gut anpassen</li>
|
|
<li>✅ Es macht SPASS</li>
|
|
</ul>
|
|
<p style="font-size: 1.5em; color: #2980b9; margin-bottom: 0.5em;">(eine) Lösung: <strong>Nextcloud</strong></p>
|
|
<aside class="notes">
|
|
- Lösung Nextcloud
|
|
|
|
Was braucht man dafür?
|
|
</aside>
|
|
</section>
|
|
`);
|