Marilisa Scollo's CV
Forfatter
Marilisa Scollo
Sidst opdateret
5 år siden
Licens
Creative Commons CC BY 4.0
Resumé
Marilisa Scollo's CV. Created with the AltaCV template
.Marilisa Scollo's CV. Created with the AltaCV template
.%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.1.3, 30 April 2017) written by LianTze Lim (liantze@gmail.com). Now compiles with pdfLaTeX, XeLaTeX and LuaLaTeX.
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you need to pass whatever options to xcolor
\PassOptionsToPackage{dvipsnames}{xcolor}
%% If you are using \orcid or academicons
%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}
\documentclass[10pt,a4paper]{altacv}
%% AltaCV uses the fontawesome and academicon fonts
%% and packages.
%% See texdoc.net/pkg/fontawecome and http://texdoc.net/pkg/academicons for full list of symbols.
%%
%% Compile with LuaLaTeX for best results. If you
%% want to use XeLaTeX, you may need to install
%% Academicons.ttf in your operating system's font
%% folder.
% Change the page layout if you need to
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm,footskip=2\baselineskip}
% Change the font if you want to.
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
% If using xelatex or lualatex:
% \setmainfont{Lato}
% Change the colours if you want to
\definecolor{Mulberry}{HTML}{72243D}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\colorlet{heading}{Sepia}
\colorlet{accent}{Mulberry}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
\name{Marilisa Scollo}
\tagline{}
\personalinfo{
\email{marilisa.scollo1@gmail.com}
\phone{+44-07761896223}
\location{8A Bloomsbury Square, WC1A 2LP, London, UK}
\twitter{@mxscollo}
\github{github.com/mariscollo}
\printinfo{•}{glitch.com/@mariscollo}
\linkedin{linkedin.com/in/marilisa-scollo-b321b4147/}
}
%% Make the header extend all the way to the right, if you want.
\begin{fullwidth}
\makecvheader
\end{fullwidth}
%% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
%% You can always just use \marginpar{...} if you do
%% not need to align the top of the contents to any
%% \cvsection title in the "main" bar.
\cvsection[page1sidebar]{Education}
\cvevent{B.Sc. Computer Science}{Goldsmiths, University of London}{September 2017 -- June 2020}{}
\begin{itemize}
\item Completed First Year with an average of 75/100
\end{itemize}
\cvsection{Projects}
\cvevent{CoachPlus}{Goldsmiths, University of London}{October 2018 -- Ongoing}{}
Worked with a team on a web application tailored for Personal Trainers, Nutritionists, Physiotherapists and clients. I was in charge of the back-end of the application, using MySQL for the Database, Python (and Flask) for the Server.
\divider
\cvevent{Web Drawing App}{Goldsmiths, University of London}{April 2018}{}
Worked in a team to build a Drawing App based on a template. Used mainly JavaScript, jQuery and p5.js.
\divider
\cvevent{Random Quote Machine}{FreeCodeCamp}{September 2017}{}
A simple website that gives random quotes using an API and also gives the possibility to tweet those quotes. Made with HTML/CSS, JavaScript and jQuery.
\medskip
\cvsection{Work Experience}
\cvevent{Team Member}{What The Pitta}{January 2019 -- Ongoing}{Bayham St, Camden Town}
\begin{itemize}
\item Cash handling
\item Customer service
\item Food handling and preparation
\item Team work
\end{itemize}
\divider
\cvevent{Supervisor}{Comptoir Libanais}{February 2018 -- December 2018}{Westfield, Shepherd's Bush}
\begin{itemize}
\item Closing and opening the shop
\item Managing team members
\item Cash handling and cash counting
\item EPOS and PDQ managing
\item Food Health and Health\&Safety Training
\end{itemize}
\clearpage
%% If the NEXT page doesn't start with a \cvsection but you'd
%% still like to add a sidebar, then use this command on THIS
%% page to add it. The optional argument lets you pull up the
%% sidebar a bit so that it looks aligned with the top of the
%% main column.
% \addnextpagesidebar[-1ex]{page3sidebar}
\end{document}