Update hero section titles and enhance styling for improved visibility

This commit is contained in:
0xMarcio
2025-12-18 07:36:05 +01:00
parent 71dde25be9
commit 4ccfcddef0
3 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<body class="color-no-search">
<main class="wrap">
<section class="hero" data-search-root>
<h1>Find exploit writeups and PoCs instantly</h1>
<h1>CVE PoC Hub</h1>
<p class="lede">Search by CVE id, vendor, product, or keyword.</p>
<div class="pill-row tight">
<span class="pill">Linked PoCs</span>
@@ -41,7 +41,7 @@
</section>
<section class="section" data-trending-section>
<h2>Latest PoC examples</h2>
<h2>Recently updated Proof-of-Concepts</h2>
<div class="table-wrap" data-trending>
<table>
<thead><tr><th>Stars</th><th>Updated</th><th>Name</th><th>Description</th></tr></thead>

View File

@@ -93,6 +93,7 @@ main { padding-top: 1.5rem; }
.hero {
display: grid;
gap: 1rem;
margin-top: 2rem;
padding: 1.25rem 1.25rem 1.5rem;
border-radius: 18px;
background: linear-gradient(150deg, rgba(122, 240, 193, 0.08), rgba(111, 179, 255, 0.08));

View File

@@ -2,7 +2,7 @@
{% set body_class = "color-no-search" %}
{% block content %}
<section class="hero" data-search-root>
<h1>Find exploit writeups and PoCs instantly</h1>
<h1>CVE PoC Hub</h1>
<p class="lede">Search by CVE id, vendor, product, or keyword.</p>
<div class="pill-row tight">
<span class="pill">Linked PoCs</span>
@@ -33,7 +33,7 @@
</section>
<section class="section" data-trending-section>
<h2>Latest PoC examples</h2>
<h2>Recently updated Proof-of-Concepts</h2>
<div class="table-wrap" data-trending>
<table>
<thead><tr><th>Stars</th><th>Updated</th><th>Name</th><th>Description</th></tr></thead>