mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
Update hero section titles and enhance styling for improved visibility
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user