- Configure Serena AI coding assistant with TypeScript language support - Update gitignore patterns and website content - Enhance professional theme JavaScript functionality - Update multiple pages across menu and ROA sections 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
359 lines
20 KiB
HTML
359 lines
20 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ro">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Contact - Romfast - Program de Contabilitate, Gestiune, Resurse Umane</title>
|
|
<meta name="description" content="Contactati echipa Romfast. Gasiti aici adresa, numere de telefon, adresa de e-mail si o harta pentru a ajunge la sediul nostru.">
|
|
<meta name="keywords" content="contact romfast, adresa romfast, telefon romfast, email romfast, harta sediu, suport tehnic roa">
|
|
|
|
<!-- 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-white hover:text-blue-200 transition-colors nav-link">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 font-semibold">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 Contact Hero Section -->
|
|
<section class="professional-hero text-center mb-16">
|
|
<div class="max-w-4xl mx-auto relative z-10">
|
|
<h1 class="text-4xl md:text-5xl font-bold mb-6 professional-text-primary">
|
|
Contactati-ne
|
|
</h1>
|
|
<p class="text-xl professional-text-secondary mb-8 leading-relaxed">
|
|
Suntem aici să vă ajutăm cu orice întrebare despre ROA - Romfast Applications.
|
|
Echipa noastră de specialiști vă asteaptă pentru consultanta și suport tehnic.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Information Grid -->
|
|
<section class="grid lg:grid-cols-2 gap-8 mb-16">
|
|
|
|
<!-- Contact Details Card -->
|
|
<div class="professional-card p-8">
|
|
<div class="flex items-center justify-center mb-6">
|
|
<div class="professional-icon-wrapper">
|
|
<i data-lucide="map-pin" class="w-10 h-10 text-white"></i>
|
|
</div>
|
|
</div>
|
|
<h2 class="text-2xl font-semibold mb-6 professional-text-primary text-center">Date de Contact</h2>
|
|
|
|
<div class="space-y-6">
|
|
<div class="flex items-start space-x-4">
|
|
<i data-lucide="map-pin" class="w-5 h-5 text-blue-600 mt-1 flex-shrink-0"></i>
|
|
<div>
|
|
<h3 class="font-semibold professional-text-primary">Adresa</h3>
|
|
<p class="professional-text-secondary">900673 Constanta, Bd. Mamaia Nr. 17</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex items-start space-x-4">
|
|
<i data-lucide="phone" class="w-5 h-5 text-blue-600 mt-1 flex-shrink-0"></i>
|
|
<div>
|
|
<h3 class="font-semibold professional-text-primary">Telefon</h3>
|
|
<div class="space-y-1">
|
|
<p class="professional-text-secondary">0241 / 541000 (Romtelecom)</p>
|
|
<p class="professional-text-secondary">0723 / 197939 (Vodafone)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex items-start space-x-4">
|
|
<i data-lucide="mail" class="w-5 h-5 text-blue-600 mt-1 flex-shrink-0"></i>
|
|
<div>
|
|
<h3 class="font-semibold professional-text-primary">E-mail</h3>
|
|
<a href="mailto:office@romfast.ro" class="text-blue-600 hover:text-blue-800 transition-colors">
|
|
office@romfast.ro
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Contact Form Card -->
|
|
<div class="professional-card p-8">
|
|
<div class="flex items-center justify-center mb-6">
|
|
<div class="professional-icon-wrapper">
|
|
<i data-lucide="message-circle" class="w-10 h-10 text-white"></i>
|
|
</div>
|
|
</div>
|
|
<h2 class="text-2xl font-semibold mb-6 professional-text-primary text-center">Trimite-ne un Mesaj</h2>
|
|
|
|
<!-- Mesaje de succes/eroare -->
|
|
<div id="form-messages"></div>
|
|
|
|
<form class="space-y-6" action="../contact-handler.php" method="POST">
|
|
<div>
|
|
<label for="nume" class="block text-sm font-medium professional-text-primary mb-2">Nume complet</label>
|
|
<input type="text" id="nume" name="nume" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors" placeholder="Numele dumneavoastră">
|
|
</div>
|
|
|
|
<div>
|
|
<label for="email" class="block text-sm font-medium professional-text-primary mb-2">Adresa de e-mail</label>
|
|
<input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors" placeholder="exemplu@email.com">
|
|
</div>
|
|
|
|
<div>
|
|
<label for="telefon" class="block text-sm font-medium professional-text-primary mb-2">Telefon (opțional)</label>
|
|
<input type="tel" id="telefon" name="telefon" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors" placeholder="0241 / 123456">
|
|
</div>
|
|
|
|
<div>
|
|
<label for="subiect" class="block text-sm font-medium professional-text-primary mb-2">Subiect</label>
|
|
<select id="subiect" name="subiect" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors">
|
|
<option value="">Selectați subiectul</option>
|
|
<option value="informatii-roa">Informații despre ROA</option>
|
|
<option value="suport-tehnic">Suport tehnic</option>
|
|
<option value="implementare">Implementare soluție</option>
|
|
<option value="demo">Solicitare demo</option>
|
|
<option value="altele">Altele</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div>
|
|
<label for="mesaj" class="block text-sm font-medium professional-text-primary mb-2">Mesajul dumneavoastră</label>
|
|
<textarea id="mesaj" name="mesaj" rows="5" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors resize-none" placeholder="Descrieți cererea dumneavoastră în detaliu..."></textarea>
|
|
</div>
|
|
|
|
<button type="submit" class="professional-btn-primary px-8 py-4 text-lg w-full">
|
|
<span>Trimite Mesajul</span>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Map Section -->
|
|
<section class="professional-card p-8 mb-16">
|
|
<div class="text-center mb-8">
|
|
<h2 class="text-3xl font-bold professional-text-primary mb-4">Locatia Noastra</h2>
|
|
<p class="professional-text-secondary text-lg">Vă așteptăm la sediul nostru din Constanța pentru consultanță personalizată.</p>
|
|
</div>
|
|
<div class="rounded-lg overflow-hidden border border-gray-200" style="aspect-ratio: 16/9;">
|
|
<iframe
|
|
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2850.837519439238!2d28.64031631552195!3d44.19852697910627!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40bae51c3a543781%3A0x40e3494663457b0!2sBulevardul%20Mamaia%2017%2C%20Constan%C8%9Ba%20900673!5e0!3m2!1sen!2sro!4v1678886759363!5m2!1sen!2sro"
|
|
width="100%"
|
|
height="100%"
|
|
style="border:0;"
|
|
allowfullscreen=""
|
|
loading="lazy"
|
|
referrerpolicy="no-referrer-when-downgrade">
|
|
</iframe>
|
|
</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 © 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>
|
|
|
|
<!-- Chatbot -->
|
|
<script type="module">
|
|
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|
|
Chatbot.init({
|
|
chatflowid: "d4911620-07fe-41f8-adb4-f2f52d6ec766",
|
|
apiHost: "https://mutual-special-koala.ngrok-free.app",
|
|
theme: {
|
|
button: {
|
|
backgroundColor: "#08819c",
|
|
right: 20,
|
|
bottom: 20,
|
|
size: "medium",
|
|
iconColor: "white"
|
|
},
|
|
chatWindow: {
|
|
title: 'Maria - Romfast ChatBot Suport',
|
|
welcomeMessage: 'Buna! Cu ce pot sa te ajut?',
|
|
backgroundColor: "#ffffff",
|
|
height: 700,
|
|
width: 400,
|
|
fontSize: 16,
|
|
botMessage: {
|
|
backgroundColor: "#f7f8ff",
|
|
textColor: "#303235"
|
|
},
|
|
userMessage: {
|
|
backgroundColor: "#08819c",
|
|
textColor: "#ffffff"
|
|
},
|
|
textInput: {
|
|
placeholder: 'Scrie intrebarea',
|
|
backgroundColor: '#ffffff',
|
|
textColor: '#303235',
|
|
sendButtonColor: '#08819c'
|
|
}
|
|
}
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<!-- Contact Form Messages JavaScript -->
|
|
<script>
|
|
// Afișarea mesajelor de succes/eroare
|
|
function showMessage(message, type) {
|
|
const messagesDiv = document.getElementById('form-messages');
|
|
const alertClass = type === 'success' ? 'bg-green-100 border-green-400 text-green-700' : 'bg-red-100 border-red-400 text-red-700';
|
|
|
|
messagesDiv.innerHTML = `
|
|
<div class="border-l-4 p-4 mb-6 rounded ${alertClass}" role="alert">
|
|
<div class="flex">
|
|
<div class="flex-shrink-0">
|
|
<i data-lucide="${type === 'success' ? 'check-circle' : 'alert-circle'}" class="w-5 h-5"></i>
|
|
</div>
|
|
<div class="ml-3">
|
|
<p class="text-sm">${message}</p>
|
|
</div>
|
|
<div class="ml-auto pl-3">
|
|
<div class="-mx-1.5 -my-1.5">
|
|
<button type="button" class="inline-flex rounded-md p-1.5 focus:outline-none focus:ring-2 focus:ring-offset-2" onclick="this.parentElement.parentElement.parentElement.parentElement.remove()">
|
|
<i data-lucide="x" class="w-4 h-4"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
// Reinitializează iconițele Lucide pentru mesajul nou
|
|
if (typeof lucide !== 'undefined') {
|
|
lucide.createIcons();
|
|
}
|
|
|
|
// Scroll către mesaj
|
|
messagesDiv.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
|
}
|
|
|
|
// Verifică parametrii URL pentru mesaje
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
const urlParams = new URLSearchParams(window.location.search);
|
|
|
|
if (urlParams.has('success')) {
|
|
showMessage('Mesajul dumneavoastră a fost trimis cu succes! Vă vom răspunde în cel mai scurt timp posibil.', 'success');
|
|
|
|
// Curăță URL-ul
|
|
const newUrl = window.location.pathname;
|
|
window.history.replaceState({}, '', newUrl);
|
|
}
|
|
|
|
if (urlParams.has('error')) {
|
|
const errorMessage = urlParams.get('error');
|
|
showMessage(errorMessage, 'error');
|
|
|
|
// Curăță URL-ul
|
|
const newUrl = window.location.pathname;
|
|
window.history.replaceState({}, '', newUrl);
|
|
}
|
|
});
|
|
|
|
// Validare suplimentară la submit
|
|
document.querySelector('form').addEventListener('submit', function(e) {
|
|
const submitBtn = this.querySelector('button[type="submit"]');
|
|
const originalText = submitBtn.innerHTML;
|
|
|
|
// Schimbă textul butonului în timpul trimiterii
|
|
submitBtn.innerHTML = '<span>Se trimite...</span>';
|
|
submitBtn.disabled = true;
|
|
|
|
// Resetează butonul după 5 secunde (în caz de eroare)
|
|
setTimeout(() => {
|
|
submitBtn.innerHTML = originalText;
|
|
submitBtn.disabled = false;
|
|
}, 5000);
|
|
});
|
|
</script>
|
|
|
|
<!-- Professional Theme JavaScript -->
|
|
<script src="../professional-theme.js"></script>
|
|
</body>
|
|
</html>
|