fix: update landing page links and trim card text
This commit is contained in:
parent
aa4e5e4171
commit
91cbbd42fa
1 changed files with 6 additions and 7 deletions
|
|
@ -50,7 +50,6 @@
|
||||||
<p class="text-sm text-slate-400 mt-0.5">Discover subdomains, test WAF defenses, and generate AI resilience reports.</p>
|
<p class="text-sm text-slate-400 mt-0.5">Discover subdomains, test WAF defenses, and generate AI resilience reports.</p>
|
||||||
<div class="mt-2 flex items-center gap-2 text-xs">
|
<div class="mt-2 flex items-center gap-2 text-xs">
|
||||||
<span class="inline-block px-2 py-0.5 rounded-full bg-blue-500/20 text-blue-400 border border-blue-500/30">Live Demo</span>
|
<span class="inline-block px-2 py-0.5 rounded-full bg-blue-500/20 text-blue-400 border border-blue-500/30">Live Demo</span>
|
||||||
<span class="text-slate-500">Enter a domain to start</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-slate-500 text-lg shrink-0">→</div>
|
<div class="text-slate-500 text-lg shrink-0">→</div>
|
||||||
|
|
@ -65,7 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1 min-w-0">
|
<div class="flex-1 min-w-0">
|
||||||
<h2 class="text-lg font-bold text-slate-100">Kron Password Challenge</h2>
|
<h2 class="text-lg font-bold text-slate-100">Kron Password Challenge</h2>
|
||||||
<p class="text-sm text-slate-400 mt-0.5">Test your password strength against advanced cracking techniques and learn how to build resilient credentials.</p>
|
<p class="text-sm text-slate-400 mt-0.5">Test password strength against advanced cracking techniques and build resilient credentials.</p>
|
||||||
<div class="mt-2 flex items-center gap-2 text-xs">
|
<div class="mt-2 flex items-center gap-2 text-xs">
|
||||||
<span class="inline-block px-2 py-0.5 rounded-full bg-yellow-500/20 text-yellow-400 border border-yellow-500/30">Interactive</span>
|
<span class="inline-block px-2 py-0.5 rounded-full bg-yellow-500/20 text-yellow-400 border border-yellow-500/30">Interactive</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -82,7 +81,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1 min-w-0">
|
<div class="flex-1 min-w-0">
|
||||||
<h2 class="text-lg font-bold text-slate-100">Ping Identity</h2>
|
<h2 class="text-lg font-bold text-slate-100">Ping Identity</h2>
|
||||||
<p class="text-sm text-slate-400 mt-0.5">Explore identity and access management with Ping Identity's intelligent authentication platform.</p>
|
<p class="text-sm text-slate-400 mt-0.5">Explore identity and access management with Ping's intelligent authentication platform.</p>
|
||||||
<div class="mt-2 flex items-center gap-2 text-xs">
|
<div class="mt-2 flex items-center gap-2 text-xs">
|
||||||
<span class="inline-block px-2 py-0.5 rounded-full bg-green-500/20 text-green-400 border border-green-500/30">Demo</span>
|
<span class="inline-block px-2 py-0.5 rounded-full bg-green-500/20 text-green-400 border border-green-500/30">Demo</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -92,14 +91,14 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- HPE Aruba SD-WAN Traffic Master -->
|
<!-- HPE Aruba SD-WAN Traffic Master -->
|
||||||
<a href="https://gitex.sechpoint.app/aruba" target="_blank" class="app-card block bg-slate-800 rounded-2xl p-5 border border-slate-700 text-left">
|
<a href="https://gitex.sechpoint.app/sdwan" target="_blank" class="app-card block bg-slate-800 rounded-2xl p-5 border border-slate-700 text-left">
|
||||||
<div class="flex items-start gap-4">
|
<div class="flex items-start gap-4">
|
||||||
<div class="w-12 h-12 rounded-xl bg-gradient-to-br from-red-500 to-pink-600 flex items-center justify-center shrink-0 text-white font-bold text-lg text-xl">
|
<div class="w-12 h-12 rounded-xl bg-gradient-to-br from-red-500 to-pink-600 flex items-center justify-center shrink-0 text-white font-bold text-lg">
|
||||||
★
|
★
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1 min-w-0">
|
<div class="flex-1 min-w-0">
|
||||||
<h2 class="text-lg font-bold text-slate-100">HPE Aruba SD-WAN Traffic Master</h2>
|
<h2 class="text-lg font-bold text-slate-100">SD-WAN Traffic Master</h2>
|
||||||
<p class="text-sm text-slate-400 mt-0.5">Simulate SD-WAN traffic patterns, monitor link quality, and optimize wide-area network performance.</p>
|
<p class="text-sm text-slate-400 mt-0.5">Simulate SD-WAN traffic, monitor link quality, and optimize network performance.</p>
|
||||||
<div class="mt-2 flex items-center gap-2 text-xs">
|
<div class="mt-2 flex items-center gap-2 text-xs">
|
||||||
<span class="inline-block px-2 py-0.5 rounded-full bg-red-500/20 text-red-400 border border-red-500/30">Simulation</span>
|
<span class="inline-block px-2 py-0.5 rounded-full bg-red-500/20 text-red-400 border border-red-500/30">Simulation</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue