Compare commits

...

3 Commits

Author SHA1 Message Date
Ceda EI 5a276511f7 Add resume.tex and header 2020-07-07 16:53:46 +05:30
Ceda EI 9fdf36dea8 Update gitignore 2020-07-07 16:52:26 +05:30
Ceda EI cf74ca499d Add \git and \gitlab 2020-07-07 16:51:11 +05:30
4 changed files with 30 additions and 3 deletions

6
.gitignore vendored
View File

@ -18,9 +18,9 @@
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
*.ps
*.eps
*.pdf
## Generated if empty string is given at "Please type another file name for output:"
.pdf

BIN
ceda.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

17
resume.tex Normal file
View File

@ -0,0 +1,17 @@
% !TEX TS-program = luatex
\documentclass[localfont]{yaac-another-awesome-cv}
\name{Ahmad Saalim Lone}{}
\tagline{Full-Stack Developer System Administrator}
\photo{4cm}{ceda}
\socialinfo{\website{https://webionite.com}{webionite.com} \\
\gitlab{ceda\_ei}
\git{git.webionite.com/ceda\_ei}
\github{ceda-ei} \\
\email{admin@webionite.com}
\linkedin{ceda-ei} \\
\address{Srinagar, Jammu and Kashmir, India} \\
}
\begin{document}
\makecvheader{}
\makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Ceda EI --- CV}}{\thepage}
\end{document}

View File

@ -196,6 +196,8 @@
\newcommand{\viadeoSymbol}{\faViadeo}
\newcommand{\mobileSymbol}{\faMobile*}
\newcommand{\githubSymbol}{\faGithub}
\newcommand{\gitlabSymbol}{\faGitlab}
\newcommand{\gitSymbol}{\faGit}
\newcommand{\stackoverflowSymbol}{\faStackOverflow}
\newcommand{\stackexchangeSymbol}{\faStackExchange}
\newcommand{\mediumSymbol}{\faMedium}
@ -264,6 +266,14 @@
% Usage: \github{<github-nick>}
\newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL
% Render author's gitlab (optional)
% Usage: \gitlab{<gitlab-nick>}
\newcommand*{\gitlab}[1]{\sociallink{\gitlabSymbol}{https://www.gitlab.com/#1}{gitlab.com/#1}} % gitlab icon + URL
% Render author's git (optional)
% Usage: \git{<git-nick>}
\newcommand*{\git}[1]{\sociallink{\gitSymbol}{https://#1}{#1}} % git icon + URL
% Render author's stackoverflow profile (optional)
% Usage: \stackoverflow{<stackoverflow-user-id>}
\newcommand*{\stackoverflow}[1]{\sociallink{\stackoverflowSymbol}{https://www.stackoverflow.com/u/#1}{stackoverflow.com/u/#1}}