hello
This commit is contained in:
BIN
DataPrivacy.png
Normal file
BIN
DataPrivacy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
13
index.html
13
index.html
@@ -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>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- --------------- FOOTER --------------- -->
|
||||
<footer class="border-t border-gray-800 bg-black">
|
||||
|
||||
Reference in New Issue
Block a user