diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index edc37066..8d5a4013 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -145,7 +145,7 @@ {{ define "features1" }} {{ $labelStyle := "normal-case cursor-pointer w-auto md:w-full p-4 md:px-6 rounded bg-white dark:bg-gray-800 font-medium text-base md:text-lg opacity-50 border border-gray-200 dark:border-gray-700 relative overflow-hidden" }} {{ $spanStyle := "z-10 items-center justify-between gap-2 w-full" }} - {{ $connectorStyle := "w-0.5 h-6 bg-gray-300 dark:bg-gray-600 opacity-0 mx-auto" }} + {{ $connectorStyle := "w-0.5 h-6 bg-gray-200 dark:bg-gray-700 opacity-0 mx-auto" }} {{ $contentStyle := "hidden bg-white dark:bg-gray-800 rounded shadow-sm border border-gray-200 dark:border-gray-700 grid-cols-1 animate-fadein" }} {{ $progressOverlayStyle := "absolute inset-0 bg-gray-600/10 dark:bg-gray-100/10 w-0 transition-none" }} @@ -182,7 +182,7 @@ @@ -194,7 +194,7 @@ @@ -280,14 +280,12 @@

Nix-powered CI

- Pick and choose dependencies for your CI pipelines from nixpkgs, one of the biggest - package repositories. + Run your CI in NixOS powered microVMs. Build containers with Docker + or setup up services like Postgres, Redis.
- Support for Docker and MicroVM based runners coming soon! + Inputs are cached making subsequent runs quick.

- + Learn more {{ i "arrow-right" "size-4" }}