footer: adaugă „Aplicații online", realiniază header/footer pe tot site-ul
- footer: secțiune cu linkuri către aplicațiile Dokploy (efactura, qr-generator, icon-generator, roa-qr, city-discovery, space), fără titlu, deasupra Copyright - navbar: adaugă „Cum arată ROA" în meniul mobil pe toate paginile - șterge pagina roaclient-instalare.html + toate referințele (footer, CTA, sitemap) - rescrie politica-confidentialitate.html pe șablonul comun (navbar/footer/theme.js) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
12
index.html
12
index.html
@@ -72,6 +72,7 @@
|
||||
<a href="index.html" class="block text-gray-700 hover:text-blue-600 transition-colors font-medium py-2">Prima pagina</a>
|
||||
<a href="menu/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>
|
||||
<a href="roa/cum-arata-roa.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Cum arată 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="menu/analiza.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Analiza</a>
|
||||
@@ -304,7 +305,16 @@
|
||||
<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><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 class="border-t border-gray-700 pt-6" style="border-radius: 0.5rem;">
|
||||
<div class="flex flex-wrap justify-center gap-x-5 gap-y-2 mb-4">
|
||||
<a href="https://efactura.roa.romfast.ro" target="_blank" rel="noopener" title="Editor e-factură (XML)" class="inline-flex items-center gap-1.5 text-blue-400 hover:text-blue-300 transition-colors text-sm"><i data-lucide="file-text" class="w-4 h-4"></i>Editor Factură Electronică</a>
|
||||
<a href="https://qr-generator.roa.romfast.ro" target="_blank" rel="noopener" title="Generator coduri QR" class="inline-flex items-center gap-1.5 text-blue-400 hover:text-blue-300 transition-colors text-sm"><i data-lucide="qr-code" class="w-4 h-4"></i>QR Code Generator</a>
|
||||
<a href="https://icon-generator.roa.romfast.ro" target="_blank" rel="noopener" title="Generator iconuri" class="inline-flex items-center gap-1.5 text-blue-400 hover:text-blue-300 transition-colors text-sm"><i data-lucide="shapes" class="w-4 h-4"></i>Icon Generator</a>
|
||||
<a href="https://roa-qr.romfast.ro" target="_blank" rel="noopener" title="Generează cod QR și-l adaugă la PDF" class="inline-flex items-center gap-1.5 text-blue-400 hover:text-blue-300 transition-colors text-sm"><i data-lucide="scan-line" class="w-4 h-4"></i>PDF QR</a>
|
||||
<a href="https://city-discovery.roa.romfast.ro" target="_blank" rel="noopener" title="Joc City Adventure Game" class="inline-flex items-center gap-1.5 text-blue-400 hover:text-blue-300 transition-colors text-sm"><i data-lucide="gamepad-2" class="w-4 h-4"></i>City Discovery</a>
|
||||
<a href="https://space.roa.romfast.ro" target="_blank" rel="noopener" title="Rezervări spații" class="inline-flex items-center gap-1.5 text-blue-400 hover:text-blue-300 transition-colors text-sm"><i data-lucide="calendar-check" class="w-4 h-4"></i>Space Booking</a>
|
||||
</div>
|
||||
<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/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