summaryrefslogtreecommitdiff
path: root/website/www/about.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-13 23:21:27 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-13 23:21:27 +0200
commit0d4bc0e3f221d10520b54ca939f5ea499aa93fcd (patch)
treec12a59b34cadb64b65df42229d3771d7a77ccecd /website/www/about.scm
parent99b51e80eb632aed243459bfa019e61040371f9c (diff)
downloadguix-artwork-0d4bc0e3f221d10520b54ca939f5ea499aa93fcd.tar
guix-artwork-0d4bc0e3f221d10520b54ca939f5ea499aa93fcd.tar.gz
website: about: Link to sirgazil's web site.
* website/www/about.scm (about-page): Add Link to sirgazil's web site.
Diffstat (limited to 'website/www/about.scm')
-rw-r--r--website/www/about.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/website/www/about.scm b/website/www/about.scm
index 5051c73..765c1a7 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -154,8 +154,10 @@ urgent issue, you can escalate to the general "
").")))
(h2 (@ (id "artwork")) "Artwork")
- (p "This web site was designed by Luis Felipe López
-Acevedo. See the "
+ (p "This web site was designed by "
+ (a (@ (href "http://sirgazil.bitbucket.org/"))
+ "Luis Felipe López Acevedo")
+ ". See the "
(a (@ (href ,(base-url "graphics"))) "graphics page")
" for information about the Guix and GuixSD logotypes.")))