summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Examples/Contents/header_contacts.tex
blob: 4e11e9d96a75ba46e0ed75566811234ad817ee92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\def\cvcontactsep{\\}
\vspace{0pt} %trick for alignment

\tikzstyle{mybox} = [%
   draw=red, fill=blue!20, very thick,
   rectangle, rounded corners,
   inner sep=10pt, inner ysep=20pt]

\tikzstyle{fancytitle} = [
   fill=red, text=white]

\begin{tikzpicture}
   \node (box)[fill=myshadecolor,rounded corners=10pt, minimum size= 2.5cm]{%
   {\color{black}
   \begin{tabular*}{6cm}{l|l}
                                   &Unknown address XYZXYZXYZ\cvcontactsep
      \raisebox{-3pt}{\Mobilefone} &+39\,0123\,456789\cvcontactsep
      \raisebox{-3pt}{\Telefon}    &Telephone\cvcontactsep
      \raisebox{-3pt}{\Email}      &\href{mailto:unknown@gmail.com}
                                    {unknown@gmail.com}\cvcontactsep
   \end{tabular*}
   }};
   \node[fancytitle, text width=0.5423\textwidth, text centered,
      rounded corners] at (box.north){Contacts};
\end{tikzpicture}
\bigskip