Skip to content

Commit 9547daf

Browse files
committed
Update website header copy and card order.
1 parent fa5ebf9 commit 9547daf

2 files changed

Lines changed: 20 additions & 29 deletions

File tree

website/src/main.tsx

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ const cards: CardConfig[] = [
2626
entry: 'main',
2727
img: '/previews/editorial.mp4',
2828
},
29+
{
30+
title: 'Dance',
31+
description: 'Text wrap around an animating character',
32+
example: 'dance',
33+
entry: 'main',
34+
img: '/previews/dance.mp4',
35+
},
2936
{
3037
title: 'ASCII Torus',
3138
description: '3D wireframe torus rendered in ASCII art',
@@ -34,18 +41,11 @@ const cards: CardConfig[] = [
3441
img: '/previews/torus.mp4',
3542
},
3643
{
37-
title: 'ASCII Particles',
38-
description: 'Particle system rendered in ASCII art',
39-
example: 'ascii-arts',
40-
entry: 'particles',
41-
img: '/previews/particles.mp4',
42-
},
43-
{
44-
title: 'Dance',
45-
description: 'Text wrap around an animating character',
46-
example: 'dance',
44+
title: 'Bubbles',
45+
description: 'iMessage bubble',
46+
example: 'bubble',
4747
entry: 'main',
48-
img: '/previews/dance.mp4',
48+
img: '/previews/bubble.mp4',
4949
},
5050
{
5151
title: 'Dynamic Layout',
@@ -55,11 +55,11 @@ const cards: CardConfig[] = [
5555
img: '/previews/dynamic-layout.mp4',
5656
},
5757
{
58-
title: 'Bubbles',
59-
description: 'iMessage bubble',
60-
example: 'bubble',
61-
entry: 'main',
62-
img: '/previews/bubble.mp4',
58+
title: 'ASCII Particles',
59+
description: 'Particle system rendered in ASCII art',
60+
example: 'ascii-arts',
61+
entry: 'particles',
62+
img: '/previews/particles.mp4',
6363
},
6464
];
6565

@@ -89,7 +89,7 @@ function App() {
8989
<header className="page-header">
9090
<div>
9191
<p className="eyebrow">Lynx Pretext</p>
92-
<h1>Demos</h1>
92+
<h1>Lynx Pretext</h1>
9393
</div>
9494
<a
9595
className="github-link"
@@ -104,17 +104,8 @@ function App() {
104104
</a>
105105
</header>
106106
<p className="intro">
107-
Lynx ports of the{' '}
108-
<a
109-
href="https://chenglou.me/pretext/"
110-
target="_blank"
111-
rel="noreferrer"
112-
>
113-
Pretext
114-
</a>{' '}
115-
layout demos. These run natively on Lynx via{' '}
116-
<code>getTextInfo()</code> — scan the QR code on a Lynx-enabled device
117-
to see them live.
107+
Lynx ports of the Pretext. Scan the QR code on a Lynx-enabled app to
108+
see them live.
118109
</p>
119110

120111
<div className="examples-grid">

website/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ── Page layout ─────────────────────────────────────── */
22

33
.page {
4-
max-width: 1140px;
4+
max-width: 960px;
55
margin: 0 auto;
66
padding: 32px 16px 64px;
77
}

0 commit comments

Comments
 (0)