Commit Graph

3 Commits

Author SHA1 Message Date
d2c65a748d fix(theme): border visible, shadow neutral, hero gradient teal
- --border: #e8f4f7 → #cbd5e1 (gray-300, vizibil pe fundal alb)
- --shadow: albastru → neutral rgba(0,0,0,0.08)
- --hero-gradient: alb pe alb → teal subtil (#e8f4f7 → white → #f0f9fb)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 17:43:03 +00:00
183be7bb3f Remove card animations and simplify button styling in index.html
- Remove all card tilt/transform animations and transitions
- Eliminate background color changes on card hover
- Simplify buttons to clean underlined links without complex effects
- Remove span wrappers and oversized padding from buttons
- Disable icon wrapper animations and pseudo-element effects
- Set transition: none and transform: none for static card behavior

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 23:17:27 +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