-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Provide GH profile in CV * Cutting down brief summary
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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{[email protected]} % 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters