education : implement.
This commit is contained in:
parent
b93866a71f
commit
2e864fc7f7
|
@ -54,6 +54,8 @@
|
||||||
|
|
||||||
\input{page/title} % import title.
|
\input{page/title} % import title.
|
||||||
\input{page/experience} % import experience info.
|
\input{page/experience} % import experience info.
|
||||||
\clearpage\noindent
|
\clearpage\noindent % INFO: temprorary page break.
|
||||||
\input{page/language} % import languages info.
|
\input{page/language} % import languages info.
|
||||||
|
\vspace{4mm}
|
||||||
|
\input{page/education} % import education info.
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
\en{LANGUAGES}%
|
\en{LANGUAGES}%
|
||||||
\ru{ЯЗЫКИ}
|
\ru{ЯЗЫКИ}
|
||||||
}
|
}
|
||||||
|
\def\peducation{%
|
||||||
|
\en{EDUCATION}%
|
||||||
|
\ru{ОБРАЗОВАНИЕ}
|
||||||
|
}
|
||||||
\def\pskills{%
|
\def\pskills{%
|
||||||
\en{SKILLS}%
|
\en{SKILLS}%
|
||||||
\ru{НАВЫКИ}
|
\ru{НАВЫКИ}
|
||||||
|
|
15
tex/page/education.tex
Normal file
15
tex/page/education.tex
Normal file
|
@ -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}
|
|
@ -1,7 +1,7 @@
|
||||||
% args: company's name, period, position, url, tasks (separated by ;).
|
% args: company's name, period, position, url, tasks (separated by ;).
|
||||||
\newcommand{\place}[5]{%
|
\newcommand{\place}[5]{%
|
||||||
\noindent
|
\noindent
|
||||||
\sjplace{#1}{(#2)}\newline
|
\sjplace{#1}{#2}\newline
|
||||||
\stext{#3}\newline
|
\stext{#3}\newline
|
||||||
\setsepchar{;}%
|
\setsepchar{;}%
|
||||||
\readlist\tasks{#5}%
|
\readlist\tasks{#5}%
|
||||||
|
|
|
@ -38,4 +38,4 @@
|
||||||
\sicon{radio_unchecked}
|
\sicon{radio_unchecked}
|
||||||
\sicon{radio_unchecked}
|
\sicon{radio_unchecked}
|
||||||
\sicon{radio_unchecked}
|
\sicon{radio_unchecked}
|
||||||
\end{minipage}
|
\end{minipage}\spar
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
\newcommand{\sjposition}[1]{\stext{#1}} % job position.
|
\newcommand{\sjposition}[1]{\stext{#1}} % job position.
|
||||||
\newcommand{\sjlink} [1]{\sicon{link}\ \href{https://#1}{\sitallic{#1}}} % job webpage.
|
\newcommand{\sjlink} [1]{\sicon{link}\ \href{https://#1}{\sitallic{#1}}} % job webpage.
|
||||||
\newcommand{\sjplace}[2]{\sreset{\ssemibold{#1}}\sreset\hfill\fontsize%
|
\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.
|
% settings.
|
||||||
\linespread{1.5} % height between non-breaking lines.
|
\linespread{1.5} % height between non-breaking lines.
|
||||||
|
|
Loading…
Reference in a new issue