diff --git a/src/cv/ROBERTO-PASTOR.tex b/src/cv/ROBERTO-PASTOR.tex index a6bf816..5b92e37 100644 --- a/src/cv/ROBERTO-PASTOR.tex +++ b/src/cv/ROBERTO-PASTOR.tex @@ -22,6 +22,7 @@ \documentclass[hidelinks,letterpaper]{twentysecondcv} % a4paper for A4 \usepackage{hyperref} +\usepackage{fontawesome} \urlstyle{same} % Force URLs to have the same font style as the rest of the document @@ -39,6 +40,7 @@ \cvdate{25 April 1995} % Date of birth \cvaddress{Madrid, Spain} % Short address/location, use \newline if more than 1 line is required \cvnumberphone{+34 671 22 66 52} % Phone number +\cvgithub{\href{https://www.github.com/RobPasMue}{RobPasMue}} % GitHub Profile \cvsite{\url{https://www.linkedin.com/in/RobertoPastorMuela}} % Personal website \cvmail{roberpm1995@gmail.com} % Email address @@ -50,7 +52,7 @@ % ABOUT ME %---------------------------------------------------------------------------------------- -\aboutme{Aerospace engineer with a main focus on SW development. My main interests are related to numerical simulations, CFD, flight dynamics systems and astrodynamics. SW architect and developer in computationally-intensive programming languages. Great interest on algorithms. I am orienting my career on positions in which I can expand my knowledge in these areas. With my hard working and dedicated profile together with my past experience, I believe I can contribute to the company's success with a refreshing point of view.} % To have no About Me section, just remove all the text and leave \aboutme{} +\aboutme{Aerospace engineer with a main focus on SW development. My main interests are related to numerical simulations, CFD, flight dynamics systems and astrodynamics. SW architect and developer in computationally-intensive programming languages. Great interest on algorithms and the physical knowledge behind them.} % To have no About Me section, just remove all the text and leave \aboutme{} %---------------------------------------------------------------------------------------- % SKILLS diff --git a/src/cv/twentysecondcv.cls b/src/cv/twentysecondcv.cls index b1eeb6d..63d04a4 100644 --- a/src/cv/twentysecondcv.cls +++ b/src/cv/twentysecondcv.cls @@ -75,6 +75,7 @@ \newcommand{\profilepic}[1]{\renewcommand{\profilepic}{#1}} \newcommand{\cvname}[1]{\renewcommand{\cvname}{#1}} \newcommand{\cvjobtitle}[1]{\renewcommand{\cvjobtitle}{#1}} +\newcommand{\cvgithub}[1]{\renewcommand{\cvgithub}{#1}} % Command for printing the contact information icons \newcommand*\icon[1]{\tikz[baseline=(char.base)]{\node[shape=circle,draw,inner sep=1pt, fill=mainblue,mainblue,text=white] (char) {#1};}} @@ -146,6 +147,7 @@ \ifthenelse{\equal{\cvdate}{}}{}{\textsc{\Large\icon{\Info}} & \cvdate\\} \ifthenelse{\equal{\cvaddress}{}}{}{\textsc{\Large\icon{\Letter}} & \cvaddress\\} \ifthenelse{\equal{\cvnumberphone}{}}{}{\textsc{\Large\icon{\Telefon}} & \cvnumberphone\\} + \ifthenelse{\equal{\cvgithub}{}}{}{\textsc{\Large\icon{\faGithub}} & \cvgithub\\} \ifthenelse{\equal{\cvsite}{}}{}{\textsc{\Large\icon{\Mundus}} & \cvsite\\} \ifthenelse{\equal{\cvmail}{}}{}{\textsc{\large\icon{@}} & \href{mailto:\cvmail}{\cvmail}} \end{tabular}