%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "ModernCV" CV and Cover Letter
% LaTeX Template
% Version 1.11 (19/6/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Xavier Danaux (xdanaux@gmail.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template requires the moderncv.cls and .sty files to be in the same
% directory as this .tex file. These files provide the resume style and themes
% used for structuring the document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
\usepackage[utf8]{inputenc}
\moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage[scale=0.75]{geometry} % Reduce document margins
%\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
%----------------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
\firstname{Alan} % Your first name
\familyname{Nungaray} % Your last name
% All information in this block is optional, comment out any lines you don't need
\title{Curriculum Vitae}
\address{Calle Allende 266B}{Tepatitlán de Morelos, Jalisco}
\mobile{(378) 107 1350 }
\email{alan\_fanpes@hotmail.com}
\homepage{alannungaray.com.mx/}{alannungaray.com.mx} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
\extrainfo{https://www.facebook.com/AlanDNungaray}
\photo[60pt][0.4pt]{pictures/foto} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
\quote{"Be the richest man of the graveyard don't interest me ... My interest is go to the bed every night knowing we did something wonderful" - Steve Jobs}
%----------------------------------------------------------------------------------------
\begin{document}
\makecvtitle % Print the CV title
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Education}
\cventry{2010--2015}{Computer Engineer}{Centro Universitario de los Altos (UDG)}{tepatitlan}{}{Software Orientation}
\cventry{2011}{Advance Java Course }{\textsc{Java}}{Tepatitlán}{}{In this course i learned the essence of multithreading in Java and Mysql Connection}
\cventry{2007--2010}{Informatics technician}{Centro de Bachillerato Tecnológico Agropecuario No. 32}{Yahualica Jalisco }{\textit{GPA -- 8.0}}{} % Arguments not required can be left empty
\section{Experience}
\subsection{Vocational}
\cventry{2014}{Java} {\textsc{Basic Java }}{Centro Universitario de los Altos}{}{I taught a course of 15 hours in basic Java oriented mathematical problem solving}
%------------------------------------------------
\cventry{2014}{HTML5 Workshop}{I participated in intercultural workshops in UDG where I showed how to start developing with HTML5 and the importance of programming logic in the daily life}{Tepatitlan}{}{}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\section{Awards}
\cvitem{2014}{TSS CENEVAL}
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{Skills }
\cvitem{Basic}{\textsc{java},C++,Fortran,Php,Ruby,\textsc{python},SQL, NodeJS, Magento,Drupal, Java-Android, MongoDB, ExpressJs}
\cvitem{Intermediate}{\textsc{html},\LaTeX, Javascript, Linux, JQUERY, AngularJs, Visual Basic, Excel VBA}
%----------------------------------------------------------------------------------------
% LANGUAGES SECTION
%----------------------------------------------------------------------------------------
\section{Languages}
\cvitemwithcomment{English}{Basic}{Technical reading }
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{Interests}
\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
\cvlistdoubleitem{Physics}{Math}
\cvlistdoubleitem{Scientific computation}{e-Learning Tech}
\cvlistdoubleitem{Numerical Analysis}{3D Desing }
%----------------------------------------------------------------------------------------
% COVER LETTER
%----------------------------------------------------------------------------------------
% To remove the cover letter, comment out this entire block
\clearpage
\recipient{HR}{Blue Trail Software\\Niños Heroes 115\\47600 Tepatitlán de Morelos, Jalisco} % Letter recipient
\date{\today} % Letter date
\opening{Estimated BTS} % Opening greeting
\closing{var msg = new SpeechSynthesisUtterance('Thank you for your attention. I sincerely hope give me a chance to work with all my strength for you.');\\
msg.lang="en-US"\\
window.speechSynthesis.speak(msg);} % Closing phrase
\enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents
\makelettertitle % Print letter title
I am writing this letter to express my desire to work and innovate for you, for the world.
Since 8 years I've only been programming in C++, Java for school projects, so i have good skill for solve problems with algorithmic logic, i thought that would be ideal for me but something was missing, the beauty.
When i started to be a web developer in 2010 i found the missing piece , could do almost anything with attractive interfaces and good performance.
The last years of my study at university dedicated myself to show at the students that programming was not only easy also is wonderful too.
I started a project called skoolfre,for now it's just paper but i want to one day become a reality. For this i have much to learn. Luckily i like learning. I have a dream, help to build a free university online with a concept like duolingo.
I recently had a contract work for the company Gigantes Agroindustria where i collaborate develop some applications they needed to improve administrative parts for the company.This contract end. I have a good feeling knowing that my time in the company improved them software and me like a person.
Today I knock your door for a chance to grow and realize my dream of work in a software development company. I hope in my heart that you will open doors for me and give me the opportunity to do my best work with all my effort just for you.
\makeletterclosing % Print letter signature
%----------------------------------------------------------------------------------------
\end{document}