This was adapted from the template here, with some modifications to design, the code, and ability to get up and running. Preview here.
There are 5 distinct components: header, sections, entry type 1 (title, subheading, date(s), location), entry type 2 (title, date(s)), and entry type 3 (single list no bullet, with a bold prefix).
You can also modify the colour scheme (primary, secondary, accent, and link colours).
Change the variables at the top of the document, and then modify the order you want to present your info in the \headertype{}{}{}{}{}{}
argument at the beginning of the document. You can choose \doublecol
or \singlecol
. They look like this:
Single column probably handles longer links better. Full previews at the preview section.
\section{<icon>}{Text}
can be anything; fontawesome icons are great.
Preceed it by \resumeEntryStart
and end it with \resumeEntryEnd
.
\resumeEntryTSDL{Title}{Date(s)}{Subheading}{Location}
\resumeEntryTD{Title}{Date(s)}
\resumeEntryS{Bold}{RegularText}
Preceed it by \resumeItemListStart
and end it with \resumeItemListEnd
. Each item is a \resumeItem
.