|
21 | 21 | <link rel="stylesheet" href="../styles/styles.css" /> |
22 | 22 | </head> |
23 | 23 | <body class="bg-[color:var(--ink)] text-[color:var(--silver)]"> |
| 24 | + <a href="#main-content" class="sr-only focus:not-sr-only">Skip to main content</a> |
24 | 25 | <header class="backdrop-blur bg-[color:var(--steel-900)/70] sticky top-0 z-50 border-b border-[color:var(--steel-700)]"> |
25 | 26 | <div class="mx-auto max-w-7xl px-4 py-3 flex items-center justify-between"> |
26 | 27 | <a href="../index.html" class="flex items-center gap-2"> |
@@ -57,30 +58,27 @@ <h1 class="text-4xl font-semibold text-[color:var(--white)]">Defense Industry In |
57 | 58 |
|
58 | 59 | <div class="blog-list" id="blog-posts"> |
59 | 60 | <a href="/blog/2026-02-13-defense-tech-weekly.html" class="blog-card" style="display: block; text-decoration: none;"> |
60 | | - <img class="blog-thumb" src="../assets/hero-aegis.webp" alt="" loading="lazy" /> |
61 | 61 | <p class="date">February 13, 2026</p> |
62 | 62 | <h3>The $9.8B Autonomy Surge: Inside DoD's Biggest Spending Shift in a Decade</h3> |
63 | | - <p>Weekly defense technology analysis: $9.8B autonomy spending surge, $1.1B Drone Dominance Program, USMC collaborative combat aircraft, and Pentagon counter-drone sensor push.</p> |
| 63 | + <p>Weekly defense technology analysis: $9.8B autonomy spending surge, <div class="blog-list" id="blog-posts">.1B Drone Dominance Program, USMC collaborative combat aircraft, and Pentagon counter-drone sensor push.</p> |
64 | 64 | </a> |
65 | 65 | <a href="/blog/2026-02-10-how-wifi-csi-through-wall-detection-works.html" class="blog-card" style="display: block; text-decoration: none;"> |
66 | | - <img class="blog-thumb" src="../assets/hero-vantage.webp" alt="" loading="lazy" /> |
67 | 66 | <p class="date">February 10, 2026</p> |
68 | 67 | <h3>How WiFi CSI Through-Wall Detection Works: A Technical Primer</h3> |
69 | 68 | <p>A technical guide to WiFi Channel State Information (CSI) through-wall detection — how passive RF sensing detects human presence behind walls without emitting signals.</p> |
70 | 69 | </a> |
71 | 70 | <a href="/blog/2026-02-05-defense-tech-weekly.html" class="blog-card" style="display: block; text-decoration: none;"> |
72 | | - <img class="blog-thumb" src="../assets/hero-polygen.webp" alt="" loading="lazy" /> |
73 | 71 | <p class="date">February 5, 2026</p> |
74 | | - <h3>Pentagon's $1B Drone Swarm Bet and the Rise of Autonomous Decontamination</h3> |
| 72 | + <h3>Pentagon's <div class="blog-list" id="blog-posts">B Drone Swarm Bet and the Rise of Autonomous Decontamination</h3> |
75 | 73 | <p>Weekly defense industry analysis covering autonomous systems, AI threats and opportunities, and the FY2026 defense budget.</p> |
76 | 74 | </a> |
77 | 75 | <a href="/blog/2026-01-28-defense-tech-weekly-january-28-2026.html" class="blog-card" style="display: block; text-decoration: none;"> |
78 | | - <img class="blog-thumb" src="../assets/hero-architect.webp" alt="" loading="lazy" /> |
79 | 76 | <p class="date">January 28, 2026</p> |
80 | 77 | <h3>The $900B AI Catalyst: How the Pentagon's Budget Is Rewiring Defense Tech</h3> |
81 | 78 | <p>Weekly analysis of defense technology trends, AI developments, and budget news from Ceradon Systems.</p> |
82 | 79 | </a> |
83 | 80 |
|
| 81 | + |
84 | 82 | </div> |
85 | 83 | </div> |
86 | 84 | </section> |
|
0 commit comments