summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2023-10-02 15:22:21 -0500
committerKarl Hallsby <karl@hallsby.com>2023-10-02 15:22:21 -0500
commita3fd8bb9f5cc3c8a4d756c9ae3af6295bb8978fc (patch)
tree6f786ba6b1564a6c80e9d6808bb68c8a6a78b983
parent3786ef50d9c777ce488e1977ae5dc34cbc9d8a36 (diff)
Remove Skills table
-rw-r--r--Hallsby_Karl.tex1
-rw-r--r--Skills.tex54
2 files changed, 0 insertions, 55 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex
index 7e45ecc..fcda3b3 100644
--- a/Hallsby_Karl.tex
+++ b/Hallsby_Karl.tex
@@ -102,7 +102,6 @@
\input{./Education}
-\input{./Skills}
\input{./Experience}
diff --git a/Skills.tex b/Skills.tex
deleted file mode 100644
index 7fdf59d..0000000
--- a/Skills.tex
+++ /dev/null
@@ -1,54 +0,0 @@
-\section{Skills}\label{sec:Skills}
-\vspace{-1.00em}
-\begin{multicols}{2}
-\subsection{Programming Languages}\label{subsec:Programming_Langs}
-\begin{notopsepitemize}
-\item \href{https://en.wikipedia.org/wiki/C_(programming_language)}{C}
-\item \href{https://www.rust-lang.org}{Rust}
-\item \href{https://en.wikipedia.org/wiki/Motorola_68000}{MC68k Assembly}
-\item \href{https://en.wikipedia.org/wiki/MIPS_architecture}{MIPS}
-\item \href{https://riscv.org}{RISC-V}
-\item \href{https://www.java.com/en/}{Java}
-\item \href{https://www.python.org/}{Python 3}
-\item \href{https://www.haskell.org/}{Haskell}
-\end{notopsepitemize}
-
-\subsection{Software}\label{subsec:Software}
-\begin{notopsepitemize}
-\item \href{https://git-scm.com}{Git}
-\item \href{https://latex-project.org}{\LaTeX{}}
-\item \textsc{Linux}
-\item \href{https://nixos.org}{\textsc{Nix}}
-\end{notopsepitemize}
-
-\columnbreak{}
-
-\subsection{Hardware Description Languages}\label{subsec:HDLs}
-\begin{notopsepitemize}
-\item Verilog
-\item VHDL
-\item \href{https://chisel-lang.org}{Chisel}
-\end{notopsepitemize}
-
-\subsection{Hardware}\label{subsec:Hardware}
-\begin{notopsepitemize}
-\item Oscilloscope
-\item Analog/Digital Function Generator
-\item Digital Logic Analyzer
-\item Xilinx Vivado
-\item Intel Quartus
-\end{notopsepitemize}
-
-% Add languages and their proficiencies
-\subsection{Human Languages}\label{subsec:Humans_Langs}
-\begin{notopsepitemize}
-\item English, Native
-\item Spanish, Fluent
-\item Swedish, Beginner
-\end{notopsepitemize}
-\end{multicols}
-
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "Hallsby_Karl"
-%%% End: