Add gitlab profile
This commit is contained in:
parent
b77bdcd1e3
commit
89471d0991
Binary file not shown.
|
@ -3,6 +3,7 @@
|
||||||
name: Amin Kasrou Aouam
|
name: Amin Kasrou Aouam
|
||||||
phone: +34 658591161
|
phone: +34 658591161
|
||||||
email: akasroua@gmail.com
|
email: akasroua@gmail.com
|
||||||
|
gitlab: akasroua
|
||||||
#publications: '\*'
|
#publications: '\*'
|
||||||
|
|
||||||
#headline: |
|
#headline: |
|
||||||
|
|
|
@ -69,8 +69,8 @@
|
||||||
\newfontfamily{\hlight}[UprightFont={* Light}]{Cormorant Garamond}
|
\newfontfamily{\hlight}[UprightFont={* Light}]{Cormorant Garamond}
|
||||||
%\defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
|
%\defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
|
||||||
\defaultfontfeatures{
|
\defaultfontfeatures{
|
||||||
Path = /usr/local/share/texmf-dist/fonts/opentype/public/fontawesome/ }
|
Path = /opt/texlive/2019/texmf-dist/fonts/opentype/public/fontawesome5/ }
|
||||||
\usepackage{fontawesome} % glyphs for contact info
|
\usepackage{fontawesome5} % glyphs for contact info
|
||||||
|
|
||||||
% CUSTOM COMMANDS
|
% CUSTOM COMMANDS
|
||||||
\newcommand{\titlerulethick}{{%
|
\newcommand{\titlerulethick}{{%
|
||||||
|
@ -205,6 +205,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$\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{minipage} & %
|
\end{minipage} & %
|
||||||
% PHOTO (right)
|
% PHOTO (right)
|
||||||
|
|
Loading…
Reference in New Issue