diff --git a/js/frameworks.html.markerb b/js/frameworks.html.markerb index eb29b3fb03..dae7061e9e 100644 --- a/js/frameworks.html.markerb +++ b/js/frameworks.html.markerb @@ -6,7 +6,7 @@ order: 4 ---
- + Illustration by Annie Ruygt of two 3-eyed humanoids relaxing with a drink

Each one of the language guides will take you through creating and deploying a simple application.

diff --git a/js/frameworks/remix.html.markerb b/js/frameworks/remix.html.markerb index abe9405f76..684760bae9 100644 --- a/js/frameworks/remix.html.markerb +++ b/js/frameworks/remix.html.markerb @@ -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 --- +
+ Illustration by Annie Ruygt of a color wave accross the sky +
+ <% 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_