This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 05e86be  website: Add Plasma Desktop Environment to front page.
05e86be is described below

commit 05e86be23199ccd6d70a7d0b68b5ad9f10a534db
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sun Apr 28 19:22:51 2024 +0800

    website: Add Plasma Desktop Environment to front page.
    
    * website/apps/media/data.scm (screenshots): Add Plasma DE.
    * website/static/media/img/plasma.mini.png: Add a mini picture of
    Plasma DE.
    * website/static/media/img/plasma.png: Add a large picture of Plasma DE.
    
    Signed-off-by: Florian Pelz <pelzflor...@pelzflorian.de>
---
 website/apps/media/data.scm              |   7 +++++++
 website/static/media/img/plasma.mini.png | Bin 0 -> 25645 bytes
 website/static/media/img/plasma.png      | Bin 0 -> 205440 bytes
 3 files changed, 7 insertions(+)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 6be6fc6..e2a9385 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -123,6 +123,13 @@ Steffen Möller, Geert Smant, Joep de Ligt, Pjotr Prins"
     #:preview (guix-url "static/media/img/gnome.mini.png")
     #:caption (G_ "GNOME desktop environment"))
 
+   (screenshot
+    #:title (C_ "screenshot title" "Plasma")
+    #:slug "plasma"
+    #:image (guix-url "static/media/img/plasma.png")
+    #:preview (guix-url "static/media/img/plasma.mini.png")
+    #:caption (G_ "Plasma desktop environment"))
+
    (screenshot
     #:title (C_ "screenshot title" "Xfce")
     #:slug "xfce"
diff --git a/website/static/media/img/plasma.mini.png 
b/website/static/media/img/plasma.mini.png
new file mode 100644
index 0000000..85ee210
Binary files /dev/null and b/website/static/media/img/plasma.mini.png differ
diff --git a/website/static/media/img/plasma.png 
b/website/static/media/img/plasma.png
new file mode 100644
index 0000000..48c6e09
Binary files /dev/null and b/website/static/media/img/plasma.png differ

Reply via email to