Compare commits
No commits in common. "v4" and "main" have entirely different histories.
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
||||||
color = F44336
|
color = F44336
|
||||||
photo = true
|
photo = false
|
||||||
extra = true
|
extra = false
|
||||||
build = $(CURDIR)/build
|
build = $(CURDIR)/build
|
||||||
src = $(CURDIR)/tex
|
src = $(CURDIR)/tex
|
||||||
target = $(src)/Main.tex
|
target = $(src)/Main.tex
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
## Latest release.
|
## Latest release.
|
||||||
|
|
||||||
[English version](/voronind/resume/releases/download/latest/voronind_en.pdf)
|
[English version](/voronind/resume/releases/download/latest/VoronindEn.pdf)
|
||||||
|
|
||||||
[Русская версия](/voronind/resume/releases/download/latest/voronind_ru.pdf)
|
[Русская версия](/voronind/resume/releases/download/latest/VoronindRu.pdf)
|
||||||
|
|
||||||
## How to build.
|
## How to build.
|
||||||
|
|
||||||
|
|
BIN
image/Photo.jpg
BIN
image/Photo.jpg
Binary file not shown.
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 0 B |
BIN
image/icon/IcGithub.png
Normal file
BIN
image/icon/IcGithub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
|
@ -32,4 +32,5 @@
|
||||||
}
|
}
|
||||||
\newcommand{\Birthday}{\Jun 1998}
|
\newcommand{\Birthday}{\Jun 1998}
|
||||||
\newcommand{\Email}{job@voronind.com}
|
\newcommand{\Email}{job@voronind.com}
|
||||||
\newcommand{\Telegram}{https://t.me/voronind\_com}
|
\newcommand{\Telegram}{https://t.me/L8WA4t5s}
|
||||||
|
\newcommand{\Github}{https://github.com/voronind-com}
|
|
@ -13,7 +13,7 @@
|
||||||
\Ru{Вэб разработка}
|
\Ru{Вэб разработка}
|
||||||
}}\newline
|
}}\newline
|
||||||
\Radio{3}\newline
|
\Radio{3}\newline
|
||||||
\Text{\raggedright Rust, Go, HTML, CSS, JS (jQuery), Bootstrap, Java EE, PHP (Yii), Nginx, Python (Django).}\newline
|
\Text{\raggedright Scala, Rust, Go, HTML, CSS, JS (jQuery), Bootstrap, Java EE, PHP (Yii), Nginx, Python (Django).}\newline
|
||||||
\end{minipage}\newline
|
\end{minipage}\newline
|
||||||
\begin{minipage}[t]{0.5\textwidth}
|
\begin{minipage}[t]{0.5\textwidth}
|
||||||
\Text{\Semibold{%
|
\Text{\Semibold{%
|
||||||
|
@ -27,5 +27,5 @@
|
||||||
\En{Other}%
|
\En{Other}%
|
||||||
\Ru{Другое}
|
\Ru{Другое}
|
||||||
}}\newline
|
}}\newline
|
||||||
\Text{\raggedright \LaTeX,\ Nix/NixOS, Bash (Shell), C (Lang), Lua, Swing, OpenJFX, OpenCV, dlib, Neovim. \En{Non-commercial experience with functional programming.}\Ru{Некоммерческий опыт работы с функциональным программированием.}}
|
\Text{\raggedright \LaTeX,\ Nix/NixOS, Bash (Shell), C (Lang), Lua, Swing, OpenJFX, OpenCV, dlib, Neovim, \En{Nixpkgs maintainer}\Ru{Nixpkgs мейнтейнер}.}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
|
|
@ -10,20 +10,23 @@
|
||||||
\TextName{\Name}
|
\TextName{\Name}
|
||||||
\vspace{4mm}
|
\vspace{4mm}
|
||||||
\newline
|
\newline
|
||||||
% location.
|
% Location and birthday.
|
||||||
\Icon{IcLocation}
|
\Icon{IcLocation}
|
||||||
\Text{\Location}
|
\Text{\Location}
|
||||||
\vspace{2mm}
|
\hspace{2mm}
|
||||||
\newline
|
|
||||||
% birthday, email & phone number.
|
|
||||||
\Icon{IcCake}
|
\Icon{IcCake}
|
||||||
\Text{\Birthday}
|
\Text{\Birthday}
|
||||||
\hspace{2mm}
|
\vspace{2mm}
|
||||||
|
\newline
|
||||||
|
% Email and links.
|
||||||
\Icon{IcEmail}
|
\Icon{IcEmail}
|
||||||
\Text{\href{mailto:\Email}{\ \Email}}
|
\Text{\href{mailto:\Email}{\ \Email}}
|
||||||
\hspace{2mm}
|
\hspace{2mm}
|
||||||
\Icon{IcCall}
|
\Icon{IcCall}
|
||||||
\Text{\href{\Telegram}{Telegram}}
|
\Text{\href{\Telegram}{Telegram}}
|
||||||
|
\hspace{2mm}
|
||||||
|
\Icon{IcGithub}
|
||||||
|
\Text{\href{\Github}{GitHub}}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
|
||||||
% separator.
|
% separator.
|
||||||
|
|
Loading…
Reference in a new issue