Commit Graph

63 Commits

Author SHA1 Message Date
smueller
b113bdeaa2 Implement strict hover effect removal for legal text: Added CSS rules to ensure no hover, focus, or active effects on legal hero and content sections, enhancing readability and user experience. 2026-05-27 14:45:10 +02:00
smueller
5d2be60dfa Refine legal page styles in custom CSS: Updated hover effects for glass cards and links to enhance user interaction and visual consistency. Improved text decoration on hover for legal blocks and breadcrumbs. 2026-05-27 14:43:46 +02:00
smueller
62d0076799 Enhance legal page styles in custom CSS: Added new styles for legal hero and content sections, adjusted margins and padding, and modified section hover effects for improved visual consistency and readability. 2026-05-27 14:42:32 +02:00
smueller
e920fdfc8e Add legal styling to custom CSS: Implemented styles for legal pages, including background and text color adjustments, section borders, and hover effects to enhance readability and visual consistency. 2026-05-27 14:05:55 +02:00
smueller
5d953fda7b Enhance product configuration and ordering functionality: Updated products-config.php to include shop URLs for various packages, improving the central management of product information. Added new functions for generating order URLs based on product and package selections. Updated public pages for VPC, VPS, Mail Gateway, and Webhosting to utilize the new order URL functionality, enhancing user experience and streamlining the ordering process. 2026-05-27 13:51:54 +02:00
smueller
b9bd339607 Refactor configuration files for HexaHost.de: Updated mail and product configuration files to improve clarity and maintainability. Added deprecation notices in the old config file, migrated email handling to a new structure, and enhanced documentation for better understanding. Improved header comments across various public pages for better organization and readability. 2026-05-27 13:22:46 +02:00
smueller
b893272d64 Merge branch 'main' of https://git.hexahost.dev/smueller/HexaHost-Frontend 2026-05-27 13:14:23 +02:00
smueller
3dd707ab93 chore(release): production build 2026-05-27 13:05 2026-05-27 13:05:22 +02:00
smueller
67fbc68d45 Refactor email handling in contact form: Transitioned from PHPMailer to native PHP mail() function, removing Composer dependencies. Updated documentation to reflect changes in email configuration and setup. Enhanced security features including CSRF protection and input validation. Adjusted product pricing and specifications in backend configuration files. 2026-05-27 13:04:52 +02:00
smueller
dfc781f3ed chore(release): production build 2026-05-27 12:38 2026-05-27 12:38:30 +02:00
smueller
ebf6f82bb6 Enhance API functionality and security: Added rate limiting and domain validation across multiple API endpoints, improved error handling for missing or invalid parameters, and refactored email handling in contact form for better security and maintainability. Updated README.md with production build instructions and prerequisites. 2026-05-22 14:50:20 +02:00
𝓜𝓪𝓬𝓮™
5f5be4a4cb Enhance Content Security Policy in .htaccess: Updated img-src and connect-src directives to include Google Tag Manager and additional Google services, improving security while ensuring compatibility with analytics tools. 2026-04-09 15:49:03 +02:00
𝓜𝓪𝓬𝓮™
73ba422655 Update .htaccess for enhanced security and Google Tag Assistant compatibility: Removed X-Frame-Options header and adjusted Content Security Policy to allow Google Tag Manager and Google Analytics, ensuring compliance with security standards while maintaining functionality. 2026-04-09 15:46:11 +02:00
𝓜𝓪𝓬𝓮™
7f5bd5e41f Revise IT services content to emphasize focus on private clients: Updated titles, descriptions, and sections in index.php and it-dienstleistungen.php to reflect a primary emphasis on private IT support, with secondary offerings for businesses. Enhanced clarity and alignment with branding strategy. 2026-04-08 15:24:04 +02:00
𝓜𝓪𝓬𝓮™
0f87039ab6 Remove redundant "Beratung anfragen" button from IT services page to streamline call-to-action options. 2026-04-08 14:44:45 +02:00
𝓜𝓪𝓬𝓮™
29386b2ab6 Update branding in multiple files to reflect personal ownership: Changed references from "Über uns" to "Über mich" in demo.html, README.md, footer.php, header.php, and about.php, enhancing the personal touch of the content. 2026-04-08 14:43:31 +02:00
𝓜𝓪𝓬𝓮™
df705701f0 Add IT services section and update navigation and contact options: Introduced a new IT-Dienstleistungen link in the header, added multiple IT service options in the contact form, and created a dedicated IT services section on the index page with detailed descriptions and call-to-action buttons. Enhanced CSS for better layout of service actions. 2026-04-08 14:36:37 +02:00
𝓜𝓪𝓬𝓮™
03f3648de1 Update about.php and contact.php to reflect personal branding: Revised text to emphasize individual ownership and support, updated service descriptions to include IT solutions, and modified contact details for direct communication. Enhanced clarity and personalization throughout the content. 2026-04-08 13:00:31 +02:00
𝓜𝓪𝓬𝓮™
a166f90668 Update header.php to include custom stylesheet: Added a new custom.css file for additional styling alongside the main stylesheet, enhancing the design flexibility of the application. 2026-04-02 15:47:03 +02:00
𝓜𝓪𝓬𝓮™
74e82e4f8d Update web hosting feature descriptions in index.php: Changed "cPanel/Webmin" to "Plesk Webhosting", updated database reference from "MySQL" to "MariaDB", and refined support and performance descriptions for clarity. Adjusted call-to-action buttons for improved user engagement. 2026-04-02 15:43:44 +02:00
𝓜𝓪𝓬𝓮™
86af0ef0a2 Update product descriptions and features in index.php and mail-gateway.php: Changed uptime statistics, enhanced feature descriptions, and added a new Mail Service section to improve clarity and user engagement. 2026-04-02 15:39:00 +02:00
𝓜𝓪𝓬𝓮™
c8386a8f4b Update file inclusion paths in multiple PHP files: Adjusted paths to use the new backend directory structure, ensuring consistent access to functions and configuration files across the application. 2026-04-02 13:46:08 +02:00
𝓜𝓪𝓬𝓮™
b4ab365314 Update .htaccess for HTTPS redirection: Modified the RewriteCond to include both hexahost.de and dev.hexahost.de, ensuring secure connections for both domains. 2026-04-02 13:40:56 +02:00
𝓜𝓪𝓬𝓮™
5325cc2e95 Update file inclusion paths: Adjusted PHP include statements in multiple files to use absolute paths, ensuring consistency and preventing potential path issues across the application. 2026-04-02 13:37:04 +02:00
𝓜𝓪𝓬𝓮™
cd16f98a83 Refactor file inclusions: Updated paths in multiple PHP files to use absolute paths for including functions and configuration files, enhancing consistency and preventing potential path issues. 2026-04-02 13:30:16 +02:00
𝓜𝓪𝓬𝓮™
cc804c01de Refactor product pages to utilize dynamic content: Updated mail-gateway.php, vpc.php, vps.php, and webhosting.php to replace static text with dynamic PHP variables for product names, descriptions, and call-to-action elements. This change enhances maintainability and allows for easier updates to product information. 2026-04-02 12:01:30 +02:00
𝓜𝓪𝓬𝓮™
20ee9c2513 Update README.md to reflect recent changes and improvements 2026-04-02 10:30:48 +02:00
TheOnlyMace
03dddf689e Refactor product configuration loading in multiple PHP files: Updated contact-handler.php to load mail configuration, and modified mail-gateway.php, vpc.php, vps.php, and webhosting.php to utilize a centralized products-config.php for product data retrieval. Removed hardcoded package details in favor of dynamic rendering for improved maintainability. 2026-01-17 00:27:03 +01:00
TheOnlyMace
2dbcd2d3b7 Update main tag in multiple PHP files to include an ID for improved accessibility and styling: Changed <main> to <main id="main-content"> in 404, 500, about, agb, contact, datenschutz, impressum, index, mail-gateway, vpc, vps, and webhosting pages. Additionally, updated copyright year in email templates to be dynamic. 2026-01-16 23:52:33 +01:00
TheOnlyMace
356e69f635 Remove obsolete CSS, JavaScript, and configuration files: Deleted style.css, contact.js, cookie-consent.js, main.js, config.php, mail-config.php, header.php, footer.php, and functions.php to streamline the project and improve maintainability. This cleanup enhances performance and reduces complexity in the codebase. 2026-01-16 19:24:43 +01:00
TheOnlyMace
500da23637 Update cookie consent functionality: Enhanced the cookie consent banner by adding options for rejecting non-essential cookies and improved the styling for better user experience. Updated related JavaScript to ensure proper functionality and compliance with privacy regulations. 2026-01-14 00:45:24 +01:00
TheOnlyMace
6a6d22ad9f Remove deprecated CSS and JavaScript files: Deleted style.css, contact.js, cookie-consent.js, main.js, and related configuration files to streamline the project and improve maintainability. This cleanup enhances performance and reduces complexity in the codebase. 2026-01-14 00:38:00 +01:00
TheOnlyMace
7940344f82 Show cookie consent banner by removing 'hide' class: Updated the showBanner function to ensure the cookie consent banner is displayed correctly by removing the 'hide' class, improving visibility for users. 2026-01-13 23:31:12 +01:00
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
4382fd3e0b Reintroduce composer.json file: Added the configuration file for the HexaHost contact form project, specifying dependencies and autoloading settings to support project structure and functionality. 2026-01-13 23:11:25 +01:00
TheOnlyMace
27e157e919 Remove composer.json file: Deleted the configuration file for the project as part of the cleanup process, enhancing project structure and security. 2026-01-13 23:10:02 +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
a1b303edde Update AGB page: Adjusted service availability percentage from 99.9% to 99% and changed contact email for cancellations and revocations to support@hexahost.de, improving clarity and user guidance. 2026-01-13 22:54:14 +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
2e7cb182fd Remove placeholder text from Impressum page: Cleared out the placeholder for legal information to enhance clarity and compliance with legal standards. 2026-01-13 22:36:55 +01:00
TheOnlyMace
413e5b430a Update UST-ID placeholder in Impressum page: Replaced the placeholder text for the Umsatzsteuer-Identifikationsnummer with an actual example, improving clarity and compliance with legal requirements. 2026-01-13 22:33:30 +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
2e3b071ca6 Remove outdated styles for open FAQ items: Eliminated border and box-shadow properties from the .faq-item.open class to streamline the design and improve consistency with recent enhancements. 2026-01-13 22:15:00 +01:00
TheOnlyMace
996dec5f78 Enhance FAQ item styles with hover effects and transitions: Added visual feedback for FAQ items on hover and when open, improving user interaction and aesthetics. 2026-01-13 22:13:40 +01:00
TheOnlyMace
b193455e99 Add FAQ accordion functionality to main.js: Implemented interactive FAQ section that allows users to toggle answers while ensuring only one item is open at a time. Enhanced user experience by managing answer visibility with smooth transitions. 2026-01-13 22:07:37 +01:00