Remove em dashes from page copy
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# houstonlabs.us
|
# 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.
|
Static site: plain `index.html` + `styles.css`, no build step.
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Houston Labs — Technological Research & Development</title>
|
<title>Houston Labs: Technological Research & Development</title>
|
||||||
<meta name="description" content="Houston Labs is a technological research and development company building the tools, systems, and ideas where advanced technology meets human creativity.">
|
<meta name="description" content="Houston Labs is a technological research and development company building the tools, systems, and ideas where advanced technology meets human creativity.">
|
||||||
<meta name="theme-color" content="#06070d">
|
<meta name="theme-color" content="#06070d">
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
<article class="card reveal">
|
<article class="card reveal">
|
||||||
<div class="card-top"><span class="card-idx">01</span><span class="card-rule"></span></div>
|
<div class="card-top"><span class="card-idx">01</span><span class="card-rule"></span></div>
|
||||||
<h3>Applied Research</h3>
|
<h3>Applied Research</h3>
|
||||||
<p>Exploratory R&D at the edge of emerging technology — taking ideas from first principles to working prototype.</p>
|
<p>Exploratory R&D at the edge of emerging technology, taking ideas from first principles to working prototype.</p>
|
||||||
</article>
|
</article>
|
||||||
<article class="card reveal">
|
<article class="card reveal">
|
||||||
<div class="card-top"><span class="card-idx">02</span><span class="card-rule"></span></div>
|
<div class="card-top"><span class="card-idx">02</span><span class="card-rule"></span></div>
|
||||||
|
|||||||
+1
-1
@@ -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. */
|
Variant: Obsidian theme, Light frost (--hl-blur:14px), chrome headline + grain on. */
|
||||||
:root{
|
:root{
|
||||||
--hl-bg:#06070d; --hl-bg2:#0a0c16;
|
--hl-bg:#06070d; --hl-bg2:#0a0c16;
|
||||||
|
|||||||
Reference in New Issue
Block a user