Files
romfast-website/menu/referinte.html
Marius Mutu ca251847e9 Remove icons and empty wrapper divs from all card elements
- Remove all Lucide icons from card elements across website
- Clean up empty professional-icon-wrapper divs (108 total removed)
- Preserve navigation and UI control icons in headers/menus
- Maintain card structure and styling without visual icons
- Files affected: index.html, all menu/ and roa/ pages (22 files)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 23:02:38 +03:00

273 lines
18 KiB
HTML

<!DOCTYPE html>
<html lang="ro">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Referinte Clienti - Romfast</title>
<meta name="description" content="Portofoliul de clienti Romfast. Companii din diverse domenii de activitate, precum constructii, comert, service auto, transporturi si productie, folosesc cu succes sistemul ERP ROA.">
<meta name="keywords" content="referinte clienti, portofoliu clienti, clienti erp, clienti roa, uzina termoelectrica midia, conpress group, abc val, argenta, cnas">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Flowbite -->
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.js"></script>
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Professional Theme CSS -->
<link href="../professional-theme.css" rel="stylesheet">
</head>
<body class="min-h-screen">
<!-- Soft Professional Blue Header -->
<header class="professional-navbar sticky top-0 z-50">
<nav class="container mx-auto px-4 py-4">
<div class="flex items-center justify-between">
<!-- Logo Section -->
<div class="flex items-center space-x-3">
<img src="../images/romfast_logo.png" alt="Romfast Logo" class="romfast-logo">
<div class="hidden md:block">
<p class="text-white text-sm italic font-light">Aduce informația în mâinile tale</p>
</div>
</div>
<!-- Centered Navigation -->
<div class="hidden lg:flex items-center space-x-8">
<a href="../index.html" class="text-white hover:text-blue-200 transition-colors nav-link">Prima pagina</a>
<a href="desprenoi.html" class="text-white hover:text-blue-200 transition-colors nav-link">Despre noi</a>
<a href="../roa/aplicatii-erp.html" class="text-white hover:text-blue-200 transition-colors nav-link">ROA</a>
<div class="relative group">
<button class="text-white hover:text-blue-200 transition-colors flex items-center space-x-1 nav-link">
<span>Servicii</span>
<i data-lucide="chevron-down" class="w-4 h-4"></i>
</button>
<div class="absolute top-full left-0 mt-2 w-48 bg-white rounded-lg shadow-lg border border-gray-200 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300">
<a href="analiza.html" class="block px-4 py-3 text-gray-700 hover:bg-blue-50 hover:text-blue-800 rounded-t-lg">Analiza</a>
<a href="implementare.html" class="block px-4 py-3 text-gray-700 hover:bg-blue-50 hover:text-blue-800">Implementare</a>
<a href="roa-suport-tehnic.html" class="block px-4 py-3 text-gray-700 hover:bg-blue-50 hover:text-blue-800">Suport tehnic ROA</a>
<a href="alteservicii.html" class="block px-4 py-3 text-gray-700 hover:bg-blue-50 hover:text-blue-800 rounded-b-lg">Alte servicii</a>
</div>
</div>
<a href="referinte.html" class="text-blue-200 hover:text-blue-100 transition-colors nav-link font-medium">Referinte</a>
<a href="angajari.html" class="text-white hover:text-blue-200 transition-colors nav-link">Angajari</a>
<a href="contact.html" class="text-white hover:text-blue-200 transition-colors nav-link">Contact</a>
</div>
<!-- Theme Toggle & Mobile Menu -->
<div class="flex items-center space-x-4">
<button id="theme-toggle" class="text-white p-2 rounded-lg hover:bg-white hover:bg-opacity-20 transition-all duration-300">
<i data-lucide="sun" class="w-5 h-5"></i>
</button>
<button id="mobile-menu-toggle" class="lg:hidden text-white p-2 rounded-lg hover:bg-white hover:bg-opacity-20 transition-all duration-300">
<i data-lucide="menu" class="w-6 h-6" id="menu-icon"></i>
<i data-lucide="x" class="w-6 h-6 hidden" id="close-icon"></i>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="lg:hidden hidden bg-white border-t border-gray-200 shadow-lg">
<div class="px-4 py-4 space-y-3">
<a href="../index.html" class="block text-gray-700 hover:text-blue-600 transition-colors font-medium py-2">Prima pagina</a>
<a href="desprenoi.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Despre noi</a>
<a href="../roa/aplicatii-erp.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">ROA</a>
<div class="border-l-2 border-gray-300 pl-4 space-y-2">
<p class="text-gray-600 font-medium text-sm">Servicii</p>
<a href="analiza.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Analiza</a>
<a href="implementare.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Implementare</a>
<a href="roa-suport-tehnic.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Suport tehnic ROA</a>
<a href="alteservicii.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Alte servicii</a>
</div>
<a href="referinte.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Referinte</a>
<a href="angajari.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Angajari</a>
<a href="contact.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Contact</a>
</div>
</div>
</header>
<!-- Main Content Container -->
<main class="container mx-auto px-4 py-8 max-w-7xl">
<!-- Professional Header Section -->
<section class="professional-hero text-center mb-12">
<div class="max-w-4xl mx-auto relative z-10">
<h1 class="text-4xl md:text-5xl font-bold mb-6 professional-text-primary">
Referinte Clienti
</h1>
<p class="text-xl professional-text-secondary mb-8 leading-relaxed">
Portofoliul nostru de clienti cuprinde companii din diverse domenii de activitate care folosesc cu succes sistemul ERP ROA.
</p>
</div>
</section>
<!-- Client Testimonials Section -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-center mb-12 professional-text-primary">Testimoniale</h2>
<div class="grid md:grid-cols-2 gap-8">
<!-- UZINA TERMOELECTRICA MIDIA SA Testimonial -->
<div class="professional-card p-8">
<div class="flex items-center justify-center mb-6">
</div>
<h3 class="text-xl font-semibold mb-6 professional-text-primary text-center">UZINA TERMOELECTRICA MIDIA SA</h3>
<blockquote class="text-center">
<p class="professional-text-secondary mb-6 leading-relaxed italic">"Sistemul ROA Romfast Applications indeplineste toate necesitatile companiei noastre in domeniile securitatii si integritatii datelor, ergonomiei in operare si ariei de acoperire a activitatii pe care o desfasuram. Romfast este un furnizor eficient de suport tehnic si solutii informatice noi."</p>
<footer class="professional-text-primary font-semibold">
Dl. Turgay Chemal<br>
<cite class="text-sm professional-text-secondary font-normal">Director Economic</cite>
</footer>
</blockquote>
</div>
<!-- CONPRESS GROUP Testimonial -->
<div class="professional-card p-8">
<div class="flex items-center justify-center mb-6">
</div>
<h3 class="text-xl font-semibold mb-6 professional-text-primary text-center">CONPRESS GROUP</h3>
<blockquote class="text-center">
<p class="professional-text-secondary mb-6 leading-relaxed italic">"Lucram cu Romfast de 4 ani, timp in care compania noastra si-a continuat dezvoltarea. Avem siguranta ca echipa Romfast ne va furniza solutii informatice complete si performante care sa sustina ritmul de dezvoltare pe care ni l-am propus si in continuare."</p>
<footer class="professional-text-primary font-semibold">
Dna. Liliana Voicu<br>
<cite class="text-sm professional-text-secondary font-normal">Director Economic</cite>
</footer>
</blockquote>
</div>
</div>
</section>
<!-- Client Portfolio Section -->
<section class="professional-support mb-16">
<h2 class="text-3xl font-bold text-center mb-8 professional-text-primary">Portofoliu Clienti</h2>
<p class="text-center professional-text-secondary mb-12 text-lg">
Printre beneficiarii sistemelor create de echipa <strong>Romfast</strong> se numara:
</p>
<!-- Client Grid -->
<div class="grid gap-4">
<!-- Construction Companies -->
<div class="professional-card p-6">
<h3 class="text-lg font-semibold mb-4 professional-text-primary flex items-center">
Constructii
</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">ABC VAL Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">ARGENTA Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">EXPROCONTI S.A. Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">STEELBUILDING Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">RENAV INVEST Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
</div>
</div>
<!-- Service Auto Companies -->
<div class="professional-card p-6">
<h3 class="text-lg font-semibold mb-4 professional-text-primary flex items-center">
Service Auto
</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">ARROW Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">AUTO HAUS TUDOR Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">AUTOMOTIVE SERVICE Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
</div>
</div>
<!-- Other Industries -->
<div class="professional-card p-6">
<h3 class="text-lg font-semibold mb-4 professional-text-primary flex items-center">
Diverse Industrii
</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">CONPRESS GROUP - Comert</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">CANALELE NAVIGABILE S.A.</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">DIRECTIA DE PAZA CT</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">EUROPEAN METAL SERVICES</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">HANUL PIRATILOR - HORECA</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">METAV S.A. Bucuresti</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">POLICLINICA IOWEMED</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">JORDAN TV CABLE - Iordania</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA, JCS</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">TELEGRAF ADVERTISING</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">UZINA TERMOELECTRICA MIDIA</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Professional Footer -->
<footer class="bg-gradient-to-r from-slate-900 via-gray-800 to-slate-900 text-white py-12" style="border-radius: 1rem 1rem 0 0;">
<div class="container mx-auto px-4 text-center">
<div class="mb-6">
<img src="../images/romfast_logo.png" alt="Romfast Logo" class="h-12 mx-auto mb-4">
<p class="text-gray-400 italic">Aduce informația în mâinile tale</p>
</div>
<div class="border-t border-gray-700 pt-6" style="border-radius: 0.5rem;">
<p class="text-sm text-gray-400 mb-2">
Copyright &copy; 2025 Romfast SRL. Toate drepturile rezervate.
</p>
<a href="../politica-confidentialitate.html" class="text-blue-400 hover:text-blue-300 transition-colors text-sm">
Politica de confidentialitate
</a>
</div>
</div>
</footer>
<!-- Professional Theme JavaScript -->
<script src="../professional-theme.js"></script>
</body>
</html>