CV-Luana Valente
Author
Valente
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
My CV. Created with the AltaCV template.
My CV. Created with the AltaCV template.
%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.1.5, 1 December 2018) 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,ragged2e]{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. You MUST compile with XeLaTeX or LuaLaTeX if you want to use academicons.
% 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}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Carlito}
\else
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
\fi
% 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{Luana Valente}
\tagline{Estudante de Engenharia Química na FEUP}
\photo{2.8cm}{foto}
\personalinfo{%
% Not all of these are required!
% You can add your own with \printinfo{symbol}{detail}
\email{luanacarreira.lv@gmail.com}
\phone{910 799 504}
% \mailaddress{Address, Street, 00000 County}
\location{Porto, PORTUGAL}
% \homepage{www.homepage.com/}
% \twitter{@twitterhandle}
\linkedin{linkedin.com/in/luanavalente}
% \github{github.com/yourid}
%% You MUST add the academicons option to \documentclass, then compile with LuaLaTeX or XeLaTeX, if you want to use \orcid or other academicons commands.
% \orcid{orcid.org/0000-0000-0000-0000}
}
%% Make the header extend all the way to the right, if you want.
\begin{fullwidth}
\makecvheader
\end{fullwidth}
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
% \AtBeginEnvironment{itemize}{\small}
%% 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]{Experiência}
\cvevent{Membro}{BEST Porto}{Março 2018 -- a decorrer}{FEUP}
\begin{itemize}
\item Forte sentido de \textit{teamwork} e responsabilidade, comprovados pela organização de vários eventos para estudantes e empresas.
\end{itemize}
\divider
\cvevent{Atendimento à Mesa}{Restaurante Pastilha}{}{Fátima}
\begin{itemize}
\item Excelente capacidade de lidar sobre pressão, assim como lidar com clientes de todas as faixas etárias.
\end{itemize}
\cvsection{Voluntariado}
\cvevent{Voluntária}{Associação MIDAS}{2018}{Porto}
\begin{itemize}
\item Angariação de alimentos e outros bens para apoio de animais abandonados.
\end{itemize}
% \cvsection{Projetos}
% \cvevent{Project 1}{Funding agency/institution}{}{}
% \begin{itemize}
% \item Details
% \end{itemize}
% \divider
% \cvevent{Project 2}{Funding agency/institution}{Project duration}{}
% A short abstract would also work.
\medskip
\cvsection{O meu dia-a-dia}
% Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226
% \wheelchart{outer radius}{inner radius}{
% comma-separated list of value/text width/color/detail}
\wheelchart{1.5cm}{0.5cm}{%
6/8em/accent!30/{Dormir,\\ que sabe tão bem!},
3/8em/accent!40/{Desporto/\\BEST Porto},
8/8em/accent!60/Estudante de Eng.,
2/10em/accent/Adiantar séries em falta,
5/6em/accent!20/Matar saudades da família
}
\clearpage
\end{document}