Upload files to 'cw12'

This commit is contained in:
Dominik Szymkowiak 2019-01-21 15:06:01 +00:00
parent 5ce3591a84
commit 6ad7ce5952
3 changed files with 115 additions and 0 deletions

BIN
cw12/CV WDI.7z Normal file

Binary file not shown.

BIN
cw12/main.pdf Normal file

Binary file not shown.

115
cw12/main.tex Normal file
View File

@ -0,0 +1,115 @@
%% start of file `template.tex'.
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{green} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.75]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
% personal data
\name{Dominik}{Szymkowiak}
\title{Curriculum vitae} % optional, remove / comment the line if not wanted
\address{ul. Grzybowa 12}{61-313, Poznań}{Polska}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
\phone[mobile]{(+48)~623~345~777} % optional, remove / comment the line if not wanted
%\phone[fixed]{+61~345~491~592} % optional, remove / comment the line if not wanted
\phone[fax]{+48~743~312~534} % optional, remove / comment the line if not wanted
\email{domszy11@st.amu.edu.pl} % optional, remove / comment the line if not wanted
\homepage{www.dominikszymkowiak.pl} % optional, remove / comment the line if not wanted
%\extrainfo{additional information} % optional, remove / comment the line if not wanted
\photo[124pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
%\quote{Some quote} % optional, remove / comment the line if not wanted
% to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
%----- resume ---------------------------------------------------------
\makecvtitle
\section{Edukacja}
\cventry{2018--}{Studia inżynierskie}{Uniwersytet im. Adama Mickiewicza}{Poznań}{\textit{Polska}}{}
\cventry{2014--2017}{Liceum ogólnoszktałcące}{im. Charles de Gaulle'a nr XVI}{Poznań}{\textit{Polska}}{Ukończone z wyróżnieniem} % arguments 3 to 6 can be left empty
\section{Doświadczenie}
\cventry{07.2018--09.2018}{Instruktor kitesurfingu}{}{Chałupy, Półwysep Helski}{}{Nauczanie podstawowych oraz zaawansowanych zagadnień zwiazanych zarówno z praktyczną jak i teoretyczną stroną kitesurfingu.\newline{}%
Praca obejmowała:%
\begin{itemize}%
\item udzielanie lekcji teoretycznych kitesurfingu na lądzie;
\item udzielanie lekcji praktycznych kitesurfingu w wodzie z podziałem na etapy:
\begin{itemize}%
\item IKO I: nauka sterowania latawcem oraz nauka bodydragów;
\item IKO II: nauka pierwszych startów, pierwsze halsy;
\item IKO III: nauka zwrotów, skoków, ewolucji;
\end{itemize}
\end{itemize}}
\cventry{07.2017--09.2017}{Rezydent w domkach firmy Bungalow}{Chorwacja}{Omiš}{}{Praca obejmowała świadczenie następujących usług w językach polskim oraz angielskim:
\begin{itemize}
\item Przyjmowanie gości w recepcji ośrodka oraz udzielanie informacji nt. atrakcji.
\item Zaprowadzanie gości do domków oraz oprowadzanie ich po nich.
\item Odbieranie skarg oraz naprawianie usterek związanych z wyposażeniem domków.
\end{itemize}}
\section{Umiejętności}
\cvitem{Uprawnienia PZKite}{Licencja instruktorska poziom 1}
\cvitem{Język angielski}{zaawansowany; na poziomie B2/C1}
\cvitem{Język hiszpański}{średniozaawansowany; na poziomie B1}
\cvitem{Programowanie}{Dobra znajomość jezyków C, C++ oraz Python}
\section{Zainteresowania}
\cvitem{Snowboard}{Zacząłem jeździć na snowbaordzie mając 11 lat, od tego czasu sezonowo rozwijam swoją pasję}
\cvitem{Kitesurfing}{Naukę kitesurfingu rozpocząłem w roku 2013, od tego czasu regularnie rozwijam swoję umiejętności}
\cvitem{Programowanie}{Naukę programowania rozpocząłem w 2017 roku}
% Publications from a BibTeX file without multibib
% for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
% to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
% 'publications' is the name of a BibTeX file
% Publications from a BibTeX file using the multibib package
%\section{Publications}
%\nocitebook{book1,book2}
%\bibliographystylebook{plain}
%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
%\nocitemisc{misc1,misc2,misc3}
%\bibliographystylemisc{plain}
%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
\end{document}