diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-04 13:21:45 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-04 13:21:45 -0500 |
commit | 9c3c19880d313d72b289c64121301b76109db082 (patch) | |
tree | ed88fdf5b3dfb262f183a735a313b692c9317f1f | |
parent | 767ce6a04587bb39647faa6957b96858bfc42d5b (diff) |
Put SW & HW together with their tools in skills section
This moves one of the blocks from the right column to the left, and
vice versa. Overall, the spacing and orientation of these sections are
improved by putting these in this order.
-rw-r--r-- | Skills.tex | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -13,6 +13,16 @@ \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 @@ -20,8 +30,6 @@ \item \href{https://chisel-lang.org}{Chisel} \end{notopsepitemize} -\columnbreak{} - \subsection{Hardware}\label{subsec:Hardware} \begin{notopsepitemize} \item Oscilloscope @@ -31,14 +39,6 @@ \item Intel Quartus \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} - \vspace{1em} % Add languages and their proficiencies \subsection{Human Languages}\label{subsec:Humans_Langs} |