From 4c00694b35362e03c617c931b8d8fbefafed37fc Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:21:10 -0400 Subject: [PATCH] Remove em dashes from page copy Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- index.html | 4 ++-- styles.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5bc6cdb..5c35ec9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # houstonlabs.us -Landing page for **Houston Labs LLC** — a New York technological R&D company. +Landing page for **Houston Labs LLC**, a New York technological R&D company. Static site: plain `index.html` + `styles.css`, no build step. diff --git a/index.html b/index.html index 8e3e0c1..9cad2b0 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ -Houston Labs — Technological Research & Development +Houston Labs: Technological Research & Development @@ -92,7 +92,7 @@
01

Applied Research

-

Exploratory R&D at the edge of emerging technology — taking ideas from first principles to working prototype.

+

Exploratory R&D at the edge of emerging technology, taking ideas from first principles to working prototype.

02
diff --git a/styles.css b/styles.css index e7d9259..99edf84 100644 --- a/styles.css +++ b/styles.css @@ -1,4 +1,4 @@ -/* Houston Labs — imported from "Houston Labs.dc.html" (Claude Design) +/* Houston Labs: imported from "Houston Labs.dc.html" (Claude Design) Variant: Obsidian theme, Light frost (--hl-blur:14px), chrome headline + grain on. */ :root{ --hl-bg:#06070d; --hl-bg2:#0a0c16;