summaryrefslogtreecommitdiff
path: root/website/www/download.scm
diff options
context:
space:
mode:
authorsirgazil <felipe.lopez@openmailbox.org>2016-12-16 16:31:35 -0500
committersirgazil <felipe.lopez@openmailbox.org>2016-12-16 16:31:35 -0500
commit80a336efe54d1eacbb4384979d2ca6779e9b1842 (patch)
treec01b5d68e774e96531f1d22cd546ba4bc5dd2f4e /website/www/download.scm
parentacd581c399cb7a62b35dabcd9bfc0763946930aa (diff)
downloadguix-artwork-80a336efe54d1eacbb4384979d2ca6779e9b1842.tar
guix-artwork-80a336efe54d1eacbb4384979d2ca6779e9b1842.tar.gz
website: Replace original GNU Guix logo with the golden GNU.
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25205 for more information about the decision. * logo/Guix-print.svg: New file. * logo/Guix.svg: Ditto. * logo/GuixSD-print.svg: Add dark horizontal variant. * logo/GuixSD.svg: Ditto. * logo/README: Mark Nikita's logo as superseded. * logo/guix-logo-white.svg: Rename to logo/superseded-guix-white.svg * logo/guix-logo.svg: Rename to logo/superseded-guix.svg * website/static/base/img/Guix-package.png: Use new logo. * website/static/base/img/Guix.png: New file. * website/static/base/img/GuixSD-package.png: Change to screen. * website/static/base/img/GuixSD.png: New file. * website/static/base/img/guix-manual-icon.png: Use new logo. * website/static/base/img/guixsd-manual-icon.png: Suggest text lines. * website/static/base/img/icon-set.svg: Use new logo. * website/static/base/img/installer.svg: Use new logo. * website/static/base/img/src-package.png: New file. * website/www.scm (%web-pages): Include new graphics page. * website/www/download.scm (%guix-src-image): New variable. (download-page): Use new variable. * website/www/graphics.scm: New file.
Diffstat (limited to 'website/www/download.scm')
-rw-r--r--website/www/download.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/website/www/download.scm b/website/www/download.scm
index 5c64376..db51516 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -58,6 +58,9 @@ dependencies.")
(define %guix-image
"Guix-package.png")
+(define %guix-src-image
+ "src-package.png")
+
(define (ftp-url file)
(string-append "ftp://alpha.gnu.org/gnu/guix/" file))
@@ -143,7 +146,7 @@ Linux-based system.")
#:files (guix-source-files '("tarball"))
#:description %source-tarball-description
#:manual %source-tarball-manual
- #:image %guix-image))
+ #:image %guix-src-image))
(p "Source code for the Guix System Distribution USB
installation images as well as GNU Guix can be found on the GNU ftp server for "