cookie added, optimisation
This commit is contained in:
213
Profice WebSite/sites/automatisation.html
Normal file
213
Profice WebSite/sites/automatisation.html
Normal file
@@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice - Automatisierung</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/service.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menu">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Home</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Enterprise</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Pricing</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Toggle Cursor" title="Toggle Custom Cursor">
|
||||
<img src="../images/additional/cursor.png" alt="Default Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Log in" title="Log in">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Log in
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html" class="active">Kontakt & Anfrage</a>
|
||||
<a href="leads.html">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<div class="service-container">
|
||||
<!-- Service Header -->
|
||||
<div class="service-header">
|
||||
<div class="service-icon">⚙️</div>
|
||||
<h1 class="service-title">Automatisierung</h1>
|
||||
<p class="service-subtitle">Sparen Sie Zeit und Ressourcen durch intelligente Workflow-Automatisierungen</p>
|
||||
</div>
|
||||
|
||||
<!-- Service Description -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Unsere Automatisierungslösungen</h2>
|
||||
<p class="section-text">
|
||||
Wir automatisieren Ihre Geschäftsprozesse, um Effizienz zu steigern und menschliche Fehler zu reduzieren.
|
||||
Von einfachen wiederkehrenden Aufgaben bis zu komplexen Workflow-Integrationen - wir finden die optimale Lösung.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<!-- Service Features -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Was wir automatisieren können</h2>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">📧</div>
|
||||
<h3>E-Mail-Automatisierung</h3>
|
||||
<p>Automatische Antwortverwaltung und E-Mail-Kampagnen</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">📄</div>
|
||||
<h3>Datenverarbeitung</h3>
|
||||
<p>Automatische Datenmigration und -bereinigung</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">📋</div>
|
||||
<h3>Report-Generierung</h3>
|
||||
<p>Automatische Erstellung von Berichten und Analysen</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🔄</div>
|
||||
<h3>Workflow-Integration</h3>
|
||||
<p>Verbindung verschiedener Systeme für nahtlose Prozesse</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">📊</div>
|
||||
<h3>Monitoring</h3>
|
||||
<p>Automatische Systemüberwachung und Alarmierung</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🎯</div>
|
||||
<h3>Task-Management</h3>
|
||||
<p>Intelligente Aufgabenverteilung und -verfolgung</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Process -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Unser Automatisierungsprozess</h2>
|
||||
<div class="process-timeline">
|
||||
<div class="process-item">
|
||||
<div class="process-number">1</div>
|
||||
<div class="process-content">
|
||||
<h3>Prozessanalyse</h3>
|
||||
<p>Identifizierung von Automatisierungspotenzialen</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">2</div>
|
||||
<div class="process-content">
|
||||
<h3>Lösungsdesign</h3>
|
||||
<p>Entwicklung maßgeschneiderter Automatisierungslösungen</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">3</div>
|
||||
<div class="process-content">
|
||||
<h3>Implementierung</h3>
|
||||
<p>Setup und Konfiguration der Automatisierungstools</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">4</div>
|
||||
<div class="process-content">
|
||||
<h3>Testing</h3>
|
||||
<p>Gewissenhafte Tests vor der Live-Schaltung</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">5</div>
|
||||
<div class="process-content">
|
||||
<h3>Monitoring</h3>
|
||||
<p>Laufende Überwachung und Optimierung</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Technologies -->
|
||||
<section class="section">
|
||||
<h2 class="section-title">Automatisierungstechnologien</h2>
|
||||
<div class="tech-grid">
|
||||
<div class="tech-item">Zapier</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Benefits -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Ihre Vorteile</h2>
|
||||
<div class="benefits-grid">
|
||||
<div class="benefit-item">
|
||||
<div class="benefit-icon">⏰️</div>
|
||||
<h3>Zeitersparnis</h3>
|
||||
<p>Bis zu 80% Zeitersparnis bei wiederkehrenden Aufgaben</p>
|
||||
</div>
|
||||
<div class="benefit-item">
|
||||
<div class="benefit-icon">🎯</div>
|
||||
<h3>Qualitätssteigerung</h3>
|
||||
<p>Reduzierung menschlicher Fehler und konsistente Ergebnisse</p>
|
||||
</div>
|
||||
<div class="benefit-item">
|
||||
<div class="benefit-icon">💰</div>
|
||||
<h3>Kostensenkung</h3>
|
||||
<p>Optimierung von Ressourcen und Betriebskosten</p>
|
||||
</div>
|
||||
<div class="benefit-item">
|
||||
<div class="benefit-icon">📈</div>
|
||||
<h3>Skalierbarkeit</div>
|
||||
<p>Einfache Handhabung wachsender Geschäftsanforderungen</p>
|
||||
</div>
|
||||
<div class="benefit-item">
|
||||
<div class="benefit-icon">😊</div>
|
||||
<h3>Mitarbeiterzufriedenheit</h3>
|
||||
<p>Fokus auf kreative und strategische Aufgaben</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Bereit für mehr Effizienz?</h2>
|
||||
<p class="section-text">Lassen Sie uns Ihre Prozesse analysieren und Potenziale identifizieren.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="offers.html?service=automatisation" class="cta-btn primary">Automatisierungs-Analyse</a>
|
||||
<a href="offers.html" class="cta-btn secondary">Mehr erfahren</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
76
Profice WebSite/sites/details.html
Normal file
76
Profice WebSite/sites/details.html
Normal file
@@ -0,0 +1,76 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice - Service Details</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/details.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menu">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Home</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Enterprise</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Pricing</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Toggle Cursor" title="Toggle Custom Cursor">
|
||||
<img src="../images/additional/cursor.png" alt="Default Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Log in" title="Log in">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Log in
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html">Kontakt & Anfrage</a>
|
||||
<a href="leads.html">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<div class="form-container">
|
||||
<div id="service-details">
|
||||
<!-- Service details will be loaded here by JavaScript -->
|
||||
</div>
|
||||
<div class="back-button-container">
|
||||
<a href="leads.html" class="cta-btn secondary">← Zurück zum Dashboard</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
<script src="../scripts/details.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
217
Profice WebSite/sites/ki-integration.html
Normal file
217
Profice WebSite/sites/ki-integration.html
Normal file
@@ -0,0 +1,217 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice - KI Integration</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/service.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menu">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Home</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Enterprise</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Pricing</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Toggle Cursor" title="Toggle Custom Cursor">
|
||||
<img src="../images/additional/cursor.png" alt="Default Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Log in" title="Log in">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Log in
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html" class="active">Kontakt & Anfrage</a>
|
||||
<a href="leads.html">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<div class="service-container">
|
||||
<!-- Service Header -->
|
||||
<div class="service-header">
|
||||
<div class="service-icon">🤖</div>
|
||||
<h1 class="service-title">KI Integration</h1>
|
||||
<p class="service-subtitle">Nutzen Sie die Kraft künstlicher Intelligenz, um Ihre Daten besser zu verstehen und Prozesse zu optimieren</p>
|
||||
</div>
|
||||
|
||||
<!-- Service Description -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Unsere KI-Dienstleistungen</h2>
|
||||
<p class="section-text">
|
||||
Wir integrieren künstliche Intelligenz in Ihre Geschäftsprozesse, um Effizienz zu steigern und neue Möglichkeiten zu erschließen.
|
||||
Von der Datenanalyse über automatisierte Prozesse bis zu intelligenten Chatbots - wir machen KI für Sie nutzbar.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<!-- Service Features -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Was wir bieten</h2>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">📊</div>
|
||||
<h3>Datenanalyse</h3>
|
||||
<p>Intelligente Auswertung Ihrer Geschäftsdaten für bessere Entscheidungen</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🤖</div>
|
||||
<h3>Chatbots</h3>
|
||||
<p>24/7 Kundenbetreuung und automatisierte Kommunikation</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">⚙️</div>
|
||||
<h3>Prozessautomatisierung</h3>
|
||||
<p>Automatisierung wiederkehrender Aufgaben zur Effizienzsteigerung</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🔍</div>
|
||||
<h3>Bilderkennung</h3>
|
||||
<p>Automatische Analyse von Bildern und Dokumenten</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">📈</div>
|
||||
<h3>Vorhersagemodelle</h3>
|
||||
<p>Prognosen für Trends und Geschäftsentwicklungen</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🎯</div>
|
||||
<h3>Personalisierung</h3>
|
||||
<p>Individuelle KI-Lösungen für Ihre spezifischen Bedürfnisse</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Process -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Unser KI-Integrationsprozess</h2>
|
||||
<div class="process-timeline">
|
||||
<div class="process-item">
|
||||
<div class="process-number">1</div>
|
||||
<div class="process-content">
|
||||
<h3>Analyse & Potenzial</h3>
|
||||
<p>Identifizierung von KI-Einsatzmöglichkeiten in Ihrem Unternehmen</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">2</div>
|
||||
<div class="process-content">
|
||||
<h3>Datenstrategie</h3>
|
||||
<p>Planung der Datenerfassung und -verarbeitung</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">3</div>
|
||||
<div class="process-content">
|
||||
<h3>Modellentwicklung</h3>
|
||||
<p>Training oder Auswahl passender KI-Modelle</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">4</div>
|
||||
<div class="process-content">
|
||||
<h3>Integration</h3>
|
||||
<p>Nahtlose Anbindung an Ihre bestehenden Systeme</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">5</div>
|
||||
<div class="process-content">
|
||||
<h3>Optimierung</h3>
|
||||
<p>Kontinuierliche Verbesserung der KI-Modelle</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Technologies -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">KI-Technologien</h2>
|
||||
<div class="tech-grid">
|
||||
<div class="tech-item">TensorFlow</div>
|
||||
<div class="tech-item">PyTorch</div>
|
||||
<div class="tech-item">Scikit-learn</div>
|
||||
<div class="tech-item">OpenAI API</div>
|
||||
<div class="tech-item">Google Cloud AI</div>
|
||||
<div class="tech-item">Azure ML</div>
|
||||
<div class="tech-item">AWS SageMaker</div>
|
||||
<div class="tech-item">Hugging Face</div>
|
||||
<div class="tech-item">LangChain</div>
|
||||
<div class="tech-item">Dialogflow</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Use Cases -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Anwendungsfälle</h2>
|
||||
<div class="use-cases-grid">
|
||||
<div class="use-case-item">
|
||||
<h3>Kundenservice</h3>
|
||||
<p>Intelligente Chatbots für 24/7 Unterstützung</p>
|
||||
</div>
|
||||
<div class="use-case-item">
|
||||
<h3>Vertrieb</h3>
|
||||
<p>Predictive Lead Scoring und Verkaufsoptimierung</p>
|
||||
</div>
|
||||
<div class="use-case-item">
|
||||
<h3>Marketing</h3>
|
||||
<p>Personalisierte Kampagnen und Content-Optimierung</p>
|
||||
</div>
|
||||
<div class="use-case-item">
|
||||
<h3>Finanzen</h3>
|
||||
<p>Betrugsprüfung und Risikoanalyse</p>
|
||||
</div>
|
||||
<div class="use-case-item">
|
||||
<h3>Produktion</h3>
|
||||
<p>Qualitätssicherung und Predictive Maintenance</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Bereit für KI in Ihrem Unternehmen?</h2>
|
||||
<p class="section-text">Lassen Sie uns die Potenziale für Ihr Unternehmen analysieren.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="offers.html?service=ki-integration" class="cta-btn primary">KI-Analyse anfordern</a>
|
||||
<a href="offers.html" class="cta-btn secondary">Mehr erfahren</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
87
Profice WebSite/sites/lead-details.html
Normal file
87
Profice WebSite/sites/lead-details.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice - Anfrage Details</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/lead-details.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menu">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Home</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Enterprise</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Pricing</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Toggle Cursor" title="Toggle Custom Cursor">
|
||||
<img src="../images/additional/cursor.png" alt="Default Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Log in" title="Log in">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Log in
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html">Kontakt & Anfrage</a>
|
||||
<a href="leads.html" class="active">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<div class="lead-details-container">
|
||||
<!-- Lead Header -->
|
||||
<div class="lead-header">
|
||||
<div class="lead-icon">📋</div>
|
||||
<h1 class="lead-title">Anfrage Details</h1>
|
||||
<p class="lead-subtitle">Alle Informationen zu Ihrer Projektanfrage</p>
|
||||
</div>
|
||||
|
||||
<!-- Lead Details Content -->
|
||||
<div id="leadDetailsContent">
|
||||
<!-- Lead details will be loaded here by JavaScript -->
|
||||
</div>
|
||||
|
||||
<!-- Navigation Buttons -->
|
||||
<div class="navigation-buttons">
|
||||
<a href="leads.html" class="cta-btn secondary">← Zurück zum Dashboard</a>
|
||||
<a href="offers.html" class="cta-btn primary">Neue Anfrage</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
<script src="../scripts/lead-details.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
117
Profice WebSite/sites/leads.html
Normal file
117
Profice WebSite/sites/leads.html
Normal file
@@ -0,0 +1,117 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice - Leads Dashboard</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/leads.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menü">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Startseite</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Unternehmen</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Preise</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Cursor umschalten" title="Benutzerdefinierten Cursor umschalten">
|
||||
<img src="../images/additional/cursor.png" alt="Standard Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Anmelden" title="Anmelden">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Anmelden
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html">Kontakt & Anfrage</a>
|
||||
<a href="leads.html" class="active">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content leads-content">
|
||||
<!-- Leads Widget -->
|
||||
<div class="dashboard-container">
|
||||
<h2 class="dashboard-title">Meine Anfragen</h2>
|
||||
<p class="dashboard-subtitle">Übersicht Ihrer aktuellen Projektanfragen</p>
|
||||
|
||||
<div class="leads-table-wrapper">
|
||||
<table class="leads-table" id="leadsTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Datum</th>
|
||||
<th>Dienstleistung</th>
|
||||
<th>Status</th>
|
||||
<th>Aktion</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="leadsTableBody">
|
||||
<!-- Populated by leads.js -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Other Offers Section -->
|
||||
<div class="dashboard-container offers-section">
|
||||
<h2 class="dashboard-title">Andere Angebote von uns</h2>
|
||||
<p class="dashboard-subtitle">Entdecken Sie weitere Dienstleistungen</p>
|
||||
|
||||
<div class="offers-grid">
|
||||
<div class="offer-card">
|
||||
<div class="offer-icon">🔍</div>
|
||||
<h3 class="offer-title">SEO Optimierung</h3>
|
||||
<p class="offer-description">Verbessern Sie Ihre Sichtbarkeit in Suchmaschinen und erreichen Sie mehr Kunden online.</p>
|
||||
<a href="details.html?service=seo-optimierung" class="offer-btn">Details ansehen</a>
|
||||
</div>
|
||||
|
||||
<div class="offer-card">
|
||||
<div class="offer-icon">☁️</div>
|
||||
<h3 class="offer-title">Cloud Migration</h3>
|
||||
<p class="offer-description">Modernisieren Sie Ihre IT-Infrastruktur mit sicheren und skalierbaren Cloud-Lösungen.</p>
|
||||
<a href="details.html?service=cloud-migration" class="offer-btn">Details ansehen</a>
|
||||
</div>
|
||||
|
||||
<div class="offer-card">
|
||||
<div class="offer-icon">📊</div>
|
||||
<h3 class="offer-title">Datenanalyse</h3>
|
||||
<p class="offer-description">Gewinnen Sie wertvolle Einblicke aus Ihren Daten mit unseren Analyse-Lösungen.</p>
|
||||
<a href="details.html?service=datenanalyse" class="offer-btn">Details ansehen</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/leads.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
138
Profice WebSite/sites/login.html
Normal file
138
Profice WebSite/sites/login.html
Normal file
@@ -0,0 +1,138 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice - Anmeldung</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/login.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menü">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Startseite</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Unternehmen</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Preise</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Cursor umschalten" title="Benutzerdefinierten Cursor umschalten">
|
||||
<img src="../images/additional/cursor.png" alt="Standard Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="registerBtn" class="login-btn register" aria-label="Registrieren" title="Registrieren">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
|
||||
<circle cx="8.5" cy="7" r="4"></circle>
|
||||
<line x1="20" y1="8" x2="20" y2="14"></line>
|
||||
<line x1="23" y1="11" x2="17" y2="11"></line>
|
||||
</svg>
|
||||
Registrieren
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html">Kontakt & Anfrage</a>
|
||||
<a href="leads.html">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content login-content">
|
||||
<div class="login-container">
|
||||
<div class="login-header">
|
||||
<div class="login-icon">🔐</div>
|
||||
<h1 class="login-title">Willkommen zurück</h1>
|
||||
<p class="login-subtitle">Melden Sie sich an, um auf Ihr Konto zuzugreifen</p>
|
||||
</div>
|
||||
|
||||
<form id="loginForm" class="login-form">
|
||||
<div class="form-group">
|
||||
<label for="email">E-Mail</label>
|
||||
<input type="email" id="email" name="email" required placeholder="ihre@email.de">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="password">Passwort</label>
|
||||
<input type="password" id="password" name="password" required placeholder="Passwort">
|
||||
</div>
|
||||
|
||||
<div class="form-options">
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" id="remember" name="remember">
|
||||
<span class="checkbox-custom"></span>
|
||||
Angemeldet bleiben
|
||||
</label>
|
||||
<a href="#" class="forgot-password">Passwort vergessen?</a>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="login-btn-submit" id="loginSubmit">
|
||||
<span class="btn-text">Anmelden</span>
|
||||
<span class="btn-loading" style="display: none;">
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M21 12a9 9 0 1 1-6.219-8.56"></path>
|
||||
<polyline points="22 6 12 16 2 6"></polyline>
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<div class="login-divider">
|
||||
<span>oder</span>
|
||||
</div>
|
||||
|
||||
<div class="social-login">
|
||||
<button type="button" class="social-btn google-btn">
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
|
||||
<path d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c-.82 2.33-2.85 4.08-5.92 4.08-.57 0-1.11-.08-1.63-.24V14.6c.52.16 1.06.24 1.63.24 3.07 0 5.52-2.51 5.52-5.52 0-.1 0-.2-.01-.3-.57-2.53-2.11-4.52-4.52-4.52zM12 23c-1.61 0-3.09-.59-4.23-1.57l.01-.02V18.6l-.01.02c1.14-.98 2.62-1.57 4.23-1.57 3.07 0 5.52 2.51 5.52 5.52 0 .1 0 .2-.01.3z"/>
|
||||
<path d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/>
|
||||
<path d="M12 5.38c1.62 0 3.06.56 4.21 1.46l-2.85 2.22c-.81-.62-1.79-1.11-2.85-1.36-.52-.16-1.06-.24-1.63-.24-3.07 0-5.52 2.51-5.52 5.52 0 .1 0 .2.01.3.57 2.53 2.11 4.52 4.52 4.52z"/>
|
||||
</svg>
|
||||
Mit Google anmelden
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="login-footer">
|
||||
<p>Noch kein Konto? <a href="register.html">Jetzt registrieren</a></p>
|
||||
</div>
|
||||
|
||||
<div class="success-message" id="successMessage">
|
||||
<div class="success-icon">✅</div>
|
||||
<h3>Erfolgreich angemeldet!</h3>
|
||||
<p>Sie werden weitergeleitet...</p>
|
||||
</div>
|
||||
|
||||
<div class="error-message" id="errorMessage">
|
||||
<div class="error-icon">❌</div>
|
||||
<h3>Anmeldung fehlgeschlagen</h3>
|
||||
<p id="errorText">Bitte überprüfen Sie Ihre Anmeldedaten.</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
<script src="../scripts/login.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
114
Profice WebSite/sites/offers.html
Normal file
114
Profice WebSite/sites/offers.html
Normal file
@@ -0,0 +1,114 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menü">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Startseite</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Unternehmen</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Preise</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Cursor umschalten" title="Benutzerdefinierten Cursor umschalten">
|
||||
<img src="../images/additional/cursor.png" alt="Standard Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Anmelden" title="Anmelden">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Anmelden
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html" class="active">Kontakt & Anfrage</a>
|
||||
<a href="leads.html">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<div class="form-container">
|
||||
<h2 class="form-title">Kontaktieren Sie uns</h2>
|
||||
|
||||
<form id="contactForm">
|
||||
<div class="form-group">
|
||||
<label for="name">Name *</label>
|
||||
<input type="text" id="name" name="name" required placeholder="Ihr vollständiger Name">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="organisation">Organisation</label>
|
||||
<input type="text" id="organisation" name="organisation" placeholder="Firmenname (optional)">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="contact">E-Mail oder Telefonnummer *</label>
|
||||
<input type="text" id="contact" name="contact" required placeholder="email@beispiel.de oder +49 123 456789">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="service">Gewünschte Dienstleistung *</label>
|
||||
<select id="service" name="service" required>
|
||||
<option value="" disabled selected>Bitte wählen...</option>
|
||||
<option value="website">Website</option>
|
||||
<option value="ki-integration">KI Integration</option>
|
||||
<option value="automatisation">Automatisation</option>
|
||||
<option value="unabhaengige-wahl">Unabhängige Wahl</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="budget">Budget (€)</label>
|
||||
<input type="text" id="budget" name="budget" placeholder="z.B. 5000 - 10000">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="description">Beschreibung *</label>
|
||||
<textarea id="description" name="description" required placeholder="Beschreiben Sie Ihr Projekt oder Ihre Anfrage..."></textarea>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="submit-btn">Anfrage senden</button>
|
||||
</form>
|
||||
|
||||
<div class="success-message" id="successMessage">
|
||||
<h3>Vielen Dank!</h3>
|
||||
<p>Ihre Anfrage wurde erfolgreich gesendet. Wir melden uns bald bei Ihnen.</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
174
Profice WebSite/sites/register.html
Normal file
174
Profice WebSite/sites/register.html
Normal file
@@ -0,0 +1,174 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Registrierung - Profice</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
<link rel="stylesheet" href="../style/login.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menü">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Startseite</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Unternehmen</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Preise</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Cursor umschalten" title="Benutzerdefinierten Cursor umschalten">
|
||||
<img src="../images/additional/cursor.png" alt="Standard Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Anmelden" title="Anmelden">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Anmelden
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html">Kontakt & Anfrage</a>
|
||||
<a href="leads.html">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content login-content">
|
||||
<div class="login-container">
|
||||
<div class="login-header">
|
||||
<div class="login-icon">👤</div>
|
||||
<h1 class="login-title">Konto erstellen</h1>
|
||||
<p class="login-subtitle">Registrieren Sie sich, um auf alle Funktionen zuzugreifen</p>
|
||||
</div>
|
||||
|
||||
<form id="registerForm" class="login-form">
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label for="firstName">Vorname *</label>
|
||||
<input type="text" id="firstName" name="firstName" required placeholder="Max">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="lastName">Nachname *</label>
|
||||
<input type="text" id="lastName" name="lastName" required placeholder="Mustermann">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email">E-Mail *</label>
|
||||
<input type="email" id="email" name="email" required placeholder="ihre@email.de">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="phone">Telefonnummer</label>
|
||||
<input type="tel" id="phone" name="phone" placeholder="+49 123 456789">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="company">Unternehmen</label>
|
||||
<input type="text" id="company" name="company" placeholder="Firmenname (optional)">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="password">Passwort *</label>
|
||||
<input type="password" id="password" name="password" required placeholder="Mindestens 8 Zeichen">
|
||||
<div class="password-strength" id="passwordStrength">
|
||||
<div class="strength-bar"></div>
|
||||
<span class="strength-text">Passwortstärke</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="confirmPassword">Passwort bestätigen *</label>
|
||||
<input type="password" id="confirmPassword" name="confirmPassword" required placeholder="Passwort wiederholen">
|
||||
</div>
|
||||
|
||||
<div class="form-options">
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" id="terms" name="terms" required>
|
||||
<span class="checkbox-custom"></span>
|
||||
Ich stimme den <a href="#" class="terms-link">Nutzungsbedingungen</a> und <a href="#" class="terms-link">Datenschutzrichtlinien</a> zu *
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-options">
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" id="newsletter" name="newsletter">
|
||||
<span class="checkbox-custom"></span>
|
||||
Ich möchte den Newsletter erhalten
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="login-btn-submit" id="registerSubmit">
|
||||
<span class="btn-text">Konto erstellen</span>
|
||||
<span class="btn-loading" style="display: none;">
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M21 12a9 9 0 1 1-6.219-8.56"></path>
|
||||
<polyline points="22 6 12 16 2 6"></polyline>
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<div class="login-divider">
|
||||
<span>oder</span>
|
||||
</div>
|
||||
|
||||
<div class="social-login">
|
||||
<button type="button" class="social-btn google-btn">
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
|
||||
<path d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c-.82 2.33-2.85 4.08-5.92 4.08-.57 0-1.11-.08-1.63-.24V14.6c.52.16 1.06.24 1.63.24 3.07 0 5.52-2.51 5.52-5.52 0-.1 0-.2-.01-.3-.57-2.53-2.11-4.52-4.52-4.52zM12 23c-1.61 0-3.09-.59-4.23-1.57l.01-.02V18.6l-.01.02c1.14-.98 2.62-1.57 4.23-1.57 3.07 0 5.52 2.51 5.52 5.52 0 .1 0 .2-.01.3z"/>
|
||||
<path d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/>
|
||||
<path d="M12 5.38c1.62 0 3.06.56 4.21 1.46l-2.85 2.22c-.81-.62-1.79-1.11-2.85-1.36-.52-.16-1.06-.24-1.63-.24-3.07 0-5.52 2.51-5.52 5.52 0 .1 0 .2.01.3.57 2.53 2.11 4.52 4.52 4.52z"/>
|
||||
</svg>
|
||||
Mit Google registrieren
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="login-footer">
|
||||
<p>Bereits ein Konto? <a href="login.html">Jetzt anmelden</a></p>
|
||||
</div>
|
||||
|
||||
<div class="success-message" id="successMessage">
|
||||
<div class="success-icon">✅</div>
|
||||
<h3>Registrierung erfolgreich!</h3>
|
||||
<p>Ihr Konto wurde erstellt. Sie werden weitergeleitet...</p>
|
||||
</div>
|
||||
|
||||
<div class="error-message" id="errorMessage">
|
||||
<div class="error-icon">❌</div>
|
||||
<h3>Registrierung fehlgeschlagen</h3>
|
||||
<p id="errorText">Bitte überprüfen Sie Ihre Eingaben.</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
<script src="../scripts/register.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
191
Profice WebSite/sites/website.html
Normal file
191
Profice WebSite/sites/website.html
Normal file
@@ -0,0 +1,191 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Profice - Website Entwicklung</title>
|
||||
<link rel="stylesheet" href="../style/design.css">
|
||||
<link rel="stylesheet" href="../style/service.css">
|
||||
<link rel="stylesheet" href="../style/cursor.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Banner -->
|
||||
<header class="top-banner dark-theme">
|
||||
<div class="top-banner-left">
|
||||
<div class="banner-left">
|
||||
<button class="menu-toggle" id="menuToggle" aria-label="Menu">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<a href="../index.html" class="logo-link">
|
||||
<img src="../images/logo/logo-01-complete.png" alt="Profice Logo" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-banner-center">
|
||||
<nav class="main-nav">
|
||||
<a href="../index.html#hero-section" class="nav-link">Home</a>
|
||||
<a href="../index.html#enterprise" class="nav-link">Enterprise</a>
|
||||
<a href="../index.html#pricing" class="nav-link">Pricing</a>
|
||||
<a href="../index.html#services" class="nav-link">Lösungen</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="top-banner-right">
|
||||
<button id="cursorToggle" aria-label="Toggle Cursor" title="Toggle Custom Cursor">
|
||||
<img src="../images/additional/cursor.png" alt="Default Cursor" class="cursor-icon">
|
||||
</button>
|
||||
<button id="loginBtn" class="login-btn" aria-label="Log in" title="Log in">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
|
||||
<polyline points="10 17 15 12 10 7"></polyline>
|
||||
<line x1="15" y1="12" x2="3" y2="12"></line>
|
||||
</svg>
|
||||
Log in
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Slide Menu -->
|
||||
<nav class="slide-menu" id="slideMenu">
|
||||
<a href="../index.html">Startseite</a>
|
||||
<a href="offers.html" class="active">Kontakt & Anfrage</a>
|
||||
<a href="leads.html">Leads Dashboard</a>
|
||||
</nav>
|
||||
|
||||
<!-- Overlay -->
|
||||
<div class="overlay" id="overlay"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<div class="service-container">
|
||||
<!-- Service Header -->
|
||||
<div class="service-header">
|
||||
<div class="service-icon">🌐</div>
|
||||
<h1 class="service-title">Website Entwicklung</h1>
|
||||
<p class="service-subtitle">Moderne, responsive Webseiten, die konvertieren und Ihre Marke perfekt repräsentieren</p>
|
||||
</div>
|
||||
|
||||
<!-- Service Description -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Unsere Webentwicklungsdienstleistungen</h2>
|
||||
<p class="section-text">
|
||||
Wir entwickeln maßgeschneiderte Websites, die nicht nur gut aussehen, sondern auch Ergebnisse liefern.
|
||||
Von der Konzeption über das Design bis zur Implementierung und Wartung begleiten wir Sie durch den gesamten Prozess.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<!-- Service Features -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Was wir bieten</h2>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🎨</div>
|
||||
<h3>Responsive Design</h3>
|
||||
<p>Perfekte Darstellung auf allen Geräten - von Desktop bis Mobile</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">⚡</div>
|
||||
<h3>Performance-Optimierung</h3>
|
||||
<p>Schnelle Ladezeiten und beste Nutzererfahrung</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🔒</div>
|
||||
<h3>SEO-Freundlich</h3>
|
||||
<p>Technische Grundlagen für gute Suchmaschinenplatzierungen</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🔧</div>
|
||||
<h3>CMS-Integration</h3>
|
||||
<p>Einfache Content-Verwaltung für Ihre Mitarbeiter</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">🛡️</div>
|
||||
<h3>Sicherheit</h3>
|
||||
<p>Schutz vor Bedrohungen und sichere Datenverarbeitung</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon">📊</div>
|
||||
<h3>Analytics & Tracking</h3>
|
||||
<p>Detaillierte Auswertung Ihrer Website-Performance</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Process -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Unser Prozess</h2>
|
||||
<div class="process-timeline">
|
||||
<div class="process-item">
|
||||
<div class="process-number">1</div>
|
||||
<div class="process-content">
|
||||
<h3>Analyse & Konzeption</h3>
|
||||
<p>Wir verstehen Ihre Ziele und entwickeln eine passende Strategie</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">2</div>
|
||||
<div class="process-content">
|
||||
<h3>Design & Prototyping</h3>
|
||||
<p>Visuelle Konzepte und interaktive Prototypen</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">3</div>
|
||||
<div class="process-content">
|
||||
<h3>Entwicklung</h3>
|
||||
<p>Saubere, performante Code-Implementierung</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">4</div>
|
||||
<div class="process-content">
|
||||
<h3>Testing & Launch</h3>
|
||||
<p>Gewissenhafte Tests und erfolgreicher Start</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="process-item">
|
||||
<div class="process-number">5</div>
|
||||
<div class="process-content">
|
||||
<h3>Support & Wartung</h3>
|
||||
<p>Laufende Optimierung und technische Unterstützung</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Technologies -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Technologien</h2>
|
||||
<div class="tech-grid">
|
||||
<div class="tech-item">HTML5</div>
|
||||
<div class="tech-item">CSS3</div>
|
||||
<div class="tech-item">JavaScript</div>
|
||||
<div class="tech-item">React</div>
|
||||
<div class="tech-item">Vue.js</div>
|
||||
<div class="item">Angular</div>
|
||||
<div class="tech-item">Node.js</div>
|
||||
<div class="tech-item">PHP</div>
|
||||
<div class="tech-item">WordPress</div>
|
||||
<div class="tech-item">Shopify</div>
|
||||
<div class="tech-item">WooCommerce</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="service-section">
|
||||
<h2 class="section-title">Bereit für Ihre neue Website?</h2>
|
||||
<p class="section-text">Lassen Sie uns Ihr Projekt an und wir erstellen ein maßgeschneidertes Angebot.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="offers.html?service=website" class="cta-btn primary">Projekt starten</a>
|
||||
<a href="offers.html" class="cta-btn secondary">Mehr erfahren</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="../scripts/script.js"></script>
|
||||
<script src="../scripts/cursor.js"></script>
|
||||
<script src="../scripts/scroll-header.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user