Add free Resources page: Civilian Zero Trust series

Publishes the three-part Civilian Zero Trust series (Primer, Phase One,
Phase Two) as free advisory content at /resources/, with accessible
PDF/UA-1 downloads. Adds a Resources nav link to the homepage and
Foundation page.

Source docs: about/identity sections rewritten to represent Houston Labs
as the technological R&D company it is (not a 'security publisher'), framing
the series as part of its free advisory and education work.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2ro
2026-06-27 17:02:50 -04:00
parent f24153ee6f
commit 1eee465828
6 changed files with 150 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@
</a> </a>
<div class="nav-links"> <div class="nav-links">
<a href="../">Home</a> <a href="../">Home</a>
<a href="../resources/">Resources</a>
<a href="#contents">Contents</a> <a href="#contents">Contents</a>
<a href="#whitepaper">Whitepaper</a> <a href="#whitepaper">Whitepaper</a>
<a class="nav-pill" href="mailto:contact@houstonlabs.us">Email&nbsp;us</a> <a class="nav-pill" href="mailto:contact@houstonlabs.us">Email&nbsp;us</a>
+1
View File
@@ -42,6 +42,7 @@
<a href="#focus">Focus</a> <a href="#focus">Focus</a>
<a href="#approach">Approach</a> <a href="#approach">Approach</a>
<a href="foundation/">Foundation</a> <a href="foundation/">Foundation</a>
<a href="resources/">Resources</a>
<a href="#contact">Contact</a> <a href="#contact">Contact</a>
<a class="nav-pill" href="mailto:contact@houstonlabs.us">Email&nbsp;us</a> <a class="nav-pill" href="mailto:contact@houstonlabs.us">Email&nbsp;us</a>
</div> </div>
+148
View File
@@ -0,0 +1,148 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Houston Labs — Free Resources</title>
<meta name="description" content="Free advisory and education from Houston Labs: the Civilian Zero Trust series, a practical security field manual for high-risk individuals and small organizations.">
<meta name="theme-color" content="#06070d">
<meta property="og:type" content="website">
<meta property="og:title" content="Houston Labs — Free Resources">
<meta property="og:description" content="The Civilian Zero Trust series: free, accessible security field manuals.">
<meta property="og:url" content="https://houstonlabs.us/resources/">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7' fill='%2306070d'/%3E%3Cg fill='none' stroke-width='1.7'%3E%3Cpath d='M11 9v14M21 9v14M11 16h10' stroke='%23eef0f7'/%3E%3Cellipse cx='16' cy='16' rx='12.5' ry='5.4' transform='rotate(-24 16 16)' stroke='%2346e3ff' opacity='.85'/%3E%3C/g%3E%3C/svg%3E">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Hanken+Grotesk:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../styles.css">
<link rel="stylesheet" href="../foundation/foundation.css">
<style>
.res-card h3 { font-family:"Space Grotesk",sans-serif; font-weight:600; font-size:1.32rem;
letter-spacing:-0.012em; margin:16px 0 4px; color:var(--hl-text); }
.res-card .res-sub { font-family:"JetBrains Mono",monospace; font-size:11px; letter-spacing:.1em;
text-transform:uppercase; color:var(--hl-accent-a); margin:0 0 12px; }
.res-card p { color:var(--hl-muted); font-size:15px; line-height:1.6; }
.res-card ul { margin:12px 0 0; padding-left:1.1em; color:#c9cdd8; font-size:14px; line-height:1.55; }
.res-actions { margin-top:18px; display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.res-meta { font-family:"JetBrains Mono",monospace; font-size:11px; letter-spacing:.06em; color:var(--hl-faint); }
.note { max-width:74ch; margin:38px auto 0; padding:22px 24px; border-radius:16px;
background:linear-gradient(150deg,var(--hl-glass-hi),var(--hl-glass-lo) 72%);
border:1px solid var(--hl-glass-edge); color:var(--hl-muted); font-size:13.5px; line-height:1.6; }
.note strong { color:var(--hl-text); }
</style>
</head>
<body>
<div class="field" aria-hidden="true"><div class="bloom"></div><div class="grid"></div></div>
<div class="content">
<header class="nav-wrap">
<nav class="nav">
<a class="brand" href="../">
<span class="brand-badge">
<svg viewBox="0 0 32 32" width="20" height="20" aria-hidden="true">
<defs><linearGradient id="m1" x1="0" y1="0" x2="0" y2="1"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#9aa1b0"/><stop offset="1" stop-color="#eef1f6"/></linearGradient></defs>
<g fill="none" stroke-width="1.7"><path d="M11 9v14M21 9v14M11 16h10" stroke="url(#m1)"/><ellipse cx="16" cy="16" rx="12.5" ry="5.4" transform="rotate(-24 16 16)" stroke="var(--hl-accent-a)" opacity=".85"/></g>
</svg>
</span>
<span class="brand-name">HOUSTON&nbsp;LABS</span>
</a>
<div class="nav-links">
<a href="../">Home</a>
<a href="../foundation/">Foundation</a>
<a href="mailto:contact@houstonlabs.us" class="nav-pill">Email&nbsp;us</a>
</div>
</nav>
</header>
<main id="top" class="main">
<section class="fdn-hero">
<p class="eyebrow"><span class="dot"></span>Free Resources · Advisory &amp; Education</p>
<h1>Civilian Zero Trust</h1>
<p class="lede">A free, three-part security field manual for high-risk individuals and the small organizations that support them. We translated the U.S. government's Zero Trust doctrine, the framework used to defend its most sensitive systems, into steps a capable person can actually execute without an IT department. This is part of Houston Labs' free advisory and education work: closing the gap between the security resources institutions have and the rest of us have.</p>
</section>
<section class="toc">
<span class="label">/ The series</span>
<div class="toc-grid" style="margin-top:22px">
<div class="card res-card">
<div class="card-top"><span class="card-idx">01</span><span class="card-rule"></span></div>
<p class="res-sub">Start here · The Primer</p>
<h3>Zero Trust Implementations for High-Risk Individuals &amp; Small Organizations</h3>
<p>The conceptual foundation. Builds your threat model, introduces the seven-pillar Zero Trust framework, and shows why it applies to civilians, with concrete scenarios for targeted individuals, travel, family, finances, and incident response.</p>
<ul>
<li>Threat landscape &amp; mindset</li>
<li>All seven pillars explained</li>
<li>Real-world scenarios &amp; master checklist</li>
</ul>
<div class="res-actions">
<a class="pdf-btn" href="pdf/houston-labs-civilian-zero-trust-primer.pdf" download>&nbsp; Download PDF</a>
<span class="res-meta">Accessible PDF/UA · 2026</span>
</div>
</div>
<div class="card res-card">
<div class="card-top"><span class="card-idx">02</span><span class="card-rule"></span></div>
<p class="res-sub">Implementation · Phase One</p>
<h3>Phase One: Build Your Foundation</h3>
<p>Hands-on execution. Establish a genuinely secure baseline across all seven pillars, accounts, devices, apps, data, network, automation, and visibility, with no IT department and no unlimited budget. Every chapter ends in a checklist you complete.</p>
<ul>
<li>Step-by-step, pillar by pillar</li>
<li>Baseline vs. elevated measures</li>
<li>NSA ZTIG Phase One, adapted for civilians</li>
</ul>
<div class="res-actions">
<a class="pdf-btn" href="pdf/houston-labs-civilian-zero-trust-phase-one.pdf" download>&nbsp; Download PDF</a>
<span class="res-meta">Accessible PDF/UA · 2026</span>
</div>
</div>
<div class="card res-card">
<div class="card-top"><span class="card-idx">03</span><span class="card-rule"></span></div>
<p class="res-sub">Implementation · Phase Two</p>
<h3>Phase Two: Integrate and Advance</h3>
<p>Raise the bar. Connect controls that were deployed separately, add phishing-resistant authentication, tighten segmentation, and turn a pile of individual settings into a coherent security posture. Builds directly on Phase One.</p>
<ul>
<li>Integration across pillars</li>
<li>Stronger auth &amp; segmentation</li>
<li>NSA ZTIG Phase Two, adapted for civilians</li>
</ul>
<div class="res-actions">
<a class="pdf-btn" href="pdf/houston-labs-civilian-zero-trust-phase-two.pdf" download>&nbsp; Download PDF</a>
<span class="res-meta">Accessible PDF/UA · 2026</span>
</div>
</div>
</div>
<p class="note"><strong>Independent civilian adaptation.</strong> This series adapts the <em>NSA Zero Trust Implementation Guideline</em> (2026), a U.S. government work in the public domain. It is not affiliated with, authorized by, sponsored by, or endorsed by the National Security Agency or any U.S. government agency. It is vendor-neutral: no security product is sold and no vendor is paid for inclusion. Each guide is a tagged, screen-reader-accessible PDF (PDF/UA-1). Security is a practice, not a guarantee; verify tools against current sources before relying on them.</p>
</section>
</main>
<footer class="foot">
<div class="foot-row">
<div class="foot-brand">
<span class="foot-mark">
<span class="foot-badge">
<svg viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
<defs><linearGradient id="m2" x1="0" y1="0" x2="0" y2="1"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#9aa1b0"/><stop offset="1" stop-color="#eef1f6"/></linearGradient></defs>
<g fill="none" stroke-width="1.7"><path d="M11 9v14M21 9v14M11 16h10" stroke="url(#m2)"/><ellipse cx="16" cy="16" rx="12.5" ry="5.4" transform="rotate(-24 16 16)" stroke="var(--hl-accent-a)" opacity=".85"/></g>
</svg>
</span>
<span class="foot-name">HOUSTON&nbsp;LABS</span>
</span>
<span>Houston Labs&nbsp;LLC · A New York Limited Liability Company</span>
<span class="foot-copy">© 2026 Houston Labs LLC. All rights reserved.</span>
</div>
<a class="foot-pill" href="mailto:contact@houstonlabs.us">contact@houstonlabs.us</a>
</div>
</footer>
</div>
<div class="grain" aria-hidden="true"></div>
</body>
</html>