Skip to content

Commit

Permalink
Provide GH profile in CV (#8)
Browse files Browse the repository at this point in the history
* Provide GH profile in CV

* Cutting down brief summary
  • Loading branch information
RobPasMue authored Jul 23, 2022
1 parent 219c78a commit a97aa5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cv/ROBERTO-PASTOR.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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{[email protected]} % Email address

Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/cv/twentysecondcv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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};}}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit a97aa5c

Please sign in to comment.