/projects/davide_cv_latex_class/
code_projectlatex
\usetikzlibrary{calc}
\begin{tikzpicture}[remember picture,overlay,every node/.style={inner sep=0,outer sep=0}]

	\coordinate (a) at (30mm, 8mm);

	\node [rectangle, fill=fillheader, anchor=north,
		   minimum width=\paperwidth, minimum height=46mm]
		   (box) at (current page.north){};

	\node [anchor=north west,align=left] (name) at ($(a)+(8mm,0.55mm)$) {%
		\fontsize{30pt}{60pt}\color{headername}\thinfont \firstName \ \lastName};

	\node[anchor=north east,align=right] (address) at ($(a)+(0mm,0mm)$) {
		\color{headeraddress}\addressStreet\\
		\color{headeraddress}\addressCity\\
		\color{headeraddress}\contactEmail\\
		\color{headeraddress}\contactPhone\vspace{4pt}\\
		\color{headeraddress}\bornDate / \color{headeraddress}\nationality};

	\node[anchor=north east,align=right] (date) at ($(a)+(141mm,-0.2mm)$) {
		\color{headerdate}\modDate};

\end{tikzpicture}