Commit Graph

8 Commits

Author SHA1 Message Date
2ce691d166 Add Serena project configuration and update website files
- Configure Serena AI coding assistant with TypeScript language support
- Update gitignore patterns and website content
- Enhance professional theme JavaScript functionality
- Update multiple pages across menu and ROA sections

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 22:30:36 +03:00
cc5a96455c Add functional contact form with PHP backend and SMTP integration
- Create contact-handler.php with SMTP configuration for mail.romfast.ro
- Update contact.html with form action, validation, and JavaScript messaging
- Implement email delivery to office@romfast.ro with proper headers
- Add success/error message handling with clean URL management
- Include form validation and user feedback improvements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 00:20:42 +03:00
90aa51bcf9 Complete professional theme conversion across Romfast website
Converted all website pages to modern professional theme with consistent design system:

### Pages Converted (21 total):
**Menu Pages (10):**
- desprenoi.html, contact.html, analiza.html, implementare.html
- roa-suport-tehnic.html, alteservicii.html, angajari.html
- suport.html, referinte.html, politica-confidentialitate.html

**ROA Module Pages (11):**
- roa-financiar-contabilitate.html (calculator icon)
- roa-resurse-umane.html (users icon)
- roa-imobilizari.html (building icon)
- roa-gestiune.html (package icon)
- roa-contracte-furnizori.html (truck icon)
- roa-clienti.html (user-check icon)
- roa-horeca.html (utensils icon)
- roa-analiza.html (bar-chart-3 icon)
- roa-aplicatii-specifice.html (settings icon)
- roa-service-auto.html, roa-proiecte-devize.html

### Technical Implementation:
- Migrated from Bootstrap 5 to Tailwind CSS + Flowbite
- Applied professional-theme.css with soft blue color palette
- Integrated Lucide icons for modern iconography
- Implemented responsive design with mobile-first approach
- Added dark/light theme toggle functionality
- Enhanced SEO with Romanian meta descriptions
- Maintained all original content and functionality

### Design Features:
- Consistent professional navbar with gradient background
- Hero sections with appropriate module icons
- Professional cards with hover effects and animations
- Modern typography using Inter, Merriweather fonts
- Unified color scheme: #5288c4 (primary), #4a7ba7 (secondary)
- Professional footer with company branding

All pages now follow the same professional design system established in index.html.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 00:00:46 +03:00
9cd7886320 Convert politica-confidentialitate.html to professional theme
- Replace Bootstrap with Tailwind CSS + Flowbite + Lucide icons
- Apply professional navbar with soft blue gradient background
- Add professional hero section with shield-check icon
- Restructure GDPR principles with professional card styling
- Update contact information section with professional styling
- Apply professional footer with gradient background
- Include professional-theme.js for enhanced interactions
- Maintain all original content and SEO metadata

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 17:10:18 +03:00
67822a7bd6 Convert menu/referinte.html to professional theme
- Replace Bootstrap with Tailwind CSS and professional theme
- Add professional hero section with improved typography
- Convert testimonials to professional card layout with icons
- Organize client portfolio by industry categories
- Add professional navigation and footer matching index.html
- Implement dark/light theme toggle functionality
- Use Lucide icons for enhanced visual appeal

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 16:57:51 +03:00
24502baf8b Modernize ROA ERP applications page with professional theme
- Updated roa/aplicatii-erp.html to use modern professional design system
- Replaced Bootstrap 5 with Tailwind CSS + Flowbite + Lucide Icons
- Migrated from new-style.css to professional-theme.css and JavaScript
- Enhanced layout with professional cards grid displaying all 9 ROA applications
- Added comprehensive ERP application descriptions with modern icons
- Improved hero section with call-to-action buttons and professional styling
- Enhanced responsive design with professional color palette and typography
- Maintained all original content while modernizing user experience
- Added "What is ERP?" section with professional card styling
- Created advantages section with visual elements and feature highlights

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 16:22:21 +03:00
fc6f3b6de6 Refactor: Extract CSS and JavaScript into external files for reusability
- Create professional-theme.css with complete soft professional blue theme
  - Soft professional color palette with reduced saturation
  - Professional card styling with hover effects
  - Button styles (primary, secondary, urgent) with animations
  - Navbar, hero section, and support section styles
  - Dark mode support and mobile responsiveness

- Create professional-theme.js with comprehensive functionality
  - Theme toggle with localStorage persistence
  - Card hover animations with 3D effects
  - Scroll animations using Intersection Observer
  - Button ripple effects and smooth scrolling
  - WebP detection and utility functions
  - Additional features: loading states, toast notifications, scroll-to-top

- Update index.html to use external files instead of inline styles/scripts
  - Replace Bootstrap with Tailwind CSS and Flowbite
  - Implement professional hero section with call-to-action buttons
  - Create featured ROA AUTO card spanning 2 columns with problems list and image
  - Add ROA PROIECTE DEVIZE LUCRĂRI card for construction cost estimation
  - Professional support tools section with enhanced styling

- Add CLAUDE.md with project documentation and development guidelines
  - Architecture overview and development commands
  - CSS architecture with custom properties system
  - Frontend design workflow and styling guidelines

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 16:14:17 +03:00
8d0eaf7af1 commit initial 2025-08-13 22:47:45 +03:00