290 lines
19 KiB
PHP
290 lines
19 KiB
PHP
@extends('web.layouts.web-master')
|
||
|
||
@section('title', 'Unser Team - Business Portal 24')
|
||
|
||
@section('content')
|
||
|
||
<main class="min-h-screen flex flex-col bg-white dark:bg-zinc-950 transition-colors duration-200">
|
||
<!-- Burger Menu Component -->
|
||
<livewire:web.burger-menu />
|
||
|
||
<!-- Header Component -->
|
||
<livewire:web.header />
|
||
|
||
<!-- Hero Section -->
|
||
<section class="relative overflow-hidden text-white py-20 animate-fade-in"
|
||
style="background: var(--gradient-hero);">
|
||
<div class="container mx-auto px-4">
|
||
<div class="max-w-3xl mx-auto text-center">
|
||
<h1 class="text-4xl md:text-5xl font-bold mb-6 animate-fade-in-up">
|
||
Unser Team
|
||
</h1>
|
||
<p class="text-xl text-white/90 leading-relaxed animate-fade-in-up animation-delay-200">
|
||
Leidenschaftliche Experten aus PR, Technologie und Medien arbeiten gemeinsam an der Zukunft der Unternehmenskommunikation
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<!-- Decorative Pattern -->
|
||
<div class="absolute top-0 right-0 opacity-10">
|
||
<svg width="404" height="384" fill="none" viewBox="0 0 404 384">
|
||
<defs>
|
||
<pattern id="pattern-hero-team" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
|
||
<rect x="0" y="0" width="4" height="4" fill="currentColor"/>
|
||
</pattern>
|
||
</defs>
|
||
<rect width="404" height="384" fill="url(#pattern-hero-team)"/>
|
||
</svg>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Leadership Section -->
|
||
<section class="py-16 bg-white dark:bg-zinc-950 transition-colors duration-200">
|
||
<div class="container mx-auto px-4">
|
||
<div class="text-center mb-12">
|
||
<h2 class="text-3xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Führungsteam
|
||
</h2>
|
||
<p class="text-zinc-600 dark:text-zinc-400 max-w-2xl mx-auto">
|
||
Visionäre Führung mit jahrzehntelanger Erfahrung
|
||
</p>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto">
|
||
<!-- Leader 1 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 text-center hover:shadow-lg transition-all">
|
||
<div class="w-32 h-32 bg-gradient-to-br from-[var(--color-primary)]/20 to-[var(--color-secondary)]/20 rounded-full flex items-center justify-center mx-auto mb-6">
|
||
<svg class="h-16 w-16 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-bold text-xl text-zinc-900 dark:text-zinc-100 mb-2">
|
||
Dr. Michael Weber
|
||
</h3>
|
||
<p class="text-[var(--color-primary)] font-medium mb-4">Gründer & CEO</p>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
||
15+ Jahre Erfahrung in PR und Unternehmenskommunikation. Ehemaliger Chefredakteur bei führenden Wirtschaftsmedien.
|
||
</p>
|
||
<div class="flex justify-center gap-3">
|
||
<a href="#" class="text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
|
||
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Leader 2 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 text-center hover:shadow-lg transition-all">
|
||
<div class="w-32 h-32 bg-gradient-to-br from-[var(--color-primary)]/20 to-[var(--color-secondary)]/20 rounded-full flex items-center justify-center mx-auto mb-6">
|
||
<svg class="h-16 w-16 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-bold text-xl text-zinc-900 dark:text-zinc-100 mb-2">
|
||
Sarah Hoffmann
|
||
</h3>
|
||
<p class="text-[var(--color-primary)] font-medium mb-4">Chief Technology Officer</p>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
||
Expertin für digitale Plattformen und Skalierung. Zuvor Tech Lead bei mehreren erfolgreichen Start-ups.
|
||
</p>
|
||
<div class="flex justify-center gap-3">
|
||
<a href="#" class="text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
|
||
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Leader 3 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 text-center hover:shadow-lg transition-all">
|
||
<div class="w-32 h-32 bg-gradient-to-br from-[var(--color-primary)]/20 to-[var(--color-secondary)]/20 rounded-full flex items-center justify-center mx-auto mb-6">
|
||
<svg class="h-16 w-16 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-bold text-xl text-zinc-900 dark:text-zinc-100 mb-2">
|
||
Thomas Schneider
|
||
</h3>
|
||
<p class="text-[var(--color-primary)] font-medium mb-4">Head of Customer Success</p>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
||
Spezialist für Kundenzufriedenheit mit Fokus auf langfristige Partnerschaften und Account Management.
|
||
</p>
|
||
<div class="flex justify-center gap-3">
|
||
<a href="#" class="text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
|
||
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
|
||
</svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Departments Section -->
|
||
<section class="py-16 bg-zinc-50/50 dark:bg-zinc-900/50 transition-colors duration-200">
|
||
<div class="container mx-auto px-4">
|
||
<div class="text-center mb-12">
|
||
<h2 class="text-3xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Unsere Teams
|
||
</h2>
|
||
<p class="text-zinc-600 dark:text-zinc-400 max-w-2xl mx-auto">
|
||
Engagierte Profis in allen Bereichen
|
||
</p>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 max-w-6xl mx-auto">
|
||
<!-- Department 1 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 text-center hover:shadow-lg transition-all">
|
||
<div class="w-16 h-16 bg-gradient-to-br from-[var(--color-primary)]/10 to-[var(--color-secondary)]/10 rounded-full flex items-center justify-center mx-auto mb-4">
|
||
<svg class="h-8 w-8 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2">
|
||
Engineering
|
||
</h3>
|
||
<p class="text-2xl font-bold text-[var(--color-primary)] mb-2">12</p>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400">Entwickler & DevOps</p>
|
||
</div>
|
||
|
||
<!-- Department 2 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 text-center hover:shadow-lg transition-all">
|
||
<div class="w-16 h-16 bg-gradient-to-br from-[var(--color-primary)]/10 to-[var(--color-secondary)]/10 rounded-full flex items-center justify-center mx-auto mb-4">
|
||
<svg class="h-8 w-8 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2">
|
||
Content & Redaktion
|
||
</h3>
|
||
<p class="text-2xl font-bold text-[var(--color-primary)] mb-2">8</p>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400">Redakteure & Lektoren</p>
|
||
</div>
|
||
|
||
<!-- Department 3 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 text-center hover:shadow-lg transition-all">
|
||
<div class="w-16 h-16 bg-gradient-to-br from-[var(--color-primary)]/10 to-[var(--color-secondary)]/10 rounded-full flex items-center justify-center mx-auto mb-4">
|
||
<svg class="h-8 w-8 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2">
|
||
Customer Success
|
||
</h3>
|
||
<p class="text-2xl font-bold text-[var(--color-primary)] mb-2">15</p>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400">Support & Account Manager</p>
|
||
</div>
|
||
|
||
<!-- Department 4 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 text-center hover:shadow-lg transition-all">
|
||
<div class="w-16 h-16 bg-gradient-to-br from-[var(--color-primary)]/10 to-[var(--color-secondary)]/10 rounded-full flex items-center justify-center mx-auto mb-4">
|
||
<svg class="h-8 w-8 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2">
|
||
Sales & Marketing
|
||
</h3>
|
||
<p class="text-2xl font-bold text-[var(--color-primary)] mb-2">10</p>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400">Sales & Marketing Experten</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Values Section -->
|
||
<section class="py-16 bg-white dark:bg-zinc-950 transition-colors duration-200">
|
||
<div class="container mx-auto px-4">
|
||
<div class="max-w-4xl mx-auto">
|
||
<div class="text-center mb-12">
|
||
<h2 class="text-3xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Was uns antreibt
|
||
</h2>
|
||
<p class="text-zinc-600 dark:text-zinc-400">
|
||
Die Werte, die unser Team vereinen
|
||
</p>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 transition-colors duration-200">
|
||
<h3 class="text-xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Innovation & Exzellenz
|
||
</h3>
|
||
<p class="text-zinc-600 dark:text-zinc-400">
|
||
Wir streben nach kontinuierlicher Verbesserung und technologischer Innovation, um unseren Kunden die beste Plattform zu bieten.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 transition-colors duration-200">
|
||
<h3 class="text-xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Kundenfokus
|
||
</h3>
|
||
<p class="text-zinc-600 dark:text-zinc-400">
|
||
Der Erfolg unserer Kunden ist unser Erfolg. Wir hören zu, verstehen Bedürfnisse und liefern maßgeschneiderte Lösungen.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 transition-colors duration-200">
|
||
<h3 class="text-xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Zusammenarbeit
|
||
</h3>
|
||
<p class="text-zinc-600 dark:text-zinc-400">
|
||
Wir glauben an die Kraft der Zusammenarbeit – intern im Team und mit unseren Kunden und Partnern.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 transition-colors duration-200">
|
||
<h3 class="text-xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Transparenz & Integrität
|
||
</h3>
|
||
<p class="text-zinc-600 dark:text-zinc-400">
|
||
Ehrlichkeit und Transparenz sind die Grundlage für Vertrauen und langfristige Partnerschaften.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- CTA Section -->
|
||
<section class="py-16 text-white" style="background: var(--gradient-hero);">
|
||
<div class="container mx-auto px-4 text-center">
|
||
<div class="flex justify-center mb-6">
|
||
<svg class="h-16 w-16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-3xl font-bold mb-4">
|
||
Werde Teil unseres Teams
|
||
</h2>
|
||
<p class="text-xl text-white/90 mb-8 max-w-2xl mx-auto">
|
||
Wir suchen leidenschaftliche Menschen, die mit uns die Zukunft der Unternehmenskommunikation gestalten möchten
|
||
</p>
|
||
<a href="/karriere" class="inline-flex items-center justify-center px-8 py-4 text-sm font-medium bg-white text-[var(--color-primary)] hover:bg-zinc-100 rounded-lg shadow-md hover:shadow-lg transition-all">
|
||
Offene Stellen ansehen
|
||
</a>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Footer Component -->
|
||
<livewire:web.footer />
|
||
</main>
|
||
|
||
@endsection
|
||
|
||
@push('styles')
|
||
<style>
|
||
/* Domain-spezifische Color-Variablen für Inline-Styles */
|
||
:root {
|
||
--color-primary: {{ $domainConfig['color_scheme']['primary'] ?? '#cf3628' }};
|
||
--color-secondary: {{ $domainConfig['color_scheme']['secondary'] ?? '#f0834a' }};
|
||
}
|
||
|
||
/* Alpine.js Cloak */
|
||
[x-cloak] {
|
||
display: none !important;
|
||
}
|
||
</style>
|
||
@endpush
|