From cb4d297269113e8b66edb2219d01e22cae62508e Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 15 Sep 2024 19:40:40 -0300 Subject: adding website --- cv-template.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cv-template.tex') diff --git a/cv-template.tex b/cv-template.tex index 94f3237..7acb50f 100644 --- a/cv-template.tex +++ b/cv-template.tex @@ -30,6 +30,7 @@ \providecommand{\email}[1]{\providecommand{\cvemail}{\href{mailto:#1}{#1}}} \providecommand{\address}[1]{\providecommand{\cvaddress}{#1}} \providecommand{\professiontitle}[1]{\providecommand{\cvprofessiontitle}{#1}} +\providecommand{\website}[1]{\providecommand{\cvwebsite}{\href{https://#1}{#1}}} \providecommand{\linkedin}[1]{\providecommand{\cvlinkedin}{\href{https://www.linkedin.com/in/#1/}{#1}}} \newenvironment{alignedlist} @@ -49,6 +50,7 @@ \begin{minipage}[c][]{0.48\textwidth} \begin{alignedlist} \alignedlistitem{Email}{\cvemail} + \alignedlistitem{WebSite}{\cvwebsite} \alignedlistitem{Linkedin}{\cvlinkedin} \alignedlistitem{Location}{\cvaddress} \end{alignedlist} -- cgit v1.2.3