summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2015-08-19 09:12:10 +1100
committerChristophe Roger <darwiinc@live.fr>2015-08-19 09:12:10 +1100
commite06c2b9fa9cee3cd87b518ee7122bdedcc83e7fb (patch)
tree0a17dffc79216f697fccc42ce315399f92c8a067
parent8985b1dfc4b4323a6670509a0decddae0b7265d9 (diff)
downloadcv-e06c2b9fa9cee3cd87b518ee7122bdedcc83e7fb.tar.gz
cv-e06c2b9fa9cee3cd87b518ee7122bdedcc83e7fb.tar.bz2
cv-e06c2b9fa9cee3cd87b518ee7122bdedcc83e7fb.tar.xz
cv-e06c2b9fa9cee3cd87b518ee7122bdedcc83e7fb.zip
Added macro for email
-rwxr-xr-xResumeMacros.sty4
1 files changed, 3 insertions, 1 deletions
diff --git a/ResumeMacros.sty b/ResumeMacros.sty
index 1659303..968c7ed 100755
--- a/ResumeMacros.sty
+++ b/ResumeMacros.sty
@@ -6,4 +6,6 @@
\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}}
\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}}
\newcommand\address[1]{\faHome \quad #1}
-\newcommand\infos[1]{\faInfo \quad #1} \ No newline at end of file
+\newcommand\infos[1]{\faInfo \quad #1}
+\newcommand\smartphone[1]{\faMobilePhone \quad #1}
+\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} \ No newline at end of file