2022-08-23 12:21:33 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Awesome Resume/CV
% XeLaTeX Template
% Version 1.3 (30/3/2020)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Claud D. Park (posquit0.bj@gmail.com) with modifications by
% Vel (vel@latextemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template must be compiled with XeLaTeX, the below lines will ensure this
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass [11pt, a4paper] { awesome-cv} % A4 paper size by default, use 'letterpaper' for US letter
\usepackage { xcolor}
\geometry { left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm} % Configure page margins with geometry
\fontdir [fonts/] % Specify the location of the included fonts
% Color for highlights
\colorlet { awesome} { awesome-red} % Default colors include: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange, awesome-nephritis, awesome-concrete, awesome-darknight
%\definecolor{awesome}{HTML}{CA63A8} % Uncomment if you would like to specify your own color
% Colors for text - uncomment and modify
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}
\renewcommand { \acvHeaderSocialSep } { \quad \textbar \quad } % If you would like to change the social information separator from a pipe (|) to something else
%----------------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%----------------------------------------------------------------------------------------
2026-03-31 10:11:45 +02:00
\name { Nicolás} { Ortega Froysa}
2022-08-23 12:21:33 +02:00
\address { Sevilla, España}
\mobile { (+34) 640 21 28 38}
\email { nicolas@ortegas.org}
\homepage { themusicinnoise.net}
2026-03-31 10:11:45 +02:00
%\gitlab{naortega}
2022-08-23 12:21:33 +02:00
\github { naortega}
%\skype{skypeid}
%\stackoverflow{SOid}{SOname}
%\twitter{@twit}
2026-03-31 10:11:45 +02:00
\linkedin { nicolás-ortega-froysa}
2022-08-23 12:21:33 +02:00
%\reddit{reddit account}
%\xing{xing name}
%\extrainfo{test} % Other text you want to include on this line
2026-03-31 10:11:45 +02:00
\position { Desarrollador Software} % Your expertise/fields
2022-08-23 12:21:33 +02:00
%\quote{``Make the change that you want to see in the world."} % A quote or statement
\makecvfooter { \today } { Nicolás A. Ortega Froysa~~~·~~~Curriculum Vitæ} { \thepage } % Specify the letter footer with 3 arguments: (<left>, <center>, <right>), leave any of these blank if they are not needed
%----------------------------------------------------------------------------------------
\begin { document}
\makecvheader % Print the header
%----------------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%----------------------------------------------------------------------------------------
\input { cv-sections/skills.tex}
\input { cv-sections/experience.tex}
\input { cv-sections/education.tex}
\input { cv-sections/projects.tex}
%\newpage % Force a new page for looks
%\input{cv-sections/extracurricular.tex}
%\input{cv-sections/honors.tex}
%\input{cv-sections/presentation.tex}
%\input{cv-sections/writing.tex}
%\input{cv-sections/committees.tex}
%----------------------------------------------------------------------------------------
\end { document}