Commit Graph

5 Commits

Author SHA1 Message Date
Claude Agent
b6ad4cdf9c Restructurare website: 26→15 pagini, temă unitară, meniu nou, Aplicații online
Squash merge din branch restructurare-site.

- 26→15 pagini active; temă unitară pe standardul index.html
- nav canonic propagat identic (logo→home, fără „Prima pagina"); dropdown ROA;
  „Servicii" (pagină consolidată), „Aplicații online" (nou), „Referințe"
- module ROA înglobate: comenzi→facturare#comenzi, situații→financiar#raportare,
  aplicatii-specifice→aplicatii-erp#capacitati, „Cum arată ROA"→aplicatii-erp#cum-arata
- pagini noi: menu/servicii.html, menu/aplicatii-online.html
- ștergeri: chatbot, desprenoi, analiza, implementare, roa-suport-tehnic,
  alteservicii, comenzi-clienti, situatii-financiare, aplicatii-specifice, cum-arata-roa
- corecții acuratețe (Capacități tehnice): scoase 2FA/criptare/app mobilă;
  raportare web marcată „în dezvoltare"
- referinte.html: contrast dark reparat; service-auto: referințe moarte scoase
- noindex pe chatbot_maria*; sitemap.xml actualizat; scroll-padding pentru ancore
- QA Playwright light+dark: 0 erori consolă, 0 linkuri interne rupte

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 14:46:13 +00:00
Claude Agent
cb2d9178fb redesign theme 2026-06-25 23:25:41 +00:00
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