\documentclass[10pt,oneside]{article}
% Fonts
\usepackage[utf8]{inputenc}
\usepackage[OT1]{fontenc}
\usepackage[default]{raleway}
\usepackage[hidelinks]{hyperref}
\usepackage{longtable}
\usepackage{geometry}
\geometry{
a4paper,
left=1.2cm,
right=2.1cm,
top=1.6cm,
bottom=1.1cm
}
\usepackage{fancyhdr}
\usepackage[en-GB]{datetime2}
% to have awesome icon
\usepackage{fontawesome}
\usepackage{academicons}
\usepackage{tcolorbox}
\usepackage{tikz}
\usepackage{array}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
\usepackage{lipsum}
\usepackage{caption}
\captionsetup{justification=raggedright,singlelinecheck=false,font={Large, bf}}
% pictures
\usepackage{graphicx}
\graphicspath{{./Figs/}}
% Picture & current
\newcommand{\itemlike}[2]
{
\begin{tabular*}{1\textwidth}{p{2.5cm} p{8cm}}
~\normalsize{{ \color{orange} #1:}} & #2\\ [3pt]
\end{tabular*}
}
\newcommand{\experience}[4]
{
\textbf{#1} \hfill \faMapMarker \textit{ #3} \newline
\textit{#2} \newline
#4 \\ \\
}
\newcommand{\publication}[4]
{
\textbf{#1}\newline #2 & \textbf{#3} #4\\ \\
}
\DTMsavedate{born}{1900-01-01}
\newcommand{\authorname}{Your Name}
\begin{document}
\pagestyle{fancy}
\thispagestyle{empty}
\fancyhead[L]{\authorname - Curriculum Vitae}
\fancyhead[R]{\today}
\begin{center}
{\LARGE{\textbf{\authorname}} - Curriculum Vitae} \\
\small{\today}
\end{center}
\begin{tcolorbox}[
sidebyside,
righthand width = 0.2\columnwidth,
colback = white,
colframe = white,
coltitle=black,
]
\itemlike{Born}{\DTMusedate{born}}
\itemlike{Status}{Education, Current position}
\itemlike{Fields}{Keyword 1, keyword 2}
\itemlike{Tools}{Software 1, Programming language 1}
\itemlike{Languages}{Language 1: Native, Language 2: C2}
%\itemlike{Activities}{Activity 1, Activity 2} % optional
\itemlike{Contact}{Address \newline zip City \newline +0123456789 \newline \href{mailto:your.email@your.domain}{your.email@your.domain} }
\tcblower
\includegraphics[width=\columnwidth]{Figs/CVdummy.png}
\end{tcolorbox}
%\vspace{0.5cm}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur dictum gravida mauris. Nam arcu libero, nonummy eget, consectetuer id, vulputate a, magna. Donec vehicula augue eu neque. Pellentesque habitant morbi tristique senectus et netus et malesuadafames ac turpis egestas.
\vspace{0.5cm}
\begin{longtable}{p{0.2\columnwidth} p{0.8\columnwidth}}
\caption*{Work experience}\\
\hline\\
2020-present & \experience{Job title 1}{Company 1}{City, Country}{
Description text. Description text. Description text. Description text. Description text. Description text.
}
2010-2020 & \experience{Job title 2}{Company 2}{City, Country}{Description text. Description text. Description text. Description text. Description text. Description text.}
\end{longtable}
\begin{longtable}{p{0.2\columnwidth} p{0.8\columnwidth}}
\caption*{Education}\\
\hline\\
2015-2019 & \experience{PhD (Tech)}{University, School of Sciences}{City, Country}{
Laboratory of sciences \newline
\textbf{Dissertation: A long title that demonstrates that this template can handle multiline entries without hassles.}
}
2010-2015 & \experience{Master's Degree}{University, School of Sciences}{City, Country}{
Master program in sciences \newline
\textbf{Master's Thesis: Title}
}
\end{longtable}
\begin{longtable}{p{0.2\columnwidth} p{0.8\columnwidth}}
\caption*{Publications}\\
\hline\\
\publication{A1 Journal article}{2021}{A very fancy title of your work that makes this template look better and demonstrates that this template will not break from multiline titles}{Author A., Author B., Author C. Journal of sciences, Vol, pages, doi}
\publication{A1 Journal article}{2021}{A very fancy title of your work that makes this template look better and demonstrates that this template will not break from multiline titles}{Author A., Author B., Author C. Journal of sciences, Vol, pages, doi}
\publication{A1 Journal article}{2021}{A very fancy title of your work that makes this template look better and demonstrates that this template will not break from multiline titles}{Author A., Author B., Author C. Journal of sciences, Vol, pages, doi}
\publication{A1 Journal article}{2021}{A very fancy title of your work that makes this template look better and demonstrates that this template will not break from multiline titles}{Author A., Author B., Author C. Journal of sciences, Vol, pages, doi}
\publication{A1 Journal article}{2021}{A very fancy title of your work that makes this template look better and demonstrates that this template will not break from multiline titles}{Author A., Author B., Author C. Journal of sciences, Vol, pages, doi}
\end{longtable}
\begin{longtable}{p{0.2\columnwidth} p{0.8\columnwidth}}
\caption*{IT skills}\\
\hline\\
\textbf{Softwares} & Software 1: Advanced \newline Software 2: Intermediate \newline Software 3: Beginner \newline
Simulink: Beginner \\ \\
\textbf{Programming} & Python: beginner \newline C\#: Intermediate \newline C/C++: Advanced \\ \\
\textbf{Office} & Microsoft office tools: Beginner \newline \LaTeX: Advanced \\
\end{longtable}
\end{document}