From 0fe906ae7453aa684e998bbcc7a78b62d84f0206 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 6 Apr 2014 22:55:16 +0200 Subject: Show resume and projects from a configuration file --- src/Design/Name.hs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/Design/Name.hs (limited to 'src/Design/Name.hs') diff --git a/src/Design/Name.hs b/src/Design/Name.hs new file mode 100644 index 0000000..84c91fb --- /dev/null +++ b/src/Design/Name.hs @@ -0,0 +1,15 @@ +{-# LANGUAGE OverloadedStrings #-} + +module Design.Name + ( nameCss + ) where + +import Clay + +nameCss :: Css +nameCss = do + fontWeight bold + letterSpacing (px 10) + margin (px 100) (px 0) (px 80) (px 0) + lineHeight (em 1.2) + fontSize (px 48) -- cgit v1.2.3