168 lines
7.8 KiB
PHP
168 lines
7.8 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
require_once __DIR__ . '/db/config.php';
|
|
|
|
$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Professionelle Steuerberatung für Unternehmen und Privatpersonen.';
|
|
$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
|
|
$projectName = "Kanzlei Dr. Schmidt & Kollegen";
|
|
?>
|
|
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title><?= htmlspecialchars($projectName) ?> | Steuerberater</title>
|
|
|
|
<?php if ($projectDescription): ?>
|
|
<meta name="description" content="<?= htmlspecialchars($projectDescription) ?>" />
|
|
<meta property="og:description" content="<?= htmlspecialchars($projectDescription) ?>" />
|
|
<?php endif; ?>
|
|
<?php if ($projectImageUrl): ?>
|
|
<meta property="og:image" content="<?= htmlspecialchars($projectImageUrl) ?>" />
|
|
<?php endif; ?>
|
|
|
|
<!-- Bootstrap 5 -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<!-- Bootstrap Icons -->
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css">
|
|
<!-- Google Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?= time() ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar navbar-expand-lg">
|
|
<div class="container">
|
|
<a class="navbar-brand fw-bold" href="#" style="color: var(--primary);">
|
|
<i class="bi bi-briefcase-fill me-2" style="color: var(--secondary);"></i>
|
|
<?= htmlspecialchars($projectName) ?>
|
|
</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item"><a class="nav-link" href="#leistungen">Leistungen</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#team">Über uns</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#kontakt">Kontakt</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<section class="hero">
|
|
<div class="container">
|
|
<h1>Exzellente Steuerberatung für Ihren Erfolg.</h1>
|
|
<p>Wir begleiten Sie kompetent in allen steuerlichen und betriebswirtschaftlichen Fragen, damit Sie sich auf das Wesentliche konzentrieren können.</p>
|
|
<a href="#kontakt" class="btn btn-primary btn-lg">Jetzt Termin vereinbaren</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="leistungen" class="py-5 bg-white">
|
|
<div class="container py-5">
|
|
<h2 class="section-title">Unsere Leistungen</h2>
|
|
<div class="row g-4">
|
|
<div class="col-md-4">
|
|
<div class="service-card">
|
|
<i class="bi bi-journal-check service-icon"></i>
|
|
<h4>Finanzbuchhaltung</h4>
|
|
<p class="text-muted">Professionelle Abwicklung Ihrer laufenden Buchhaltung und betriebswirtschaftlichen Auswertungen.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<div class="service-card">
|
|
<i class="bi bi-graph-up-arrow service-icon"></i>
|
|
<h4>Steueroptimierung</h4>
|
|
<p class="text-muted">Vorausschauende Planung zur Minimierung Ihrer Steuerbelastung für Unternehmen und Privatpersonen.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<div class="service-card">
|
|
<i class="bi bi-shield-check service-icon"></i>
|
|
<h4>Lohnabrechnung</h4>
|
|
<p class="text-muted">Zuverlässige Erstellung der Lohn- und Gehaltsabrechnungen unter Einhaltung aller gesetzlichen Vorgaben.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="kontakt" class="py-5">
|
|
<div class="container py-5">
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-8">
|
|
<h2 class="section-title">Terminanfrage</h2>
|
|
<div class="contact-form">
|
|
<form id="appointmentForm">
|
|
<div class="row g-3">
|
|
<div class="col-md-6">
|
|
<label class="form-label">Ihr Name *</label>
|
|
<input type="text" name="name" class="form-control" placeholder="Max Mustermann" required>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<label class="form-label">E-Mail-Adresse *</label>
|
|
<input type="email" name="email" class="form-control" placeholder="name@beispiel.de" required>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<label class="form-label">Gewünschte Leistung</label>
|
|
<select name="service" class="form-select">
|
|
<option value="allgemein">Allgemeine Beratung</option>
|
|
<option value="buchhaltung">Finanzbuchhaltung</option>
|
|
<option value="optimierung">Steueroptimierung</option>
|
|
<option value="existenzgruendung">Existenzgründung</option>
|
|
</select>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<label class="form-label">Ihre Nachricht</label>
|
|
<textarea name="message" class="form-control" rows="4" placeholder="Wie können wir Ihnen helfen?"></textarea>
|
|
</div>
|
|
<div class="col-md-12 text-center mt-4">
|
|
<button type="submit" class="btn btn-primary btn-lg w-100">Anfrage senden</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-4 mb-4">
|
|
<h5 class="fw-bold mb-3"><?= htmlspecialchars($projectName) ?></h5>
|
|
<p class="small opacity-75">Ihr Partner für ganzheitliche Steuerberatung und betriebswirtschaftliche Begleitung.</p>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<h5 class="fw-bold mb-3">Links</h5>
|
|
<ul class="list-unstyled">
|
|
<li><a href="#">Impressum</a></li>
|
|
<li><a href="#">Datenschutz</a></li>
|
|
<li><a href="#leistungen">Leistungen</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<h5 class="fw-bold mb-3">Kontakt</h5>
|
|
<p class="small opacity-75">
|
|
Musterstraße 123<br>
|
|
12345 Musterstadt<br>
|
|
Tel: 0123 / 456 789 0<br>
|
|
Mail: info@kanzlei-schmidt.de
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<hr class="opacity-25 my-4">
|
|
<div class="text-center small opacity-50">
|
|
© <?= date('Y') ?> <?= htmlspecialchars($projectName) ?>. Alle Rechte vorbehalten.
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?= time() ?>"></script>
|
|
</body>
|
|
</html>
|