diff options
author | Mateja <mail@matejamaric.com> | 2021-03-27 18:34:04 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-27 18:34:04 +0100 |
commit | 936ff09129bfac4b40f179a4c3ce6c98b4f00682 (patch) | |
tree | 1b3b9046e7a4ecfb8bd83ee4499bc70b5d0b2bd5 | |
parent | 2a6c1c14f8d00ef7332566d2386049f3a86f3d81 (diff) | |
download | cv-936ff09129bfac4b40f179a4c3ce6c98b4f00682.tar.gz cv-936ff09129bfac4b40f179a4c3ce6c98b4f00682.zip |
Changed colors and divider opacity.v2.1.0
-rw-r--r-- | cv.tex | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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} |