From 9da032f9fe8690eeac4d72b80182dd69bd5b5444 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Tue, 29 Sep 2020 00:23:53 -0500 Subject: Move skills/proficiencies to a separate file --- Hallsby_Karl.tex | 18 ++---------------- Skills.tex | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 16 deletions(-) create mode 100644 Skills.tex diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 0be72ab..79dd3fa 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -52,22 +52,6 @@ \end{tabularx} \end{center} -% If I'm not super confident in my ability with something, Proficiencies -> Skills instead -\section{Proficiencies}\label{sec:Proficiencies} -\subsection{Programming Languages}\label{subsec:Programming_Langs} -C, C++, Java, Python 3, Haskell - -\subsection{Software}\label{subsec:Software} -Git, \LaTeX{}, \textsc{Linux}, \textsc{Nix}, Microsoft Office Suite - -\subsection{Hardware}\label{subsec:Hardware} -Oscilloscope, Digital Logic Analyzer - -% Add languages and their proficiencies -\subsection{Languages}\label{subsec:Languages} -Spanish -Swedish - \section{Professional Experience}\label{sec:Professional_Experience} \begin{tabular}[h!]{r|p{11cm}} {\large\textsc{Jul 2020 --- Aug 2020}} & {\large Intern at \href{https://mazarineventures.com}{Mazarine Ventures}}, Chicago, IL \\ @@ -135,6 +119,8 @@ Played oboe for 10 years. Member of Batavia High School’s highest rated orchestra, winning state awards. \input{./Education} +\input{./Skills} + \end{document} diff --git a/Skills.tex b/Skills.tex new file mode 100644 index 0000000..8a54e2c --- /dev/null +++ b/Skills.tex @@ -0,0 +1,43 @@ +% If I'm not super confident in my ability with something, Proficiencies -> Skills instead +\section{Proficiencies}\label{sec:Proficiencies} +\begin{multicols}{2} +\subsection{Programming Languages}\label{subsec:Programming_Langs} +\begin{itemize}[noitemsep] +\item C +\item C++ +\item Java +\item Python 3 +\item Haskell +\end{itemize} + +\subsection{Hardware}\label{subsec:Hardware} +\begin{itemize}[noitemsep] +\item Oscilloscope +\item Analog/Digital Function Generator +\item Digital Logic Analyzer +\end{itemize} + +\columnbreak{} + +\subsection{Software}\label{subsec:Software} +\begin{itemize}[noitemsep] +\item \href{https://git-scm.com}{Git} +\item \href{https://latex-project.org}{\LaTeX{}} +\item \textsc{Linux} +\item \href{https://nixos.org}{textsc{Nix}} +\item Microsoft Office Suite +\end{itemize} + +% Add languages and their proficiencies +\subsection{Human Languages}\label{subsec:Humans_Langs} +\begin{itemize}[noitemsep] +\item English, Native. +\item Spanish, Fluent. +\item Swedish, Beginner. +\end{itemize} +\end{multicols} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "Hallsby_Karl" +%%% End: -- cgit v1.2.3