guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/12: website: Use actual GuixSD screenshots.


From: Ludovic Courtès
Subject: 11/12: website: Use actual GuixSD screenshots.
Date: Sun, 30 Jul 2017 16:23:18 -0400 (EDT)

civodul pushed a commit to branch wip-website-update
in repository guix-artwork.

commit 22e943bd4451b974502c5510396dc35351888b95
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jul 30 22:14:36 2017 +0200

    website: Use actual GuixSD screenshots.
    
    * website/apps/base/data.scm (screenshots): Change to the GuixSD
    screenshots.
    * website/static/base/css/index.css (.screenshot-inset-shadow): Adjust
    height accordingly.
    * website/static/media/img/enlightenment-inkscape.mini.png,
    website/static/media/img/gnome-totem-epiphany.mini.png,
    website/static/media/img/guix-system-vm.mini.png,
    website/static/media/img/guixsd-slim.mini.png,
    website/static/media/img/guixsd-xfce-icecat-emacs.mini.png: New files.
    * website/static/media/img/gnome-video-mini.jpg,
    website/static/media/img/gnome3-mini.jpg,
    website/static/media/img/gnu-emacs-mini.jpg,
    website/static/media/img/gnu-icecat-mini.jpg: Remove.
---
 website/apps/base/data.scm                         |  57 +++++++++------------
 website/static/base/css/index.css                  |   2 +-
 .../media/img/enlightenment-inkscape.mini.png      | Bin 0 -> 49041 bytes
 website/static/media/img/gnome-maps-mini.jpg       | Bin 14613 -> 0 bytes
 .../static/media/img/gnome-totem-epiphany.mini.png | Bin 0 -> 64913 bytes
 website/static/media/img/gnome-video-mini.jpg      | Bin 14659 -> 0 bytes
 website/static/media/img/gnome3-mini.jpg           | Bin 13030 -> 0 bytes
 website/static/media/img/gnu-emacs-mini.jpg        | Bin 11113 -> 0 bytes
 website/static/media/img/gnu-icecat-mini.jpg       | Bin 15607 -> 0 bytes
 website/static/media/img/guix-system-vm.mini.png   | Bin 0 -> 41535 bytes
 website/static/media/img/guixsd-slim.mini.png      | Bin 0 -> 34368 bytes
 .../media/img/guixsd-xfce-icecat-emacs.mini.png    | Bin 0 -> 50290 bytes
 12 files changed, 26 insertions(+), 33 deletions(-)

diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index 76c9f15..afeb2a0 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -142,43 +142,36 @@
 (define screenshots
   (list
    (screenshot
-    #:title "GNOME 3 Desktop"
-    #:slug "gnome-3-desktop"
-    #:image (guix-url "static/media/img/gnome3.jpg")
-    #:preview (guix-url "static/media/img/gnome3-mini.jpg")
-    #:caption "Control your computer with the GNOME Desktop Environment")
+    #:title "Graphical log-in"
+    #:slug "slim"
+    #:image (guix-url "static/media/img/slim.png")
+    #:preview (guix-url "static/media/img/guixsd-slim.mini.png")
+    #:caption "Graphical log-in screen")
 
    (screenshot
-    #:title "GNU IceCat"
-    #:slug "gnu-icecat"
-    #:image (guix-url "static/media/img/gnu-icecat.jpg")
-    #:preview (guix-url "static/media/img/gnu-icecat-mini.jpg")
-    #:caption "Browse the Web with GNU IceCat")
+    #:title "GNOME"
+    #:slug "gnome"
+    #:image (guix-url "static/media/img/gnome-totem-epiphany.png")
+    #:preview (guix-url "static/media/img/gnome-totem-epiphany.mini.png")
+    #:caption "Control your computer with the GNOME desktop environment")
 
    (screenshot
-    #:title "GNOME Maps"
-    #:slug "gnome-maps"
-    #:image (guix-url "static/media/img/gnome-maps.jpg")
-    #:preview (guix-url "static/media/img/gnome-maps-mini.jpg")
-    #:caption "Explore the Earth with GNOME Maps")
+    #:title "Xfce"
+    #:slug "xfce"
+    #:image (guix-url "static/media/img/guixsd-xfce-icecat-emacs.png")
+    #:preview (guix-url "static/media/img/guixsd-xfce-icecat-emacs.mini.png")
+    #:caption "The Xfce desktop environment with GNU Emacs and IceCat")
 
    (screenshot
-    #:title "Inkscape"
-    #:slug "inkscape"
-    #:image (guix-url "static/media/img/inkscape.jpg")
-    #:preview (guix-url "static/media/img/inkscape-mini.jpg")
-    #:caption "Draw freely with Inkscape, a professional vector graphics 
editor")
+    #:title "Virtual machine"
+    #:slug "virtual-machine"
+    #:image (guix-url "static/media/img/guix-system-vm.png")
+    #:preview (guix-url "static/media/img/guix-system-vm.mini.png")
+    #:caption "Virtual machine started with 'guix system vm'")
 
    (screenshot
-    #:title "GNOME Video"
-    #:slug "gnome-video"
-    #:image (guix-url "static/media/img/gnome-video.jpg")
-    #:preview (guix-url "static/media/img/gnome-video-mini.jpg")
-    #:caption "Watch movies with GNOME Video")
-
-   (screenshot
-    #:title "GNU Emacs"
-    #:slug "gnu-emacs"
-    #:image (guix-url "static/media/img/gnu-emac.jpg")
-    #:preview (guix-url "static/media/img/gnu-emacs-mini.jpg")
-    #:caption "Hack the universe with GNU Emacs, an extensible, and 
customizable text editor")))
+    #:title "Enlightenment"
+    #:slug "enlightenment"
+    #:image (guix-url "static/media/img/enlightenment-inkscape.png")
+    #:preview (guix-url "static/media/img/enlightenment-inkscape.mini.png")
+    #:caption "Enlightenment, Inkscape, and Serbian text")))
diff --git a/website/static/base/css/index.css 
b/website/static/base/css/index.css
index 66f8f79..e029e2d 100644
--- a/website/static/base/css/index.css
+++ b/website/static/base/css/index.css
@@ -136,7 +136,7 @@ h3 {
        border-radius: 5px;
        box-shadow: inset 0 0 4px black;
        display: block;
-       height: 156px;
+       height: 140px;
        position: absolute;
        top: 0px;
        width: 250px;
diff --git a/website/static/media/img/enlightenment-inkscape.mini.png 
b/website/static/media/img/enlightenment-inkscape.mini.png
new file mode 100644
index 0000000..3b9ac16
Binary files /dev/null and 
b/website/static/media/img/enlightenment-inkscape.mini.png differ
diff --git a/website/static/media/img/gnome-maps-mini.jpg 
b/website/static/media/img/gnome-maps-mini.jpg
deleted file mode 100644
index 4935b26..0000000
Binary files a/website/static/media/img/gnome-maps-mini.jpg and /dev/null differ
diff --git a/website/static/media/img/gnome-totem-epiphany.mini.png 
b/website/static/media/img/gnome-totem-epiphany.mini.png
new file mode 100644
index 0000000..7910539
Binary files /dev/null and 
b/website/static/media/img/gnome-totem-epiphany.mini.png differ
diff --git a/website/static/media/img/gnome-video-mini.jpg 
b/website/static/media/img/gnome-video-mini.jpg
deleted file mode 100644
index 85d162f..0000000
Binary files a/website/static/media/img/gnome-video-mini.jpg and /dev/null 
differ
diff --git a/website/static/media/img/gnome3-mini.jpg 
b/website/static/media/img/gnome3-mini.jpg
deleted file mode 100644
index 108c74f..0000000
Binary files a/website/static/media/img/gnome3-mini.jpg and /dev/null differ
diff --git a/website/static/media/img/gnu-emacs-mini.jpg 
b/website/static/media/img/gnu-emacs-mini.jpg
deleted file mode 100644
index 92694b9..0000000
Binary files a/website/static/media/img/gnu-emacs-mini.jpg and /dev/null differ
diff --git a/website/static/media/img/gnu-icecat-mini.jpg 
b/website/static/media/img/gnu-icecat-mini.jpg
deleted file mode 100644
index b9d48b0..0000000
Binary files a/website/static/media/img/gnu-icecat-mini.jpg and /dev/null differ
diff --git a/website/static/media/img/guix-system-vm.mini.png 
b/website/static/media/img/guix-system-vm.mini.png
new file mode 100644
index 0000000..86c7965
Binary files /dev/null and b/website/static/media/img/guix-system-vm.mini.png 
differ
diff --git a/website/static/media/img/guixsd-slim.mini.png 
b/website/static/media/img/guixsd-slim.mini.png
new file mode 100644
index 0000000..02d3da6
Binary files /dev/null and b/website/static/media/img/guixsd-slim.mini.png 
differ
diff --git a/website/static/media/img/guixsd-xfce-icecat-emacs.mini.png 
b/website/static/media/img/guixsd-xfce-icecat-emacs.mini.png
new file mode 100644
index 0000000..9ec9caf
Binary files /dev/null and 
b/website/static/media/img/guixsd-xfce-icecat-emacs.mini.png differ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]