diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-20 15:37:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-20 15:37:18 +0100 |
commit | 98df5e97b3e50d90ac9e2c86c2d17d5fd20e7d8c (patch) | |
tree | 2e6473092d9cb8a2faae2e863b5e803a200dae8e /website | |
parent | d1d6992703b805d3e557566462eea2d29426b892 (diff) | |
download | guix-artwork-98df5e97b3e50d90ac9e2c86c2d17d5fd20e7d8c.tar guix-artwork-98df5e97b3e50d90ac9e2c86c2d17d5fd20e7d8c.tar.gz |
website: Use GNOME screenshot on the front page.
* website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png:
New file.
* website/www.scm (main-page): Use it.
Diffstat (limited to 'website')
-rw-r--r-- | website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png | bin | 0 -> 64913 bytes | |||
-rw-r--r-- | website/www.scm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png b/website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png Binary files differnew file mode 100644 index 0000000..7910539 --- /dev/null +++ b/website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png diff --git a/website/www.scm b/website/www.scm index 73c5436..c5cc83f 100644 --- a/website/www.scm +++ b/website/www.scm @@ -244,9 +244,9 @@ packaging API. ") #:alt alt #:directory version))) '(("0.8.2" "guixsd-slim.png") + ("0.9.1" "gnome-totem-epiphany.png") ("0.8.2" "guixsd-xfce-icecat-emacs.png") ("0.8.3" "guix-system-vm.png") - ("0.8.3" "guix-edit+evince.png") ("0.8.3" "enlightenment-inkscape.png")) '("Graphical log-in screen" "Xfce, IceCat, and Emacs" |