diff --git a/CV_env.tex b/CV_env.tex index 320a8b2..9f587aa 100644 --- a/CV_env.tex +++ b/CV_env.tex @@ -22,11 +22,32 @@ before=\startpacked, after=\stoppacked ] -\setuphead[subject][style=\tfb\bf,color=darkgreen] +\setuphead[subject][ + style=\tfb\bf, + color=darkgreen, +] %% Blocks -\definedescription[timeentry][width=broad,distance=.5em,alternative=hanging] -\setupitemize[option=packed,textdistance=small] +\definedescription[timeentry][ + width=broad, + distance=.5em, + alternative=hanging, + before=\startpacked, + after=\stoppacked +] +\definedescription[proglang][ + width=fit, + sample=JS/TS, + headstyle=\tf, + text={\hbox to1em {--}}, + before=\startpacked, + after=\stoppacked +] +\setupitemize[ + option={packed,joinedup,nowhite}, + width=1em, + distance=0pt +] %% Enable hyperlinks \setupinteraction[state=start,color=lightblue] diff --git a/cv.tex b/cv.tex index 4aecd4d..84a605e 100644 --- a/cv.tex +++ b/cv.tex @@ -78,6 +78,18 @@ App. 117, 2 Bexley Square, M3 6GP Salford, United Kingdom \stopsubject +\page + +\startcolumns[distance=2.8em] + +%% Somehow columns make the title whitespace bigger +\setuphead[subject][ + style=\tfb\bf, + color=darkgreen, + before=\startpacked, + after=\stoppacked +] + \startsubject[title={Other Experience}] \starttimeentry{Summer 2016} Created a digital art exhibition for The University of Manchester @@ -93,12 +105,9 @@ App. 117, 2 Bexley Square, M3 6GP Salford, United Kingdom \item Build and integration tooling \startitemize \item Nix, BuildStream, Bazel - \startitemize[1] - \item Also used Buildbarn and Engflow for remote execution/caching - \stopitemize - \item Various language-specific build tooling (e.g. cargo, setuptools, npm, \textellipsis) + \item Various language-specific build tooling \stopitemize - \item Container and devops-related tooling + \item Container and devops tooling \startitemize \item OCI container tooling (including docker registries) \item LXC, flatpak @@ -151,15 +160,23 @@ App. 117, 2 Bexley Square, M3 6GP Salford, United Kingdom \startsubject[title={Hobbies and Interests}] \startitemize - \item Tabletop role-playing --- Currently acting as GM for PTU for a small group - \item Badminton --- Played with The University of Manchester's badminton society - \item Nix + \item NixOS + \startitemize + \item Used for most personal programming for the last two years, converted a few colleagues and friends + \stopitemize + \item Tabletop role-playing + \item Badminton \stopitemize \stopsubject -\startalignment[center] -References available on request -\stopalignment +\stopcolumns + +\placefloat[][bottom,low,none]{}{ + \startalignment[center] + \tfa + References available on request + \stopalignment +} \stoptext