summaryrefslogtreecommitdiffstats
path: root/src/sections
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-06-29 16:36:09 -0500
committerToby Vincent <tobyv13@gmail.com>2022-06-29 16:36:49 -0500
commit73d053d577faef044ec2cb195540f37ac6254085 (patch)
tree1e85cf0f9fe887b9381de2057f16aa5fce7875a7 /src/sections
chore: initial commit
Diffstat (limited to 'src/sections')
-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
4 files changed, 79 insertions, 0 deletions
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}{}{}{}
+