Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[paper=a4,fontsize=12pt]{article} % KOMA-article class
- \usepackage[english]{babel}
- \usepackage[utf8x]{inputenc}
- \usepackage[protrusion=true,expansion=true]{microtype}
- \usepackage{amsmath,amsfonts,amsthm} % Math packages
- \usepackage{graphicx} % Enable pdflatex
- \usepackage[svgnames]{xcolor} % Colors by their 'svgnames'
- \usepackage{geometry}
- \textheight=700px % Saving trees ;-)
- \usepackage{url}
- \usepackage{multicol}
- \usepackage{lipsum}
- \frenchspacing % Better looking spacings after periods
- \pagestyle{empty} % No pagenumbers/headers/footers
- %%% Custom sectioning (sectsty package)
- %%% ------------------------------------------------------------
- \usepackage{sectsty}
- \sectionfont{% % Change font of \section command
- \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
- \sectionrule{0pt}{0pt}{-5pt}{1pt}}
- %%% Macros
- %%% ------------------------------------------------------------
- \newlength{\spacebox}
- \settowidth{\spacebox}{8888888888} % Box to align text
- \newcommand{\sepspace}{\vspace*{1em}} % Vertical space macro
- \newcommand{\MyName}[1]{ % Name
- \huge \hfill #1
- \par \normalsize \vspace*{-20pt}\normalfont}
- \newcommand{\MySlogan}[1]{ % Slogan (optional)
- \large \usefont\hfill \textit{#1}
- \par \normalsize \normalfont}
- \newcommand{\NewPart}[1]{\section*{{#1}}}
- \newcommand{\PersonalEntry}[2]{
- \noindent\hangindent=2em\hangafter=0 % Indentation
- \parbox{\spacebox}{ % Box to align text
- \textit{#1}} % Entry name (birth, address, etc.)
- \hspace{1.5em} #2 \par} % Entry value
- \newcommand{\SkillsEntry}[2]{ % Same as \PersonalEntry
- \noindent\hangindent=2em\hangafter=0 % Indentation
- \parbox{\spacebox}{ % Box to align text
- \textit{#1}} % Entry name (birth, address, etc.)
- \hspace{1.5em} #2 \par} % Entry value
- \newcommand{\EducationEntry}[4]{
- \noindent \textbf{#1} \hfill % Study
- \colorbox{White}{%
- \parbox{5cm}{%
- \hfill\color{Black}#2}} \par % Duration
- \noindent \textit{#3} \par % School
- \noindent\hangindent=2em\hangafter=0 \small #4 % Description
- \normalsize \par}
- \newcommand{\WorkEntry}[4]{ % Same as \EducationEntry
- \noindent \textbf{#1} \hfill % Jobname
- \noindent\colorbox{Black}{\color{White}#2} \par % Duration
- \noindent \textit{#3} \par % Company
- \noindent\hangindent=2em\hangafter=0 \small #4 % Description
- \normalsize \par}
- \newcommand{\MYhref}[3][blue]{\href{#2}{\color{#1}{#3}}}
- \newcommand{\cvlistitem}[2]{%
- {\bfseries\color{black}{#1}}\\
- \ifstrequal{#2}{}{}{\itshape\color{black}{#2}}\color{black}\par
- \medskip
- }
- \usepackage{hyperref}
- \hypersetup{
- colorlinks=true,
- linkcolor=blue,
- filecolor=magenta,
- urlcolor=blue,
- }
- \usepackage{geometry} % Простой способ задавать поля
- \geometry{top=13mm}
- \geometry{bottom=20mm}
- \geometry{left=10mm}
- \geometry{right=10mm}
- \usepackage{xcolor}
- %%% Begin Document
- %%% ------------------------------------------------------------
- \begin{document}
- % you can upload a photo and include it here...
- %\begin{wrapfigure}{l}{0.5\textwidth}
- % \vspace*{-2em}
- % \includegraphics[width=0.15\textwidth]{photo}
- %\end{wrapfigure}
- %%% Personal details
- %%% ------------------------------------------------------------
- \NewPart{Personal info \MyName{Bobrik Stepan}}{}
- \textbf{Email:} \href{mailto:smbobrik@edu.hse.ru}{\underline{smbobrik@edu.hse.ru}}\vspace{1px} \\
- \textbf{GitHub:} \href{https://github.com/rGON1T}{\underline{rGON1T}}\vspace{1px} \\
- \textbf{Education:} Higher School of Economics, Moscow, Russia. \\
- \hspace*{64pt} Bachelor of Moscow State Institute of Electronics and Mathematics, Applied Information Security\vspace{1px} \\
- \textbf{Phone number:} +7(926) 974-22-21\vspace{1px} \\
- \textbf{Languages:} C++ (preferred), Python, Java \vspace{1px} \\
- \textbf{Technologies:} Git, GDB, Algorithms \& Data Structures
- \NewPart{Job skills}
- \EducationEntry{Calculus teaching assistant}{\textbf{Sep 2022-now}}{ The job consisted of weekly consultations and reviewing code. Also hosted Q\&A questions}
- \NewPart{Courses}
- \EducationEntry{Programming in C++}{\textbf{1 semester 2021}}{The name speaks for itself. In addition, learnt design patters and SOLID principles \vspace{4px}}
- \EducationEntry{Modern Software Engineering Practices Course}{\textbf{1 semester 2021}}{This course gives understanding of many useful modern tools and practices like GDB, Docker, Git, build systems(cmake and etc), CI/CD, testing and other.}
- \NewPart{Projects}{}
- \EducationEntry{\MYhref[Blue]{https://github.com/rGON1T/sudokusolver}{\underline{Sudoku Solver}}}{\textbf{2 semester 2021}} {
- The program allows to solve the famous Sudoku game for any level of difficulty. \vspace*{5px}
- }
- \EducationEntry{\MYhref[Blue]{https://github.com/sesquiiipedalian/Basketball_bot}{\underline{Minesweeper}}}{\textbf{2 semester 2021}} {
- The playing field is divided into cells, some of which are mined. To win, you need to open all the cells without hitting the mines. Numbers are displayed in open cells, each digit is the number of mines in neighboring cells. With this information, you can determine which cells contain mines. \vspace*{4px}
- }
- \NewPart{Awards}
- \EducationEntry{Bulgaria olympyad in math}{\textbf{3d Diploma}}{\vspace*{-10px}}
- % this helps if columns are not the same
- % \vfill\null
- % \columnbreak
- %\SkillsEntry{}{}
- %%% References
- %%% ------------------------------------------------------------
- %\NewPart{References}{}
- %Available upon request
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement