From 3b64124b86a9a9d97696cd777ae3d3eaff66b7df Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 1 Nov 2023 17:09:22 +0000 Subject: Link to the /reproducible-builds page --- assets/img/reproducible_builds.svg | 107 +++++++++++++++++++++++++++++++++++++ guix-qa-frontpage/view/home.scm | 10 ++++ 2 files changed, 117 insertions(+) create mode 100644 assets/img/reproducible_builds.svg diff --git a/assets/img/reproducible_builds.svg b/assets/img/reproducible_builds.svg new file mode 100644 index 0000000..42398cc --- /dev/null +++ b/assets/img/reproducible_builds.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm index 662020b..a25e486 100644 --- a/guix-qa-frontpage/view/home.scm +++ b/guix-qa-frontpage/view/home.scm @@ -91,6 +91,16 @@ dt { "#" ,issue-number)) '()))))))) branches))))) + (h2 "Topics") + (div + (@ (class "row")) + (p + (img (@ (src "/assets/img/reproducible_builds.svg") + (alt "Reproducible Builds")))) + + (p + (a (@ (href "/reproducible-builds")) + "Find out more about Reproducible Builds in Guix"))) (p (@ (style "width: unset; text-align: center;")) -- cgit v1.2.3