49
INCLUDE/cv_template.tex
Normal file
49
INCLUDE/cv_template.tex
Normal file
@@ -0,0 +1,49 @@
|
||||
\documentclass[11pt,a4paper,sans]{moderncv}
|
||||
|
||||
% -------------------------------------------------------------------------------
|
||||
% PACKAGES
|
||||
% -------------------------------------------------------------------------------
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[a4paper, margin=2.5cm, top=1cm]{geometry}
|
||||
\usepackage{tikz}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{times}
|
||||
% \usepackage[ngerman]{babel}
|
||||
\fontfamily{ptm}\selectfont
|
||||
% -------------------------------------------------------------------------------
|
||||
% COLORS
|
||||
% -------------------------------------------------------------------------------
|
||||
|
||||
\definecolor{white}{RGB}{255,255,255}
|
||||
\definecolor{blue}{HTML}{03A9f4}
|
||||
\definecolor{gray}{HTML}{B9B9B9}
|
||||
\definecolor{mint}{HTML}{50B48A}
|
||||
\definecolor{cyan}{HTML}{03A9F4}
|
||||
|
||||
|
||||
% -------------------------------------------------------------------------------
|
||||
% NEW COMMANDS
|
||||
% -------------------------------------------------------------------------------
|
||||
|
||||
\newcommand\skill[1]{
|
||||
\begin{tikzpicture}
|
||||
\foreach [count=\i] \x/\y in {#1}
|
||||
{
|
||||
\draw[fill=gray, gray] (0,\i) rectangle (\y,\i+0.4);
|
||||
\draw[fill=white,mint](0,\i) rectangle (\x,\i+0.4);
|
||||
}
|
||||
\end{tikzpicture}
|
||||
}
|
||||
\newcommand{\givenskill}{}
|
||||
|
||||
% -------------------------------------------------------------------------------
|
||||
% PERSONAL INFORMATION
|
||||
% -------------------------------------------------------------------------------
|
||||
|
||||
\name{Tuan-Dat}{Tran}
|
||||
% \photo[64pt][0.3pt]{images/Foto_Tuan-Dat_Tran.jpg}
|
||||
% \address{Wörthstr. 12}{45138 Essen}
|
||||
\phone[mobile]{+49 176~83468388}
|
||||
\email{tuan-dat.tran@tudattr.dev}
|
||||
\homepage{tudattr.dev}
|
||||
% \social[gitlab]{TuDatTr}
|
||||
Reference in New Issue
Block a user