Ahmed Helali's Curriculum Vitae
Author
ahmed.helali
Last Updated
8 years ago
License
Creative Commons CC BY 4.0
Abstract
Ahmed Helali's Curriculum Vitae
Ahmed Helali's Curriculum Vitae
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "ModernCV" CV and Cover Letter
% LaTeX Template
% Version 1.1 (9/12/12)
%
% 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
\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{Ahmed} % Your first name
\familyname{Helali} % Your last name
% All information in this block is optional, comment out any lines you don't need
\title{Curriculum Vitae}
\address{123 Broadway}{City, State 12345}
\mobile{(+216) 41 539 023}
\email{ahmed.helali@ensi-uma.tn}
\photo[70pt][0.4pt]{picture} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
%----------------------------------------------------------------------------------------
\begin{document}
\makecvtitle % Print the CV title
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Education}
\cventry{2014--NOW}{Engineering Degree}{The National School of Computer Sciences (ENSI)}{Mannouba-Tunisia}{}{} % Arguments not required can be left empty
\cventry{2012--2014}{Preparatory Cycle for Engineering Studies Degree}{The Preparatory Institute for Engineering Studies of Nabeul(IPEIN)}{Nabeul-Tunisia}{}{}
\cventry{2013--2012}{Highschool Experimental Sciences}{Sbeitla I Highschool}{Kasserine-Tunisia}{}{}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Projects}
\subsection{C}
\cventry{2015}{Pentomino Pentomino Game}{}{}{}{Creating a plane geometric figure formed by joining five equal squares edge to edge}
\subsection{C++}
\cventry{2015}{Tetris Game}{}{}{}{Creating a tile-matching puzzle video game}
%------------------------------------------------
\subsection{JavaEE}
\cventry{2016}{Collaborative School-Family Dynamic Website}{}{}{}{Website to facilitate the communication between family and school administration and dealing with student problems.}
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{Computer skills}
\subsection{Languages}
\cvitem{Basic}{\textsc{python}}
\cvitem{Intermediate}{\textsc{java/javaEE},\textsc{Oracle/Mysql database}}
\cvitem{Advanced}{\textsc{C/C++}, \textsc{html/css},\textsc{JSP}}
\subsection{Conception}
\cvitem{Advanced}{\textsc{UML}}
\subsection{Operating Systems}
\cvitem{Intermediate}{\textsc{Microsoft Windows}}
\cvitem{Advanced}{\textsc{Linux}}
\subsection{Others}
\cvitem{Advanced}{\textsc{LibreOffice},\textsc{Microsoft Office},\LaTeX}
%----------------------------------------------------------------------------------------
% LANGUAGES SECTION
%----------------------------------------------------------------------------------------
\section{Languages}
\cvitemwithcomment{Arabic}{Mothertongue}{}
\cvitemwithcomment{English}{Intermediate}{Conversationally fluent}
\cvitemwithcomment{French}{Intermediate}{Conversationally fluent}
\cvitemwithcomment{Chinese}{Basic}{Basic words and phrases only}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{Interests}
\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
\cvlistdoubleitem{Listening music}{Chess}
\cvlistdoubleitem{Cooking}{Football}
\cvlistitem{Running}
%----------------------------------------------------------------------------------------
% COVER LETTER
%----------------------------------------------------------------------------------------
% To remove the cover letter, comment out this entire block
\clearpage
\recipient{HR Departmnet}{Corporation\\123 Pleasant Lane\\12345 City, State} % Letter recipient
\date{\today} % Letter date
\opening{Dear Sir or Madam,} % Opening greeting
\closing{Sincerely yours,} % Closing phrase
\enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents
\makelettertitle % Print letter title
\lipsum[1-3] % Dummy text
\makeletterclosing % Print letter signature
%----------------------------------------------------------------------------------------
\end{document}