From 57462dc959c320959caa4c43ba2af420b581265e Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 21 Jul 2026 18:02:32 +0100 Subject: [PATCH] appview/pages: incorporate rope svgs into landing Signed-off-by: oppiliappan --- appview/pages/templates/timeline/home.html | 39 +++++++++++++++++++--- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index 2a61955b..af36f4bd 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -71,8 +71,24 @@ {{ define "content" }}
- {{ template "timeline/fragments/hero" . }} - {{ template "timeline/fragments/preview" . }} +
+ +
+ {{ template "timeline/fragments/hero" . }} + {{ template "timeline/fragments/preview" . }} +
+
{{ template "features1" . }} {{ template "features2" . }} {{ template "recentUpdates" . }} @@ -106,7 +122,8 @@ {{ block "mainLayout" . }}
+ class="absolute opacity-50 dark:opacity-5 inset-x-0 top-0 bottom-[-50px] md:bottom-[-150px] pointer-events-none w-full [mask-image:linear-gradient(to_top,transparent_0px,black_250px)] [-webkit-mask-image:linear-gradient(to_top,transparent_0px,black_250px)] [mask-repeat:no-repeat] [-webkit-mask-repeat:no-repeat] [mask-size:100%_100%] [-webkit-mask-size:100%_100%]"> +
{{ block "contentLayout" . }} @@ -349,7 +366,20 @@ {{ $iconCircleStyle := "rounded-full flex items-center justify-center border border-gray-200 dark:border-gray-700" }} {{ $linkDesktopStyle := "hover:no-underline hidden md:inline-flex absolute -bottom-10 -right-14 items-center gap-2 p-3 text-base btn" }} -
+
+ +
{{ $moreLink := "https://docs.tangled.org/quick-start-guide.html#login-or-sign-up" }} @@ -445,6 +475,7 @@
+
{{ end }} {{ define "changelog" }} -- 2.51.2