Skip to content

Commit b9e1a04

Browse files
author
Noah Schultz
committed
Rename Ceradon Scout to SCOUT across site
1 parent b353507 commit b9e1a04

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
7878
<a href="vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE <span class="text-xs text-[color:var(--ceradon-blue)]">Through-Wall</span></a>
7979
<a href="raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR <span class="text-xs text-[color:var(--ceradon-blue)]">Edge AI Vision</span></a>
80-
<a href="scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
80+
<a href="scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">SCOUT</a>
8181
<a href="architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
8282
<a href="polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
8383
</div>
@@ -382,7 +382,7 @@ <h2 class="text-xl md:text-2xl font-bold text-[color:var(--white)]">AI Agent Int
382382
</div>
383383
</section>
384384

385-
<!-- ============ CERADON SCOUT ============ -->
385+
<!-- ============ SCOUT ============ -->
386386
<section class="border-b border-[color:var(--steel-700)] relative overflow-hidden">
387387
<!-- Radar sweep background -->
388388
<div class="absolute inset-0 pointer-events-none" aria-hidden="true">
@@ -410,7 +410,7 @@ <h2 class="text-xl md:text-2xl font-bold text-[color:var(--white)]">AI Agent Int
410410
SaaS &middot; Accepting Customers
411411
</span>
412412
</div>
413-
<h2 class="section-heading">Ceradon Scout</h2>
413+
<h2 class="section-heading">SCOUT</h2>
414414
<p class="text-xl text-[color:var(--white)] font-medium leading-relaxed">
415415
AI-powered federal opportunity scanner built for small defense businesses.
416416
</p>

scout.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<meta charset="utf-8" />
1212
<meta name="theme-color" content="#04070d">
1313
<meta name="viewport" content="width=device-width, initial-scale=1" />
14-
<title>Ceradon Scout | Defense Opportunity Scanner | Ceradon Systems</title>
15-
<meta name="description" content="Ceradon Scout scans SAM.gov, Grants.gov, and SBIR.gov daily to surface defense contract opportunities scored by AI for your small business." />
16-
<meta property="og:title" content="Ceradon Scout | Defense Opportunity Scanner" />
14+
<title>SCOUT | Defense Opportunity Scanner | Ceradon Systems</title>
15+
<meta name="description" content="SCOUT scans SAM.gov, Grants.gov, and SBIR.gov daily to surface defense contract opportunities scored by AI for your small business." />
16+
<meta property="og:title" content="SCOUT | Defense Opportunity Scanner" />
1717
<meta property="og:description" content="AI-powered defense opportunity scanner for SDVOSBs and small businesses. Daily email digests with relevance scoring." />
1818
<meta property="og:type" content="website" />
1919
<meta property="og:url" content="https://www.ceradonsystems.com/scout.html" />
2020
<meta property="og:image" content="https://www.ceradonsystems.com/assets/Emblem.webp" />
2121
<meta name="twitter:card" content="summary_large_image" />
22-
<meta name="twitter:title" content="Ceradon Scout | Defense Opportunity Scanner" />
22+
<meta name="twitter:title" content="SCOUT | Defense Opportunity Scanner" />
2323
<meta name="twitter:description" content="AI-powered defense opportunity scanner. Stop missing contracts." />
2424
<meta name="twitter:image" content="https://www.ceradonsystems.com/assets/Emblem.webp" />
2525
<meta name="robots" content="index, follow" />
@@ -366,7 +366,7 @@
366366
<div class="bg-[#0a0f1a] border border-[#1e293b] rounded-lg py-2 min-w-[220px] shadow-xl">
367367
<a href="vantage.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">VANTAGE</a>
368368
<a href="raptor.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">RAPTOR</a>
369-
<a href="scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Ceradon Scout</a>
369+
<a href="scout.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">SCOUT</a>
370370
<a href="architect.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">Architect</a>
371371
<a href="polygen.html" class="block px-4 py-2 text-sm text-gray-300 hover:text-white hover:bg-[#1e293b]">PolyGen</a>
372372
</div>

0 commit comments

Comments
 (0)