Skip to content

Commit c5544a7

Browse files
cirephemellson
andauthored
Quick framing update (#199)
* Quick framing update * update static html page for SSR --------- Co-authored-by: Anders Bech Mellson <[email protected]>
1 parent 9d72e32 commit c5544a7

File tree

3 files changed

+32
-22
lines changed

3 files changed

+32
-22
lines changed

static/index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,22 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Stately | Visualize your application logic</title>
7+
<title>Stately | Understand your app logic</title>
88
<link rel="stylesheet" href="./landing-page/styles.css" />
99
<meta
1010
content="width=device-width, initial-scale=1, viewport-fit=cover"
1111
name="viewport"
1212
/>
1313
<meta
1414
name="description"
15-
content="Stately is building tools to visualize your application logic using XState. Learn more about our visualizer, visual editor and XState."
16-
/>
17-
<meta
18-
property="og:title"
19-
content="Stately - Visualize your application logic"
15+
content="Stately helps your whole team understand and collaborate on your logic through our visualizer, visual editor and XState."
2016
/>
17+
<meta property="og:title" content="Stately - Understand your app logic" />
2118
<meta property="og:site_name" content="Stately - Privacy policy" />
2219
<meta property="og:url" content="https://stately.ai" />
2320
<meta
2421
property="og:description"
25-
content="Stately is building tools to visualize your application logic using XState. Learn more about our visualizer, visual editor and XState."
22+
content="Stately helps your whole team understand and collaborate on your logic through our visualizer, visual editor and XState."
2623
/>
2724
<meta property="og:type" content="website" />
2825
<meta
@@ -86,11 +83,11 @@ <h2 class="logo">
8683
data-edge-target="cta-1"
8784
data-edge-target-side="left"
8885
>
89-
Visualize your application logic
86+
Understand your app logic, <strong class="pink">visually</strong>
9087
</h1>
9188

9289
<p class="subtitle fadeout-box">
93-
A suite of visual tools for building app logic. Powered by
90+
Build logic together as a team. Then run the flows using
9491
<a href="/docs/xstate">XState</a>, a best-in-class open source library
9592
for handling complexity at scale.
9693
</p>
@@ -109,7 +106,7 @@ <h2 class="logo">
109106
Try the editor
110107
</a>
111108
<a
112-
class="button-link button-link-cta-secondary"
109+
class="button-link button-link-cta-secondary ghost"
113110
href="https://calendly.com/d/yc8-3hq-rpc/request-a-demo"
114111
>
115112
Book a demo

static/landing-page/index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Stately | Visualize your application logic</title>
4+
<title>Stately | Understand your app logic</title>
55
<link rel="stylesheet" href="./landing-page/styles.css" />
66
<meta
77
name="description"
8-
content="Stately is building tools to visualize your application logic using XState. Learn more about our visualizer, visual editor and XState."
8+
content="Stately helps your whole team understand and collaborate on your logic through our visualizer, visual editor and XState."
99
/>
1010
<meta
1111
property="og:title"
12-
content="Stately - Visualize your application logic"
12+
content="Stately - Understand your app logic"
1313
/>
1414
<meta property="og:site_name" content="Stately - Privacy policy" />
1515
<meta property="og:url" content="https://stately.ai" />
1616
<meta
1717
property="og:description"
18-
content="Stately is building tools to visualize your application logic using XState. Learn more about our visualizer, visual editor and XState."
18+
content="Stately helps your whole team understand and collaborate on your logic through our visualizer, visual editor and XState."
1919
/>
2020
<meta property="og:type" content="website" />
2121
<meta
@@ -56,9 +56,6 @@ <h2 class="logo">
5656
</a>
5757
</h2>
5858
<nav class="navigation">
59-
<a href="/editor?source=landing-page" class="button-link orange"
60-
>Try the editor</a
61-
>
6259
<a href="/registry/login?source=landing-page" class="button-link blue"
6360
>Sign in</a
6461
>
@@ -77,11 +74,11 @@ <h2 class="logo">
7774
data-edge-target="cta-1"
7875
data-edge-target-side="left"
7976
>
80-
Visualize your application logic
77+
Understand your app logic, <strong class="pink">visually</strong>
8178
</h1>
8279

8380
<p class="subtitle fadeout-box">
84-
A suite of visual tools for building app logic. Powered by
81+
Build logic together as a team. Then run the flows using
8582
<a href="/docs/xstate">XState</a>, a best-in-class open source library
8683
for handling complexity at scale.
8784
</p>
@@ -100,7 +97,7 @@ <h2 class="logo">
10097
Try the editor
10198
</a>
10299
<a
103-
class="button-link button-link-cta-secondary"
100+
class="button-link button-link-cta-secondary ghost"
104101
href="https://calendly.com/d/yc8-3hq-rpc/request-a-demo"
105102
>
106103
Book a demo

static/landing-page/styles.css

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
font-family: 'TTCommons';
55
src: url('assets/ttcommons.woff2') format('woff2');
66
font-display: swap;
7+
font-weight: '100 1000',
78
}
89

910
/* -- Variables
@@ -312,13 +313,14 @@ h6 {
312313

313314
h1 {
314315
font-size: var(--font-xxl);
315-
font-variation-settings: 'wght' 450;
316+
font-variation-settings: 'wght' 700;
316317
margin-bottom: 0.25em;
317318
text-align: center;
318319
}
319320

320321
h2 {
321322
font-size: var(--font-large);
323+
font-variation-settings: 'wght' 500;
322324
}
323325

324326
body.privacy main h2,
@@ -532,6 +534,14 @@ input[type='submit'],
532534
color: var(--button-orange-txt);
533535
}
534536

537+
.button-link.ghost {
538+
background: none;
539+
border: 1px solid rgba(255,255,255,0.24)
540+
}
541+
.button-link.ghost:hover, .button-link-cta-ghost:active {
542+
background: rgba(255,255,255,0.11);
543+
}
544+
535545
.duo-buttons {
536546
display: flex;
537547
flex-wrap: wrap;
@@ -708,7 +718,7 @@ body {
708718
margin: 0.3em auto 4.6em;
709719
max-width: var(--max-header-width);
710720
padding: 0 1.35em;
711-
}
721+
}
712722

713723
.navigation-list a {
714724
color: var(--white);
@@ -828,6 +838,7 @@ body {
828838

829839
.intro-title {
830840
font-size: var(--font-xxxl);
841+
font-variation-settings: "wght" 700;
831842
}
832843

833844
[data-edge-source='first-heading'] {
@@ -2265,3 +2276,8 @@ h2.pricing-heading {
22652276
.pricing-section {
22662277
margin-bottom: 8rem;
22672278
}
2279+
2280+
2281+
.pink {
2282+
color: #cf249b
2283+
}

0 commit comments

Comments
 (0)