From 4fd5dfd222a46ef04ca29f9a0a39726e8bb24d10 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Fri, 3 Oct 2025 00:48:29 +0300 Subject: [PATCH] appview/pages: initial gfi banner Signed-off-by: Anirudh Oppiliappan --- .../timeline/fragments/goodfirstissues.html | 31 +++++++++++++++++++ appview/pages/templates/timeline/home.html | 1 + .../pages/templates/timeline/timeline.html | 1 + 3 files changed, 33 insertions(+) create mode 100644 appview/pages/templates/timeline/fragments/goodfirstissues.html diff --git a/appview/pages/templates/timeline/fragments/goodfirstissues.html b/appview/pages/templates/timeline/fragments/goodfirstissues.html new file mode 100644 index 00000000..7ad60f8e --- /dev/null +++ b/appview/pages/templates/timeline/fragments/goodfirstissues.html @@ -0,0 +1,31 @@ +{{ define "timeline/fragments/goodfirstissues" }} +
+
+
+
+
+ Oct–Nov 2025 +
+

+ Get your first PR merged and earn Dolly stickers! 🎉 +

+

+ Merge a PR for "good first issue" (make this a label) a and get Tangled stickers shipped free. +

+ + browse issues + {{ i "arrow-right" "size-4" }} + +
+
+
+ {{ template "fragments/dolly/logo" "w-6 h-6" }} + {{ template "fragments/dolly/silhouette" }} + Free stickers! +
+
+
+
+
+{{ end }} diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index c9c3aba6..febf520e 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -12,6 +12,7 @@
{{ template "timeline/fragments/hero" . }} {{ template "features" . }} + {{ template "timeline/fragments/goodfirstissues" . }} {{ template "timeline/fragments/trending" . }} {{ template "timeline/fragments/timeline" . }}
diff --git a/appview/pages/templates/timeline/timeline.html b/appview/pages/templates/timeline/timeline.html index c957ba2a..91b8ba36 100644 --- a/appview/pages/templates/timeline/timeline.html +++ b/appview/pages/templates/timeline/timeline.html @@ -13,6 +13,7 @@ {{ template "timeline/fragments/hero" . }} {{ end }} + {{ template "timeline/fragments/goodfirstissues" . }} {{ template "timeline/fragments/trending" . }} {{ template "timeline/fragments/timeline" . }} {{ end }} -- 2.51.2