278 lines
18 KiB
HTML
278 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>Romfast - Program ERP: Contabilitate, Gestiune, Producție, Service Auto. ROA - Romfast Applications.</title>
|
|
<meta name="description" content="Romfast produce si implementeaza ROA - Romfast Applications, un sistem informatic ERP: contabilitate, gestiune, comenzi, contracte, facturare, productie, service auto, analiza proiecte si lucrari.">
|
|
<meta name="keywords" content="program service auto, program contabilitate, gestiune, facturare, mijloace fixe, productie, roa, romfast, soft contabilitate, sistem informatic erp, suport tehnic, implementare erp, analiza proiecte">
|
|
|
|
<!-- 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>
|
|
<!-- Professional Theme CSS (fonts imported here) -->
|
|
<link href="professional-theme.css" rel="stylesheet">
|
|
</head>
|
|
<body class="min-h-screen">
|
|
<!-- ============ STICKY NAV ============ -->
|
|
<header class="professional-navbar sticky top-0 z-50">
|
|
<nav class="container mx-auto px-4 lg:px-10 py-3">
|
|
<div class="flex items-center justify-between gap-6">
|
|
<!-- Logo -->
|
|
<a href="/index.html" class="flex items-center gap-3">
|
|
<img src="/images/romfast_logo.png" alt="Romfast Logo" class="romfast-logo">
|
|
<span class="brand-tagline hidden md:inline">Aduce informația în mâinile tale</span>
|
|
</a>
|
|
|
|
<!-- Centered Navigation -->
|
|
<div class="hidden lg:flex items-center gap-7">
|
|
<a href="/index.html" class="nav-link">Prima pagina</a>
|
|
<a href="/menu/desprenoi.html" class="nav-link">Despre noi</a>
|
|
<a href="/roa/aplicatii-erp.html" class="nav-link">ROA</a>
|
|
<a href="/roa/cum-arata-roa.html" class="nav-link">Cum arată ROA</a>
|
|
<div class="relative group">
|
|
<button class="nav-link flex items-center gap-1">
|
|
<span>Servicii</span>
|
|
<i data-lucide="chevron-down" class="w-4 h-4"></i>
|
|
</button>
|
|
<div class="nav-dropdown absolute top-full left-0 mt-2 w-48 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 overflow-hidden">
|
|
<a href="/menu/analiza.html" class="block px-4 py-3">Analiza</a>
|
|
<a href="/menu/implementare.html" class="block px-4 py-3">Implementare</a>
|
|
<a href="/menu/roa-suport-tehnic.html" class="block px-4 py-3">Suport tehnic ROA</a>
|
|
<a href="/menu/alteservicii.html" class="block px-4 py-3">Alte servicii</a>
|
|
</div>
|
|
</div>
|
|
<a href="/menu/referinte.html" class="nav-link">Cine folosește ROA</a>
|
|
<a href="/menu/angajari.html" class="nav-link">Angajari</a>
|
|
<a href="/menu/contact.html" class="nav-cta">Contact</a>
|
|
</div>
|
|
|
|
<!-- Theme Toggle & Mobile Menu -->
|
|
<div class="flex items-center gap-2">
|
|
<button id="theme-toggle" class="p-2" aria-label="Comută tema">
|
|
<i data-lucide="sun" class="w-5 h-5"></i>
|
|
</button>
|
|
<button id="mobile-menu-toggle" class="lg:hidden p-2" style="color: var(--text-secondary);" aria-label="Meniu">
|
|
<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>
|
|
|
|
<!-- Mobile Menu -->
|
|
<div id="mobile-menu" class="lg:hidden hidden mt-3 rounded-xl overflow-hidden" style="background: var(--surface); border: 1px solid var(--border);">
|
|
<div class="px-4 py-4 space-y-1">
|
|
<a href="/index.html" class="nav-link block py-2">Prima pagina</a>
|
|
<a href="/menu/desprenoi.html" class="nav-link block py-2">Despre noi</a>
|
|
<a href="/roa/aplicatii-erp.html" class="nav-link block py-2">ROA</a>
|
|
<a href="/roa/cum-arata-roa.html" class="nav-link block py-2">Cum arată ROA</a>
|
|
<div class="pl-4 py-1 space-y-1" style="border-left: 2px solid var(--border);">
|
|
<p class="eyebrow">Servicii</p>
|
|
<a href="/menu/analiza.html" class="nav-link block py-1 text-sm">Analiza</a>
|
|
<a href="/menu/implementare.html" class="nav-link block py-1 text-sm">Implementare</a>
|
|
<a href="/menu/roa-suport-tehnic.html" class="nav-link block py-1 text-sm">Suport tehnic ROA</a>
|
|
<a href="/menu/alteservicii.html" class="nav-link block py-1 text-sm">Alte servicii</a>
|
|
</div>
|
|
<a href="/menu/referinte.html" class="nav-link block py-2">Cine folosește ROA</a>
|
|
<a href="/menu/angajari.html" class="nav-link block py-2">Angajari</a>
|
|
<a href="/menu/contact.html" class="nav-cta inline-block mt-2">Contact</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<!-- ============ HERO (full-bleed) ============ -->
|
|
<section class="professional-hero text-center">
|
|
<div data-reveal data-i="0" class="max-w-4xl mx-auto">
|
|
<span class="pill-badge">ROA — Romfast Applications</span>
|
|
<h1 class="hero-title">
|
|
ERP românesc și programe specializate pe industrii,
|
|
<span class="accent">cu validări care dau siguranță</span> la închiderea lunii.
|
|
</h1>
|
|
<p class="hero-sub">
|
|
Dezvoltat și menținut de aceeași echipă.
|
|
<strong>Răspundem chiar noi</strong>, fără intermediari — inclusiv pentru integrări și automatizări particulare.
|
|
</p>
|
|
<div class="flex flex-wrap gap-3.5 items-center justify-center mt-8">
|
|
<a href="roa/cum-arata-roa.html" class="btn-solid">Vezi cum arată ROA</a>
|
|
<a href="tel:+40723197939" class="btn-ghost">Sună direct: 0723 197 939</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ============ 3 DIFERENȚIATOARE ============ -->
|
|
<section class="max-w-6xl mx-auto px-4 lg:px-10 pt-2 pb-20">
|
|
<div class="grid sm:grid-cols-3 gap-5">
|
|
<div data-reveal data-i="0" class="feature-card">
|
|
<span class="feature-icon">
|
|
<svg width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="var(--primary)" stroke-width="1.7"><path d="M12 3l7 3v5c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V6l7-3z"></path><path d="M9 12l2 2 4-4"></path></svg>
|
|
</span>
|
|
<span class="flex flex-col gap-1.5">
|
|
<span class="feature-title">Siguranță la închideri</span>
|
|
<span class="feature-desc">Validări automate, audit trail și solduri preluate corect lunar.</span>
|
|
</span>
|
|
</div>
|
|
<div data-reveal data-i="1" class="feature-card">
|
|
<span class="feature-icon">
|
|
<svg width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="var(--primary)" stroke-width="1.7"><path d="M21 11.5a8.38 8.38 0 0 1-9 8.34 9.6 9.6 0 0 1-4-.92L3 20l1.08-3.24A8.34 8.34 0 0 1 3 11.5 8.5 8.5 0 0 1 12 3a8.5 8.5 0 0 1 9 8.5z"></path></svg>
|
|
</span>
|
|
<span class="flex flex-col gap-1.5">
|
|
<span class="feature-title">Suport direct, neintermediat</span>
|
|
<span class="feature-desc">Fără tichete și escaladări — răspundem chiar noi la fiecare problemă.</span>
|
|
</span>
|
|
</div>
|
|
<div data-reveal data-i="2" class="feature-card is-accent">
|
|
<span class="feature-icon is-accent">
|
|
<svg width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="var(--accent)" stroke-width="1.7"><path d="M14.7 6.3a4 4 0 0 0-5.4 5.4l-6 6V21h3.3l6-6a4 4 0 0 0 5.4-5.4l-2.3 2.3-2-2 2.3-2.3z"></path></svg>
|
|
</span>
|
|
<span class="flex flex-col gap-1.5">
|
|
<span class="feature-title">Cazuri particulare rezolvate</span>
|
|
<span class="feature-desc">Integrări și automatizări la cerere — facem ce alte software-uri refuză.</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ============ MODULE ROA ============ -->
|
|
<section class="max-w-6xl mx-auto px-4 lg:px-10 pb-20">
|
|
<div data-reveal data-i="0" class="flex items-end justify-between gap-6 mb-6">
|
|
<div>
|
|
<div class="eyebrow mb-3">Zece module, un singur sistem</div>
|
|
<h2 class="text-3xl md:text-4xl m-0">Module ROA</h2>
|
|
</div>
|
|
<a href="roa/aplicatii-erp.html" class="link-arrow whitespace-nowrap">Vezi toate →</a>
|
|
</div>
|
|
<div data-reveal data-i="1" class="module-grid">
|
|
<a href="roa/roa-financiar-contabilitate.html" class="module-row">
|
|
<span class="module-num">01</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Contabilitate</span>
|
|
<span class="module-desc">Financiară completă, cu validări automate.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-gestiune.html" class="module-row">
|
|
<span class="module-num">02</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Gestiune</span>
|
|
<span class="module-desc">Stocuri și depozite, trasabilitate pe loturi.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-imobilizari.html" class="module-row">
|
|
<span class="module-num">03</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Imobilizări</span>
|
|
<span class="module-desc">Mijloace fixe, amortizare, reevaluare IFRS.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-facturare.html" class="module-row">
|
|
<span class="module-num">04</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Facturare</span>
|
|
<span class="module-desc">Facturi, avize, chitanțe înregistrate automat.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-comenzi-clienti.html" class="module-row">
|
|
<span class="module-num">05</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Comenzi clienți</span>
|
|
<span class="module-desc">De la ofertă la livrare și facturare.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-contracte-clienti.html" class="module-row">
|
|
<span class="module-num">06</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Contracte</span>
|
|
<span class="module-desc">Termene, valori și facturare periodică.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-situatii-financiare.html" class="module-row">
|
|
<span class="module-num">07</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Situații financiare</span>
|
|
<span class="module-desc">Bilanț, P&L și note generate automat.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-aplicatii-specifice.html" class="module-row">
|
|
<span class="module-num">08</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Producție</span>
|
|
<span class="module-desc">Planificare, consumuri și costuri de fabricație.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-service-auto.html" class="module-row">
|
|
<span class="module-num">09</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Service auto</span>
|
|
<span class="module-desc">Facturare, piese și devize — integrat.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
<a href="roa/roa-proiecte-devize.html" class="module-row">
|
|
<span class="module-num">10</span>
|
|
<span class="flex flex-col gap-0.5">
|
|
<span class="module-name">Analiză proiecte</span>
|
|
<span class="module-desc">Devize și costuri pe lucrări de construcții.</span>
|
|
</span>
|
|
<span class="module-arrow">→</span>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ============ SUPORT TEHNIC (compact) ============ -->
|
|
<section class="professional-support" style="padding-top:28px; padding-bottom:8px;">
|
|
<div class="max-w-6xl mx-auto px-4 lg:px-10">
|
|
<div class="flex flex-wrap gap-3 justify-start">
|
|
<a href="romfastsuport/files/romfast_suport.exe" class="professional-support-card inline-flex items-center gap-3" style="padding:14px 20px;">
|
|
<span class="feature-title text-base">Romfast Suport</span>
|
|
<span class="link-arrow text-sm whitespace-nowrap">Descarcă ↓</span>
|
|
</a>
|
|
<a href="http://www.ammyy.com/en/" target="_blank" class="professional-support-card inline-flex items-center gap-3" style="padding:14px 20px;">
|
|
<span class="feature-title text-base">Ammyy Admin</span>
|
|
<span class="link-arrow text-sm whitespace-nowrap">Accesează →</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<!-- ============ FOOTER ============ -->
|
|
<footer class="site-footer">
|
|
<div class="max-w-6xl mx-auto px-4 lg:px-10 pt-12 pb-7">
|
|
<!-- Aplicații online -->
|
|
<div class="pb-6 footer-divider" style="border-bottom: 1px solid;">
|
|
<div class="flex flex-wrap gap-x-5 gap-y-2.5">
|
|
<a href="https://efactura.roa.romfast.ro" target="_blank" rel="noopener" title="Editor e-factură (XML)" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="file-text" class="w-4 h-4"></i>Editor Factură Electronică</a>
|
|
<a href="https://qr-generator.roa.romfast.ro" target="_blank" rel="noopener" title="Generator coduri QR" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="qr-code" class="w-4 h-4"></i>QR Code Generator</a>
|
|
<a href="https://icon-generator.roa.romfast.ro" target="_blank" rel="noopener" title="Generator iconuri" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="shapes" class="w-4 h-4"></i>Icon Generator</a>
|
|
<a href="https://roa-qr.romfast.ro" target="_blank" rel="noopener" title="Generează cod QR și-l adaugă la PDF" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="scan-line" class="w-4 h-4"></i>PDF QR</a>
|
|
<a href="https://city-discovery.roa.romfast.ro" target="_blank" rel="noopener" title="Joc City Adventure Game" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="gamepad-2" class="w-4 h-4"></i>City Discovery</a>
|
|
<a href="https://space.roa.romfast.ro" target="_blank" rel="noopener" title="Rezervări spații" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="calendar-check" class="w-4 h-4"></i>Space Booking</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-between gap-4 flex-wrap pt-5">
|
|
<span class="footer-muted text-sm">Copyright © 2025 Romfast SRL. Toate drepturile rezervate.</span>
|
|
<div class="flex flex-wrap gap-5">
|
|
<a href="/menu/politica-confidentialitate.html" class="footer-muted text-sm">Politica de confidențialitate</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Professional Theme JavaScript -->
|
|
<script src="professional-theme.js"></script>
|
|
</body>
|
|
</html>
|