hello
SecuritySuiteCypSec CypSec CypSec
This commit is contained in:
@@ -1501,22 +1501,20 @@
|
|||||||
<section class="relative py-20 overflow-hidden">
|
<section class="relative py-20 overflow-hidden">
|
||||||
<!-- GRID BACKGROUND -->
|
<!-- GRID BACKGROUND -->
|
||||||
<div class="absolute inset-0 z-[-1] pointer-events-none">
|
<div class="absolute inset-0 z-[-1] pointer-events-none">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="opacity-30 w-full h-full">
|
<svg xmlns="http://www.w3.org/2000/svg" class="opacity-30 w-full h-full">
|
||||||
<defs>
|
<defs>
|
||||||
<pattern id="grid-ss" width="40" height="40" patternUnits="userSpaceOnUse">
|
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
|
||||||
<path d="M 40 0 L 0 0 0 40" fill="none"
|
<path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255, 255, 255, 0.1)" stroke-width="1"></path>
|
||||||
stroke="rgba(255, 255, 255, 0.1)" stroke-width="1">
|
</pattern>
|
||||||
</path>
|
</defs>
|
||||||
</pattern>
|
<rect width="100%" height="100%" fill="url(#grid)"></rect>
|
||||||
</defs>
|
</svg>
|
||||||
<rect width="100%" height="100%" fill="url(#grid-ss)"></rect>
|
</div>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- MAIN CONTENT -->
|
<!-- MAIN CONTENT -->
|
||||||
<div class="container mx-auto px-4 text-center">
|
<div class="container mx-auto px-4 text-center">
|
||||||
<h1 class="text-4xl lg:text-5xl font-semibold leading-tight">
|
<h1 class="text-4xl lg:text-5xl font-semibold leading-tight">
|
||||||
CypSec Security Suite — Modular, Sovereign, End-to-End Protection
|
CypSec Security Suite
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p class="text-lg mt-6 max-w-2xl mx-auto">
|
<p class="text-lg mt-6 max-w-2xl mx-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user