From 936ff09129bfac4b40f179a4c3ce6c98b4f00682 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 27 Mar 2021 18:34:04 +0100 Subject: Changed colors and divider opacity. --- cv.tex | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/cv.tex b/cv.tex index 82f844d..f2c77d4 100644 --- a/cv.tex +++ b/cv.tex @@ -11,9 +11,9 @@ \usepackage[default]{lato} \fi -\definecolor{NiceBlue}{HTML}{61a8ff} -\definecolor{SlateGrey}{HTML}{2E2E2E} -\definecolor{LightGrey}{HTML}{666666} +\definecolor{NiceBlue}{HTML}{0472c3} +\definecolor{SlateGrey}{HTML}{202020} +\definecolor{LightGrey}{HTML}{333333} \colorlet{heading}{NiceBlue} \colorlet{headingrule}{NiceBlue} \colorlet{subheading}{NiceBlue} @@ -34,6 +34,10 @@ \ifstrequal{#3}{}{}{{\small\makebox[0.5\linewidth][l]{\faGithub~\href{https://github.com/\myGithubUsername/#3}{#3}}}}\par \medskip\normalsize } +\renewcommand{\divider}{\textcolor{body!60}{\hdashrule{\linewidth}{0.6pt}{0.5ex}}\medskip} +\renewcommand{\cvtag}[1]{ + \tikz[baseline]\node[anchor=base,draw=body!60,rounded corners,inner xsep=1ex,inner ysep =0.75ex,text height=1.5ex,text depth=.25ex]{#1}; +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} @@ -63,7 +67,7 @@ \begin{itemize} \item Website I made for Serbian section of international youth amateur radio organization ``Youngsters On The Air'' (\href{https://www.ham-yota.com/}{www.ham-yota.com}). \item Made primarily to handle frequency reservations and special call signs management, but it also has simple news and gallery management system. -\item It's made with the help of Laravel, Vue.js, MariaDB and Bootstrap. +\item It's made using Laravel, Vue.js, MariaDB and Bootstrap. \end{itemize} \divider @@ -110,7 +114,6 @@ \cvtag{Git} \cvtag{GNU/Linux} \cvtag{C/C++} - \divider \cvsubsection{Occasionally using} -- cgit v1.2.3