summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-09-29 00:23:53 -0500
committerKarl Hallsby <karl@hallsby.com>2020-09-29 00:24:30 -0500
commit9da032f9fe8690eeac4d72b80182dd69bd5b5444 (patch)
tree36af13dd0a55524d1fbb45ad784b88a4668d792d
parent502d356d44fccb54279529b639fa5ef801aa93cd (diff)
Move skills/proficiencies to a separate file
-rw-r--r--Hallsby_Karl.tex18
-rw-r--r--Skills.tex43
2 files changed, 45 insertions, 16 deletions
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: