Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illustrations update 3 #1908

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions about/healthcare.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sitemap: true
nav: firecracker
---

<figure>
<img src="/static/images/healthcare.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon examining a green box with A written on it" class="w-full max-w-lg mx-auto">
</figure>

Fly.io is a great place to develop and host healthcare applications! You can get started for free and be up and running with a fully secure solution in minutes.

We recognize that healthcare apps and data are different beasts and we're here to protect your patients' data (and keep your auditors happy). We're SOC2 (Type 2) audited, we'll sign BAAs, and we're available to answer questions you might have about how our platform meets your compliance needs [(just ask!)](mailto:[email protected]).
Expand Down
4 changes: 3 additions & 1 deletion about/pricing.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ sitemap: true
nav: firecracker
---

<img src="/static/images/app-pricing.webp" srcset="/static/images/[email protected] 2x" alt="A landscape painting with hot air balloons flying over a mountain range.">
<figure>
<img src="/static/images/pricing.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon demonstrating a pricing chart on a whiteboard" class="w-full max-w-lg mx-auto">
</figure>

## How it works

Expand Down
4 changes: 3 additions & 1 deletion about/support.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ nav: firecracker
toc: false
---

<img src="/static/images/support.webp" srcset="/static/images/[email protected] 2x" alt="An open laptop with a Fly.io sticker on it, sitting on the ground next to a coffee mug and a cute turtle.">
<figure>
<img src="/static/images/help.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon wearing a fireman hat, putting a ladder on a tree to save a cat" class="w-full max-w-lg mx-auto">
</figure>

Need support? We can help! Here's where to look.

Expand Down
4 changes: 4 additions & 0 deletions deep-dive/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ nav: demo
toc: true
---

<figure>
<img src="/static/images/deep-dive.png" alt="Illustration by Annie Ruygt of a bird in a diver costume, swimming under water" class="w-full max-w-lg mx-auto">
</figure>

Welcome to our deep dive demo, where you can explore Fly.io more thoroughly, but in a time-boxed way. In one hour or less: get a fully-functioning app running in the first few minutes, and then have enough time left over to understand what you just did, explore how the pieces fit together, and even integrate AI functionality that makes use of GPUs.

## Goals of the deep dive
Expand Down
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
2 changes: 1 addition & 1 deletion languages-and-frameworks/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: false
---

<figure>
<img src="/static/images/docs-guide.webp" srcset="/static/images/[email protected] 2x" alt="">
<img src="/static/images/frameworks.png" alt="Illustration by Annie Ruygt of different programming frameworks mascots floating together" class="w-full max-w-lg mx-auto">
</figure>

<p>Fly.io can run pretty much any type of application. If you don't see it listed here, it's a matter of finding and configuring a Dockerfile that runs it.</p>
Expand Down
Loading