Skip to content

Commit 30916ef

Browse files
committed
feat: add What is Nihil FAQ + mobile nav + fix subtitle tracking
1 parent cecea52 commit 30916ef

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/HomePage.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,17 @@ export const HomePage: React.FC = () => {
180180
</p>
181181
</div>
182182
<div className="max-w-3xl mx-auto space-y-2">
183+
<details className="group rounded-xl border border-slate-700/80 bg-slate-900/50 overflow-hidden hover:border-amber-500/20 transition-colors">
184+
<summary className="faq-summary flex items-center justify-between gap-3 cursor-pointer p-5 font-medium text-white select-none">
185+
What is Nihil?
186+
<span className="flex-shrink-0 w-5 h-5 text-amber-400 transition-transform duration-200 group-open:rotate-180" aria-hidden>
187+
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 9l-7 7-7-7" /></svg>
188+
</span>
189+
</summary>
190+
<p className="text-sm text-slate-400 leading-relaxed px-5 pb-5 pt-0">
191+
Nihil is an offensive security environment built by TheNullPigeons. It ships as Arch-based Docker images paired with a Python CLI that handles everything — pulling images, creating containers, managing workspaces and VPN sessions. No hidden config, no telemetry, no black box.
192+
</p>
193+
</details>
183194
<details className="group rounded-xl border border-slate-700/80 bg-slate-900/50 overflow-hidden hover:border-amber-500/20 transition-colors">
184195
<summary className="faq-summary flex items-center justify-between gap-3 cursor-pointer p-5 font-medium text-white select-none">
185196
Is it Docker only?

0 commit comments

Comments
 (0)