Advertisement
Never_Mour

CV-template

Feb 14th, 2022
1,591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.08 KB | None | 0 0
  1. \documentclass{resume}
  2.  
  3. \usepackage{marvosym}
  4. \usepackage{makecell}
  5. \usepackage{latexsym}
  6. \usepackage{titlesec}
  7. \usepackage{verbatim}
  8. \usepackage{enumitem}
  9. \usepackage{fancyhdr}
  10. \usepackage{fontawesome}
  11. \usepackage[usenames,dvipsnames]{color}
  12.  
  13. \titleformat{\section}{
  14.  \vspace{-10pt}\scshape\raggedright
  15. }{}{0em}{}[\color{black}\titlerule \vspace{-7pt}]
  16.  
  17.  
  18. \begin{document}
  19.  
  20. \begin{center}
  21.    \textbf{\Huge Ruslan Park } \\
  22.    \small{
  23.        \clink{
  24.            \faEnvelope~\href{mailto:0905.ruslan.pak.2001@mail.ru}{0905.ruslan.pak.2001@mail.ru}  $\vert$
  25.            {\faPhoneSquare~\fontdimen2\font=0.75ex +7 (931) 392-92-05}
  26.            $\vert$
  27.            \faGithub~\href{https://github.com/RuslanPark}{RuslanPark}
  28.        } \\
  29.    }
  30. \end{center}
  31.    
  32. \section{EDUCATION}{\small
  33.    \begin{itemize}
  34.        \item \textbf{ITMO University}\\
  35.            {\footnotesize Studying for the bachelor degree in Computer Science and Applied Math}\\
  36.            {\footnotesize 2018 - Present}
  37.    \end{itemize}
  38. }
  39.    
  40. \section{PROJECTS}{\small
  41.    \begin{itemize}
  42.        \item \clink{\href{https://github.com/RuslanPark/Kakeibo}{\textbf{Kakeibo}  \color{black}~\faGithub }}\\
  43.            {Realisation of the Japanese home budget management system. Room Database, Kotlin coroutines}
  44.        
  45.        \item \clink{\href{https://github.com/RuslanPark/ITMO-android-course/tree/master/GetPostDeleteApp}{\textbf{GetPostDeleteApp} \color{black}~\faGithub}}\\
  46.            {App send fake get/post/delete requests to https://jsonplaceholder. Retrofit2, Kotlin coroutines, RxJava2 and Room for local data storage}
  47.        
  48.        \item \clink{\href{https://github.com/RuslanPark/ITMO-android-course/tree/master/PhotoViewerApp}{\textbf{PhotoViewerApp} \color{black}~\faGithub}}\\
  49.            {App uses VK API to get some recent photos by tag and show chosen one to user. AsyncTask and IntentService for network requests}
  50.        
  51.        \item \clink{\href{https://github.com/RuslanPark/ITMO-android-course/tree/master/AnimationApp}{\textbf{AnimationApp} \color{black}~\faGithub}}\\
  52.            {App shows custom animated view. Worked with View.onDraw and Animator}
  53.            
  54.        \item \clink{\href{https://github.com/RuslanPark/ITMO-android-course/tree/master/ContactListApp}{\textbf{ContactListApp} \color{black}~\faGithub}}\\
  55.            {App shows list of your contacts. Used android permissions and recycler view}
  56.            
  57.        \item \clink{\href{https://github.com/RuslanPark/ITMO-android-course}{\textbf{AndroidCourseProjects} \color{black}~\faGithub}}\\
  58.            {All android course projects}
  59.    \end{itemize}
  60. }
  61.  
  62. \section{SKILLS}{\small
  63.    \begin{itemize}
  64.        \item \textbf {Java, Kotlin, C++}
  65.        \item \textbf {Android SDK, Retrofit2, RxJava2, Room DB}
  66.        \item \textbf {Gradle, Maven, Git}
  67.    \end{itemize}
  68. }
  69.    
  70. \section{LANGUAGES}{\small
  71.    \begin{itemize}
  72.        \item \textbf{Russian}
  73.            {\footnotesize Native}{}{}
  74.        \item \textbf{English}
  75.            {\footnotesize Advanced}{}{}
  76.    \end{itemize}
  77. }
  78.    
  79. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement