Skip to content

Commit 3fac4f3

Browse files
committed
Update video
1 parent 5817775 commit 3fac4f3

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h2 class="logo">
116116
<section class="feature editor">
117117
<div
118118
class="video-wrap"
119-
style="--aspect-ratio: 320/213"
119+
style="--aspect-ratio: 1420/1080"
120120
data-edge-source="editor"
121121
data-edge-target="used-in-production"
122122
data-edge-source-position="0.85"
@@ -129,7 +129,7 @@ <h2 class="logo">
129129
poster="./landing-page/assets/visual-editor-v1-poster-image.png"
130130
>
131131
<source
132-
src="./landing-page/assets/visual-editor-v1.mp4"
132+
src="./landing-page/assets/visual-editor-v2.mp4"
133133
type="video/mp4"
134134
width="640"
135135
height="426"
3.78 MB
Binary file not shown.

static/landing-page/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
name="description"
88
content="Stately helps your whole team understand and collaborate on your logic through our visualizer, visual editor and XState."
99
/>
10-
<meta
11-
property="og:title"
12-
content="Stately - Understand your app logic"
13-
/>
10+
<meta property="og:title" content="Stately - Understand your app logic" />
1411
<meta property="og:site_name" content="Stately - Privacy policy" />
1512
<meta property="og:url" content="https://stately.ai" />
1613
<meta
@@ -74,7 +71,7 @@ <h2 class="logo">
7471
data-edge-target="cta-1"
7572
data-edge-target-side="left"
7673
>
77-
Understand your app logic, <strong class="pink">visually</strong>
74+
Understand your app logic, <strong class="pink">visually</strong>
7875
</h1>
7976

8077
<p class="subtitle fadeout-box">
@@ -107,7 +104,7 @@ <h2 class="logo">
107104
<section class="feature editor">
108105
<div
109106
class="video-wrap"
110-
style="--aspect-ratio: 320/213"
107+
style="--aspect-ratio: 1420/1080"
111108
data-edge-source="editor"
112109
data-edge-target="used-in-production"
113110
data-edge-source-position="0.85"
@@ -120,7 +117,7 @@ <h2 class="logo">
120117
poster="./landing-page/assets/visual-editor-v1-poster-image.png"
121118
>
122119
<source
123-
src="./landing-page/assets/visual-editor-v1.mp4"
120+
src="./landing-page/assets/visual-editor-v2.mp4"
124121
type="video/mp4"
125122
width="640"
126123
height="426"

static/landing-page/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ a:active {
393393

394394
video {
395395
border-radius: 0.4em;
396-
background: var(--grey06);
397396
height: auto;
398397
width: 100%;
399398
z-index: var(--text-layer);
@@ -2280,4 +2279,4 @@ h2.pricing-heading {
22802279

22812280
.pink {
22822281
color: #cf249b
2283-
}
2282+
}

0 commit comments

Comments
 (0)