From cb4d297269113e8b66edb2219d01e22cae62508e Mon Sep 17 00:00:00 2001
From: Nicolas Dato <nicolas.dato@gmail.com>
Date: Sun, 15 Sep 2024 19:40:40 -0300
Subject: adding website

---
 cv-dato.pdf     | Bin 71391 -> 71842 bytes
 cv-dato.tex     |   3 ++-
 cv-template.tex |   2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/cv-dato.pdf b/cv-dato.pdf
index 1f87b12..d24d520 100644
Binary files a/cv-dato.pdf and b/cv-dato.pdf differ
diff --git a/cv-dato.tex b/cv-dato.tex
index 9f3aa64..2569b86 100644
--- a/cv-dato.tex
+++ b/cv-dato.tex
@@ -11,6 +11,7 @@
 \email{nicolas.dato@gmail.com}
 \address{\href{https://www.openstreetmap.org/\#map=11/-38.7182/-62.2650}{Bah\'{\i}a Blanca, Buenos Aires\newline Argentina}}
 \linkedin{nicolas-jorge-dato}
+\website{www.ndato.com}
 \professiontitle{Senior Software Developer}
 
 \begin{document}
@@ -86,7 +87,7 @@
                 \alignedlistitem{Main expertise}{C with threads, sockets, mutex, semaphores, kernel scheduler, IPC}
                 \alignedlistitem{Other languages I work with}{SQL, Perl, Bash, Python, and also Java, .NET, React, Android}
                 \alignedlistitem{Tools and libraries}{Git, CUDA, NVENC/NVDEC, FFmpeg, Video4Linux, Valgrind, VIM, Autotools, \LaTeX{}}
-                \alignedlistitem{Linux distributions}{CentOS, Raspberry Pi, Slackware}
+                \alignedlistitem{Linux distributions}{CentOS, Raspberry Pi, Slackware, OpenBSD}
                 \alignedlistitem{Broadcast industry}{H.264, H.265, AAC, AC3, SCTE-27, Closed Captions, SCTE-35, ASI, SDI, HDMI, NDI, HLS, RTSP, RTMP, SRT, MP4, MPEG-TS, ATSC, DVB, ISDB-T}
         \end{alignedlist}
 \end{knowladge}
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