resume/resume.tex

75 lines
2.3 KiB
TeX
Raw Normal View History

2022-07-04 19:06:32 +00:00
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%
% This document requires Awesome CV (/awesome-cv.cls) from this repository:
% https://github.com/posquit0/Awesome-CV
%
% This document also assumes a full installation of texlive (texlive-full from the Debian
% repository, texlive-most from the AUR)
%
% Author: CPunch (Seth Stubbs)
%%
%--------------------------------------------------------------------------------------------------
% CONFIGURATIONS
% Awesome-CV first, then content configuration
%--------------------------------------------------------------------------------------------------
2022-07-05 19:31:13 +00:00
% include Awesome-CV, with 12pt font and A4 paper size
2022-09-17 23:48:46 +00:00
\documentclass[10pt, A4]{awesome-cv}
2022-07-04 19:06:32 +00:00
% disable first 3 letter highlight
\setbool{acvSectionColorHighlight}{false}
2022-07-04 19:06:32 +00:00
% config geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
% setup color
\colorlet{awesome}{awesome-orange}
% content configuration
2022-10-09 00:26:02 +00:00
\newbool{openfusionProject}
\newbool{laikaProject}
\newbool{cosmoProject}
\newbool{luadecompyProject}
\newbool{quickshareProject}
2022-10-09 00:26:02 +00:00
\newbool{openpunkProject}
% server maintenance, devops, etc.
\setbool{openpunkProject}{true} % OpenPunk
% webshit/golang
\setbool{quickshareProject}{true} % QuickShare
2022-10-09 00:26:02 +00:00
% systems programming
\setbool{openfusionProject}{true} % OpenFusion
\setbool{laikaProject}{true} % Laika
\setbool{cosmoProject}{false} % Cosmo
\setbool{luadecompyProject}{false} % LuaDecompy
2022-07-04 19:06:32 +00:00
%--------------------------------------------------------------------------------------------------
% PERSONAL INFO
% Some info has been redacted for privacy (address, mobile)
2022-07-04 19:06:32 +00:00
%--------------------------------------------------------------------------------------------------
\name{Seth}{Stubbs}
\position{Full stack Developer}
2022-10-04 05:01:51 +00:00
\email{cpunch@openpunk.com}
2022-07-04 19:06:32 +00:00
\homepage{openpunk.com}
\github{CPunch}
%--------------------------------------------------------------------------------------------------
% CONTENT
% Included from the ./resume directory
2022-07-04 19:06:32 +00:00
%--------------------------------------------------------------------------------------------------
\begin{document}
\makecvheader[C]
\input{resume/skills.tex}
2022-07-05 19:16:32 +00:00
\input{resume/experience.tex}
2022-07-04 19:06:32 +00:00
\input{resume/projects.tex}
%\input{resume/education.tex}
2022-07-08 00:50:59 +00:00
\makecvfooter{}{References avaliable upon request}{}
2022-07-04 19:06:32 +00:00
\end{document}