summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--myCV_Class.cls12
1 files changed, 12 insertions, 0 deletions
diff --git a/myCV_Class.cls b/myCV_Class.cls
index 0096dbe..db0507b 100644
--- a/myCV_Class.cls
+++ b/myCV_Class.cls
@@ -14,3 +14,15 @@
% Add Font Awesome
\RequirePackage{fontawesome}
+
+\newcommand*{\email}[1] {
+ \def\@email{{\small\faEnvelope}~#1}
+}
+
+\newcommand*{\homepage}[1] {
+ \def\@homepage{{\small\faGlobe}~#1}
+}
+
+\newcommand*{\github}[1] {
+ \def\@github{{\small\faGithub}~#1}
+}