commit initial
This commit is contained in:
207
index.html
Normal file
207
index.html
Normal file
@@ -0,0 +1,207 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ro">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Romfast - Program de Contabilitate, Gestiune, Resurse Umane, Imobilizari, Salarizare. Sisteme Informatice pentru Contabilitate.</title>
|
||||
<meta name="description" content="Romfast produce si implementeaza ROA - Romfast Applications, un sistem informatic ERP pentru managementul afacerii: contabilitate, gestiune, salarizare, service auto, HORECA.">
|
||||
<meta name="keywords" content="program service auto, program contabilitate, gestiune, salarii, facturare, mijloace fixe, productie, roa, romfast, soft contabilitate, sistem informatic erp, program restaurant, program hotel, suport tehnic, implementare erp">
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Google Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
|
||||
<!-- Custom CSS -->
|
||||
<link href="new-style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- Navigation & Branding Header -->
|
||||
<header class="shadow-sm">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark py-3">
|
||||
<div class="container">
|
||||
<!-- Branding Section -->
|
||||
<a class="navbar-brand d-flex flex-column align-items-start" href="index.html">
|
||||
<img src="images/romfast_logo.png" alt="Romfast Logo" style="height: 70px; margin-bottom: 5px;">
|
||||
<div>
|
||||
<div class="slogan fs-6 text-white" style="font-family: 'Open Sans', sans-serif; font-style: italic;">Aduce informația în mâinile tale</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<!-- Toggler -->
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<!-- Links -->
|
||||
<div class="collapse navbar-collapse" id="mainNav">
|
||||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
||||
<li class="nav-item"><a class="nav-link active" href="index.html">Prima pagina</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="menu/desprenoi.html">Despre noi</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="roa/aplicatii-erp.html">ROA</a></li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="serviciiDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
Servicii
|
||||
</a>
|
||||
<ul class="dropdown-menu" aria-labelledby="serviciiDropdown">
|
||||
<li><a class="dropdown-item" href="menu/analiza.html">Analiza</a></li>
|
||||
<li><a class="dropdown-item" href="menu/implementare.html">Implementare</a></li>
|
||||
<li><a class="dropdown-item" href="menu/roa-suport-tehnic.html">Suport tehnic ROA</a></li>
|
||||
<li><a class="dropdown-item" href="menu/alteservicii.html">Alte servicii</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item"><a class="nav-link" href="menu/referinte.html">Referinte</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="menu/angajari.html">Angajari</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="menu/contact.html">Contact</a></li>
|
||||
<li class="nav-item dropdown">
|
||||
<button class="btn btn-outline-light dropdown-toggle ms-2" type="button" id="themeDropdown" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
Theme
|
||||
</button>
|
||||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="themeDropdown">
|
||||
<li><a class="dropdown-item" href="#" data-theme="light">Light Mode</a></li>
|
||||
<li><a class="dropdown-item" href="#" data-theme="dark">Dark Mode</a></li>
|
||||
<li><a class="dropdown-item" href="#" data-theme="system">System Mode</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="container my-5">
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="mb-5">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-8">
|
||||
<h2>ROA AUTO</h2>
|
||||
<ul class="list-unstyled">
|
||||
<li><p>🔧 Factura, bonul fiscal si inregistrarea in contabilitate dureaza mai mult de 1 minut?</p></li>
|
||||
<li><p>🔧 Clientii asteapta prea mult la receptie pentru un deviz estimativ?</p></li>
|
||||
<li><p>🔧 Seful de service pregateste manual rapoartele de manopera pentru calculul salariilor?</p></li>
|
||||
<li><p>🔧 Contabilul are dureri de cap in fiecare luna din cauza productiei neterminate?</p></li>
|
||||
</ul>
|
||||
<a href="roa/roa-service-auto.html" class="btn btn-primary">Eficientizeaza activitatea service-ului!</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<img src="roa/images/roaauto3.jpg" class="img-fluid rounded shadow" alt="ROA Auto">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Grid Layout & Cards -->
|
||||
<section class="mb-5">
|
||||
<div class="row text-center justify-content-center">
|
||||
<div class="col-md-4 mb-4">
|
||||
<div class="card theme-card h-100">
|
||||
<div class="card-body">
|
||||
<img src="images/roa.gif" alt="ROA" class="img-fluid mb-3" style="max-height: 80px;">
|
||||
<h5 class="card-title">ROA - Romfast Applications</h5>
|
||||
<p class="card-text">Un sistem informatic complex de tip ERP destinat companiilor medii si mari, flexibil si capabil sa raspunda necesitatilor de dezvoltare.</p>
|
||||
<a href="roa/aplicatii-erp.html" class="btn btn-outline-primary">Mai multe</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 mb-4">
|
||||
<div class="card theme-card h-100">
|
||||
<div class="card-body">
|
||||
<img src="images/serviciisisuport.png" alt="Servicii si Suport" class="img-fluid mb-3" style="max-height: 80px;">
|
||||
<h5 class="card-title">Servicii si Suport</h5>
|
||||
<p class="card-text">Oferim suport tehnic si o serie de servicii pentru a asigura o implementare si utilizare cat mai eficienta a sistemelor noastre.</p>
|
||||
<a href="menu/roa-suport-tehnic.html" class="btn btn-outline-primary">Suport Tehnic</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Suport Tehnic Section -->
|
||||
<section class="mb-5 p-4 theme-bg-section rounded">
|
||||
<h2 class="text-center mb-4">Suport Tehnic</h2>
|
||||
<div class="row text-center">
|
||||
<div class="col-md-4">
|
||||
<a href="romfastsuport/files/romfast_suport.exe" class="btn btn-secondary mb-2">Descarca Romfast Suport</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="http://www.ammyy.com/en/" target="_blank" class="btn btn-secondary mb-2">Ammyy Admin</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="https://www.teamviewer.com/en/" target="_blank" class="btn btn-secondary mb-2">TeamViewer</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="bg-dark text-white text-center py-4 mt-5">
|
||||
<div class="container">
|
||||
<p>Copyright © 2025 Romfast SRL. Toate drepturile rezervate.</p>
|
||||
<p><a href="politica-confidentialitate.html" class="text-white">Politica de confidentialitate</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Bootstrap JS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
// WebP support detection - adds 'webp' class to documentElement if supported
|
||||
function checkWebPSupport() {
|
||||
const webP = new Image();
|
||||
webP.onload = webP.onerror = function () {
|
||||
if (webP.height === 2) {
|
||||
document.documentElement.classList.add('webp');
|
||||
}
|
||||
};
|
||||
webP.src = 'data:image/webp;base64,UklGRjoAAABXRUJQVlA4IC4AAACyAgCdASoCAAIALmk0mk0iIiIiIgBoSygABc6WWgAA/veff/0PP8bA//LwYAAA';
|
||||
}
|
||||
|
||||
// Run WebP detection immediately
|
||||
checkWebPSupport();
|
||||
</script>
|
||||
<script>
|
||||
function applyTheme(theme) {
|
||||
const body = document.body;
|
||||
const themeDropdownButton = document.getElementById('themeDropdown');
|
||||
|
||||
body.classList.remove('dark-mode'); // Always remove first
|
||||
|
||||
if (theme === 'dark') {
|
||||
body.classList.add('dark-mode');
|
||||
} else if (theme === 'system') {
|
||||
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
body.classList.add('dark-mode');
|
||||
}
|
||||
}
|
||||
themeDropdownButton.textContent = theme.charAt(0).toUpperCase() + theme.slice(1) + ' Mode';
|
||||
localStorage.setItem('themePreference', theme);
|
||||
}
|
||||
|
||||
document.querySelectorAll('.dropdown-item[data-theme]').forEach(item => {
|
||||
item.addEventListener('click', function(event) {
|
||||
event.preventDefault();
|
||||
const theme = this.getAttribute('data-theme');
|
||||
applyTheme(theme);
|
||||
});
|
||||
});
|
||||
|
||||
// Initial theme application based on saved preference or system preference
|
||||
const savedTheme = localStorage.getItem('themePreference');
|
||||
if (savedTheme) {
|
||||
applyTheme(savedTheme);
|
||||
} else {
|
||||
// Default to system mode if no preference is saved
|
||||
applyTheme('system');
|
||||
}
|
||||
|
||||
// Listen for system theme changes if currently in system mode
|
||||
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => {
|
||||
if (localStorage.getItem('themePreference') === 'system') {
|
||||
applyTheme('system');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user