|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <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." /> |
10 | 10 | <meta property="og:type" content="website" /> |
11 | 11 | <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." /> |
14 | 14 | <link rel="canonical" href="https://www.stackpress.io/ingest/" /> |
15 | 15 | <meta property="og:url" content="https://www.stackpress.io/ingest/" /> |
16 | 16 | <link href="assets/favicon.ico" rel="icon" sizes="any" /> |
|
26 | 26 | title="Go to the Ingest homepage"> |
27 | 27 | <img alt="Ingest" class="brand-mark" src="assets/ingest.png" /> |
28 | 28 | <span class="brand-copy"> |
29 | | - <strong>Ingest</strong> |
| 29 | + <h1>Ingest</h1> |
30 | 30 | <span>Composable Server/less IO Framework</span> |
31 | 31 | </span> |
32 | 32 | </a> |
|
51 | 51 | <main class="home-shell"> |
52 | 52 | <section class="hero home-hero"> |
53 | 53 | <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> |
57 | 55 | <div class="hero-chip-row"> |
58 | 56 | <span class="hero-chip"># plugin pattern for composability</span><span class="hero-chip"># native http & whatwg</span><span class="hero-chip"># server & serverless first</span><span class="hero-chip"># buildtime & runtime portability</span> |
59 | 57 | </div> |
|
0 commit comments