- Convert 10 ROA files from new-style.css to professional-theme.css - Convert 6 ROA files from legacy style.css to professional theme - Convert 3 menu files from legacy style.css to professional theme - Convert 3 chatbot files while preserving functionality - Convert demo.html to professional theme - Apply Tailwind CSS + Flowbite + Lucide Icons throughout - Modernize navigation and footer consistency - Maintain all original content and functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
285 lines
17 KiB
HTML
285 lines
17 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 - Contact</title>
|
|
<meta name="description" content="Contactează Romfast pentru soluții ERP ROA - sistem informatic pentru contabilitate, gestiune, resurse umane. Sediu în Constanța, Bd. Mamaia Nr. 17.">
|
|
<meta name="keywords" content="contact romfast, adresa romfast, telefon romfast, email romfast, suport tehnic roa, constanta">
|
|
|
|
<!-- 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 font-medium 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-white hover:text-blue-200 transition-colors nav-link">Referinte</a>
|
|
<a href="contact.html" class="text-white hover:text-blue-200 transition-colors nav-link">Contact</a>
|
|
</div>
|
|
|
|
<!-- Mobile menu button -->
|
|
<button class="lg:hidden text-white" data-collapse-toggle="navbar-default" type="button">
|
|
<span class="sr-only">Open main menu</span>
|
|
<i data-lucide="menu" class="w-6 h-6"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<!-- Mobile Navigation -->
|
|
<div class="hidden lg:hidden" id="navbar-default">
|
|
<div class="px-2 pt-2 pb-3 space-y-1 mt-4">
|
|
<a href="../index.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Prima pagina</a>
|
|
<a href="desprenoi.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Despre noi</a>
|
|
<a href="../roa/aplicatii-erp.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">ROA</a>
|
|
<a href="analiza.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Analiza</a>
|
|
<a href="implementare.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Implementare</a>
|
|
<a href="roa-suport-tehnic.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Suport tehnic ROA</a>
|
|
<a href="alteservicii.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Alte servicii</a>
|
|
<a href="referinte.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Referinte</a>
|
|
<a href="contact.html" class="text-white hover:text-blue-200 block px-3 py-2 rounded-md text-base font-medium">Contact</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<!-- Main Content -->
|
|
<main class="container mx-auto px-4 py-8">
|
|
<div class="max-w-6xl mx-auto">
|
|
<!-- Page Header -->
|
|
<div class="text-center mb-12">
|
|
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-4">
|
|
Contactează Romfast
|
|
</h1>
|
|
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
|
|
Suntem aici pentru a-ți oferi suportul de care ai nevoie pentru soluțiile noastre ERP
|
|
</p>
|
|
</div>
|
|
|
|
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
|
<!-- Contact Information -->
|
|
<div class="lg:col-span-2">
|
|
<div class="professional-card p-8">
|
|
<div class="flex items-center mb-6">
|
|
<i data-lucide="building-2" class="w-8 h-8 text-blue-600 mr-3"></i>
|
|
<h2 class="text-2xl font-semibold text-gray-900">Informații de Contact</h2>
|
|
</div>
|
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
|
<!-- Company Info -->
|
|
<div>
|
|
<img src="../contactimages/contact.gif" alt="Sediul Romfast" class="w-full rounded-lg shadow-md mb-6" style="max-width: 300px;">
|
|
|
|
<div class="space-y-4">
|
|
<div>
|
|
<h3 class="font-semibold text-gray-900 mb-2">S.C. ROMFAST S.R.L.</h3>
|
|
</div>
|
|
|
|
<div class="flex items-start space-x-3">
|
|
<i data-lucide="map-pin" class="w-5 h-5 text-blue-600 mt-1 flex-shrink-0"></i>
|
|
<div>
|
|
<h4 class="font-medium text-gray-900">Adresa:</h4>
|
|
<p class="text-gray-600">900673 Constanța, Bd. Mamaia Nr. 17</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex items-start space-x-3">
|
|
<i data-lucide="phone" class="w-5 h-5 text-blue-600 mt-1 flex-shrink-0"></i>
|
|
<div>
|
|
<h4 class="font-medium text-gray-900">Telefon/Fax:</h4>
|
|
<div class="text-gray-600 space-y-1">
|
|
<p>0241 / 541000 Romtelecom</p>
|
|
<p>0372 / 780218 Vodafone</p>
|
|
<p>0341 / 101578 UPC</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex items-start space-x-3">
|
|
<i data-lucide="mail" class="w-5 h-5 text-blue-600 mt-1 flex-shrink-0"></i>
|
|
<div>
|
|
<h4 class="font-medium text-gray-900">E-mail:</h4>
|
|
<a href="mailto:office@romfast.ro" class="text-blue-600 hover:text-blue-800 transition-colors">
|
|
office@romfast.ro
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Map -->
|
|
<div>
|
|
<h3 class="font-semibold text-gray-900 mb-4">Locația companiei Romfast SRL:</h3>
|
|
<div class="rounded-lg overflow-hidden shadow-md">
|
|
<iframe
|
|
src="https://maps.google.com/maps?q=44.180411,28.641218&num=1&t=h&sll=44.180594,28.641462&sspn=0.006295,0.006295&ie=UTF8&ll=44.18045,28.641186&spn=0.002693,0.00456&z=17&output=embed"
|
|
width="100%"
|
|
height="350"
|
|
style="border:0;"
|
|
allowfullscreen=""
|
|
loading="lazy"
|
|
referrerpolicy="no-referrer-when-downgrade">
|
|
</iframe>
|
|
</div>
|
|
<p class="mt-2 text-sm text-gray-500">
|
|
<a href="https://maps.google.com/maps?q=44.180411,28.641218&num=1&t=h&sll=44.180594,28.641462&sspn=0.006295,0.006295&ie=UTF8&ll=44.18045,28.641186&spn=0.002693,0.00456&z=17&source=embed"
|
|
target="_blank"
|
|
class="text-blue-600 hover:text-blue-800 transition-colors">
|
|
Vizualizare hartă mărită
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Sidebar -->
|
|
<div class="space-y-6">
|
|
<!-- ROA Online Access -->
|
|
<div class="professional-card p-6 text-center">
|
|
<h3 class="text-lg font-semibold text-gray-900 mb-4">
|
|
<a href="../servicii/acceseazaroaonline.html" class="text-blue-600 hover:text-blue-800 transition-colors">
|
|
Accesează online ROA!
|
|
</a>
|
|
</h3>
|
|
<a href="../servicii/acceseazaroaonline.html">
|
|
<img src="../roa/images/roapac.gif" alt="ROA Package" class="mx-auto mb-4 rounded-lg shadow-sm">
|
|
</a>
|
|
<p class="text-sm text-gray-600">
|
|
Pentru conectarea la serverul ROA DEMO folosiți <strong>Internet Explorer.</strong>
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Quick Contact Card -->
|
|
<div class="professional-card p-6">
|
|
<h3 class="text-lg font-semibold text-gray-900 mb-4 flex items-center">
|
|
<i data-lucide="headphones" class="w-5 h-5 text-blue-600 mr-2"></i>
|
|
Suport Rapid
|
|
</h3>
|
|
<div class="space-y-3 text-sm">
|
|
<div class="flex items-center space-x-2">
|
|
<i data-lucide="clock" class="w-4 h-4 text-gray-400"></i>
|
|
<span class="text-gray-600">Luni - Vineri: 09:00 - 17:00</span>
|
|
</div>
|
|
<div class="flex items-center space-x-2">
|
|
<i data-lucide="phone" class="w-4 h-4 text-gray-400"></i>
|
|
<span class="text-gray-600">Suport telefonic disponibil</span>
|
|
</div>
|
|
<div class="flex items-center space-x-2">
|
|
<i data-lucide="mail" class="w-4 h-4 text-gray-400"></i>
|
|
<span class="text-gray-600">Răspuns email în 24h</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<!-- Professional Footer -->
|
|
<footer class="professional-footer mt-16">
|
|
<div class="container mx-auto px-4 py-8">
|
|
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
<!-- Company Info -->
|
|
<div class="md:col-span-2">
|
|
<div class="flex items-center space-x-3 mb-4">
|
|
<img src="../images/romfast_logo.png" alt="Romfast Logo" class="w-8 h-8">
|
|
<span class="text-xl font-bold text-white">Romfast</span>
|
|
</div>
|
|
<p class="text-blue-100 mb-4 max-w-md">
|
|
Soluții software profesionale pentru managementul afacerii. ROA - sistemul ERP care aduce informația în mâinile tale.
|
|
</p>
|
|
<div class="flex space-x-4">
|
|
<a href="mailto:office@romfast.ro" class="text-blue-200 hover:text-white transition-colors">
|
|
<i data-lucide="mail" class="w-5 h-5"></i>
|
|
</a>
|
|
<a href="tel:+40241541000" class="text-blue-200 hover:text-white transition-colors">
|
|
<i data-lucide="phone" class="w-5 h-5"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Quick Links -->
|
|
<div>
|
|
<h3 class="text-lg font-semibold text-white mb-4">Navigare</h3>
|
|
<ul class="space-y-2">
|
|
<li><a href="../index.html" class="text-blue-200 hover:text-white transition-colors">Prima pagină</a></li>
|
|
<li><a href="desprenoi.html" class="text-blue-200 hover:text-white transition-colors">Despre noi</a></li>
|
|
<li><a href="../roa/aplicatii-erp.html" class="text-blue-200 hover:text-white transition-colors">ROA</a></li>
|
|
<li><a href="contact.html" class="text-blue-200 hover:text-white transition-colors">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Services -->
|
|
<div>
|
|
<h3 class="text-lg font-semibold text-white mb-4">Servicii</h3>
|
|
<ul class="space-y-2">
|
|
<li><a href="analiza.html" class="text-blue-200 hover:text-white transition-colors">Analiză</a></li>
|
|
<li><a href="implementare.html" class="text-blue-200 hover:text-white transition-colors">Implementare</a></li>
|
|
<li><a href="roa-suport-tehnic.html" class="text-blue-200 hover:text-white transition-colors">Suport tehnic</a></li>
|
|
<li><a href="alteservicii.html" class="text-blue-200 hover:text-white transition-colors">Alte servicii</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="border-t border-blue-700 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
|
|
<p class="text-blue-200 text-sm">
|
|
Copyright 2025 © <strong>Romfast SRL</strong>. Toate drepturile rezervate.
|
|
</p>
|
|
<div class="flex space-x-6 mt-4 md:mt-0">
|
|
<a href="politica-confidentialitate.html" class="text-blue-200 hover:text-white transition-colors text-sm">
|
|
Politică confidențialitate
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Initialize Lucide Icons -->
|
|
<script>
|
|
lucide.createIcons();
|
|
</script>
|
|
|
|
<!-- Chatbot Integration -->
|
|
<script type="module">
|
|
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|
|
Chatbot.init({
|
|
chatflowid: "462dabb9-6995-4f7e-ad8e-30624ae56be5",
|
|
apiHost: "https://mutual-special-koala.ngrok-free.app",
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |