diff --git a/website/index.html b/website/index.html index f3f6aa3e..eeb167b0 100644 --- a/website/index.html +++ b/website/index.html @@ -358,20 +358,23 @@
- -
-
- Fully decentralized -
- Unlike traditional orchestrators, there's no central control plane to - maintain. Each machine maintains a synchronized copy of the cluster state - through peer-to-peer communication, keeping cluster operations functional - even if some machines go offline. +
+ Fully decentralized +
+
+ Unlike traditional orchestrators, there's no central control plane to + maintain. Each machine maintains a synchronized copy of the cluster + state + through peer-to-peer communication, keeping cluster operations + functional + even if some machines go offline. +
-
@@ -387,7 +390,7 @@
Control your entire infrastructure using intuitive Docker-like commands from anywhere. Deploy, monitor, and scale applications across all your machines - through a single SSH connection to any of them. + while the CLI only needs SSH access to a single machine.
@@ -412,77 +415,87 @@
- +
- + -

Discussions

+

Deploy anywhere

-

Keep workflows efficient with tools that give teams - visibility throughout the process.

+

Run your apps on any Linux machine — from cloud VMs and + dedicated servers to bare metal at your office or home.

- + +
- + -

Team views

+

Automatic HTTPS

-

Keep workflows efficient with tools that give teams - visibility throughout the process.

+

Get free TLS certificates and automatic HTTPS for your + domains with zero configuration using built-in Caddy reverse proxy.

- + +
- - + + + -

Powerful search

+

Load balancing

-

Keep workflows efficient with tools that give teams - visibility throughout the process.

+

Distribute traffic across container replicas running on + different machines for improved reliability and performance.

- + +
-

Enhancing

+

Service discovery

-

Keep workflows efficient with tools that give teams - visibility throughout the process.

+

Access any service by its name from any container using the + built-in DNS that automatically tracks services across your network.

- + +
- + -

Powerful search

+

Infrastructure as Code

-

Keep workflows efficient with tools that give teams - visibility throughout the process.

+

Define your entire app stack in a familiar Docker Compose + file. No need to learn a new config format.

- + +
- - + + + -

Team views

+

No vendor lock-in

-

Keep workflows efficient with tools that give teams - visibility throughout the process.

+

Mix cloud providers and your own hardware freely to + optimize costs and performance, without changing how you deploy or manage apps.

diff --git a/website/style.css b/website/style.css index 05eb35d6..315731cb 100644 --- a/website/style.css +++ b/website/style.css @@ -737,6 +737,40 @@ select{ --tw-backdrop-sepia: ; } +.container{ + width: 100%; +} + +@media (min-width: 640px){ + .container{ + max-width: 640px; + } +} + +@media (min-width: 768px){ + .container{ + max-width: 768px; + } +} + +@media (min-width: 1024px){ + .container{ + max-width: 1024px; + } +} + +@media (min-width: 1280px){ + .container{ + max-width: 1280px; + } +} + +@media (min-width: 1536px){ + .container{ + max-width: 1536px; + } +} + .form-input,.form-textarea,.form-select,.form-multiselect{ -webkit-appearance: none; -moz-appearance: none; @@ -1455,6 +1489,10 @@ input[type="search"]::-webkit-search-results-decoration { height: 100%; } +.h-\[16px\]{ + height: 16px; +} + .min-h-screen{ min-height: 100vh; } @@ -1515,6 +1553,10 @@ input[type="search"]::-webkit-search-results-decoration { width: 100%; } +.w-\[16px\]{ + width: 16px; +} + .max-w-2xl{ max-width: 42rem; } @@ -2387,6 +2429,11 @@ input[type="search"]::-webkit-search-results-decoration { color: rgb(24 24 27 / var(--tw-text-opacity)); } +.text-gray-800{ + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + .underline{ text-decoration-line: underline; } @@ -2468,6 +2515,10 @@ input[type="search"]::-webkit-search-results-decoration { --tw-shadow: var(--tw-shadow-colored); } +.outline{ + outline-style: solid; +} + .filter{ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } @@ -2988,6 +3039,11 @@ input[type="search"]::-webkit-search-results-decoration { --tw-text-opacity: 1; color: rgb(161 161 170 / var(--tw-text-opacity)); } + + .dark\:text-white{ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + } } @media not all and (min-width: 1024px){