Added profile picture and some other small changes
This commit is contained in:
parent
86bb5040fa
commit
32fc67fa36
6
en.tex
6
en.tex
|
@ -4,12 +4,18 @@
|
||||||
\newcommand{\ProgrammingLanguages}{Programming Languages}
|
\newcommand{\ProgrammingLanguages}{Programming Languages}
|
||||||
\newcommand{\OtherSkills}{Other Skills}
|
\newcommand{\OtherSkills}{Other Skills}
|
||||||
\newcommand{\Languages}{Languages}
|
\newcommand{\Languages}{Languages}
|
||||||
|
\newcommand{\Hobbies}{Hobbies}
|
||||||
\newcommand{\Projects}{Projects}
|
\newcommand{\Projects}{Projects}
|
||||||
|
|
||||||
\newcommand{\Now}{Now}
|
\newcommand{\Now}{Now}
|
||||||
|
|
||||||
\newcommand{\Dutch}{Dutch}
|
\newcommand{\Dutch}{Dutch}
|
||||||
\newcommand{\English}{English}
|
\newcommand{\English}{English}
|
||||||
|
\newcommand{\Native}{native}
|
||||||
|
\newcommand{\NearNative}{near native}
|
||||||
|
|
||||||
|
\newcommand{\AnalogPhotography}{Analog Photography}
|
||||||
|
\newcommand{\HouseMusic}{House Music}
|
||||||
|
|
||||||
\newcommand{\Maths}{Maths}
|
\newcommand{\Maths}{Maths}
|
||||||
\newcommand{\Physics}{Physics}
|
\newcommand{\Physics}{Physics}
|
||||||
|
|
BIN
images/pfp.jpg
Executable file
BIN
images/pfp.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
53
main.tex
53
main.tex
|
@ -93,9 +93,20 @@
|
||||||
|
|
||||||
\cvsect{\WhoAmI}
|
\cvsect{\WhoAmI}
|
||||||
|
|
||||||
\begin{minipage}[t]{1\textwidth} % 40% of the page width for the introduction text
|
\begin{minipage}[t]{0.25\textwidth}
|
||||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||||
|
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\clip (0,0) circle (1.8cm) ;
|
||||||
|
\node[anchor=center] at (0, -0.2) {\includegraphics[width=6cm]{images/pfp.jpg}};
|
||||||
|
%adjust this coordinate to move image
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{minipage}
|
||||||
|
\begin{minipage}[t]{0.75\textwidth} % 40% of the page width for the introduction text
|
||||||
|
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||||
|
|
||||||
|
\vspace{0.3cm}
|
||||||
|
|
||||||
\input{latex/blurb.{{lang}}.md.tex}
|
\input{latex/blurb.{{lang}}.md.tex}
|
||||||
|
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
@ -195,8 +206,17 @@
|
||||||
|
|
||||||
\cvsect{\Languages}
|
\cvsect{\Languages}
|
||||||
|
|
||||||
\textbf{\Dutch} - native\\
|
\textbf{\Dutch} \\
|
||||||
\textbf{\English} - near native
|
\hspace*{2em} \Native \\
|
||||||
|
\textbf{\English} \\
|
||||||
|
\hspace*{2em} \NearNative
|
||||||
|
|
||||||
|
\vspace{8pt}
|
||||||
|
|
||||||
|
\cvsect{\Hobbies}
|
||||||
|
|
||||||
|
\AnalogPhotography\\
|
||||||
|
\HouseMusic
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
|
@ -212,25 +232,24 @@
|
||||||
|
|
||||||
\vspace{8pt}
|
\vspace{8pt}
|
||||||
|
|
||||||
\begin{minipage}[t]{0.3\textwidth}
|
\begin{minipage}[t]{0.45\textwidth}
|
||||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||||
\input{latex/project/z80.{{lang}}.md.tex}
|
\input{latex/project/automation.{{lang}}.md.tex}
|
||||||
|
|
||||||
\vspace{6pt}
|
\vspace{6pt}
|
||||||
|
|
||||||
|
\input{latex/project/z80.{{lang}}.md.tex}
|
||||||
|
\end{minipage}
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}[t]{0.45\textwidth}
|
||||||
|
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||||
|
\input{latex/project/car-stereo.{{lang}}.md.tex}
|
||||||
|
|
||||||
|
\vspace{6pt}
|
||||||
|
|
||||||
\input{latex/project/pico_p1.{{lang}}.md.tex}
|
\input{latex/project/pico_p1.{{lang}}.md.tex}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\hfill
|
\hfill
|
||||||
\begin{minipage}[t]{0.3\textwidth}
|
|
||||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
|
||||||
\input{latex/project/car-stereo.{{lang}}.md.tex}
|
|
||||||
\end{minipage}
|
|
||||||
\hfill
|
|
||||||
\begin{minipage}[t]{0.3\textwidth}
|
|
||||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
|
||||||
\input{latex/project/automation.{{lang}}.md.tex}
|
|
||||||
\end{minipage}
|
|
||||||
\hfill
|
|
||||||
\begin{minipage}[t]{0.3\textwidth}
|
|
||||||
\end{minipage}
|
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
6
nl.tex
6
nl.tex
|
@ -4,12 +4,18 @@
|
||||||
\newcommand{\ProgrammingLanguages}{Programeertalen}
|
\newcommand{\ProgrammingLanguages}{Programeertalen}
|
||||||
\newcommand{\OtherSkills}{Andere vaardigheden}
|
\newcommand{\OtherSkills}{Andere vaardigheden}
|
||||||
\newcommand{\Languages}{Talen}
|
\newcommand{\Languages}{Talen}
|
||||||
|
\newcommand{\Hobbies}{Hobby's}
|
||||||
\newcommand{\Projects}{Projecten}
|
\newcommand{\Projects}{Projecten}
|
||||||
|
|
||||||
\newcommand{\Now}{Heden}
|
\newcommand{\Now}{Heden}
|
||||||
|
|
||||||
\newcommand{\Dutch}{Nederlands}
|
\newcommand{\Dutch}{Nederlands}
|
||||||
\newcommand{\English}{Engels}
|
\newcommand{\English}{Engels}
|
||||||
|
\newcommand{\Native}{vloeiend}
|
||||||
|
\newcommand{\NearNative}{vloeiend}
|
||||||
|
|
||||||
|
\newcommand{\AnalogPhotography}{Analoge fotografie}
|
||||||
|
\newcommand{\HouseMusic}{House muziek}
|
||||||
|
|
||||||
\newcommand{\Maths}{Wiskunde}
|
\newcommand{\Maths}{Wiskunde}
|
||||||
\newcommand{\Physics}{Natuurkunde}
|
\newcommand{\Physics}{Natuurkunde}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
- name: MSc
|
- name: Applied Physics MSc
|
||||||
description: Applied Physics with a focus on Quantum Computation.
|
description: With a focus on Quantum Computation focused courses
|
||||||
at: Delft University of Technology
|
at: Delft University of Technology
|
||||||
start: 2019
|
start: 2019
|
||||||
|
|
||||||
- name: BSc
|
- name: Applied Physics BSc
|
||||||
description: Applied Physics with a minor in Electronics for Robotics.
|
description: With a minor in Electronics for Robotics
|
||||||
at: Delft University of Technology
|
at: Delft University of Technology
|
||||||
start: 2016
|
start: 2016
|
||||||
end: 2019
|
end: 2019
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
- name: MSc
|
- name: Applied Physics MSc
|
||||||
description: Applied Physics met een focus op Quantum Computation.
|
description: Met een focus op Quantum Computation gerelateerde vakken.
|
||||||
at: TU Delft
|
at: TU Delft
|
||||||
start: 2019
|
start: 2019
|
||||||
|
|
||||||
- name: BSc
|
- name: Technische Natuurkunde BSc
|
||||||
description: Applied Physics met een minor in Electronics for Robotics.
|
description: Met een minor in Electronics for Robotics.
|
||||||
at: TU Delft
|
at: TU Delft
|
||||||
start: 2016
|
start: 2016
|
||||||
end: 2019
|
end: 2019
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
- name: App Developer
|
- name: App Developer
|
||||||
description: I developed in internal Android app to aid in the calibration of temperature sensors.
|
description: Developed an internal Android app in Java to aid in the calibration of IoT temperature sensors
|
||||||
at: EOCE
|
at: EOCE
|
||||||
start: 2019
|
start: 2019
|
||||||
end: 2019
|
end: 2019
|
||||||
|
|
||||||
- name: Teaching Assistant
|
- name: Teaching Assistant
|
||||||
description: I helped other students if they had questions during tutorial sessions for the course Electromagnetism.
|
description: Helped other students with questions and their homework during tutorial sessions for the course Electromagnetism.
|
||||||
at: Delft University of Technology
|
at: Delft University of Technology
|
||||||
start: 2018
|
start: 2018
|
||||||
end: 2019
|
end: 2019
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
- name: App Developer
|
- name: App Developer
|
||||||
description: Ik heb een interne Android app ontwikkeld voor het kalibreren van temperatuursensoren.
|
description: Interne Android app ontwikkeld in Java voor het kalibreren van IoT temperatuursensoren.
|
||||||
at: EOCE
|
at: EOCE
|
||||||
start: 2019
|
start: 2019
|
||||||
end: 2019
|
end: 2019
|
||||||
|
|
||||||
- name: Teaching Assistant
|
- name: Teaching Assistant
|
||||||
description: Ik hielp andere studenten als zij vragen hadden tijdens de werkcolleges voor het vak Elektromagnetisme.
|
description: Tijdens werkcolleges voor het vak Elektromagnetisme andere studenten helpen met vragen en het maken van huiswerk
|
||||||
at: TU Delft
|
at: TU Delft
|
||||||
start: 2018
|
start: 2018
|
||||||
end: 2019
|
end: 2019
|
||||||
|
|
Loading…
Reference in New Issue
Block a user