Add gitlab hyperlink
This commit is contained in:
parent
2a8fb01824
commit
d35cb2a6f1
|
@ -59,7 +59,6 @@
|
||||||
urlcolor=linkcolor,
|
urlcolor=linkcolor,
|
||||||
linkcolor=linkcolor
|
linkcolor=linkcolor
|
||||||
}
|
}
|
||||||
|
|
||||||
% colors
|
% colors
|
||||||
\definecolor{dark-gray}{gray}{0.15}
|
\definecolor{dark-gray}{gray}{0.15}
|
||||||
\definecolor{light-gray}{gray}{0.55}
|
\definecolor{light-gray}{gray}{0.55}
|
||||||
|
@ -205,7 +204,7 @@
|
||||||
\begin{tabular}[b]{@{}cl@{}}
|
\begin{tabular}[b]{@{}cl@{}}
|
||||||
\faEnvelope & \href{mailto:$email$}{$email$}\\ %{}
|
\faEnvelope & \href{mailto:$email$}{$email$}\\ %{}
|
||||||
\faPhone & $phone$\\
|
\faPhone & $phone$\\
|
||||||
\faGitlab & gitlab.com/$gitlab$\\
|
\faGitlab & \href{https://gitlab.com/akasroua}{gitlab.com/$gitlab$}\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{minipage} & %
|
\end{minipage} & %
|
||||||
% PHOTO (right)
|
% PHOTO (right)
|
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ PANDOC_OPTIONS :=
|
||||||
|
|
||||||
# Normally this does not need to be changed:
|
# Normally this does not need to be changed:
|
||||||
# works if the template is local or in ~/.pandoc/templates
|
# works if the template is local or in ~/.pandoc/templates
|
||||||
PANDOC_TMPL := Assets/template-en.latex
|
PANDOC_TMPL := Assets/template.tex
|
||||||
|
|
||||||
## ---- subdirectories (normally, no need to change) ----
|
## ---- subdirectories (normally, no need to change) ----
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue