%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Graduate Curriculum Vitae
% LaTeX Template
% Version 1.1 (9/12/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Rensselaer Polytechnic Institute (http://www.rpi.edu/dept/arc/training/latex/resumes/)
%
% Important note:
% This template requires the res.cls file to be in the same directory as the
% .tex file. The res.cls file provides the resume style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[margin, 10pt]{res} % Use the res.cls style, the font size can be changed to 11pt or 12pt here
\usepackage{helvet} % Default font is the helvetica postscript font
%\usepackage{newcent} % To change the default font to the new century schoolbook postscript font uncomment this line and comment the one above
\setlength{\textwidth}{5.1in} % Text width of the document
\begin{document}
%----------------------------------------------------------------------------------------
% NAME AND ADDRESS SECTION
%----------------------------------------------------------------------------------------
\moveleft.5\hoffset\centerline{\large\bf Christopher J Bednar Jr} % Your name at the top
\moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip % Horizontal line after name; adjust line thickness by changing the '1pt'
% address
% \moveleft.5\hoffset\centerline{7329 Marc Drive}
% \moveleft.5\hoffset\centerline{Falls Church, VA 22042}
\moveleft.5\hoffset\centerline{(571) 245-7874}
\moveleft.5\hoffset\centerline{bednar.christopher@gmail.com}
\moveleft.5\hoffset\centerline{github.com/supercowz}
\moveleft.5\hoffset\centerline{www.bednarchris.com}
%----------------------------------------------------------------------------------------
\begin{resume}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{EDUCATION}
George Mason University, Fairfax, VA \\
Completed 63 credits toward a BS in Computer Science
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{COMPUTER \\ SKILLS}
{\sl Languages \& Software:}
HTML, CSS, JavaScript, PHP, Python, AngularJS, Django, Stylus, Bootstrap, WordPress, Git \\
{\sl Operating Systems:} Microsoft Windows, Mac OSX, Ubuntu Linux
%----------------------------------------------------------------------------------------
% PROFESSIONAL EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{EXPERIENCE}
{\sl Web Development Intern} \hfill February 2015 - Present\\
Edge Energy, McLean, VA
\begin{itemize} \itemsep -2pt % Reduce space between items
\item Constructed a modern WordPress theme using Twitter Bootstrap
\item Set up an up-to-date phone system using RingCentral
\item Management of several WordPress sites
\end{itemize}
{\sl Product Development UI Intern} \hfill June 2014 - August 2014\\
iCrossing, Reston, VA
\begin{itemize} \itemsep -2pt % Reduce space between items
\item Created a Python script running as a cron job on a Linux server to process user uploaded video files
\item Styled a landing page for PNC Bank using JavaScript, HTML, CSS and Adobe Photoshop
\item Styled an existing WordPress theme using CSS and PHP
\end{itemize}
{\sl Web Development Intern} \hfill September 2014 - December 2014\\
Hurdlr Inc, Washington, DC
\begin{itemize} \itemsep -2pt % Reduce space between items
\item Created a Grunt script that automatically ran nightly Protractor tests with a detailed log of the results
\item Contributed to a financial management web application with a small group of developers using AngularJS, Stylus, CSS, and HTML
\end{itemize}
{\sl Technology Chair for Theta Tau} \hfill January 2014 - December 2014 \\
George Mason University, Fairfax, VA
\begin{itemize}
\item Maintained and helped contribute to the creation of our fraternity website
\item Conducted committee meetings with other members of the fraternity
\end{itemize}
{\sl Undergraduate Teaching Assistant} \hfill August 2012 - December 2012 \\
George Mason University, Fairfax, VA
\begin{itemize} \itemsep -2pt % Reduce space between items
\item Assisted students in Python and general programming practices by finding ways to help them approach solving problems
\end{itemize}
{\sl Personal Tutor} \hfill February 2013 - May 2013 \\
George Mason University, Fairfax, VA
\begin{itemize}
\item Assisted students in Python and Java programming languages. Helped them study for tests, complete projects, and finish their homework
\end{itemize}
%
%{\sl Sales Associate} \hfill August 2013 - June 2014\\
%Patriot Computers, George Mason University, Fairfax, VA
%\begin{itemize}
%\item Help students and departments choose particular computers, software, and peripherals to meet their specific %needs
%\end{itemize}
%----------------------------------------------------------------------------------------
% ACHIEVEMENTS SECTION
%----------------------------------------------------------------------------------------
%\section{ACHIEVEMENTS}
%\begin{itemize}
%\item Wrote a Python program to process uploaded videos on a server.
%\end{itemize}
%\begin{itemize}
%\item Constructed a modern WordPress theme using Twitter BootStrap for Edge Energy
%\end{itemize}
%----------------------------------------------------------------------------------------
% PROFESSIONAL DEVELOPMENT SECTION
%----------------------------------------------------------------------------------------
\section{PROFESSIONAL \\ DEVELOPMENT}
\begin{itemize}
\item Built two blogs using WordPress and Twitter Bootstrap
\end{itemize}
\begin{itemize}
\item Attended several university hackathons including a time winning Microsoft's second place prize at UMD's Bitcamp
\end{itemize}
\begin{itemize}
\item Completed "The Complete Web Developer Course" on Udemy
\end{itemize}
\begin{itemize}
\item Member of Theta Tau Professional Engineering Fraternity
\end{itemize}
\begin{itemize}
\item Visit bednarchris.com/portfolio for more professional development examples
\end{itemize}
%----------------------------------------------------------------------------------------
\end{resume}
\end{document}