diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-08-29 14:27:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-08-29 14:27:19 +0200 |
commit | 927b2619ca668b7274e1c053116c31002f8c3343 (patch) | |
tree | 34279cc20eae0d2055bd930783a32e5613f8ce5c /website/www | |
parent | 1c39203ca78bb98ae6f9fdce2e38c5c7b8f7500c (diff) | |
download | guix-artwork-927b2619ca668b7274e1c053116c31002f8c3343.tar guix-artwork-927b2619ca668b7274e1c053116c31002f8c3343.tar.gz |
help: Add GHM 2016 talks.
* website/www/help.scm (help-page): Add GHM talks.
Diffstat (limited to 'website/www')
-rw-r--r-- | website/www/help.scm | 16 |
1 files changed, 15 insertions, 1 deletions
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")) |