From 77728571622b1bdfc1dc9199765d78991fb14cd9 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 30 Aug 2023 04:37:36 +0200 Subject: [PATCH] Adjusted the icons --- developercv.cls | 2 +- main.tex | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/developercv.cls b/developercv.cls index 1fa2835..678bfc6 100644 --- a/developercv.cls +++ b/developercv.cls @@ -96,7 +96,7 @@ } \newcommand{\iconempty}[2]{% The first parameter is the FontAwesome icon name, the second is the box size and the third is the text - \vcenteredhbox{\colorbox{black}{\makebox(#1, #1){\textcolor{white}{\large }}}}% Icon and box + \vcenteredhbox{\colorbox{black}{\makebox(#1, #1){\textcolor{white}{\tiny \faCircle}}}}% Icon and box \hspace{0.2cm}% Whitespace \vcenteredhbox{\textcolor{black}{#2}}% Text } diff --git a/main.tex b/main.tex index 0d37e32..d9030f7 100755 --- a/main.tex +++ b/main.tex @@ -173,7 +173,7 @@ \cvsect{Other skills} - \iconempty{12}{Maths}\\ + \icon{\faCalculator}{12}{Maths}\\ \hfill \iconsvg{linux}{12}{Linux}\\ \hfill @@ -187,13 +187,13 @@ \vspace{-\baselineskip} % Required for vertically aligning minipages \vspace{32.35pt} % Make sure it lines up with the rest - \iconempty{12}{Physics}\\ + \icon{\faApple*}{12}{Physics}\\ \hfill \iconsvg{bash}{12}{Bash}\\ \hfill \iconsvg{docker}{12}{Docker}\\ \hfill - \iconempty{12}{Embedded}\\ + \icon{\faMicrochip}{12}{Embedded}\\ \hfill \iconempty{12}{Soldering}\\ \end{minipage}