Added qualifications section
This commit is contained in:
parent
335c46d486
commit
ebaed6771c
2 changed files with 22 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ pdf-print: ps
|
|||
text: html
|
||||
html2text -width 100 -style pretty ${filename}/${filename}.html | sed -n '/./,$$p' | head -n-2 >${filename}.txt
|
||||
|
||||
html:
|
||||
html: blindtext.sty
|
||||
@#latex2html -split +0 -info "" -no_navigation ${filename}
|
||||
htlatex ${filename}
|
||||
|
||||
|
|
|
|||
31
cv.tex
31
cv.tex
|
|
@ -67,7 +67,6 @@
|
|||
\textbf{#2} \\
|
||||
\textit{#3} \normalsize{#4}
|
||||
\end{minipage}\\
|
||||
\vspace{.2cm}
|
||||
}
|
||||
|
||||
\newcommand{\skillsection}[2]{
|
||||
|
|
@ -77,6 +76,19 @@
|
|||
\vspace{-.2cm}
|
||||
}
|
||||
|
||||
\newcommand{\qualificationentry}[4]{
|
||||
\noindent
|
||||
\begin{minipage}[t]{.14\linewidth}
|
||||
\hfill \textsc{#1}
|
||||
\end{minipage}
|
||||
\hfill\vline\hfill
|
||||
\begin{minipage}[t]{.81\linewidth}
|
||||
\raggedright
|
||||
\textbf{#2}
|
||||
\textit{#3} \hfill \normalsize{#4}
|
||||
\end{minipage}\\
|
||||
}
|
||||
|
||||
\newcommand{\itemsubsection}[1]{\vspace{0.2em}\subsubsection{\emph{#1}}}
|
||||
|
||||
% Content
|
||||
|
|
@ -106,7 +118,7 @@ new ways to improve my knowledge in these areas.
|
|||
\vspace{-1em}
|
||||
|
||||
\section{Core Skills}
|
||||
\skillsection{Game Development}{ C++, Unreal Engine 4, OpenGL (GLSL), SDL2,
|
||||
\skillsection{Game Development}{C++, Unreal Engine 4, OpenGL (GLSL), SDL2,
|
||||
CMake}
|
||||
|
||||
\skillsection{Full stack Web Development}{JavaScript, Node/Express, React, AWS
|
||||
|
|
@ -116,6 +128,11 @@ ECS/ECR, MERN stack, Docker, Terraform}
|
|||
|
||||
\vspace{-1.4em}
|
||||
|
||||
\section{Qualifications}
|
||||
\qualificationentry{2019--2020}{MA Entreprenuership}{Falmouth University -- LaunchPad} {Third}
|
||||
\qualificationentry{2015--2018}{BSc (Hons) Computing for Games}{Falmouth University -- Games Academy}{2:1}
|
||||
\vspace{-0.8cm}
|
||||
|
||||
\section{Projects and Experience}
|
||||
\entry{2021--Present}{Associate Lecturer of Computing}{Falmouth University -- Games Academy}
|
||||
{
|
||||
|
|
@ -129,8 +146,8 @@ ECS/ECR, MERN stack, Docker, Terraform}
|
|||
staff.
|
||||
}
|
||||
|
||||
\entry{2019--2020}{MA Entreprenuership Student, Co-Founder and Full Stack Web
|
||||
Developer}{ Falmouth University -- Ramble Media LTD}
|
||||
\entry{2019--2020}{MA Entreprenuership --- Co-Founder and Full Stack Web
|
||||
Developer}{Falmouth University -- Ramble Media LTD}
|
||||
{
|
||||
As an Entrepreneurship MA student, I developed skills in web development and
|
||||
was one of two developers responsible for creating and deploying an
|
||||
|
|
@ -140,12 +157,6 @@ Developer}{ Falmouth University -- Ramble Media LTD}
|
|||
allowing users to call into web call-shows that we broadcasted through the
|
||||
Wowza platform. Our platform was hosted on AWS and attracted a small but
|
||||
dedicated user base before we decided to move on due to market competition. \\
|
||||
|
||||
During this project, I also gained hands-on experience in managing scrum/agile
|
||||
methodologies in a small multi-disciplinary team. This experience, along with my
|
||||
academic background in project management and entrepreneurship, has given me a
|
||||
deep understanding of how to bring a product to market and deliver projects on
|
||||
time and within budget.
|
||||
}
|
||||
|
||||
\entry{2015--2018}{BSc (Hons) Computing for Games --- Monq}{Falmouth University}
|
||||
|
|
|
|||
Loading…
Reference in a new issue