summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/resume.tex34
-rw-r--r--src/sections/cover_letter.tex12
-rw-r--r--src/sections/education.tex10
-rw-r--r--src/sections/experience.tex37
-rw-r--r--src/sections/skills.tex20
5 files changed, 113 insertions, 0 deletions
diff --git a/src/resume.tex b/src/resume.tex
new file mode 100755
index 0000000..d238809
--- /dev/null
+++ b/src/resume.tex
@@ -0,0 +1,34 @@
+\documentclass[10pt,a4paper,sans]{moderncv}
+
+\moderncvstyle{classic}
+\moderncvcolor{blue}
+
+\usepackage[utf8]{inputenc}
+
+\usepackage[top=0.9cm, bottom=0.6cm, left=2cm, right=2cm]{geometry}
+\usepackage{booktabs}
+\usepackage{lipsum}
+
+\setlength{\hintscolumnwidth}{2.8cm}
+\title{Curriculum Vitae}
+
+\name{Toby}{Vincent}
+\address{111 Whitsell Way}{62040, Granite City, Illinois}
+\email{tobyv13@gmail.com}
+\mobile{217.617.3424}
+\social[linkedin]{tobyvin}
+\social[github]{tobyvin}
+
+\begin{document}
+
+\makecvtitle
+
+\input{sections/education}
+
+\input{sections/experience}
+
+\input{sections/skills}
+
+\include{sections/cover_letter}
+
+\end{document}
diff --git a/src/sections/cover_letter.tex b/src/sections/cover_letter.tex
new file mode 100644
index 0000000..269191f
--- /dev/null
+++ b/src/sections/cover_letter.tex
@@ -0,0 +1,12 @@
+\recipient{HR Department}{Corporation\\123 Pleasant Lane\\12345 City, State}
+\date{\today}
+\opening{Dear Sir or Madam,}
+\closing{Sincerely yours,}
+\enclosure[Attached]{curriculum vit\ae{}}
+
+\makelettertitle
+
+\lipsum[1-3]
+
+\makeletterclosing
+
diff --git a/src/sections/education.tex b/src/sections/education.tex
new file mode 100644
index 0000000..1c3df7c
--- /dev/null
+++ b/src/sections/education.tex
@@ -0,0 +1,10 @@
+\section{Education}
+
+\cventry{2018--2022}{B.S., Computer Science}{Southern Illinois University}{Edwardsville, Illinois}{}{}
+
+% Figure out what to do with this
+\section{Achievments}
+
+\cvitem{2022}{Nomination for the IPAC Senior Design Project Showcase}
+\cvitem{2019--2022}{Consecutive Dean's List Honoree}
+
diff --git a/src/sections/experience.tex b/src/sections/experience.tex
new file mode 100644
index 0000000..87f658d
--- /dev/null
+++ b/src/sections/experience.tex
@@ -0,0 +1,37 @@
+\section{Work Experience}
+
+\cventry{2021--2022}{Graduate TA}{\textsc{Southern Illinois University}}{Edwardsville, Illinois}{}
+{
+ % TODO fix: reword this
+ Hired on as a TA after being noticed
+ \begin{itemize}
+ \item Rigorously tested and evaluated students' work and projects
+ \item Developed a flexible testing harness using shell script and tmux
+ \end{itemize}
+}
+
+\cventry{2016--2016}{IT Technician}{\textsc{Craig Industries, Inc.}}{Quincy, Illinois}{}
+ % TODO feat: write description
+ % TODO feat: add tech stack and servers/server system
+{
+ Description of what I did here
+}
+
+\cventry{2015--2016}{Customer Consultant}{\textsc{Eagle Technologies Inc.}}{Quincy, Illinois}{}
+{
+ % TODO feat: write description
+ Description of what I did here
+}
+
+\cventry{2015--2015}{Geek Squad}{\textsc{Best Buy Co. Inc.}}{Quincy, Illinois}{}
+{
+ % TODO feat: write description
+ Description of what I did here
+}
+
+\cventry{2013--2014}{IT Technician}{\textsc{Craig Industries, Inc.}}{Quincy, Illinois}{}
+{
+ % TODO feat: write description
+ Description of what I did here
+}
+
diff --git a/src/sections/skills.tex b/src/sections/skills.tex
new file mode 100644
index 0000000..7d8f82e
--- /dev/null
+++ b/src/sections/skills.tex
@@ -0,0 +1,20 @@
+\section{Skills}
+
+\subsection{Languages}
+
+\cvcomputer{Proficient}{\encircle{Rust}, C\#, Python, Lua}{}{}
+\cvcomputer{Experienced}{JavaScript, TypeScript, C, \LaTeX}{}{}
+\cvcomputer{Familiar}{C++, HTML, CSS, Java, R}{}{}
+
+\subsection{Libraries/Frameworks}
+
+\cvcomputer{Proficient}{}{}{}
+\cvcomputer{Experienced}{}{}{}
+\cvcomputer{Familiar}{}{}{}
+
+\subsection{Tools/Platforms}
+
+\cvcomputer{Proficient}{}{}{}
+\cvcomputer{Experienced}{}{}{}
+\cvcomputer{Familiar}{}{}{}
+