Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ <h1>GNAT</h1>
<p>
GNAT gives security teams a stable way to ingest, model, enrich, export, automate, and investigate intelligence across a large connector surface without rebuilding around every vendor.
</p>
<a class="btn" href="https://github.com/wrhalpin/GNAT">View on GitHub</a>
</div>
<img class="hero-logo" src="assets/images/gnat-logo-full.png" alt="GNAT logo">
</div>
Expand All @@ -28,6 +27,9 @@ <h1>GNAT</h1>
<span class="badge">reports + investigations</span>
<span class="badge">workflow portability</span>
</div>
<div style="text-align:center;margin-top:1.25rem;">
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid introducing inline styles here. docs/index.html otherwise relies on gnat-theme.css for layout, so please replace this style="text-align:center;margin-top:1.25rem;" wrapper with a named class (e.g., a hero CTA container) and define the centering/margin in docs/gnat-theme.css to keep styling consistent and easier to maintain.

Suggested change
<div style="text-align:center;margin-top:1.25rem;">
<div class="hero-cta">

Copilot uses AI. Check for mistakes.
<a class="btn" href="https://github.com/wrhalpin/GNAT">View on GitHub</a>
</div>
</div>
</header>

Expand Down Expand Up @@ -85,6 +87,7 @@ <h2>The GNAT-o-sphere</h2>
<div class="grid">
<div class="card"><h3><a href="https://wrhalpin.github.io/SandGNAT/">SandGNAT</a></h3><p>Automated malware sandbox addon for GNAT.</p></div>
<div class="card"><h3><a href="https://wrhalpin.github.io/RedGNAT/">RedGNAT</a></h3><p>CART addon for GNAT with explicit safety boundaries.</p></div>
<div class="card"><h3><a href="https://wrhalpin.github.io/SenseGNAT/">SenseGNAT</a></h3><p>Network sensor and honeypot telemetry addon for GNAT.</p></div>
</div>
</section>
</main>
Expand Down
Loading