From 927b2619ca668b7274e1c053116c31002f8c3343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 29 Aug 2016 14:27:19 +0200 Subject: help: Add GHM 2016 talks. * website/www/help.scm (help-page): Add GHM talks. --- website/www/help.scm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/website/www/help.scm b/website/www/help.scm index c4c6d7f..e06b264 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -183,7 +183,21 @@ about the Nix package manager, which " "more posts"))) (h2 (@ (id "talks")) "Talks") - (ul (li "May 2016, DConf: " + (ul (li "August 2016, " + (a (@ (href ,(gnu-url "ghm/program.html"))) + "GNU Hackers Meeting") + (ul (li (i "GNU Guix is 4 years old!") + " (Ludovic Courtès): " + (a (@ (href ,(slides-url "guix-ghm-20160818.pdf"))) + "slides")) + (li (i "Using Guix and Emacs in perfect harmony") + " (Ludovic Courtès): " + " (demo)") + (li (i "Navigating the Guix subsystems") + " (Ludovic Courtès): " + (a (@ (href ,(slides-url "guix-ghm-20160819.pdf"))) + "slides")))) + (li "May 2016, DConf: " (a (@ (href ,(slides-url "guix-dconf-20160505.pdf"))) "slides")) -- cgit v1.2.3