Add company command
This commit is contained in:
parent
aa44063a6d
commit
b7d3ef233c
1 changed files with 7 additions and 2 deletions
|
|
@ -44,6 +44,11 @@
|
||||||
\vspace*{-6pt} \lineunder
|
\vspace*{-6pt} \lineunder
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\company} [2] {
|
||||||
|
\textbf{#1} \hfill \textit{#2} \\
|
||||||
|
\vspace*{-8pt} {\leavevmode\leaders\hrule height 0.2pt\hfill\kern0pt }
|
||||||
|
}
|
||||||
|
|
||||||
\newcommand{\textsb} [1] {
|
\newcommand{\textsb} [1] {
|
||||||
{\sssb{#1}}
|
{\sssb{#1}}
|
||||||
}
|
}
|
||||||
|
|
@ -69,7 +74,7 @@ BS Computer and Information Science\\
|
||||||
\header{Experience}
|
\header{Experience}
|
||||||
\vspace{1mm}
|
\vspace{1mm}
|
||||||
|
|
||||||
\textbf{J.P. Morgan Chase} \hfill \textit{Columbus, OH} \\
|
\company{J.P. Morgan Chase}{Columbus, OH} \\
|
||||||
\textsb{Lead Software Developer} \hfill Jan 2021 -- Present \\
|
\textsb{Lead Software Developer} \hfill Jan 2021 -- Present \\
|
||||||
\vspace{-1mm}
|
\vspace{-1mm}
|
||||||
\begin{itemize} \itemsep -1mm
|
\begin{itemize} \itemsep -1mm
|
||||||
|
|
@ -83,7 +88,7 @@ BS Computer and Information Science\\
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
\textbf{L Brands} \hfill \textit{Columbus, OH} \\
|
\company{L Brands}{Columbus, OH} \\
|
||||||
\textsb{Junior Software Developer} \hfill Jan 2020 -- Jan 2021 \\
|
\textsb{Junior Software Developer} \hfill Jan 2020 -- Jan 2021 \\
|
||||||
\vspace{-1mm}
|
\vspace{-1mm}
|
||||||
\begin{itemize} \itemsep -1mm
|
\begin{itemize} \itemsep -1mm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue