-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
55 lines (50 loc) · 3.15 KB
/
services.html
File metadata and controls
55 lines (50 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<section id="services-page" class="section">
<h2><span class="icon-prefix">✅</span> Ihre Lösung: Ausfallsicherheit als Service</h2>
<p>Als Spezialist für Redundanz und Zero Trust biete ich klare, festpreisbasierte Lösungen für kleine Unternehmen, Praxen und ambitionierte Home-Office-Umgebungen.</p>
<div style="display: flex; gap: 30px; margin-top: 40px; flex-wrap: wrap;">
<div class="info-box" style="flex: 1; min-width: 300px; border-left: 5px solid var(--highlight-color);">
<h3>1. Zero Trust Access Migration</h3>
<p><strong>Die Lösung für sicheren Fernzugriff ohne VPN-Probleme.</strong></p>
<ul class="icon-list">
<li>Einrichtung des Cloudflare Tunnels (Zero Trust).</li>
<li>Absicherung der externen Verbindung (keine offenen Router-Ports!).</li>
<li>Support für bis zu 5 Benutzer/Geräte.</li>
</ul>
<p style="font-size: 1.5em; font-weight: bold; color: var(--highlight-color); margin-top: 15px;">
Festpreis: 950 €
</p>
<p class="meta">*(Geschätzte Dauer: 1 Tag. Keine monatlichen Lizenzkosten.)</p>
</div>
<div class="info-box" style="flex: 1; min-width: 300px; border-left: 5px solid var(--highlight-color);">
<h3>2. Disaster Recovery Audit & Konzeption</h3>
<p><strong>Von der Bestandsaufnahme zur ausfallsicheren Proxmox/Ceph-Strategie.</strong></p>
<ul class="icon-list">
<li>Analyse der aktuellen Backup-Strategie.</li>
<li>Detaillierte Konzeption eines Ceph-HA-Clusters (oder einfacherer DR-Lösung).</li>
<li>Schriftliche Anleitung zur Umsetzung und Hardware-Empfehlung.</li>
</ul>
<p style="font-size: 1.5em; font-weight: bold; color: var(--highlight-color); margin-top: 15px;">
Festpreis: 490 €
</p>
<p class="meta">*(Detaillierter 20-seitiger Audit-Bericht. Ideal für den Start.)</p>
</div>
<div class="info-box" style="flex: 1; min-width: 300px; border-left: 5px solid var(--highlight-color);">
<h3>3. IT-Notstrom-Audit & Beratung</h3>
<p><strong>Sicherstellung der Geschäftsfähigkeit bei Stromausfall (Spezialgebiet).</strong></p>
<ul class="icon-list">
<li>Analyse der kritischen Lasten (Router, Server, Kasse).</li>
<li>Planung der Anbindung an die Solaranlage/USV.</li>
<li>Kosten-Nutzen-Analyse der benötigten Speicherkapazität.</li>
</ul>
<p style="font-size: 1.5em; font-weight: bold; color: var(--highlight-color); margin-top: 15px;">
Stundensatz: 100 €/Stunde
</p>
<p class="meta">*(Mindestbuchung: 3 Stunden. Abrechnung nach Aufwand.)</p>
</div>
</div>
<div style="text-align: center; margin-top: 40px;">
<a href="#contact" class="button primary" style="padding: 15px 30px; font-size: 1.1em; text-decoration: none;">
<span class="icon-prefix">✉️</span> Jetzt unverbindlich anfragen
</a>
</div>
</section>