Can anybody please help me to add round boxes like below for skills for the Resume? I'm using this as source. Reference to below can be found here. Also, how to add dual tone header like novoresume is a bonus?
Thanks!!
Edit#1: Adding the source from external link as suggested by @Miyase.
\documentclass[10pt,a4paper,ragged2e]{altacv}
\geometry{left=2cm,right=10cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm}
\ifxetexorluatex
\setmainfont{Carlito}
\else
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
\fi
\definecolor{VividPurple}{HTML}{000000}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{2E2E2E}
\colorlet{heading}{VividPurple}
\colorlet{accent}{VividPurple}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
\addbibresource{sample.bib}
\begin{document}
\name{JAYDEEP SINGH}
\tagline{Jaypee University of Engineering and Technology}
\personalinfo{%
\email{jd7june1999@gmail.com}
\location{Guna, Madhya Pradesh - India}
\linkedin{https://www.linkedin.com/in/jaydeep-singh-4ab1a3162/}
}
%% Make the header extend all the way to the right, if you want.
\begin{fullwidth}
\makecvheader
\end{fullwidth}
\cvsection{TECHNICAL SKILLS}
\smallskip
\begin{itemize}
\item MATLAB, Xilinx ISE 12.1, MS Office, Proteus, Arduino
\smallskip
\item C,C++,Java,Python(Beginner)
\smallskip
\end{itemize}
\clearpage
\nocite{*}
\end{document}



