Spaces:
Running
Running
Was ist mit den ganzen nebenseiten ?
Browse files- about.html +170 -0
- contact.html +201 -0
- features.html +212 -0
- security.html +261 -0
about.html
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="de" class="scroll-smooth">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Über uns - SecureDataroom Pro</title>
|
| 7 |
+
<meta name="description" content="Erfahren Sie mehr über SecureDataroom Pro - Ihr deutscher Partner für sichere Virtual Data Rooms.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366f1'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E">
|
| 9 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
<link rel="stylesheet" href="style.css">
|
| 13 |
+
<script>
|
| 14 |
+
tailwind.config = {
|
| 15 |
+
theme: {
|
| 16 |
+
extend: {
|
| 17 |
+
colors: {
|
| 18 |
+
primary: {
|
| 19 |
+
50: '#f8fafc',
|
| 20 |
+
100: '#f1f5f9',
|
| 21 |
+
200: '#e2e8f0',
|
| 22 |
+
300: '#cbd5e1',
|
| 23 |
+
400: '#94a3b8',
|
| 24 |
+
500: '#64748b',
|
| 25 |
+
600: '#475569',
|
| 26 |
+
700: '#334155',
|
| 27 |
+
800: '#1e293b',
|
| 28 |
+
900: '#0f172a',
|
| 29 |
+
},
|
| 30 |
+
secondary: {
|
| 31 |
+
50: '#f5f3ff',
|
| 32 |
+
100: '#ede9fe',
|
| 33 |
+
200: '#ddd6fe',
|
| 34 |
+
300: '#c4b5fd',
|
| 35 |
+
400: '#a78bfa',
|
| 36 |
+
500: '#8b5cf6',
|
| 37 |
+
600: '#7c3aed',
|
| 38 |
+
700: '#6d28d9',
|
| 39 |
+
800: '#5b21b6',
|
| 40 |
+
900: '#4c1d95',
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
</script>
|
| 47 |
+
</head>
|
| 48 |
+
<body class="bg-white text-primary-900 antialiased">
|
| 49 |
+
|
| 50 |
+
<dataroom-navbar></dataroom-navbar>
|
| 51 |
+
|
| 52 |
+
<!-- Hero Section -->
|
| 53 |
+
<section class="relative overflow-hidden bg-gradient-to-br from-primary-50 to-secondary-50 py-20 lg:py-32">
|
| 54 |
+
<div class="absolute inset-0 bg-grid-primary-100/50" aria-hidden="true"></div>
|
| 55 |
+
<div class="relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 56 |
+
<div class="text-center">
|
| 57 |
+
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold tracking-tight text-primary-900 mb-6">
|
| 58 |
+
Über <span class="bg-gradient-to-r from-secondary-500 to-secondary-700 bg-clip-text text-transparent">SecureDataroom Pro</span>
|
| 59 |
+
</h1>
|
| 60 |
+
<p class="text-lg md:text-xl text-primary-600 mb-8 max-w-3xl mx-auto">
|
| 61 |
+
Ihr vertrauenswürdiger Partner für sichere, kompatibilitätsgerechte und effiziente Virtual Data Room Lösungen.
|
| 62 |
+
</p>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</section>
|
| 66 |
+
|
| 67 |
+
<!-- Content Section -->
|
| 68 |
+
<section class="py-20 bg-white">
|
| 69 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 70 |
+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
|
| 71 |
+
<div>
|
| 72 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary-900 mb-6">
|
| 73 |
+
Unsere Mission
|
| 74 |
+
</h2>
|
| 75 |
+
<p class="text-lg text-primary-600 mb-6">
|
| 76 |
+
Wir glauben, dass Vertraulichkeit und Sicherheit keine Kompromisse sein dürfen. SecureDataroom Pro wurde von einem Team aus Sicherheitsexperten, Transaktionsberatern und Software-Entwicklern mit jahrzehntelanger Erfahrung in M&A und Due Diligence Prozessen entwickelt.
|
| 77 |
+
</p>
|
| 78 |
+
<p class="text-lg text-primary-600 mb-8">
|
| 79 |
+
Unsere Lösung kombiniert Bank-Level Sicherheit mit intuitiver Bedienbarkeit – Made in Germany und vollständig DSGVO-konform.
|
| 80 |
+
</p>
|
| 81 |
+
<div class="grid grid-cols-2 gap-6">
|
| 82 |
+
<div class="text-center">
|
| 83 |
+
<div class="text-3xl font-bold text-secondary-600">2018</div>
|
| 84 |
+
<div class="text-sm text-primary-600">Gegründet</div>
|
| 85 |
+
</div>
|
| 86 |
+
<div class="text-center">
|
| 87 |
+
<div class="text-3xl font-bold text-secondary-600">500+</div>
|
| 88 |
+
<div class="text-sm text-primary-600">Erfolgreiche Transaktionen</div>
|
| 89 |
+
</div>
|
| 90 |
+
</div>
|
| 91 |
+
</div>
|
| 92 |
+
<div class="relative">
|
| 93 |
+
<div class="absolute -inset-4 bg-gradient-to-r from-secondary-400/20 to-secondary-600/20 rounded-3xl blur-2xl"></div>
|
| 94 |
+
<div class="relative rounded-2xl bg-white/80 backdrop-blur-sm shadow-2xl ring-1 ring-white/50 p-8">
|
| 95 |
+
<img src="http://static.photos/office/640x360/42" alt="Team" class="rounded-lg w-full mb-6">
|
| 96 |
+
<div class="space-y-4">
|
| 97 |
+
<div class="h-4 rounded bg-primary-200/60"></div>
|
| 98 |
+
<div class="h-4 w-5/6 rounded bg-primary-200/40"></div>
|
| 99 |
+
</div>
|
| 100 |
+
</div>
|
| 101 |
+
</div>
|
| 102 |
+
</div>
|
| 103 |
+
</div>
|
| 104 |
+
</section>
|
| 105 |
+
|
| 106 |
+
<!-- Team Section -->
|
| 107 |
+
<section class="py-20 bg-primary-50">
|
| 108 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 109 |
+
<div class="text-center mb-16">
|
| 110 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary-900 mb-6">
|
| 111 |
+
Unser Team
|
| 112 |
+
</h2>
|
| 113 |
+
<p class="text-lg text-primary-600 max-w-3xl mx-auto">
|
| 114 |
+
Ein engagiertes Team von Experten, die sich für Sicherheit und Transparenz einsetzen.
|
| 115 |
+
</p>
|
| 116 |
+
</div>
|
| 117 |
+
|
| 118 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 119 |
+
<div class="rounded-lg bg-white p-6 shadow-lg ring-1 ring-primary-200 text-center">
|
| 120 |
+
<img src="http://static.photos/people/320x240/1" alt="Team Member" class="w-24 h-24 rounded-full mx-auto mb-4 object-cover">
|
| 121 |
+
<h3 class="text-xl font-bold text-primary-900 mb-2">Dr. Michael Weber</h3>
|
| 122 |
+
<p class="text-secondary-600 font-medium mb-2">CEO & Mitgründer</p>
|
| 123 |
+
<p class="text-primary-600 text-sm">20+ Jahre Erfahrung in Corporate Finance und M&A</p>
|
| 124 |
+
</div>
|
| 125 |
+
<div class="rounded-lg bg-white p-6 shadow-lg ring-1 ring-primary-200 text-center">
|
| 126 |
+
<img src="http://static.photos/people/320x240/2" alt="Team Member" class="w-24 h-24 rounded-full mx-auto mb-4 object-cover">
|
| 127 |
+
<h3 class="text-xl font-bold text-primary-900 mb-2">Sarah Chen</h3>
|
| 128 |
+
<p class="text-secondary-600 font-medium mb-2">CTO</p>
|
| 129 |
+
<p class="text-primary-600 text-sm">Expertin für Cybersicherheit & verschlüsselte Systeme</p>
|
| 130 |
+
</div>
|
| 131 |
+
<div class="rounded-lg bg-white p-6 shadow-lg ring-1 ring-primary-200 text-center">
|
| 132 |
+
<img src="http://static.photos/people/320x240/3" alt="Team Member" class="w-24 h-24 rounded-full mx-auto mb-4 object-cover">
|
| 133 |
+
<h3 class="text-xl font-bold text-primary-900 mb-2">Markus Schmidt</h3>
|
| 134 |
+
<p class="text-secondary-600 font-medium mb-2">Head of Compliance</p>
|
| 135 |
+
<p class="text-primary-600 text-sm">Experte für DSGVO und ISO-Zertifizierungen</p>
|
| 136 |
+
</div>
|
| 137 |
+
</div>
|
| 138 |
+
</div>
|
| 139 |
+
</section>
|
| 140 |
+
|
| 141 |
+
<!-- CTA Section -->
|
| 142 |
+
<section class="py-20 bg-gradient-to-r from-secondary-600 to-secondary-700">
|
| 143 |
+
<div class="mx-auto max-w-4xl px-4 sm:px-6 lg:px-8 text-center">
|
| 144 |
+
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">
|
| 145 |
+
Bereit zu starten?
|
| 146 |
+
</h2>
|
| 147 |
+
<p class="text-xl text-secondary-100 mb-8">
|
| 148 |
+
Vereinbaren Sie ein kostenloses Beratungsgespräch mit unseren Experten.
|
| 149 |
+
</p>
|
| 150 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 151 |
+
<a href="contact.html" class="group relative inline-flex items-center justify-center rounded-lg bg-white px-8 py-3 text-secondary-600 font-semibold shadow-lg transition-all duration-300 hover:-translate-y-1 hover:shadow-xl hover:text-secondary-700 focus:outline-none focus:ring-4 focus:ring-white/30">
|
| 152 |
+
<span class="relative z-10">Kontakt aufnehmen</span>
|
| 153 |
+
<i data-feather="arrow-right" class="relative z-10 ml-2 h-5 w-5 transition-transform duration-300 group-hover:translate-x-1"></i>
|
| 154 |
+
</a>
|
| 155 |
+
<a href="index.html" class="inline-flex items-center justify-center rounded-lg bg-secondary-800 px-8 py-3 font-semibold text-white shadow-lg ring-1 ring-white/20 transition-all duration-300 hover:-translate-y-1 hover:shadow-xl hover:bg-secondary-900 focus:outline-none focus:ring-4 focus:ring-white/20">
|
| 156 |
+
<i data-feather="home" class="mr-2 h-5 w-5"></i>
|
| 157 |
+
Zurück zur Startseite
|
| 158 |
+
</a>
|
| 159 |
+
</div>
|
| 160 |
+
</div>
|
| 161 |
+
</section>
|
| 162 |
+
|
| 163 |
+
<dataroom-footer></dataroom-footer>
|
| 164 |
+
|
| 165 |
+
<script src="components/navbar.js"></script>
|
| 166 |
+
<script src="components/footer.js"></script>
|
| 167 |
+
<script src="script.js"></script>
|
| 168 |
+
<script>feather.replace();</script>
|
| 169 |
+
</body>
|
| 170 |
+
</html>
|
contact.html
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="de" class="scroll-smooth">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Kontakt - SecureDataroom Pro</title>
|
| 7 |
+
<meta name="description" content="Kontaktieren Sie SecureDataroom Pro - Wir helfen Ihnen bei Ihrer nächsten Transaktion.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366f1'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E">
|
| 9 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
<link rel="stylesheet" href="style.css">
|
| 13 |
+
<script>
|
| 14 |
+
tailwind.config = {
|
| 15 |
+
theme: {
|
| 16 |
+
extend: {
|
| 17 |
+
colors: {
|
| 18 |
+
primary: {
|
| 19 |
+
50: '#f8fafc',
|
| 20 |
+
100: '#f1f5f9',
|
| 21 |
+
200: '#e2e8f0',
|
| 22 |
+
300: '#cbd5e1',
|
| 23 |
+
400: '#94a3b8',
|
| 24 |
+
500: '#64748b',
|
| 25 |
+
600: '#475569',
|
| 26 |
+
700: '#334155',
|
| 27 |
+
800: '#1e293b',
|
| 28 |
+
900: '#0f172a',
|
| 29 |
+
},
|
| 30 |
+
secondary: {
|
| 31 |
+
50: '#f5f3ff',
|
| 32 |
+
100: '#ede9fe',
|
| 33 |
+
200: '#ddd6fe',
|
| 34 |
+
300: '#c4b5fd',
|
| 35 |
+
400: '#a78bfa',
|
| 36 |
+
500: '#8b5cf6',
|
| 37 |
+
600: '#7c3aed',
|
| 38 |
+
700: '#6d28d9',
|
| 39 |
+
800: '#5b21b6',
|
| 40 |
+
900: '#4c1d95',
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
</script>
|
| 47 |
+
</head>
|
| 48 |
+
<body class="bg-white text-primary-900 antialiased">
|
| 49 |
+
|
| 50 |
+
<dataroom-navbar></dataroom-navbar>
|
| 51 |
+
|
| 52 |
+
<!-- Hero Section -->
|
| 53 |
+
<section class="relative overflow-hidden bg-gradient-to-br from-primary-50 to-secondary-50 py-20 lg:py-32">
|
| 54 |
+
<div class="absolute inset-0 bg-grid-primary-100/50" aria-hidden="true"></div>
|
| 55 |
+
<div class="relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 56 |
+
<div class="text-center">
|
| 57 |
+
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold tracking-tight text-primary-900 mb-6">
|
| 58 |
+
Kontaktieren Sie <span class="bg-gradient-to-r from-secondary-500 to-secondary-700 bg-clip-text text-transparent">uns</span>
|
| 59 |
+
</h1>
|
| 60 |
+
<p class="text-lg md:text-xl text-primary-600 mb-8 max-w-3xl mx-auto">
|
| 61 |
+
Wir helfen Ihnen gerne bei der Einrichtung Ihres sicheren Datarooms oder beantworten Ihre Fragen.
|
| 62 |
+
</p>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</section>
|
| 66 |
+
|
| 67 |
+
<!-- Contact Section -->
|
| 68 |
+
<section class="py-20 bg-white">
|
| 69 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 70 |
+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16">
|
| 71 |
+
<!-- Contact Form -->
|
| 72 |
+
<div class="rounded-2xl bg-white shadow-2xl ring-1 ring-primary-200 p-8">
|
| 73 |
+
<h2 class="text-2xl font-bold text-primary-900 mb-6">Kontaktformular</h2>
|
| 74 |
+
<form class="space-y-6" id="contact-form">
|
| 75 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 76 |
+
<div>
|
| 77 |
+
<label for="first-name" class="block text-sm font-medium text-primary-700 mb-2">Vorname *</label>
|
| 78 |
+
<input type="text" id="first-name" name="first-name" required class="w-full rounded-lg border border-primary-300 px-4 py-3 focus:border-secondary-500 focus:ring-secondary-500">
|
| 79 |
+
</div>
|
| 80 |
+
<div>
|
| 81 |
+
<label for="last-name" class="block text-sm font-medium text-primary-700 mb-2">Nachname *</label>
|
| 82 |
+
<input type="text" id="last-name" name="last-name" required class="w-full rounded-lg border border-primary-300 px-4 py-3 focus:border-secondary-500 focus:ring-secondary-500">
|
| 83 |
+
</div>
|
| 84 |
+
</div>
|
| 85 |
+
<div>
|
| 86 |
+
<label for="email" class="block text-sm font-medium text-primary-700 mb-2">E-Mail *</label>
|
| 87 |
+
<input type="email" id="email" name="email" required class="w-full rounded-lg border border-primary-300 px-4 py-3 focus:border-secondary-500 focus:ring-secondary-500">
|
| 88 |
+
</div>
|
| 89 |
+
<div>
|
| 90 |
+
<label for="company" class="block text-sm font-medium text-primary-700 mb-2">Unternehmen</label>
|
| 91 |
+
<input type="text" id="company" name="company" class="w-full rounded-lg border border-primary-300 px-4 py-3 focus:border-secondary-500 focus:ring-secondary-500">
|
| 92 |
+
</div>
|
| 93 |
+
<div>
|
| 94 |
+
<label for="phone" class="block text-sm font-medium text-primary-700 mb-2">Telefon</label>
|
| 95 |
+
<input type="tel" id="phone" name="phone" class="w-full rounded-lg border border-primary-300 px-4 py-3 focus:border-secondary-500 focus:ring-secondary-500">
|
| 96 |
+
</div>
|
| 97 |
+
<div>
|
| 98 |
+
<label for="message" class="block text-sm font-medium text-primary-700 mb-2">Nachricht *</label>
|
| 99 |
+
<textarea id="message" name="message" rows="6" required class="w-full rounded-lg border border-primary-300 px-4 py-3 focus:border-secondary-500 focus:ring-secondary-500"></textarea>
|
| 100 |
+
</div>
|
| 101 |
+
<div class="flex items-start gap-3">
|
| 102 |
+
<input type="checkbox" id="privacy" name="privacy" required class="mt-1 h-4 w-4 rounded border-primary-300 text-secondary-600 focus:ring-secondary-500">
|
| 103 |
+
<label for="privacy" class="text-sm text-primary-600">Ich akzeptiere die <a href="#" class="text-secondary-600 hover:underline">Datenschutzbestimmungen</a> *</label>
|
| 104 |
+
</div>
|
| 105 |
+
<button type="submit" class="w-full group relative inline-flex items-center justify-center rounded-lg bg-secondary-600 px-8 py-3 text-white font-semibold shadow-lg transition-all duration-300 hover:-translate-y-1 hover:shadow-xl hover:bg-secondary-700 focus:outline-none focus:ring-4 focus:ring-secondary-200">
|
| 106 |
+
<span class="relative z-10">Nachricht senden</span>
|
| 107 |
+
<i data-feather="send" class="relative z-10 ml-2 h-5 w-5 transition-transform duration-300 group-hover:translate-x-1"></i>
|
| 108 |
+
</button>
|
| 109 |
+
</form>
|
| 110 |
+
</div>
|
| 111 |
+
|
| 112 |
+
<!-- Contact Info -->
|
| 113 |
+
<div class="space-y-8">
|
| 114 |
+
<div>
|
| 115 |
+
<h2 class="text-2xl font-bold text-primary-900 mb-6">Unsere Kontaktdaten</h2>
|
| 116 |
+
<div class="space-y-4">
|
| 117 |
+
<div class="flex items-start gap-4">
|
| 118 |
+
<div class="flex h-12 w-12 items-center justify-center rounded-lg bg-secondary-100 ring-1 ring-secondary-200">
|
| 119 |
+
<i data-feather="map-pin" class="h-6 w-6 text-secondary-600"></i>
|
| 120 |
+
</div>
|
| 121 |
+
<div>
|
| 122 |
+
<h3 class="font-semibold text-primary-900">Adresse</h3>
|
| 123 |
+
<p class="text-primary-600">SecureDataroom Pro GmbH<br>Frankfurter Straße 123<br>60327 Frankfurt am Main<br>Deutschland</p>
|
| 124 |
+
</div>
|
| 125 |
+
</div>
|
| 126 |
+
<div class="flex items-start gap-4">
|
| 127 |
+
<div class="flex h-12 w-12 items-center justify-center rounded-lg bg-secondary-100 ring-1 ring-secondary-200">
|
| 128 |
+
<i data-feather="phone" class="h-6 w-6 text-secondary-600"></i>
|
| 129 |
+
</div>
|
| 130 |
+
<div>
|
| 131 |
+
<h3 class="font-semibold text-primary-900">Telefon</h3>
|
| 132 |
+
<p class="text-primary-600"><a href="tel:+4969123456789" class="hover:text-secondary-600">+49 69 123 456 789</a></p>
|
| 133 |
+
<p class="text-sm text-primary-500">Mo-Fr, 9:00 - 18:00 Uhr</p>
|
| 134 |
+
</div>
|
| 135 |
+
</div>
|
| 136 |
+
<div class="flex items-start gap-4">
|
| 137 |
+
<div class="flex h-12 w-12 items-center justify-center rounded-lg bg-secondary-100 ring-1 ring-secondary-200">
|
| 138 |
+
<i data-feather="mail" class="h-6 w-6 text-secondary-600"></i>
|
| 139 |
+
</div>
|
| 140 |
+
<div>
|
| 141 |
+
<h3 class="font-semibold text-primary-900">E-Mail</h3>
|
| 142 |
+
<p class="text-primary-600"><a href="mailto:info@securedataroom-pro.de" class="hover:text-secondary-600">info@securedataroom-pro.de</a></p>
|
| 143 |
+
<p class="text-sm text-primary-500">24/7 Support für Enterprise-Kunden</p>
|
| 144 |
+
</div>
|
| 145 |
+
</div>
|
| 146 |
+
<div class="flex items-start gap-4">
|
| 147 |
+
<div class="flex h-12 w-12 items-center justify-center rounded-lg bg-secondary-100 ring-1 ring-secondary-200">
|
| 148 |
+
<i data-feather="clock" class="h-6 w-6 text-secondary-600"></i>
|
| 149 |
+
</div>
|
| 150 |
+
<div>
|
| 151 |
+
<h3 class="font-semibold text-primary-900">Support</h3>
|
| 152 |
+
<p class="text-primary-600">E-Mail: support@securedataroom-pro.de<br>Enterprise: +49 69 123 456 780 (24/7)</p>
|
| 153 |
+
</div>
|
| 154 |
+
</div>
|
| 155 |
+
</div>
|
| 156 |
+
</div>
|
| 157 |
+
|
| 158 |
+
<div class="rounded-lg bg-secondary-50 p-6 ring-1 ring-secondary-200">
|
| 159 |
+
<h3 class="text-lg font-semibold text-primary-900 mb-4">Schnelle Antworten</h3>
|
| 160 |
+
<p class="text-primary-600 mb-4">Die häufigsten Fragen werden sofort beantwortet in unserer FAQ-Sektion auf der Startseite.</p>
|
| 161 |
+
<a href="index.html#faq-container" class="inline-flex items-center gap-2 text-secondary-600 hover:text-secondary-700 font-medium">
|
| 162 |
+
<i data-feather="help-circle" class="h-5 w-5"></i>
|
| 163 |
+
FAQ anzeigen
|
| 164 |
+
</a>
|
| 165 |
+
</div>
|
| 166 |
+
</div>
|
| 167 |
+
</div>
|
| 168 |
+
</div>
|
| 169 |
+
</section>
|
| 170 |
+
|
| 171 |
+
<!-- Map Section -->
|
| 172 |
+
<section class="py-20 bg-primary-50">
|
| 173 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 174 |
+
<div class="text-center mb-16">
|
| 175 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary-900 mb-6">
|
| 176 |
+
Standort
|
| 177 |
+
</h2>
|
| 178 |
+
<p class="text-lg text-primary-600">
|
| 179 |
+
Unser Hauptsitz im Herzen von Frankfurt am Main
|
| 180 |
+
</p>
|
| 181 |
+
</div>
|
| 182 |
+
<div class="rounded-2xl overflow-hidden shadow-2xl ring-1 ring-primary-200">
|
| 183 |
+
<div class="h-96 bg-primary-200 flex items-center justify-center">
|
| 184 |
+
<div class="text-center">
|
| 185 |
+
<i data-feather="map" class="h-16 w-16 text-primary-400 mx-auto mb-4"></i>
|
| 186 |
+
<p class="text-primary-500">Kartenansicht wird geladen...</p>
|
| 187 |
+
<p class="text-primary-400 text-sm">Frankfurt am Main, Deutschland</p>
|
| 188 |
+
</div>
|
| 189 |
+
</div>
|
| 190 |
+
</div>
|
| 191 |
+
</div>
|
| 192 |
+
</section>
|
| 193 |
+
|
| 194 |
+
<dataroom-footer></dataroom-footer>
|
| 195 |
+
|
| 196 |
+
<script src="components/navbar.js"></script>
|
| 197 |
+
<script src="components/footer.js"></script>
|
| 198 |
+
<script src="script.js"></script>
|
| 199 |
+
<script>feather.replace();</script>
|
| 200 |
+
</body>
|
| 201 |
+
</html>
|
features.html
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="de" class="scroll-smooth">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Features - SecureDataroom Pro</title>
|
| 7 |
+
<meta name="description" content="Entdecken Sie alle Enterprise-Features von SecureDataroom Pro für sichere Transaktionen.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366f1'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E">
|
| 9 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
<link rel="stylesheet" href="style.css">
|
| 13 |
+
<script>
|
| 14 |
+
tailwind.config = {
|
| 15 |
+
theme: {
|
| 16 |
+
extend: {
|
| 17 |
+
colors: {
|
| 18 |
+
primary: {
|
| 19 |
+
50: '#f8fafc',
|
| 20 |
+
100: '#f1f5f9',
|
| 21 |
+
200: '#e2e8f0',
|
| 22 |
+
300: '#cbd5e1',
|
| 23 |
+
400: '#94a3b8',
|
| 24 |
+
500: '#64748b',
|
| 25 |
+
600: '#475569',
|
| 26 |
+
700: '#334155',
|
| 27 |
+
800: '#1e293b',
|
| 28 |
+
900: '#0f172a',
|
| 29 |
+
},
|
| 30 |
+
secondary: {
|
| 31 |
+
50: '#f5f3ff',
|
| 32 |
+
100: '#ede9fe',
|
| 33 |
+
200: '#ddd6fe',
|
| 34 |
+
300: '#c4b5fd',
|
| 35 |
+
400: '#a78bfa',
|
| 36 |
+
500: '#8b5cf6',
|
| 37 |
+
600: '#7c3aed',
|
| 38 |
+
700: '#6d28d9',
|
| 39 |
+
800: '#5b21b6',
|
| 40 |
+
900: '#4c1d95',
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
</script>
|
| 47 |
+
</head>
|
| 48 |
+
<body class="bg-white text-primary-900 antialiased">
|
| 49 |
+
|
| 50 |
+
<dataroom-navbar></dataroom-navbar>
|
| 51 |
+
|
| 52 |
+
<!-- Hero Section -->
|
| 53 |
+
<section class="relative overflow-hidden bg-gradient-to-br from-primary-50 to-secondary-50 py-20 lg:py-32">
|
| 54 |
+
<div class="absolute inset-0 bg-grid-primary-100/50" aria-hidden="true"></div>
|
| 55 |
+
<div class="relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 56 |
+
<div class="text-center">
|
| 57 |
+
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold tracking-tight text-primary-900 mb-6">
|
| 58 |
+
Alle <span class="bg-gradient-to-r from-secondary-500 to-secondary-700 bg-clip-text text-transparent">Features</span> im Überblick
|
| 59 |
+
</h1>
|
| 60 |
+
<p class="text-lg md:text-xl text-primary-600 mb-8 max-w-3xl mx-auto">
|
| 61 |
+
Entdecken Sie die umfassenden Möglichkeiten von SecureDataroom Pro für Ihre Transaktionen.
|
| 62 |
+
</p>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</section>
|
| 66 |
+
|
| 67 |
+
<!-- Feature Categories -->
|
| 68 |
+
<section class="py-20 bg-white">
|
| 69 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 70 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 71 |
+
<dataroom-feature-card
|
| 72 |
+
icon="shield"
|
| 73 |
+
title="Sicherheit & Compliance"
|
| 74 |
+
description="ISO 27001, GDPR, 256-Bit AES, 2FA, dynamische Wasserzeichen und umfassende Audit-Trails für maximale Sicherheit."
|
| 75 |
+
badge="BANK-LEVEL"
|
| 76 |
+
></dataroom-feature-card>
|
| 77 |
+
<dataroom-feature-card
|
| 78 |
+
icon="folder"
|
| 79 |
+
title="Dokumentenmanagement"
|
| 80 |
+
description="Intelligente Vorschau, Versionierung, KI-gestützte Suche, Batch-Upload und hierarchische Ordnerstruktur."
|
| 81 |
+
badge="ENTERPRISE"
|
| 82 |
+
></dataroom-feature-card>
|
| 83 |
+
<dataroom-feature-card
|
| 84 |
+
icon="users"
|
| 85 |
+
title="Kollaboration"
|
| 86 |
+
description="Q&A Module, Dokumenten-Kommentare, Task-Management und Multi-Channel Benachrichtigungen."
|
| 87 |
+
badge="TEAM"
|
| 88 |
+
></dataroom-feature-card>
|
| 89 |
+
<dataroom-feature-card
|
| 90 |
+
icon="bar-chart-2"
|
| 91 |
+
title="Analytics & Reporting"
|
| 92 |
+
description="Heatmaps, Zeit-Tracking, Real-Time Monitor, Custom Dashboards und Transaktions-Health Score."
|
| 93 |
+
badge="KI-POWERED"
|
| 94 |
+
></dataroom-feature-card>
|
| 95 |
+
<dataroom-feature-card
|
| 96 |
+
icon="settings"
|
| 97 |
+
title="Integration & API"
|
| 98 |
+
description="REST API, SSO/SAML, LDAP/AD, White-Labeling und Custom Workflows für nahtlose Integration."
|
| 99 |
+
badge="FLEXIBLE"
|
| 100 |
+
></dataroom-feature-card>
|
| 101 |
+
<dataroom-feature-card
|
| 102 |
+
icon="smartphone"
|
| 103 |
+
title="Mobile Apps"
|
| 104 |
+
description="Native Apps für iOS und Android mit vollem Funktionsumfang und Offline-Funktionen."
|
| 105 |
+
badge="ON-THE-GO"
|
| 106 |
+
></dataroom-feature-card>
|
| 107 |
+
</div>
|
| 108 |
+
</div>
|
| 109 |
+
</section>
|
| 110 |
+
|
| 111 |
+
<!-- Feature Comparison -->
|
| 112 |
+
<section class="py-20 bg-primary-50">
|
| 113 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 114 |
+
<div class="text-center mb-16">
|
| 115 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary-900 mb-6">
|
| 116 |
+
Feature-Vergleich nach Plan
|
| 117 |
+
</h2>
|
| 118 |
+
<p class="text-lg text-primary-600">
|
| 119 |
+
Finden Sie den perfekten Plan für Ihre Anforderungen.
|
| 120 |
+
</p>
|
| 121 |
+
</div>
|
| 122 |
+
|
| 123 |
+
<div class="overflow-x-auto">
|
| 124 |
+
<table class="w-full bg-white rounded-2xl shadow-lg ring-1 ring-primary-200">
|
| 125 |
+
<thead class="bg-secondary-50">
|
| 126 |
+
<tr>
|
| 127 |
+
<th class="px-6 py-4 text-left text-sm font-semibold text-primary-900">Feature</th>
|
| 128 |
+
<th class="px-6 py-4 text-center text-sm font-semibold text-primary-900">Starter</th>
|
| 129 |
+
<th class="px-6 py-4 text-center text-sm font-semibold text-primary-900">Professional</th>
|
| 130 |
+
<th class="px-6 py-4 text-center text-sm font-semibold text-primary-900">Enterprise</th>
|
| 131 |
+
</tr>
|
| 132 |
+
</thead>
|
| 133 |
+
<tbody class="divide-y divide-primary-200">
|
| 134 |
+
<tr>
|
| 135 |
+
<td class="px-6 py-4 text-sm text-primary-700 font-medium">Speicherplatz</td>
|
| 136 |
+
<td class="px-6 py-4 text-center text-sm text-primary-600">10 GB</td>
|
| 137 |
+
<td class="px-6 py-4 text-center text-sm text-primary-600">100 GB</td>
|
| 138 |
+
<td class="px-6 py-4 text-center text-sm text-primary-600">Unlimitiert</td>
|
| 139 |
+
</tr>
|
| 140 |
+
<tr>
|
| 141 |
+
<td class="px-6 py-4 text-sm text-primary-700 font-medium">Benutzer</td>
|
| 142 |
+
<td class="px-6 py-4 text-center text-sm text-primary-600">25</td>
|
| 143 |
+
<td class="px-6 py-4 text-center text-sm text-primary-600">Unbegrenzt</td>
|
| 144 |
+
<td class="px-6 py-4 text-center text-sm text-primary-600">Unbegrenzt</td>
|
| 145 |
+
</tr>
|
| 146 |
+
<tr>
|
| 147 |
+
<td class="px-6 py-4 text-sm text-primary-700 font-medium">2FA</td>
|
| 148 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 149 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 150 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 151 |
+
</tr>
|
| 152 |
+
<tr>
|
| 153 |
+
<td class="px-6 py-4 text-sm text-primary-700 font-medium">Dynamische Wasserzeichen</td>
|
| 154 |
+
<td class="px-6 py-4 text-center"><i data-feather="x" class="h-5 w-5 text-red-400 mx-auto"></i></td>
|
| 155 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 156 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 157 |
+
</tr>
|
| 158 |
+
<tr>
|
| 159 |
+
<td class="px-6 py-4 text-sm text-primary-700 font-medium">SSO Integration</td>
|
| 160 |
+
<td class="px-6 py-4 text-center"><i data-feather="x" class="h-5 w-5 text-red-400 mx-auto"></i></td>
|
| 161 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 162 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 163 |
+
</tr>
|
| 164 |
+
<tr>
|
| 165 |
+
<td class="px-6 py-4 text-sm text-primary-700 font-medium">Q&A Module</td>
|
| 166 |
+
<td class="px-6 py-4 text-center"><i data-feather="x" class="h-5 w-5 text-red-400 mx-auto"></i></td>
|
| 167 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 168 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 169 |
+
</tr>
|
| 170 |
+
<tr>
|
| 171 |
+
<td class="px-6 py-4 text-sm text-primary-700 font-medium">White-Labeling</td>
|
| 172 |
+
<td class="px-6 py-4 text-center"><i data-feather="x" class="h-5 w-5 text-red-400 mx-auto"></i></td>
|
| 173 |
+
<td class="px-6 py-4 text-center"><i data-feather="x" class="h-5 w-5 text-red-400 mx-auto"></i></td>
|
| 174 |
+
<td class="px-6 py-4 text-center"><i data-feather="check" class="h-5 w-5 text-green-500 mx-auto"></i></td>
|
| 175 |
+
</tr>
|
| 176 |
+
</tbody>
|
| 177 |
+
</table>
|
| 178 |
+
</div>
|
| 179 |
+
</div>
|
| 180 |
+
</section>
|
| 181 |
+
|
| 182 |
+
<!-- CTA Section -->
|
| 183 |
+
<section class="py-20 bg-gradient-to-r from-secondary-600 to-secondary-700">
|
| 184 |
+
<div class="mx-auto max-w-4xl px-4 sm:px-6 lg:px-8 text-center">
|
| 185 |
+
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">
|
| 186 |
+
Alle Features testen?
|
| 187 |
+
</h2>
|
| 188 |
+
<p class="text-xl text-secondary-100 mb-8">
|
| 189 |
+
Starten Sie Ihre kostenlose 30-Tage Testversion und erleben Sie alle Enterprise-Features.
|
| 190 |
+
</p>
|
| 191 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 192 |
+
<button class="group relative inline-flex items-center justify-center rounded-lg bg-white px-8 py-3 text-secondary-600 font-semibold shadow-lg transition-all duration-300 hover:-translate-y-1 hover:shadow-xl hover:text-secondary-700 focus:outline-none focus:ring-4 focus:ring-white/30">
|
| 193 |
+
<span class="relative z-10">Kostenlos testen</span>
|
| 194 |
+
<i data-feather="arrow-right" class="relative z-10 ml-2 h-5 w-5 transition-transform duration-300 group-hover:translate-x-1"></i>
|
| 195 |
+
</button>
|
| 196 |
+
<a href="contact.html" class="inline-flex items-center justify-center rounded-lg bg-secondary-800 px-8 py-3 font-semibold text-white shadow-lg ring-1 ring-white/20 transition-all duration-300 hover:-translate-y-1 hover:shadow-xl hover:bg-secondary-900 focus:outline-none focus:ring-4 focus:ring-white/20">
|
| 197 |
+
<i data-feather="calendar" class="mr-2 h-5 w-5"></i>
|
| 198 |
+
Demo vereinbaren
|
| 199 |
+
</a>
|
| 200 |
+
</div>
|
| 201 |
+
</div>
|
| 202 |
+
</section>
|
| 203 |
+
|
| 204 |
+
<dataroom-footer></dataroom-footer>
|
| 205 |
+
|
| 206 |
+
<script src="components/navbar.js"></script>
|
| 207 |
+
<script src="components/feature-card.js"></script>
|
| 208 |
+
<script src="components/footer.js"></script>
|
| 209 |
+
<script src="script.js"></script>
|
| 210 |
+
<script>feather.replace();</script>
|
| 211 |
+
</body>
|
| 212 |
+
</html>
|
security.html
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="de" class="scroll-smooth">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Sicherheit - SecureDataroom Pro</title>
|
| 7 |
+
<meta name="description" content="Erfahren Sie mehr über die Sicherheitsmaßnahmen und Zertifizierungen von SecureDataroom Pro.">
|
| 8 |
+
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236366f1'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E">
|
| 9 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 11 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 12 |
+
<link rel="stylesheet" href="style.css">
|
| 13 |
+
<script>
|
| 14 |
+
tailwind.config = {
|
| 15 |
+
theme: {
|
| 16 |
+
extend: {
|
| 17 |
+
colors: {
|
| 18 |
+
primary: {
|
| 19 |
+
50: '#f8fafc',
|
| 20 |
+
100: '#f1f5f9',
|
| 21 |
+
200: '#e2e8f0',
|
| 22 |
+
300: '#cbd5e1',
|
| 23 |
+
400: '#94a3b8',
|
| 24 |
+
500: '#64748b',
|
| 25 |
+
600: '#475569',
|
| 26 |
+
700: '#334155',
|
| 27 |
+
800: '#1e293b',
|
| 28 |
+
900: '#0f172a',
|
| 29 |
+
},
|
| 30 |
+
secondary: {
|
| 31 |
+
50: '#f5f3ff',
|
| 32 |
+
100: '#ede9fe',
|
| 33 |
+
200: '#ddd6fe',
|
| 34 |
+
300: '#c4b5fd',
|
| 35 |
+
400: '#a78bfa',
|
| 36 |
+
500: '#8b5cf6',
|
| 37 |
+
600: '#7c3aed',
|
| 38 |
+
700: '#6d28d9',
|
| 39 |
+
800: '#5b21b6',
|
| 40 |
+
900: '#4c1d95',
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
</script>
|
| 47 |
+
</head>
|
| 48 |
+
<body class="bg-white text-primary-900 antialiased">
|
| 49 |
+
|
| 50 |
+
<dataroom-navbar></dataroom-navbar>
|
| 51 |
+
|
| 52 |
+
<!-- Hero Section -->
|
| 53 |
+
<section class="relative overflow-hidden bg-gradient-to-br from-primary-50 to-secondary-50 py-20 lg:py-32">
|
| 54 |
+
<div class="absolute inset-0 bg-grid-primary-100/50" aria-hidden="true"></div>
|
| 55 |
+
<div class="relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 56 |
+
<div class="text-center">
|
| 57 |
+
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold tracking-tight text-primary-900 mb-6">
|
| 58 |
+
<span class="bg-gradient-to-r from-secondary-500 to-secondary-700 bg-clip-text text-transparent">Sicherheit</span> hat Priorität
|
| 59 |
+
</h1>
|
| 60 |
+
<p class="text-lg md:text-xl text-primary-600 mb-8 max-w-3xl mx-auto">
|
| 61 |
+
Bank-Level Sicherheit nach deutschen und europäischen Standards – Ihre Daten sind bei uns in sicheren Händen.
|
| 62 |
+
</p>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</section>
|
| 66 |
+
|
| 67 |
+
<!-- Security Features -->
|
| 68 |
+
<section class="py-20 bg-white">
|
| 69 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 70 |
+
<div class="text-center mb-16">
|
| 71 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary-900 mb-6">
|
| 72 |
+
Sicherheitsmaßnahmen
|
| 73 |
+
</h2>
|
| 74 |
+
<p class="text-lg text-primary-600 max-w-3xl mx-auto">
|
| 75 |
+
Vom physischen Zugang bis zur Datenverschlüsselung – mehrere Sicherheitsebenen schützen Ihre vertraulichen Informationen.
|
| 76 |
+
</p>
|
| 77 |
+
</div>
|
| 78 |
+
|
| 79 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 80 |
+
<dataroom-feature-card
|
| 81 |
+
icon="shield"
|
| 82 |
+
title="ISO 27001 Zertifizierung"
|
| 83 |
+
description="Unser Information Security Management System (ISMS) ist nach ISO 27001:2013 zertifiziert und wird jährlich auditiert."
|
| 84 |
+
badge="ZERTIFIZIERT"
|
| 85 |
+
></dataroom-feature-card>
|
| 86 |
+
<dataroom-feature-card
|
| 87 |
+
icon="flag"
|
| 88 |
+
title="DSGVO Konformität"
|
| 89 |
+
description="100% konform mit der EU-Datenschutzgrundverordnung (GDPR). Alle Daten verbleiben in der EU."
|
| 90 |
+
badge="EU-COMPLIANT"
|
| 91 |
+
></dataroom-feature-card>
|
| 92 |
+
<dataroom-feature-card
|
| 93 |
+
icon="award"
|
| 94 |
+
title="C5 Zertifizierung"
|
| 95 |
+
description="Erfüllt die Cloud Computing Compliance Controls Catalog (C5)-Anforderungen des BSI."
|
| 96 |
+
badge="BSI"
|
| 97 |
+
></dataroom-feature-card>
|
| 98 |
+
<dataroom-feature-card
|
| 99 |
+
icon="lock"
|
| 100 |
+
title="256-Bit AES Verschlüsselung"
|
| 101 |
+
description="Militärische Verschlüsselung für Daten im Ruhezustand und TLS 1.3 für Daten während der Übertragung."
|
| 102 |
+
badge="BANK-LEVEL"
|
| 103 |
+
></dataroom-feature-card>
|
| 104 |
+
<dataroom-feature-card
|
| 105 |
+
icon="key"
|
| 106 |
+
title="Zwei-Faktor-Authentifizierung"
|
| 107 |
+
description="FIDO2/WebAuthn-Standard mit Unterstützung für Hardware-Keys, biometrische Verfahren und TOTP-Apps."
|
| 108 |
+
badge="FIDO2"
|
| 109 |
+
></dataroom-feature-card>
|
| 110 |
+
<dataroom-feature-card
|
| 111 |
+
icon="eye-off"
|
| 112 |
+
title="Dynamische Wasserzeichen"
|
| 113 |
+
description="Benutzerspezifische sichtbare und unsichtbare Wasserzeichen mit IP-Adresse, Zeitstempel und User-ID."
|
| 114 |
+
badge="DRM"
|
| 115 |
+
></dataroom-feature-card>
|
| 116 |
+
</div>
|
| 117 |
+
</div>
|
| 118 |
+
</section>
|
| 119 |
+
|
| 120 |
+
<!-- Infrastructure -->
|
| 121 |
+
<section class="py-20 bg-primary-50">
|
| 122 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 123 |
+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
|
| 124 |
+
<div>
|
| 125 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary-900 mb-6">
|
| 126 |
+
Infrastruktur & Rechenzentren
|
| 127 |
+
</h2>
|
| 128 |
+
<p class="text-lg text-primary-600 mb-6">
|
| 129 |
+
Unsere Infrastruktur basiert auf modernsten, redundaten Systemen in deutschen Rechenzentren mit 99.9% Uptime-Garantie.
|
| 130 |
+
</p>
|
| 131 |
+
<div class="space-y-4">
|
| 132 |
+
<div class="flex items-center gap-3">
|
| 133 |
+
<i data-feather="check-circle" class="h-5 w-5 text-green-500"></i>
|
| 134 |
+
<span class="text-primary-700">Georedundante Backups in 3 separaten Zonen</span>
|
| 135 |
+
</div>
|
| 136 |
+
<div class="flex items-center gap-3">
|
| 137 |
+
<i data-feather="check-circle" class="h-5 w-5 text-green-500"></i>
|
| 138 |
+
<span class="text-primary-700">24/7 Überwachung und Incident Response</span>
|
| 139 |
+
</div>
|
| 140 |
+
<div class="flex items-center gap-3">
|
| 141 |
+
<i data-feather="check-circle" class="h-5 w-5 text-green-500"></i>
|
| 142 |
+
<span class="text-primary-700">Physische Sicherheit nach ISO 27001</span>
|
| 143 |
+
</div>
|
| 144 |
+
<div class="flex items-center gap-3">
|
| 145 |
+
<i data-feather="check-circle" class="h-5 w-5 text-green-500"></i>
|
| 146 |
+
<span class="text-primary-700">DDoS-Schutz und Web Application Firewall</span>
|
| 147 |
+
</div>
|
| 148 |
+
<div class="flex items-center gap-3">
|
| 149 |
+
<i data-feather="check-circle" class="h-5 w-5 text-green-500"></i>
|
| 150 |
+
<span class="text-primary-700">Zertifizierte Löschung nach BSI-Standards</span>
|
| 151 |
+
</div>
|
| 152 |
+
</div>
|
| 153 |
+
</div>
|
| 154 |
+
<div class="relative">
|
| 155 |
+
<div class="absolute -inset-4 bg-gradient-to-r from-secondary-400/20 to-secondary-600/20 rounded-3xl blur-2xl"></div>
|
| 156 |
+
<div class="relative rounded-2xl bg-white/80 backdrop-blur-sm shadow-2xl ring-1 ring-white/50 p-8">
|
| 157 |
+
<img src="http://static.photos/technology/640x360/1" alt="Rechenzentrum" class="rounded-lg w-full mb-6">
|
| 158 |
+
<div class="grid grid-cols-3 gap-4 text-center">
|
| 159 |
+
<div>
|
| 160 |
+
<div class="text-2xl font-bold text-secondary-600">99.9%</div>
|
| 161 |
+
<div class="text-xs text-primary-600">Uptime</div>
|
| 162 |
+
</div>
|
| 163 |
+
<div>
|
| 164 |
+
<div class="text-2xl font-bold text-secondary-600">24/7</div>
|
| 165 |
+
<div class="text-xs text-primary-600">Monitoring</div>
|
| 166 |
+
</div>
|
| 167 |
+
<div>
|
| 168 |
+
<div class="text-2xl font-bold text-secondary-600">ISO</div>
|
| 169 |
+
<div class="text-xs text-primary-600">Zertifiziert</div>
|
| 170 |
+
</div>
|
| 171 |
+
</div>
|
| 172 |
+
</div>
|
| 173 |
+
</div>
|
| 174 |
+
</div>
|
| 175 |
+
</div>
|
| 176 |
+
</section>
|
| 177 |
+
|
| 178 |
+
<!-- Audit & Compliance -->
|
| 179 |
+
<section class="py-20 bg-white">
|
| 180 |
+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 181 |
+
<div class="text-center mb-16">
|
| 182 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary-900 mb-6">
|
| 183 |
+
Audit & Compliance
|
| 184 |
+
</h2>
|
| 185 |
+
<p class="text-lg text-primary-600 max-w-3xl mx-auto">
|
| 186 |
+
Umfassende Audit-Trails und Compliance-Reports für Ihre Due Diligence und Regulatorien.
|
| 187 |
+
</p>
|
| 188 |
+
</div>
|
| 189 |
+
|
| 190 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 191 |
+
<div class="rounded-lg bg-white p-6 shadow-lg ring-1 ring-primary-200">
|
| 192 |
+
<div class="flex h-12 w-12 items-center justify-center rounded-lg bg-secondary-100 ring-1 ring-secondary-200 mb-4">
|
| 193 |
+
<i data-feather="file-text" class="h-6 w-6 text-secondary-600"></i>
|
| 194 |
+
</div>
|
| 195 |
+
<h3 class="text-xl font-bold text-primary-900 mb-3">Audit Trails</h3>
|
| 196 |
+
<p class="text-primary-600 mb-4">Jede Aktion wird protokolliert mit Timestamp, IP-Adresse, User-Agent und Geo-Daten.</p>
|
| 197 |
+
<ul class="space-y-2 text-sm text-primary-600">
|
| 198 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> Unveränderbare Logs</li>
|
| 199 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> PDF & Excel Export</li>
|
| 200 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> Echtzeit-Alarme</li>
|
| 201 |
+
</ul>
|
| 202 |
+
</div>
|
| 203 |
+
<div class="rounded-lg bg-white p-6 shadow-lg ring-1 ring-primary-200">
|
| 204 |
+
<div class="flex h-12 w-12 items-center justify-center rounded-lg bg-secondary-100 ring-1 ring-secondary-200 mb-4">
|
| 205 |
+
<i data-feather="shield-check" class="h-6 w-6 text-secondary-600"></i>
|
| 206 |
+
</div>
|
| 207 |
+
<h3 class="text-xl font-bold text-primary-900 mb-3">Compliance Reports</h3>
|
| 208 |
+
<p class="text-primary-600 mb-4">Automatisierte Reports für DSGVO, ISO 27001 und andere regulatorische Anforderungen.</p>
|
| 209 |
+
<ul class="space-y-2 text-sm text-primary-600">
|
| 210 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> Vordefinierte Templates</li>
|
| 211 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> Custom Reports</li>
|
| 212 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> Automatisierte Versand</li>
|
| 213 |
+
</ul>
|
| 214 |
+
</div>
|
| 215 |
+
<div class="rounded-lg bg-white p-6 shadow-lg ring-1 ring-primary-200">
|
| 216 |
+
<div class="flex h-12 w-12 items-center justify-center rounded-lg bg-secondary-100 ring-1 ring-secondary-200 mb-4">
|
| 217 |
+
<i data-feather="activity" class="h-6 w-6 text-secondary-600"></i>
|
| 218 |
+
</div>
|
| 219 |
+
<h3 class="text-xl font-bold text-primary-900 mb-3">Benutzerverwaltung</h3>
|
| 220 |
+
<p class="text-primary-600 mb-4">Granulare Berechtigungen und rollenbasierte Zugriffskontrolle für maximale Sicherheit.</p>
|
| 221 |
+
<ul class="space-y-2 text-sm text-primary-600">
|
| 222 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> RBAC System</li>
|
| 223 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> Zeitbasierte Rechte</li>
|
| 224 |
+
<li class="flex items-center gap-2"><i data-feather="check" class="h-4 w-4 text-green-500"></i> IP-Restriktionen</li>
|
| 225 |
+
</ul>
|
| 226 |
+
</div>
|
| 227 |
+
</div>
|
| 228 |
+
</div>
|
| 229 |
+
</section>
|
| 230 |
+
|
| 231 |
+
<!-- CTA Section -->
|
| 232 |
+
<section class="py-20 bg-gradient-to-r from-secondary-600 to-secondary-700">
|
| 233 |
+
<div class="mx-auto max-w-4xl px-4 sm:px-6 lg:px-8 text-center">
|
| 234 |
+
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">
|
| 235 |
+
Sicherheit live erleben?
|
| 236 |
+
</h2>
|
| 237 |
+
<p class="text-xl text-secondary-100 mb-8">
|
| 238 |
+
Vereinbaren Sie eine persönliche Demo und sehen Sie unsere Sicherheitsfunktionen in Aktion.
|
| 239 |
+
</p>
|
| 240 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 241 |
+
<a href="contact.html" class="group relative inline-flex items-center justify-center rounded-lg bg-white px-8 py-3 text-secondary-600 font-semibold shadow-lg transition-all duration-300 hover:-translate-y-1 hover:shadow-xl hover:text-secondary-700 focus:outline-none focus:ring-4 focus:ring-white/30">
|
| 242 |
+
<span class="relative z-10">Demo anfordern</span>
|
| 243 |
+
<i data-feather="arrow-right" class="relative z-10 ml-2 h-5 w-5 transition-transform duration-300 group-hover:translate-x-1"></i>
|
| 244 |
+
</a>
|
| 245 |
+
<button class="inline-flex items-center justify-center rounded-lg bg-secondary-800 px-8 py-3 font-semibold text-white shadow-lg ring-1 ring-white/20 transition-all duration-300 hover:-translate-y-1 hover:shadow-xl hover:bg-secondary-900 focus:outline-none focus:ring-4 focus:ring-white/20">
|
| 246 |
+
<i data-feather="download" class="mr-2 h-5 w-5"></i>
|
| 247 |
+
Security Whitepaper
|
| 248 |
+
</button>
|
| 249 |
+
</div>
|
| 250 |
+
</div>
|
| 251 |
+
</section>
|
| 252 |
+
|
| 253 |
+
<dataroom-footer></dataroom-footer>
|
| 254 |
+
|
| 255 |
+
<script src="components/navbar.js"></script>
|
| 256 |
+
<script src="components/feature-card.js"></script>
|
| 257 |
+
<script src="components/footer.js"></script>
|
| 258 |
+
<script src="script.js"></script>
|
| 259 |
+
<script>feather.replace();</script>
|
| 260 |
+
</body>
|
| 261 |
+
</html>
|