feat(tour): pagina 'Cum arată ROA' cu 13 capturi reale + nav global
Tour roa/cum-arata-roa.html: - 5 secțiuni: Contabilitate (3), Gestiune (2), Service Auto (4), Construcții (2), Manager (2) - Capturi PNG reale în roa/images/tour/ (roaauto-*, roacont-*, roagest-*, roalucrari-*, roasitfin-*) - Pill nav cu anchor links, scroll-margin-top, lazy loading index.html: - H1 restructurat pe 3 linii cu fraza centrală în #5288c4 - Fix var(--primary-color) → #5288c4, var(--accent-color) → #b85555 în carduri Nav global (44 pagini): - Adăugat link 'Cum arată ROA' după ROA în desktop + mobile nav - 'Referinte' → 'Cine folosește ROA' pe toate paginile Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,6 +36,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>
|
||||
<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 text-blue-200">
|
||||
<span>Servicii</span>
|
||||
@@ -48,7 +50,7 @@
|
||||
<a href="alteservicii.html" class="block px-4 py-3 bg-blue-50 text-blue-800 rounded-b-lg font-medium">Alte servicii</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="referinte.html" class="text-white hover:text-blue-200 transition-colors nav-link">Referinte</a>
|
||||
<a href="referinte.html" class="text-white hover:text-blue-200 transition-colors nav-link">Cine folosește ROA</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">Contact</a>
|
||||
</div>
|
||||
@@ -78,7 +80,7 @@
|
||||
<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="referinte.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Cine folosește ROA</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>
|
||||
|
||||
Reference in New Issue
Block a user