|
2 | 2 | <div class="mt-4 w-full p-4 rounded-2xl bg-white"> |
3 | 3 | <img src="/images/window_buttons.png" alt="" width="36" height="8" /> |
4 | 4 | <div |
5 | | - class="py-10 flex maxsm:flex-col flex-wrap md:flex-nowrap justify-center" |
| 5 | + class="py-10 px-5 flex maxsm:flex-col flex-wrap md:flex-nowrap justify-center" |
6 | 6 | > |
7 | 7 | <!-- desktop app --> |
8 | 8 | <div class="md:border-r md:pr-16"> |
9 | 9 | <div class="flex flex-nowrap"> |
10 | 10 | <img class="self-center" src="/images/desktop_download.svg" /> |
11 | 11 | <div class="self-center px-5 text-gray-700"> |
12 | 12 | <h2 class="font-semibold tracking-wide"> |
13 | | - Install the Livebook App |
| 13 | + Run on your machine |
14 | 14 | </h2> |
15 | | - <h3>to run it on your machine</h3> |
| 15 | + <h3>with the Livebook App</h3> |
16 | 16 | </div> |
17 | 17 | </div> |
18 | 18 | <div class="flex maxsm:flex-col md:flex-nowrap md:space-x-5"> |
@@ -40,23 +40,35 @@ <h3>to run it on your machine</h3> |
40 | 40 | </div> |
41 | 41 | </div> |
42 | 42 |
|
43 | | - <!-- fly.io --> |
| 43 | + <!-- Run on the Cloud --> |
44 | 44 | <div class="flex flex-col md:items-start md:ml-14 maxsm:mt-16"> |
45 | 45 | <div class="flex flex-nowrap min-w-[270px]"> |
46 | | - <img class="self-center" src="/images/flyio_logo_square.svg" /> |
| 46 | + <img class="self-center" src="/images/run_on_cloud.png" /> |
47 | 47 | <div class="self-center px-5 text-gray-700"> |
48 | | - <h2 class="font-semibold tracking-wide">Launch on Fly.io</h2> |
49 | | - <h3>to run it on the cloud</h3> |
| 48 | + <h2 class="font-semibold tracking-wide">Run in the cloud</h2> |
| 49 | + <h3>on select platorms</h3> |
50 | 50 | </div> |
51 | 51 | </div> |
52 | | - <a |
53 | | - class="mt-10 px-5 py-2 button button-outlined-gray" |
54 | | - href="https://fly.io/launch/livebook" |
55 | | - rel="noopener" |
56 | | - > |
57 | | - <img src="/images/cloud_line_gray.svg" /> |
58 | | - <span>Launch on Fly.io</span> |
59 | | - </a> |
| 52 | + <div class="flex maxsm:flex-col md:flex-nowrap md:space-x-5"> |
| 53 | + <!-- fly.io --> |
| 54 | + <a |
| 55 | + class="mt-10 px-5 py-2 button button-outlined-gray" |
| 56 | + href="https://fly.io/launch/livebook" |
| 57 | + rel="noopener" |
| 58 | + > |
| 59 | + <img src="/images/flyio_logo.svg" class="w-[26px]" /> |
| 60 | + <span>Run on Fly.io</span> |
| 61 | + </a> |
| 62 | + <!-- hugging face --> |
| 63 | + <a |
| 64 | + class="mt-10 px-5 py-2 button button-outlined-gray" |
| 65 | + href="https://huggingface.co/new-space?template=livebook-dev/livebook" |
| 66 | + rel="noopener" |
| 67 | + > |
| 68 | + <img src="/images/hugging_face_logo.svg" class="w-[26px]" /> |
| 69 | + <span>Run on Hugging Face</span> |
| 70 | + </a> |
| 71 | + </div> |
60 | 72 | </div> |
61 | 73 | </div> |
62 | 74 | </div> |
|
0 commit comments