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:
@@ -14,7 +14,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>
|
||||
@@ -36,7 +36,6 @@
|
||||
<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>
|
||||
<a href="../roa/cum-arata-roa.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Cum arată ROA</a>
|
||||
<a href="../roa/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">
|
||||
@@ -263,18 +262,15 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Quick Support Tools -->
|
||||
<!-- Resurse rapide -->
|
||||
<div class="professional-card p-6">
|
||||
<h3 class="text-lg font-semibold mb-4 professional-text-primary">Instrumente Suport</h3>
|
||||
<h3 class="text-lg font-semibold mb-4 professional-text-primary">Resurse rapide</h3>
|
||||
<div class="space-y-3">
|
||||
<a href="../romfastsuport/files/romfast_suport.exe" class="professional-btn-secondary px-4 py-2 text-sm w-full inline-block text-center flex items-center justify-center">
|
||||
<span>Romfast Suport</span>
|
||||
<a href="../romfastsuport/files/romfast_suport.exe" class="professional-btn-secondary px-4 py-2 text-sm w-full inline-block text-center">
|
||||
<span>Romfast Suport (.exe)</span>
|
||||
</a>
|
||||
<a href="https://www.teamviewer.com/en/" target="_blank" class="professional-btn-secondary px-4 py-2 text-sm w-full inline-block text-center flex items-center justify-center">
|
||||
<span>TeamViewer</span>
|
||||
</a>
|
||||
<a href="http://www.ammyy.com/en/" target="_blank" class="professional-btn-secondary px-4 py-2 text-sm w-full inline-block text-center flex items-center justify-center">
|
||||
<span>Ammyy Admin</span>
|
||||
<a href="roaclient-instalare.html" class="professional-btn-secondary px-4 py-2 text-sm w-full inline-block text-center">
|
||||
<span>Ghid instalare ROA Client</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -307,14 +303,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 confidențialitate
|
||||
</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