Commit Graph

16 Commits

Author SHA1 Message Date
Alvin
d44338aa95 Add create-admin script to package.json and set up /api/users route in server.js for user management functionality. 2025-06-10 09:47:17 +02:00
Alvin
ef07016a14 Remove index.html, styles.css, favicon.svg, script.js, and tailwind.config.js files to streamline the project and eliminate unused resources. 2025-06-10 09:16:11 +02:00
Alvin
c07fdac03c Add additional car models to dropdown in index.html for Opel and Skoda brands, enhancing vehicle selection options. 2025-06-04 14:09:45 +02:00
Alvin
bd25635095 Implement car search functionality in index.html and enhance dropdown behavior in script.js. Added a search input for vehicle models, allowing users to filter options dynamically. Improved dropdown styling and interaction, including closing behavior and handling double-click selections. 2025-06-04 14:04:15 +02:00
Alvin
bd3333b8a3 Enhance contact form in index.html by adding required fields for name, email, phone, and message. Update form submission handling in script.js to include success message display and improved error handling. Refactor button functionality for better user experience during form submission. 2025-06-04 12:28:07 +02:00
Alvin
d6c53c19b2 Enhance vehicle selection in index.html by replacing text input with a dropdown menu featuring various car models from multiple brands. Update script.js to dynamically add a custom input field for 'Other model' selection. Revise styles.css for improved button and form control designs, including new animations and responsive adjustments. 2025-06-04 12:01:47 +02:00
Alvin
50fd74ec57 Update favicon.svg to enhance branding with a new design featuring a car silhouette and tuning elements. Adjust dimensions and gradient for improved visual appeal. 2025-06-04 11:25:19 +02:00
Alvin
d904d7beae Revamp index.html, styles.css, and script.js for Tuning Pro website. Update branding to Dutch language, enhance navbar and sections with new color schemes, and improve button functionalities. Implement dynamic content in modals and refine form handling for better user experience. 2025-06-04 11:22:41 +02:00
Alvin
f734a41678 Refactor 'Get Started' button functionality in script.js to support multiple buttons. Update event listener to handle all instances of the button, enhancing user interaction with modal display. 2025-06-04 11:13:48 +02:00
Alvin
2a9e57bb5d Enhance navbar design and functionality in index.html, styles.css, and script.js. Implement a glass effect for the navbar, add animated hover effects for navigation links, and introduce a scroll effect that changes the navbar's appearance on scroll. Update styles for improved responsiveness and visual appeal. 2025-06-04 11:12:00 +02:00
Alvin
1b0f0ca1a6 Add favicon link to index.html for improved branding 2025-06-04 10:09:52 +02:00
Alvin
5444fefbba Refactor index.html to remove inline Tailwind configuration and link to external JS file. Enhance script.js with modal functionality for 'Get Started' and 'Learn More' buttons, including dynamic content and hover effects for cards. 2025-06-04 09:59:01 +02:00
Alvin
953e72906d Enhance index.html and styles.css with improved design elements, animations, and responsive features. Update navbar, sections, and buttons with gradient backgrounds and hover effects. Refine CSS variables and add custom animations for a more dynamic user experience. 2025-06-04 09:50:53 +02:00
Alvin
508bf307a5 Update index.html and script.js to enhance website template with new sections, improved navigation, and smooth scrolling functionality. Modify title and branding, and implement form handling and mobile menu toggle in JavaScript. 2025-06-04 09:46:25 +02:00
Alvin
f0a1a657a3 Revamp index.html with Bootstrap and Tailwind CSS integration, add navigation and main content structure, and implement JavaScript for interactivity. Remove unused style.css file. 2025-06-04 09:38:33 +02:00
Alvin
e745cc340c Initialize HTML structure and add empty CSS and JavaScript files 2025-06-04 09:34:13 +02:00