From 2e864fc7f79a89c025a7207f9b31722c01fe2ae3 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 2 Aug 2023 14:02:37 +0300 Subject: [PATCH] education : implement. --- tex/main.tex | 4 +++- tex/page.tex | 4 ++++ tex/page/education.tex | 15 +++++++++++++++ tex/page/experience.tex | 2 +- tex/page/language.tex | 2 +- tex/style.tex | 2 +- 6 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 tex/page/education.tex diff --git a/tex/main.tex b/tex/main.tex index 490c171..770338d 100644 --- a/tex/main.tex +++ b/tex/main.tex @@ -54,6 +54,8 @@ \input{page/title} % import title. \input{page/experience} % import experience info. -\clearpage\noindent +\clearpage\noindent % INFO: temprorary page break. \input{page/language} % import languages info. +\vspace{4mm} +\input{page/education} % import education info. \end{document} diff --git a/tex/page.tex b/tex/page.tex index 7bd491c..82e3d10 100644 --- a/tex/page.tex +++ b/tex/page.tex @@ -6,6 +6,10 @@ \en{LANGUAGES}% \ru{ЯЗЫКИ} } +\def\peducation{% + \en{EDUCATION}% + \ru{ОБРАЗОВАНИЕ} +} \def\pskills{% \en{SKILLS}% \ru{НАВЫКИ} diff --git a/tex/page/education.tex b/tex/page/education.tex new file mode 100644 index 0000000..1f712c1 --- /dev/null +++ b/tex/page/education.tex @@ -0,0 +1,15 @@ +\noindent +\stitle{\peducation}\newline +\sjplace{% + \en{South Ural State University}% + \ru{Южно-Уральский Государственный Университет} +}{\aug 2016 - \aug 2021}\newline +\stext{% + \en{Bachelor, Computer Science}% + \ru{Бакалавр, ЭВМ} +}\newline +\stext{% + \en{Main goal in education was to learn how to find optimal solutions to real problems and how to work with electronics from their structure to interfaces. I learned how to code completely by myself. I'd actually say it came to me like an essential skill. After three years I continued as a part-study. Mainly because I personally thought I'd outgrown the study curve my university provided. That was not only my opinion, but opinions of certain professors I had luck to work with.}% + \ru{Главной целью в образовании было обучение поиску оптимальных решений реальных проблем и работе с электроникой от её структуры до интерфейсов. Я научился писать код полностью самостоятельно. Точнее сказать, этот навык стал для меня естественным. После трёх лет очного обучения я продолжил обучение заочно. Основной причиной стало ощущение, что обучение в университете стало слишком медленным для меня. Это было не только моё мнение, но и мнения некоторых профессоров с которыми мне посчастливилось работать.} +}\newline +\sjlink{susu.ru} diff --git a/tex/page/experience.tex b/tex/page/experience.tex index 2346da6..f861cb2 100644 --- a/tex/page/experience.tex +++ b/tex/page/experience.tex @@ -1,7 +1,7 @@ % args: company's name, period, position, url, tasks (separated by ;). \newcommand{\place}[5]{% \noindent - \sjplace{#1}{(#2)}\newline + \sjplace{#1}{#2}\newline \stext{#3}\newline \setsepchar{;}% \readlist\tasks{#5}% diff --git a/tex/page/language.tex b/tex/page/language.tex index aeae044..48d5953 100644 --- a/tex/page/language.tex +++ b/tex/page/language.tex @@ -38,4 +38,4 @@ \sicon{radio_unchecked} \sicon{radio_unchecked} \sicon{radio_unchecked} -\end{minipage} +\end{minipage}\spar diff --git a/tex/style.tex b/tex/style.tex index 8eecbb0..685aa1d 100644 --- a/tex/style.tex +++ b/tex/style.tex @@ -55,7 +55,7 @@ \newcommand{\sjposition}[1]{\stext{#1}} % job position. \newcommand{\sjlink} [1]{\sicon{link}\ \href{https://#1}{\sitallic{#1}}} % job webpage. \newcommand{\sjplace}[2]{\sreset{\ssemibold{#1}}\sreset\hfill\fontsize% - {10}{10}\selectfont\textcolor{gray}{#2}} % job place. + {10}{10}\selectfont\textcolor{gray}{(#2)}} % job place. % settings. \linespread{1.5} % height between non-breaking lines.