Skip to content

Commit

Permalink
Illustrations update 3 (#1908)
Browse files Browse the repository at this point in the history
* Add/update art

* JS illustrations
  • Loading branch information
enstyled authored Jan 13, 2025
1 parent 9f04023 commit 233c63e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/frameworks.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 4
---

<figure>
<img src="/static/images/docs-guide.webp" srcset="/static/images/[email protected] 2x" alt="">
<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">
</figure>

<p>Each one of the language guides will take you through creating and deploying a simple application.</p>
Expand Down
8 changes: 6 additions & 2 deletions js/frameworks/remix.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ layout: framework_docs
redirect_from:
- /docs/languages-and-frameworks/remix/
- /docs/getting-started/remix/
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.
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.
order: 12
---

<figure>
<img src="/static/images/remix.png" alt="Illustration by Annie Ruygt of a color wave accross the sky" class="w-full mx-auto">
</figure>

<% app_name = "hello-remix" %>
<%= partial "partials/intro", locals: { runtime: "Remix", link: "https://remix.run" } %>

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

## _Deploy a Remix app_

Expand Down

0 comments on commit 233c63e

Please sign in to comment.