Skip to content

Commit 21a9fef

Browse files
committed
Move assets
1 parent 14da9d8 commit 21a9fef

33 files changed

+22
-22
lines changed

src/components/landing/Benefits.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function DesignSection() {
7878
</div>
7979
<img
8080
alt="View of the same credit check workflow in simulate mode in the Stately editor. In Design mode, states can be added. In Simulate mode, the machine can be walked through where the current state and available events are highlighted."
81-
src="/landing/design-and-simulate.png"
81+
src="/assets/landing/design-and-simulate.png"
8282
className="w-full h-auto rounded-b-2xl"
8383
/>
8484
</Feature>
@@ -140,7 +140,7 @@ function DesignSection() {
140140
</div>
141141
<img
142142
alt="View of the same credit check workflow in simulate mode in the Stately editor. In Design mode, states can be added. In Simulate mode, the machine can be walked through where the current state and available events are highlighted."
143-
src="/landing/assets-colorpicker.png"
143+
src="/assets/landing/assets-colorpicker.png"
144144
className="w-full h-auto rounded-r-2xl"
145145
/>
146146
</div>
@@ -158,7 +158,7 @@ function DesignSection() {
158158
</div>
159159
<img
160160
alt="A state machine being accurately generated in the Stately editor from the text description: An authentication flow for a web app. The first two sign in options are using GitHub or Apple where the user does not need to enter their email address or password. The third sign in option is using email where the user needs to enter their email address and password to sign up if they have not already signed up or to sign in if they have already signed up. The authentication flow is complete when a user has signed in."
161-
src="/landing/ai-generation.png"
161+
src="/assets/landing/ai-generation.png"
162162
className="w-full h-auto rounded-br-2xl"
163163
/>
164164
</Feature>
@@ -184,7 +184,7 @@ function XStateSection() {
184184
<Feature>
185185
<img
186186
alt="XState"
187-
src="/landing/xstate-white.svg"
187+
src="/assets/landing/xstate-white.svg"
188188
height="32"
189189
width="118"
190190
className="self-start h-8 mb-4 opacity-60"
@@ -209,7 +209,7 @@ function XStateSection() {
209209
<div className="flex gap-4">
210210
<img
211211
alt="TypeScript, React, Vue"
212-
src="/landing/platform-logos.svg"
212+
src="/assets/landing/platform-logos.svg"
213213
height="30"
214214
width="126"
215215
className="h-[30px] self-start mb-4 opacity-60"
@@ -228,7 +228,7 @@ function XStateSection() {
228228
alt=""
229229
height="32"
230230
width="102"
231-
src="/landing/network-white.svg"
231+
src="/assets/landing/network-white.svg"
232232
className="h-[38px] self-start mb-2 opacity-60"
233233
/>
234234

@@ -251,7 +251,7 @@ function XStateSection() {
251251
</div>
252252
<img
253253
alt="A book lender state machine in VSCode. One panel shows the state machine as a JavaScript object, the other panel shows the state machine visualized using the XState VSCode extension."
254-
src="/landing/vscode-split.png"
254+
src="/assets/landing/vscode-split.png"
255255
className="w-full h-auto mt-12"
256256
/>
257257
<div className="grid justify-center w-full gap-12 md:grid-cols-2 lg:grid-cols-3 pt-48">
@@ -303,7 +303,7 @@ function XStateSection() {
303303
</div>
304304
<img
305305
alt="A book lending machine in the Stately editor alongside the React app view showing the React code and the machine represented in TypeScript. In between them is the Stately editor’s Generate React app button."
306-
src="/landing/generate-react.png"
306+
src="/assets/landing/generate-react.png"
307307
className="w-full h-auto rounded-b-2xl md:rounded-bl-[0] md:rounded-tr-2xl"
308308
/>
309309
</div>
@@ -321,7 +321,7 @@ function XStateSection() {
321321
</div>
322322
<img
323323
alt="A list of test paths in the Stately editor, The reaches state “Book lennding.End” via declineBookHold is hovered over, and the corresponding path through the state machine is highlighted on the canvas."
324-
src="/landing/test-generation.png"
324+
src="/assets/landing/test-generation.png"
325325
className="w-full h-auto rounded-br-2xl"
326326
/>
327327
</div>
@@ -340,7 +340,7 @@ function XStateSection() {
340340

341341
<img
342342
alt="GitHub"
343-
src="/landing/github-white.svg"
343+
src="/assets/landing/github-white.svg"
344344
width="24"
345345
height="24"
346346
className="h-[24px] self-start"
@@ -414,7 +414,7 @@ function SourceOfTruthSection() {
414414
</div>
415415
<img
416416
alt="The event schema modal in the Stately editor open to add properties to an orderCreatedEvent event. The properties are orderNumber and orderDate, and they are both strings."
417-
src="/landing/event-schema.png"
417+
src="/assets/landing/event-schema.png"
418418
height="100px"
419419
className="rounded-md"
420420
/>
@@ -475,7 +475,7 @@ function SkySection() {
475475

476476
<img
477477
alt="A traffic light machine in the Stately editor alongside a live web app with a rendering of a traffic light. In between them is the Stately editor’s Deploy button."
478-
src="/landing/deploy-to-sky.png"
478+
src="/assets/landing/deploy-to-sky.png"
479479
className="w-full h-auto max-w-5xl mx-auto mt-32 rounded-2xl border-2 border-white/10"
480480
/>
481481

@@ -498,7 +498,7 @@ function SkySection() {
498498

499499
<img
500500
alt="A traffic light machine in the Stately editor alongside a live web app with a rendering of a traffic light. In between them is the Stately editor’s Deploy button."
501-
src="/landing/sky-diagram.svg"
501+
src="/assets/landing/sky-diagram.svg"
502502
className="w-full max-w-5xl mx-auto mt-24"
503503
/>
504504

src/components/landing/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function AllLinks() {
2121
<a href="/">
2222
<img
2323
className="h-6 w-auto"
24-
src="/landing/stately-logo.svg"
24+
src="/assets/landing/stately-logo.svg"
2525
alt="Stately"
2626
height="24"
2727
width="86"

src/components/landing/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function Intro() {
2121
<div className="shadow-md rounded-md w-full">
2222
<img
2323
alt="This state machine is called Accumulate room readings. Its purpose is to get temperature and humidity readings from IoT sensors and generate a report every hour. The state machine starts in the ConsumeReadings state, where it initializes the temperature and humidity values as null. It then waits for temperature and humidity events to be logged. When a temperature event is logged, the state machine updates the temperature value. Similarly, when a humidity event is logged, it updates the humidity value. After one hour, the state machine transitions to the GenerateReport state. In this state, it invokes a service called produceReport to generate the report. Once the report is generated, the state machine transitions back to the ConsumeReadings state to continue accumulating readings."
24-
src="/landing/room-readings.png"
24+
src="/assets/landing/room-readings.png"
2525
width="1248"
2626
height="710"
2727
className="w-full my-24 rounded-md border-[0.5px] shadow-2xl shadow-blue-900 border-blue-850"

src/components/landing/Lifecycle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function BuildSection() {
7373
<StrongLink>Give your coding superpowers</StrongLink> by getting the
7474
best of both text and visual tools.
7575
</p>
76-
<img src="/landing/DELETE-2.png" className="w-full h-96 ml-4" />
76+
<img src="/assets/landing/DELETE-2.png" className="w-full h-96 ml-4" />
7777
<div className="flex flex-wrap gap-x-12 gap-y-8 w-full pt-12 justify-center">
7878
<FeatureText>
7979
<p>
@@ -180,7 +180,7 @@ function ShipSection() {
180180
<div className="pt-12">
181181
<ComingSoon />
182182
</div>
183-
<img src="/landing/DELETE-2.png" className="h-96 w-full mt-12" />
183+
<img src="/assets/landing/DELETE-2.png" className="h-96 w-full mt-12" />
184184
</div>
185185
);
186186
}

src/components/landing/Navbar.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function Navbar() {
3838
<a href="/">
3939
<img
4040
className="h-8 w-auto"
41-
src="/landing/stately-logo.svg"
41+
src="/assets/landing/stately-logo.svg"
4242
height="32"
4343
width="115"
4444
alt="Stately"
@@ -70,7 +70,7 @@ export function Navbar() {
7070
>
7171
<img
7272
alt="Discord"
73-
src="/landing/discord-mark-white.svg"
73+
src="/assets/landing/discord-mark-white.svg"
7474
className="w-[18px] h-[18px]"
7575
/>
7676
</a>
@@ -84,7 +84,7 @@ export function Navbar() {
8484
>
8585
<img
8686
alt="Twitter"
87-
src="/landing/twitter-white.svg"
87+
src="/assets/landing/twitter-white.svg"
8888
className="w-[18px] h-[18px]"
8989
/>
9090
</a>
@@ -98,7 +98,7 @@ export function Navbar() {
9898
>
9999
<img
100100
alt="YouTube"
101-
src="/landing/youtube-white.svg"
101+
src="/assets/landing/youtube-white.svg"
102102
className="w-[18px] h-[18px]"
103103
/>
104104
</a>
@@ -112,7 +112,7 @@ export function Navbar() {
112112
>
113113
<img
114114
alt="GitHub"
115-
src="/landing/github-white.svg"
115+
src="/assets/landing/github-white.svg"
116116
className="w-[18px] h-[18px]"
117117
/>
118118
</a>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)