Compare commits
No commits in common. "main" and "v5" have entirely different histories.
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
color = F44336
|
||||
photo = false
|
||||
extra = false
|
||||
photo = true
|
||||
extra = true
|
||||
build = $(CURDIR)/build
|
||||
src = $(CURDIR)/tex
|
||||
target = $(src)/Main.tex
|
||||
|
|
BIN
image/Photo.jpg
BIN
image/Photo.jpg
Binary file not shown.
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 147 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB |
|
@ -32,5 +32,4 @@
|
|||
}
|
||||
\newcommand{\Birthday}{\Jun 1998}
|
||||
\newcommand{\Email}{job@voronind.com}
|
||||
\newcommand{\Telegram}{https://t.me/L8WA4t5s}
|
||||
\newcommand{\Github}{https://github.com/voronind-com}
|
||||
\newcommand{\Telegram}{https://t.me/voronind\_com}
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
\En{Other}%
|
||||
\Ru{Другое}
|
||||
}}\newline
|
||||
\Text{\raggedright \LaTeX,\ Nix/NixOS, Bash (Shell), C (Lang), Lua, Swing, OpenJFX, OpenCV, dlib, Neovim, \En{Nixpkgs maintainer}\Ru{Nixpkgs мейнтейнер}.}
|
||||
\Text{\raggedright \LaTeX,\ Nix/NixOS, Bash (Shell), C (Lang), Lua, Swing, OpenJFX, OpenCV, dlib, Neovim. \En{Non-commercial experience with functional programming.}\Ru{Некоммерческий опыт работы с функциональным программированием.}}
|
||||
\end{minipage}
|
||||
|
|
|
@ -10,23 +10,20 @@
|
|||
\TextName{\Name}
|
||||
\vspace{4mm}
|
||||
\newline
|
||||
% Location and birthday.
|
||||
% location.
|
||||
\Icon{IcLocation}
|
||||
\Text{\Location}
|
||||
\hspace{2mm}
|
||||
\Icon{IcCake}
|
||||
\Text{\Birthday}
|
||||
\vspace{2mm}
|
||||
\newline
|
||||
% Email and links.
|
||||
% birthday, email & phone number.
|
||||
\Icon{IcCake}
|
||||
\Text{\Birthday}
|
||||
\hspace{2mm}
|
||||
\Icon{IcEmail}
|
||||
\Text{\href{mailto:\Email}{\ \Email}}
|
||||
\hspace{2mm}
|
||||
\Icon{IcCall}
|
||||
\Text{\href{\Telegram}{Telegram}}
|
||||
\hspace{2mm}
|
||||
\Icon{IcGithub}
|
||||
\Text{\href{\Github}{GitHub}}
|
||||
\end{minipage}
|
||||
|
||||
% separator.
|
||||
|
|
Loading…
Reference in a new issue