%% A sample LaTeX resume template.
% This resume utilizes the moderncv package/template.
%% From original template that inspiried mine:
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[11pt,a4paper,sans]{moderncv}
% modern theme info
\moderncvstyle{banking}
\moderncvcolor{black}
% package info
\usepackage[utf8]{inputenc}
\usepackage[scale=0.75]{geometry}
\usepackage{import}
% important info
\name{FirstName}{LastName}
\address{City, State}
\phone{000-000-0000}
\email{myemail@website.com}
\homepage{website.com}
% Begin the Document:
\begin{document}
\makecvtitle
% Objective/Summary Section
\small{This is a quick section about myself.}
% ---------- Begin Resume Main Content ----------
% ------ Begin Education Section: ------
\section{Education}
\vspace{3pt}
\begin{itemize} %Begin experience list
\item{\cventry{August 2017 - May 2021}{Masters in Computer Science}{My School}{City, State}{\textit{}}{I currently hold a cumulative GPA of 4.0.}}
\item{\cventry{August 2013 - June 2017}{Bachelor of Science, Computer Science}{My School}{City, State}{\textit{}}{Graduated with a 3.8 GPA.}}
\end{itemize} % End experience list
%------------------------------------------------
% ------ Begin Experience Section: ------
\section{Work Experience}
\vspace{3pt}
\begin{itemize} % Begin Experience List
\item{\cventry{August 2017 - Present}{Job Title}{Company 1}{City, State}{}{\vspace{3pt}I helped with a big project that helped the company.}}
\item{\cventry{May 2014 - July 2017}{Job Title}{Company 2}{City, State}{}{\vspace{3pt}I was apart of a team that impacted the company's workflow with our project.}}
\item{\cventry{November 2013 - May 2014}{Job Title 1}{Company 1}{City, State}{}{\vspace{3pt}I helped with a big project that helped the company.}}
\end{itemize} % End experience list
%------------------------------------------------
% ------ Begin Skills Section: ------
\section{Skills}
\vspace{3pt}
\begin{itemize} %Begin Skills list
\item \textbf{Programming Languages:} Proficient in Java, Python, HTML, etc.
\vspace{6pt}
\item \textbf{Industry Knowledge:} CS concepts, customer service, etc.
\end{itemize} % End skills list
%------------------------------------------------
% ------ Begin Projects Section: ------
\section{Notable Projects}
\vspace{3pt}
\begin{itemize} % Begin projects list
\item \textbf{Project 1 Title:} Coded in Python, this project does something amazing.
\item \textbf{Project 2 Title:} Coded in Java, this project does something innovative.
\end{itemize} % End projects list
%------------------------------------------------
% ------ Begin Interests Section: ------
\section{Interests and extra-curriculars}
\vspace{3pt}
\begin{itemize} % Begin list of interests & extra-curriculars
\item{President of the XXXX Club.}
\item{Member of the Computer Club.}
\end{itemize} % End list of interests & extra-curriculars
%------------------------------------------------
\end{document} % ends the document
% END OF FILE

PDF Preview
Create an account to compile and preview