This commit is contained in:
GuidoSchenone
2025-12-12 11:32:44 -03:00
parent e85c4cab0e
commit e773fec1f3
2 changed files with 11 additions and 4 deletions

BIN
DataPrivacy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@@ -461,8 +461,15 @@ cards.forEach(card => {
A distributed network of secure, sovereign, and resilient actors — working together to create long-term digital autonomy for society, business, and critical infrastructure.
</p>
<!-- CTA -->
<section id="contact" class="relative mt-20 p-10 neo-card rounded-xl overflow-hidden glow-border text-center">
<!-- --------------- FUSED CTA with BACKGROUND IMAGE --------------- -->
<section id="contact" class="relative mt-20 rounded-xl overflow-hidden text-center">
<!-- background image -->
<img src="DataPrivacy.png" alt="Data Privacy" class="absolute inset-0 w-full h-full object-cover">
<!-- dark overlay -->
<div class="absolute inset-0 bg-black/60"></div>
<!-- glowing border wrapper -->
<div class="relative glow-border neo-card bg-black/40 backdrop-blur-sm border border-gray-800 m-4 p-10">
<div class="relative z-10">
<h3 class="text-2xl font-bold mb-2 text-white">Ready to Build Cyber Resilience?</h3>
<p class="text-gray-300 mb-6">Join the CypSEC Security Hub and advance cyber-sovereignty with us.</p>
@@ -470,8 +477,8 @@ cards.forEach(card => {
<i class="fas fa-envelope mr-2"></i>Get Involved
</a>
</div>
</section>
</main>
</div>
</section>
<!-- --------------- FOOTER --------------- -->
<footer class="border-t border-gray-800 bg-black">