summaryrefslogtreecommitdiff
path: root/website/www.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.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.scm')
-rw-r--r--website/www.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/www.scm b/website/www.scm
index 7ca6a78..dd21722 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -26,6 +26,7 @@
#:use-module (www donate)
#:use-module (www about)
#:use-module (www contribute)
+ #:use-module (www graphics)
#:use-module (www help)
#:use-module (www packages)
#:use-module (www security)
@@ -292,6 +293,7 @@ Distribution.")
("contribute/index.html" ,contribute-page)
("donate/index.html" ,donate-page)
("download/index.html" ,download-page)
+ ("graphics/index.html" ,graphics-page)
("help/index.html" ,help-page)
("security/index.html" ,security-page)
;; ,@(map (lambda (group)