From 8a55b14834606b35bfe31278a98ba5e1cc49331e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 31 Jul 2016 02:03:19 +0200 Subject: 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. --- website/www.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/www.scm') 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: " -- cgit v1.2.3