I've created a CV eager for corrections. Once it is properly written it'd be converted into a template, in order to share it with the community.
Can you suggest some starting corrections or ideas? (I'm willing to implement them by my own, if I can) A brief, compilable version is pasted below:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[margin=2.3cm,top=1.6cm, textheight=1050pt]{geometry}
%sets margin of text for the whole document
\usepackage{titlesec}
\usepackage{url}
\usepackage{hyperref}
\usepackage{bold-extra}
\usepackage[dvipsnames]{xcolor}
\pagenumbering{gobble}
\usepackage{microtype}
\usepackage{blindtext}
\titleformat{\section}[block] % Customise the \section command
{\normalfont\LARGE\bfseries\filcenter} % Make the \section headers large (\Large),
% small capitals (\scshape) and left aligned (\raggedright)
{}{0em} % A label like 'Section ...'. Here we omit labels
{} % Can be used to insert code before the heading
\titlespacing*{\section}{1em}{1em}{1em}[0em]
\titleformat{\subsection}{\color{Mahogany}\Large\raggedright\scshape\bfseries}{}{0em}{}
[\vspace{0.3ex}\titlerule]
\titlespacing*{\subsection}{0pt}{0.75em}{0.75em}
%load icons package for mail, phone and address.
\title{\textbf{Mr. Nobody\\[1em] \footnotesize DoB January 23, 1995 \hspace{1.3em} NBL City, NBL. \hspace{1.3em} 666666 \hspace{1.3em}
\url{[email protected]}\vspace{-1cm}}}
\date{ }
\author{}
\begin{document}
\maketitle
\subsection*{Education}
\paragraph{National University of X, Y.} MSc. in X Y (2012--2017). Thesis: \textit{Thermodynamics of
chicken in Aqueous Phase Using Computational Tools, 2017.}
\paragraph{High School, Dr XYZW.} Graduation in Natural Sciences (2011).
\subsection*{Work Experience}
\paragraph{Institute for XY Z (2018--2019).}
Introduction to chicken Teacher, NBL, NBL.
\subsection*{Projects}
\paragraph{Hazards and Safety in the corridor (2018--2019), Coordinator.}
Oriented to students of the Institute of NBL. The purpose was to
do Xperiments, reflect upon hazard and safety in the corridor (H \& S rules) and discuss results.
\paragraph{webdeveloper (2018--On Going), x.}
equis and the general equisequis site is Directed by equisen.
The aim is producing an Orange External Resource.
\paragraph{StackExchange Member (2017--On Going).}
Q \& A sites. {\href{https://stackexchange.com/users/6538373/santimirandarp}{Link to profile-overview}}
\subsection{Language}
\begin{tabular}{lr}
\textbullet\textbullet\textbullet\textbullet & \hspace{1em} A, B.\\
\textbullet\textbullet & \hspace{1em} C, D.
\end{tabular}
\subsection{Few Skills}
\begin{tabular}{lr}
\textbullet\textbullet\textbullet & A: with B, C, and D, and pandas.\\
\textbullet\textbullet & Linux Shell\slash . \\
%\item[\textbullet\textbullet\textbullet] \hspace{1em} Chemistry Laboratory Tasks.
%\paragraph{\textbullet\textbullet\textbullet} \hspace{1em} Excel, OfficeCalc.
\textbullet\textbullet\textbullet & HTML, CSS.
\end{tabular}
\subsection{Hobbies}
%\raggedright
Literature and Philosophy favorite authors: B. Russell, A. Huxley, W. Whitman, J.L. Borges.
Poetry Channel at \href{emptylink}{YouTube}.
Music Post-Rock. Play little violin and guitar.\\[1em]
I've written a gutenmorgen with a short biography of Marvin Schr\"{o}dinger available
\href{emptylink2}{here}.
\subsection{Summary}
\blindtext{3}
\end{document}
The output so far looks like this:
