Skip to content

Commit bd984fe

Browse files
committed
updating copy
1 parent a059d7f commit bd984fe

5 files changed

Lines changed: 35 additions & 16 deletions

File tree

docs/assets/site.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ th {
146146
gap: 0.18rem;
147147
}
148148

149+
.brand-copy h1 {
150+
font-size: 1.15rem;
151+
letter-spacing: 0.08em;
152+
margin: 0;
153+
padding: 0;
154+
text-transform: uppercase;
155+
}
156+
149157
.brand-copy strong {
150158
font-size: 1.15rem;
151159
letter-spacing: 0.08em;
@@ -468,6 +476,10 @@ th {
468476
font-size: 1.05rem;
469477
}
470478

479+
a.section-card strong {
480+
text-decoration: underline;
481+
}
482+
471483
.section-card span {
472484
line-height: 1.7;
473485
}

docs/index.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>One server model for Node HTTP and WHATWG runtimes | Ingest</title>
7-
<meta name="description" content="A server framework built around event-driven routing, composability, and runtime portability." />
8-
<meta property="og:title" content="One server model for Node HTTP and WHATWG runtimes | Ingest" />
9-
<meta property="og:description" content="A server framework built around event-driven routing, composability, and runtime portability." />
6+
<title>Home | Ingest</title>
7+
<meta name="description" content="A server/less framework built around event-driven routing, composability, and runtime portability." />
8+
<meta property="og:title" content="Home | Ingest" />
9+
<meta property="og:description" content="A server/less framework built around event-driven routing, composability, and runtime portability." />
1010
<meta property="og:type" content="website" />
1111
<meta name="twitter:card" content="summary" />
12-
<meta name="twitter:title" content="One server model for Node HTTP and WHATWG runtimes | Ingest" />
13-
<meta name="twitter:description" content="A server framework built around event-driven routing, composability, and runtime portability." />
12+
<meta name="twitter:title" content="Home | Ingest" />
13+
<meta name="twitter:description" content="A server/less framework built around event-driven routing, composability, and runtime portability." />
1414
<link rel="canonical" href="https://www.stackpress.io/ingest/" />
1515
<meta property="og:url" content="https://www.stackpress.io/ingest/" />
1616
<link href="assets/favicon.ico" rel="icon" sizes="any" />
@@ -26,7 +26,7 @@
2626
title="Go to the Ingest homepage">
2727
<img alt="Ingest" class="brand-mark" src="assets/ingest.png" />
2828
<span class="brand-copy">
29-
<strong>Ingest</strong>
29+
<h1>Ingest</h1>
3030
<span>Composable Server/less IO Framework</span>
3131
</span>
3232
</a>
@@ -51,9 +51,7 @@
5151
<main class="home-shell">
5252
<section class="hero home-hero">
5353
<div class="hero-copy">
54-
<p class="eyebrow">Documentation Hub</p>
55-
<h1>One server model for Node HTTP and WHATWG runtimes</h1>
56-
<p class="hero-summary">A server framework built around event-driven routing, composability, and runtime portability.</p>
54+
<p class="hero-summary">A server/less framework built around event-driven routing, composability, and runtime portability.</p>
5755
<div class="hero-chip-row">
5856
<span class="hero-chip"># plugin pattern for composability</span><span class="hero-chip"># native http &amp; whatwg</span><span class="hero-chip"># server &amp; serverless first</span><span class="hero-chip"># buildtime &amp; runtime portability</span>
5957
</div>

www/build.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const repoUrl = 'https://github.com/stackpress/ingest';
1717
const site = {
1818
title: 'Ingest',
1919
tagline: 'Composable Server/less IO Framework',
20-
description: 'A server framework built around event-driven routing, composability, and runtime portability.',
20+
description: 'A server/less framework built around event-driven routing, composability, and runtime portability.',
2121
repoUrl,
2222
siteUrl: 'https://www.stackpress.io/ingest',
2323
socialImage: ''
@@ -221,15 +221,14 @@ async function buildHomePage(definition, markdown) {
221221
}
222222
];
223223

224-
const title = 'One server model for Node HTTP and WHATWG runtimes';
224+
const title = 'Home';
225225
const description = site.description;
226226

227227
return {
228228
...pageContext,
229229
title,
230230
description,
231231
navLabel: 'Explore Docs',
232-
sectionLabel: 'Documentation Hub',
233232
meta: renderChipRow([
234233
'# plugin pattern for composability',
235234
'# native http & whatwg',

www/styles/site.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ th {
146146
gap: 0.18rem;
147147
}
148148

149+
.brand-copy h1 {
150+
font-size: 1.15rem;
151+
letter-spacing: 0.08em;
152+
margin: 0;
153+
padding: 0;
154+
text-transform: uppercase;
155+
}
156+
149157
.brand-copy strong {
150158
font-size: 1.15rem;
151159
letter-spacing: 0.08em;
@@ -468,6 +476,10 @@ th {
468476
font-size: 1.05rem;
469477
}
470478

479+
a.section-card strong {
480+
text-decoration: underline;
481+
}
482+
471483
.section-card span {
472484
line-height: 1.7;
473485
}

www/templates/home.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
title="Go to the Ingest homepage">
2020
<img alt="Ingest" class="brand-mark" src="{{page.assetRoot}}/ingest.png" />
2121
<span class="brand-copy">
22-
<strong>{{site.title}}</strong>
22+
<h1>{{site.title}}</h1>
2323
<span>{{site.tagline}}</span>
2424
</span>
2525
</a>
@@ -44,8 +44,6 @@
4444
<main class="home-shell">
4545
<section class="hero home-hero">
4646
<div class="hero-copy">
47-
<p class="eyebrow">{{page.sectionLabel}}</p>
48-
<h1>{{page.title}}</h1>
4947
<p class="hero-summary">{{page.description}}</p>
5048
{{page.meta}}
5149
{{page.heroActions}}

0 commit comments

Comments
 (0)