chore(cleanup): curățare masivă site Romfast — 29 ștergeri, design unitar, 404 custom
Faza A: șterge 29 fișiere orfane/duplicate (placeholder-e roa/2-5, module abandonate, chatbot-uri experimentale, politica root duplicat, stub romfastsuport/index.html) Faza C: design unitar pe 25 pagini rămase - Navbar duplicate fix (mobile-class leaked în desktop nav) - Hub aplicatii-erp.html: 6 carduri 2x3 simetric + card ROA AUTO nou - Footer flex layout + copy "Ghid instalare ROA Client" (înlocuiește "Descarcă") - Fonts normalizate la Inter:wght@300;400;500;600;700;800 (1 variant unic) - href-uri interne corectate: politica → menu/politica, aplicatii → aplicatii-erp Faza D: sitemap.xml regenerat (24 URL-uri valide, lastmod 2026-04-28), robots.txt + Sitemap: directive Faza F: 404.html custom (navbar + 6 recovery links + buton primar), ErrorDocument 404 în .htaccess, sidebar roa-suport-tehnic (drop TeamViewer/Ammyy), HORECA hotel section anchor #hotel + hero placeholder + sub-heading verify-cleanup.sh: 17/17 chec-uri PASS (hrefs, og:url, canonical, sitemap, navbar, footer flex, 404, hub carduri, sidebar, HORECA anchor) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<!-- 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">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&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>
|
||||
@@ -43,7 +43,6 @@
|
||||
<a href="../index.html" class="text-white hover:text-blue-200 transition-colors nav-link">Prima pagina</a>
|
||||
<a href="../menu/desprenoi.html" class="text-white hover:text-blue-200 transition-colors nav-link">Despre noi</a>
|
||||
<a href="aplicatii-erp.html" class="text-white hover:text-blue-200 transition-colors font-medium nav-link">ROA</a>
|
||||
<a href="cum-arata-roa.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Cum arată ROA</a>
|
||||
<a href="cum-arata-roa.html" class="text-white hover:text-blue-200 transition-colors nav-link">Cum arată ROA</a>
|
||||
<div class="relative group">
|
||||
<button class="text-white hover:text-blue-200 transition-colors flex items-center space-x-1 nav-link">
|
||||
@@ -108,7 +107,7 @@
|
||||
</li>
|
||||
<li class="flex items-center space-x-2">
|
||||
<i data-lucide="chevron-right" class="w-4 h-4"></i>
|
||||
<a href="aplicatii.html" class="hover:text-blue-600 transition-colors">Aplicatii ROA</a>
|
||||
<a href="aplicatii-erp.html" class="hover:text-blue-600 transition-colors">Aplicatii ROA</a>
|
||||
</li>
|
||||
<li class="flex items-center space-x-2">
|
||||
<i data-lucide="chevron-right" class="w-4 h-4"></i>
|
||||
@@ -230,14 +229,7 @@
|
||||
<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 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><div class="flex flex-wrap justify-center gap-x-4 gap-y-2"><a href="../menu/roaclient-instalare.html" class="text-blue-400 hover:text-blue-300 transition-colors text-sm">Ghid instalare ROA Client</a><a href="../menu/politica-confidentialitate.html" class="text-blue-400 hover:text-blue-300 transition-colors text-sm">Politica de confidentialitate</a></div></div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user