Files
resume/resume.tex

25 lines
705 B
TeX
Raw Permalink Normal View History

2020-07-07 16:53:46 +05:30
% !TEX TS-program = luatex
\documentclass[localfont]{yaac-another-awesome-cv}
2025-06-25 16:47:25 +05:30
\name{Irene}{Sheen}
\tagline{Full-Stack Developer | Python Developer}
\photo{2.5cm}{ceda}
2024-09-29 17:05:35 +05:30
\socialinfo{
\socialtext{\faVenus}{she/her}
2026-05-25 15:06:57 +02:00
\address{Amsterdam, Netherlands} \\
2024-09-29 17:05:35 +05:30
\website{https://webionite.com}{webionite.com}\\
2020-07-07 16:53:46 +05:30
\gitlab{ceda\_ei}
2020-11-18 15:37:51 +05:30
\git{git.webionite.com/ceda\_ei} \\
2025-03-15 19:08:14 +05:30
\email{irene@webionite.com}
2020-07-07 16:53:46 +05:30
\linkedin{ceda-ei} \\
2020-11-18 15:37:51 +05:30
\input{phonenumber} \\
2020-07-07 16:53:46 +05:30
}
\begin{document}
\makecvheader{}
2025-09-04 09:04:56 +05:30
\makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Irene Sheen --- CV}}{\thepage}
\input{sections/experience}
2025-06-25 16:47:25 +05:30
\input{sections/education}
2026-05-25 15:06:57 +02:00
\input{sections/skills}
2020-07-09 11:41:02 +05:30
\input{sections/projects}
2021-09-28 14:56:51 +05:30
\input{sections/awards}
2020-07-07 16:53:46 +05:30
\end{document}