Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9befe4adea | ||
|
|
8987d0abf8 | ||
|
|
e94918354c |
@@ -25,6 +25,9 @@
|
||||
\usepackage{enumitem}
|
||||
\usepackage{ifthen}
|
||||
|
||||
\newboolean{include-sensitive}
|
||||
\setboolean{include-sensitive}{false}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{header.tex}
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
{Present}
|
||||
{Software Developer}
|
||||
{Better Conversations Foundation}
|
||||
{After I have completed my degree I intend to return to the Better Conversations Foundation to continue the work I started the previous year as I look for a longer term role.}
|
||||
{After I completing my degree I returned to the Better Conversations Foundation to continue the work I started the previous year for the non-profit as I look for a longer term role.}
|
||||
\entry
|
||||
{Academic\,Year 2023/24}
|
||||
{Final Year Project, AI Applications in Lagrangian Physics}
|
||||
@@ -55,7 +55,7 @@
|
||||
{}
|
||||
{}
|
||||
{This role gave me an appreciation for how the interpersonal aspects of successful team are crucial for the overall success of a project. This was especially important when interfacing with the business side of the organisation on the direction of the project.\\
|
||||
\kwdlst{React, Express, Jest, Cypress, Redis, SQL, Postgres, HBase, Cloudera, Jenkins, Docker, Typescript, JavaScript, Linux, Microservices, Agile, Scrum}}
|
||||
\kwdlst{React, Redux, Express, Jest, Cypress, Redis, SQL, Postgres, HBase, Cloudera, Jenkins, Docker, Typescript, JavaScript, Linux, Microservices, Agile, Scrum}}
|
||||
\entry
|
||||
{2017 -- 2021\\\footnotesize{Holidays \& Part time}}
|
||||
{Software Developer}
|
||||
|
||||
+17
-17
@@ -1,30 +1,30 @@
|
||||
\begin{minipage}[t]{0.45\textwidth} % 45% of the page width for name
|
||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||
\begin{minipage}[t]{0.45\textwidth}
|
||||
\vspace{-\baselineskip}
|
||||
|
||||
% If your name is very short, use just one of the lines below
|
||||
% If your name is very long, reduce the font size or make the minipage wider and reduce the others proportionately
|
||||
\colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Joshua}}}}} % First name
|
||||
\colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Joshua}}}}}
|
||||
|
||||
\colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Coles}}}}} % Last name
|
||||
\colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Coles}}}}}
|
||||
|
||||
\vspace{6pt}
|
||||
|
||||
{\huge Full-stack Developer} % Career or current job title
|
||||
{\huge Full-stack Developer}
|
||||
\end{minipage}
|
||||
\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the first row of icons
|
||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||
|
||||
% The first parameter is the FontAwesome icon name, the second is the box size and the third is the text
|
||||
% Other icons can be found by referring to fontawesome.pdf (supplied with the template) and using the word after \fa in the command for the icon you want
|
||||
\begin{minipage}[t]{0.275\textwidth}
|
||||
\vspace{-\baselineskip}
|
||||
|
||||
\ifthenelse{\boolean{include-sensitive}}{%
|
||||
\icon{MapMarker}{12}{Bath / Reading}\\
|
||||
\icon{Phone}{12}{+44 7564 199236}\\
|
||||
\icon{At}{12}{\emailaddr{me@joshuacoles.me}}\\
|
||||
\icon{At}{12}{\emailaddr{me@joshuacoles.me}}\\
|
||||
}{%
|
||||
\icon{MapMarker}{12}{South England}\\
|
||||
\icon{At}{12}{{me at this domain}}\\\\
|
||||
Personal information \\ omitted in web version
|
||||
}
|
||||
\end{minipage}
|
||||
\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the second row of icons
|
||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||
\begin{minipage}[t]{0.275\textwidth}
|
||||
\vspace{-\baselineskip}
|
||||
|
||||
% The first parameter is the FontAwesome icon name, the second is the box size and the third is the text
|
||||
% Other icons can be found by referring to fontawesome.pdf (supplied with the template) and using the word after \fa in the command for the icon you want
|
||||
\icon{Globe}{12}{\href{https://git.joshuacoles.me/explore/repos}{Personal Gitea}}\\
|
||||
\icon{Github}{12}{\href{https://github.com/joshuacoles}{github.com/joshuacoles}}\\
|
||||
\icon{Linkedin}{12}{\href{https://www.linkedin.com/in/joshua-coles-a79498151/}{LinkedIn}}\\
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
\newboolean{include-references}
|
||||
\setboolean{include-references}{true}
|
||||
|
||||
\ifthenelse{\boolean{include-references}}
|
||||
\ifthenelse{\boolean{include-references} \AND \boolean{include-sensitive}}
|
||||
{
|
||||
\begin{entrylist}
|
||||
\entry
|
||||
|
||||
Reference in New Issue
Block a user