Paige Ulrich's Resume
Author
Paige Ulrich
Last Updated
9 years ago
License
Creative Commons CC BY 4.0
Abstract
Paige Ulrich's Resume
Paige Ulrich's Resume
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Template: Designer's CV
%
% Source: http://www.howtotex.com
%
% Feel free to distribute this example, but please keep the referral
% to HowToTeX.com
%
% Date: March 2012
%
% Modified by Lim Lian Tze to support multiple pages using fix provided at
% http://www.howtotex.com/templates/creating-a-designers-cv-in-latex/
% Date: November 2014
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% How to use writeLaTeX:
%
% You edit the source code here on the left, and the preview on the
% right shows you the result within a few seconds.
%
% Bookmark this page and share the URL with your co-authors. They can
% edit at the same time!
%
% You can upload figures, bibliographies, custom classes and
% styles using the files menu.
%
% If you're new to LaTeX, the wikibook is a great place to start:
% http://en.wikibooks.org/wiki/LaTeX
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document properties and packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,12pt,final]{memoir}
% misc
\renewcommand{\familydefault}{bch} % font
\pagestyle{empty} % no pagenumbering
\setlength{\parindent}{0pt} % no paragraph indentation
% required packages (add your own)
\usepackage{flowfram} % column layout
\usepackage[top=1cm,left=1cm,right=1cm,bottom=1cm]{geometry}% margins
\usepackage{graphicx} % figures
\usepackage{url} % URLs
\usepackage[usenames,dvipsnames]{xcolor} % color
\usepackage{multicol} % columns env.
\setlength{\multicolsep}{0pt}
\usepackage{paralist} % compact lists
\usepackage{tikz}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Create column layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define length commands
\setlength{\vcolumnsep}{\baselineskip}
\setlength{\columnsep}{\vcolumnsep}
% left frame
\newflowframe{0.2\textwidth}{\textheight}{0pt}{0pt}[left]
\newlength{\LeftMainSep}
\setlength{\LeftMainSep}{0.2\textwidth}
\addtolength{\LeftMainSep}{1\columnsep}
% small static frame for the vertical line
\newstaticframe{1.5pt}{\textheight}{\LeftMainSep}{0pt}
% content of the static frame
\begin{staticcontents}{1}
\hfill
\tikz{%
\draw[loosely dotted,color=RoyalBlue,line width=1.5pt,yshift=0]
(0,0) -- (0,\textheight);}%
\hfill\mbox{}
\end{staticcontents}
% right frame
\addtolength{\LeftMainSep}{1.5pt}
\addtolength{\LeftMainSep}{1\columnsep}
\newflowframe{0.7\textwidth}{\textheight}{\LeftMainSep}{0pt}[main01]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define macros (for convience)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\Sep}{\vspace{1.5em}}
\newcommand{\SmallSep}{\vspace{0.5em}}
\newenvironment{AboutMe}
{\ignorespaces\textbf{\color{RoyalBlue} About me}}
{\Sep\ignorespacesafterend}
\newcommand{\CVSection}[1]
{\Large\textbf{#1}\par
\SmallSep\normalsize\normalfont}
\newcommand{\CVItem}[1]
{\textbf{\color{RoyalBlue} #1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Begin document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
% Left frame
%%%%%%%%%%%%%%%%%%%%
%
\begin{flushright}\small
210 Lee St.
North Augusta, SC 29841\\
\url{paigelkirk81@gmail.com} \\
803-634-6967
\end{flushright}\normalsize
\framebreak
% Right frame
%%%%%%%%%%%%%%%%%%%%
\Huge\bfseries {\color{RoyalBlue} Paige Ulrich} \\
\normalsize\normalfont
% About me
\begin{AboutMe}
Hard working, responsible and disciplined Marketing student with a variety of work experience and a broad range of skills. During children's early childhood years I broadened my skillset through seasonal and temporary job positions, volunteer work, as well as freelance and self-employment ventures. These jobs and ventures provided me with a plethora of experience in problem solving, organization, marketing, advertising ,customer service, team building, efficiency, emergency management, multi-tasking, caregiving, writing, editing, typing (70 wpm), word processing, Excel, budgeting, fundraising, scheduling, conflict resolution, teaching, curriculum creation, tutoring, nutritional meal planning, minor repairs, and elder care.
\end{AboutMe}
% Experience
\CVSection{Experience}
\CVItem{2014 - 2015}\\
Full-time Waffle House server/sales person and full-time college student at Aiken Technical College maintaining a 4.0 GPA. Worked seasonally at Banana Republic as a Brand Ambassador.
\SmallSep
\CVItem{2012 - 2014}\\
Self-employed Housekeeper, Nanny, and Flea Market reseller. Volunteered at Goodwill and the Public Library.
\SmallSep
\CVItem{2010 - 2012}\\
Managed budget and accounting for Pheonix Lawn Care. Placed advertisements and wrote marketing text. Independently operated e-commerce business. Volunteered as Religious Education instructor for 4th grade students. Designed curriculum.
\SmallSep
\CVItem{2007 - 2010}\\
Volunteered with Elementary School PTA, participating in fundraising and organizing. Freelance writing for online publication. Freelance editing. Operated blog that averaged 20,000 hits a month.
\SmallSep
\CVItem{2005 - 2007}\\
Provided in-home care for quadraplegic patient. Managed Mall Kiosk during busy holiday season.
\SmallSep
\CVItem{2002 - 2005}\\
Childcare provider for up to 6 children. Certified in CPR.
\SmallSep
\CVItem{2000 - 2001}\\
Enlisted in the United States Army. Completed Basic Combat Training and Army Instructional training as Geospatial Intelligence Imagery Analyst (96D). Held Top Secret Security Clearance. Received Physical Fitness award for outstanding performance on a Physical Training test.
\SmallSep
\CVItem{1998 - 1999}\\
Earned High School Diploma from Whispering Hills in Titusville, Florida. Enrolled in 2 semesters at Eastern Florida College. Worked as a hotel night manager. Volunteered with Hospital Auxilary as gift shop cashier.
\Sep
% You'll need these 3 lines at the end of each page!
\clearpage
\framebreak
\framebreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}