Commit Graph

13 Commits

Author SHA1 Message Date
TheOnlyMace
e660a47e03 Add cookie settings link to footer: Included a new link in the footer for users to access cookie settings, enhancing user control over cookie consent preferences. 2026-01-13 23:30:22 +01:00
TheOnlyMace
4510446f8d Refactor header styles and improve loading performance: Removed inline critical CSS for better maintainability and updated stylesheet loading method to enhance page rendering speed. Simplified font loading comments for clarity. 2026-01-13 23:27:45 +01:00
TheOnlyMace
44b09947bc Add cookie consent banner and settings: Implemented a cookie consent banner in the footer with options for accepting all cookies, essential cookies, and accessing settings. Added corresponding CSS styles for the banner and settings panel, enhancing user experience and compliance with privacy regulations. 2026-01-13 23:26:07 +01:00
TheOnlyMace
ebb15eb5c2 Refactor URL handling and improve navigation: Updated .htaccess for cleaner URL structure by removing .php extensions and redirecting to clean URLs. Modified various pages to use absolute paths for links, enhancing consistency and user experience. Updated error pages and footer links accordingly. 2026-01-13 23:15:10 +01:00
TheOnlyMace
2df47dc461 Enhance security and configuration of contact form: Added Content Security Policy and Strict-Transport-Security headers in .htaccess for improved security. Updated error handling to use a single 404.php for various error codes. Removed deprecated config.php and composer.json files, and implemented IP address detection for better security. Added honeypot field for bot protection in contact form and improved session security settings in functions.php. 2026-01-13 23:04:05 +01:00
TheOnlyMace
a47ffb07f8 Update footer links and add AGB page: Replaced placeholder links in the footer with actual URLs for Kunden-Center, Status, and Support-Ticket, and added a new link to the AGB page, enhancing navigation and user access to important resources. 2026-01-13 22:45:55 +01:00
TheOnlyMace
090ea601ca Update footer links to point to the Datenschutz page: Changed the footer link for Datenschutz from a placeholder to the actual page, improving navigation and accessibility for users. 2026-01-13 22:32:43 +01:00
TheOnlyMace
3ec200c9ee Add legal pages styles and update footer links: Introduced new CSS styles for Impressum and Datenschutz pages, enhancing layout and responsiveness. Updated footer to link to the Impressum page, improving navigation. 2026-01-13 22:29:48 +01:00
TheOnlyMace
43905d78c0 Replace logo text with image in header and update CSS styles for logo: Removed text-based logo and added an image with hover effects, enhancing visual appeal and user interaction. 2026-01-13 22:17:51 +01:00
TheOnlyMace
bca75e38bc Refactor contact form handling and enhance Mail Gateway page: Centralized subject mapping for contact requests, improved CSRF token validation, and optimized AJAX CORS handling. Updated Mail Gateway page layout and content for better clarity and user engagement, including new package details and security features. 2026-01-06 21:57:55 +01:00
TheOnlyMace
385baf2db7 Implement CSRF protection in contact form: Added session management and CSRF token validation to enhance security. Updated AJAX response handling in JavaScript to reset button state after submission. 2026-01-06 21:49:24 +01:00
Samuel Müller
65ff0da7a9 Umstellung von HTML auf PHP für die Hauptseiten: Entfernen der HTML-Dateien (index.html, about.html, contact.html, vpc.html, vps.html, mail-gateway.html, webhosting.html) und Implementierung von PHP-Dateien (index.php, about.php, contact.php, vpc.php, vps.php, mail-gateway.php, webhosting.php). Anpassung der .htaccess-Datei zur Unterstützung von HTML zu PHP Weiterleitungen. Aktualisierung der Links in den Header- und Footer-Dateien auf die neuen PHP-Seiten. 2025-08-01 15:01:28 +02:00
Samuel Müller
cdcf060b0e Optimierung des Kontaktformulars: Entfernen von nicht benötigten Feldern und Verbesserung der Validierungslogik. Anpassung der CSS-Stile für eine bessere Benutzererfahrung. 2025-08-01 10:56:13 +02:00