summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-07-31 02:03:19 +0200
committerLudovic Courtès <ludo@gnu.org>2016-07-31 02:03:19 +0200
commit8a55b14834606b35bfe31278a98ba5e1cc49331e (patch)
treed745c48b23cda225a38c17e55114e2984ac394ca
parent862d366b460a292599e644c4a6c3b6582a267531 (diff)
downloadguix-artwork-8a55b14834606b35bfe31278a98ba5e1cc49331e.tar
guix-artwork-8a55b14834606b35bfe31278a98ba5e1cc49331e.tar.gz
website: Replace front-page video with a demo.
* website/static/base/img/guix-demo.png: New file. * website/www.scm (%video-url): Change. (main-page): Use guix-demo.png as the video poster.
-rw-r--r--website/static/base/img/guix-demo.pngbin0 -> 271576 bytes
-rw-r--r--website/www.scm4
2 files changed, 2 insertions, 2 deletions
diff --git a/website/static/base/img/guix-demo.png b/website/static/base/img/guix-demo.png
new file mode 100644
index 0000000..744a54c
--- /dev/null
+++ b/website/static/base/img/guix-demo.png
Binary files differ
diff --git a/website/www.scm b/website/www.scm
index c72c6e0..916713d 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -95,7 +95,7 @@
(define %video-url
;; Note: No "http:" so that people viewing the parent page via HTTPS get
;; the video via HTTPS as well (otherwise some browsers complain.)
- "//audio-video.gnu.org/video/misc/2015-01__GNU_Guix__The_Emacs_of_Distros.webm")
+ "//audio-video.gnu.org/video/misc/2016-07__GNU_Guix_Demo_2.webm")
(define (sxml->string* tree)
"Flatten tree by dismissing tags and attributes, and return the resulting
@@ -210,7 +210,7 @@ domain-specific languages (EDSLs) to "
(div (@ (class "info-box text-center"))
(video (@ (src ,%video-url)
(poster
- ,(image-url "the-emacs-of-distros.png"))
+ ,(image-url "guix-demo.png"))
(controls "controls")
(class "video-preview"))
(p "Video: "