Skip to content

Commit 233c63e

Browse files
authored
Illustrations update 3 (#1908)
* Add/update art * JS illustrations
1 parent 9f04023 commit 233c63e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

js/frameworks.html.markerb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 4
66
---
77

88
<figure>
9-
<img src="/static/images/docs-guide.webp" srcset="/static/images/docs-guide@2x.webp 2x" alt="">
9+
<img src="/static/images/js-lander.png" alt="Illustration by Annie Ruygt of two 3-eyed humanoids relaxing with a drink" class="w-full mx-auto">
1010
</figure>
1111

1212
<p>Each one of the language guides will take you through creating and deploying a simple application.</p>

js/frameworks/remix.html.markerb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ layout: framework_docs
44
redirect_from:
55
- /docs/languages-and-frameworks/remix/
66
- /docs/getting-started/remix/
7-
objective: Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience.
7+
objective: Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience.
88
order: 12
99
---
1010

11+
<figure>
12+
<img src="/static/images/remix.png" alt="Illustration by Annie Ruygt of a color wave accross the sky" class="w-full mx-auto">
13+
</figure>
14+
1115
<% app_name = "hello-remix" %>
1216
<%= partial "partials/intro", locals: { runtime: "Remix", link: "https://remix.run" } %>
1317

14-
We'll be using the standard web application generated by [Remix](https://remix.run/). This is a bare-bones app with no database.
18+
We'll be using the standard web application generated by [Remix](https://remix.run/). This is a bare-bones app with no database.
1519

1620
## _Deploy a Remix app_
1721

0 commit comments

Comments
 (0)