diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index af36f4bd..edc37066 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -91,6 +91,7 @@ {{ template "features1" . }} {{ template "features2" . }} + {{ template "features3" . }} {{ template "recentUpdates" . }} {{ if .ShowNewsletter }}{{ template "newsletter" . }}{{ end }} @@ -356,6 +357,61 @@ {{ end }} {{ define "features2" }} + {{ $cardStyle := "w-full max-w-[548px] bg-white dark:bg-gray-800 rounded shadow-sm border border-gray-200 dark:border-gray-700 p-4 md:p-6 flex flex-col" }} + {{ $imgBoxStyle := "w-full rounded overflow-hidden outline outline-1 -outline-offset-1 outline-gray-200 dark:outline-gray-700 bg-gradient-to-b from-slate-50 to-slate-100 dark:from-gray-800 dark:to-gray-900 mb-6" }} + {{ $titleStyle := "text-2xl md:text-3xl font-bold mb-2 md:mb-3 text-gray-900 dark:text-gray-100" }} + {{ $descriptionStyle := "text-gray-600 dark:text-gray-300 leading-relaxed mb-6 flex-1" }} + {{ $linkStyle := "hover:no-underline inline-flex items-center gap-2 text-sm md:text-base text-black dark:text-white font-medium" }} + +
+
+

Tools to help you work

+

For when the internet shows up in your inbox.

+
+ +
+
+
+ + + A globe with contributors carrying coloured trust shields, connected in a web + +
+

A web of trust

+

+ Vouch for the people you collaborate with. Trusted contributors carry + a green shield right where you interact with them, so you and your + circle can tell real work from LLM spam at a glance. +

+ + Learn more + {{ i "arrow-right" "size-4" }} + +
+ +
+
+ + + A focus-mode inbox stepping through issues, pull requests, and mentions one at a time + +
+

Focus mode

+

+ Focus Mode is a new way to clear notifications: lock in and knock out + your list one item at a time, with a task bar that nudges you to stay + on track until the queue is empty. +

+ + Learn more + {{ i "arrow-right" "size-4" }} + +
+
+
+{{ end }} + +{{ define "features3" }} {{ $cardStyle := "bg-white dark:bg-gray-800 rounded shadow-sm border border-gray-200 dark:border-gray-700" }} {{ $cardInnerStyle := "flex flex-row items-center gap-4 md:gap-6 p-4 md:p-6 md:pt-8 relative" }} {{ $contentStyle := "flex-1 flex flex-col" }}