mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
init.
This commit is contained in:
parent
44033feec2
commit
6d8988b273
8 changed files with 55 additions and 19 deletions
|
@ -145,7 +145,7 @@
|
|||
\definecolor{awesome-nephritis}{HTML}{27AE60}
|
||||
\definecolor{awesome-concrete}{HTML}{95A5A6}
|
||||
\definecolor{awesome-darknight}{HTML}{131A28}
|
||||
\colorlet{awesome}{awesome-red}
|
||||
\colorlet{awesome}{graytext}
|
||||
|
||||
% Boolean value to switch section color highlighting
|
||||
\newbool{acvSectionColorHighlight}
|
||||
|
@ -153,7 +153,7 @@
|
|||
|
||||
% Awesome section color
|
||||
\def\@sectioncolor#1#2#3{%
|
||||
\ifbool{acvSectionColorHighlight}{{\color{awesome}#1#2#3}}{#1#2#3}%
|
||||
\ifbool{acvSectionColorHighlight}{{\color{black}#1#2#3}}{#1#2#3}%
|
||||
}
|
||||
|
||||
|
||||
|
@ -190,12 +190,12 @@
|
|||
% For fundamental structures
|
||||
\newcommand*{\headerfirstnamestyle}[1]{{\fontsize{32pt}{1em}\headerfontlight\color{graytext} #1}}
|
||||
\newcommand*{\headerlastnamestyle}[1]{{\fontsize{32pt}{1em}\headerfont\bfseries\color{text} #1}}
|
||||
\newcommand*{\headerpositionstyle}[1]{{\fontsize{7.6pt}{1em}\bodyfont\scshape\color{awesome} #1}}
|
||||
\newcommand*{\headerpositionstyle}[1]{{\fontsize{7.6pt}{1em}\bodyfont\scshape\color{graytext} #1}}
|
||||
\newcommand*{\headeraddressstyle}[1]{{\fontsize{8pt}{1em}\headerfont\itshape\color{lighttext} #1}}
|
||||
\newcommand*{\headersocialstyle}[1]{{\fontsize{6.8pt}{1em}\headerfont\color{text} #1}}
|
||||
\newcommand*{\headerquotestyle}[1]{{\fontsize{9pt}{1em}\bodyfont\itshape\color{darktext} #1}}
|
||||
\newcommand*{\footerstyle}[1]{{\fontsize{8pt}{1em}\footerfont\scshape\color{lighttext} #1}}
|
||||
\newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}}
|
||||
\newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text} #1}}
|
||||
\newcommand*{\subsectionstyle}[1]{{\fontsize{12pt}{1em}\bodyfont\scshape\textcolor{text}{#1}}}
|
||||
\newcommand*{\paragraphstyle}{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{text}}
|
||||
|
||||
|
@ -203,21 +203,21 @@
|
|||
\newcommand*{\entrytitlestyle}[1]{{\fontsize{10pt}{1em}\bodyfont\bfseries\color{darktext} #1}}
|
||||
\newcommand*{\entrypositionstyle}[1]{{\fontsize{8pt}{1em}\bodyfont\scshape\color{graytext} #1}}
|
||||
\newcommand*{\entrydatestyle}[1]{{\fontsize{8pt}{1em}\bodyfontlight\slshape\color{graytext} #1}}
|
||||
\newcommand*{\entrylocationstyle}[1]{{\fontsize{9pt}{1em}\bodyfontlight\slshape\color{awesome} #1}}
|
||||
\newcommand*{\entrylocationstyle}[1]{{\fontsize{9pt}{1em}\bodyfontlight\slshape\color{graytext} #1}}
|
||||
\newcommand*{\descriptionstyle}[1]{{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{text} #1}}
|
||||
|
||||
% For elements of subentry
|
||||
\newcommand*{\subentrytitlestyle}[1]{{\fontsize{8pt}{1em}\bodyfont\mdseries\color{graytext} #1}}
|
||||
\newcommand*{\subentrypositionstyle}[1]{{\fontsize{7pt}{1em}\bodyfont\scshape\color{graytext} #1}}
|
||||
\newcommand*{\subentrydatestyle}[1]{{\fontsize{7pt}{1em}\bodyfontlight\slshape\color{graytext} #1}}
|
||||
\newcommand*{\subentrylocationstyle}[1]{{\fontsize{7pt}{1em}\bodyfontlight\slshape\color{awesome} #1}}
|
||||
\newcommand*{\subentrylocationstyle}[1]{{\fontsize{7pt}{1em}\bodyfontlight\slshape\color{graytext} #1}}
|
||||
\newcommand*{\subdescriptionstyle}[1]{{\fontsize{8pt}{1em}\bodyfontlight\upshape\color{text} #1}}
|
||||
|
||||
% For elements of honor
|
||||
\newcommand*{\honortitlestyle}[1]{{\fontsize{9pt}{1em}\bodyfont\color{graytext} #1}}
|
||||
\newcommand*{\honorpositionstyle}[1]{{\fontsize{9pt}{1em}\bodyfont\bfseries\color{darktext} #1}}
|
||||
\newcommand*{\honordatestyle}[1]{{\fontsize{9pt}{1em}\bodyfont\color{graytext} #1}}
|
||||
\newcommand*{\honorlocationstyle}[1]{{\fontsize{9pt}{1em}\bodyfontlight\slshape\color{awesome} #1}}
|
||||
\newcommand*{\honorlocationstyle}[1]{{\fontsize{9pt}{1em}\bodyfontlight\slshape\color{graytext} #1}}
|
||||
|
||||
% For elements of skill
|
||||
\newcommand*{\skilltypestyle}[1]{{\fontsize{10pt}{1em}\bodyfont\bfseries\color{darktext} #1}}
|
||||
|
|
Binary file not shown.
|
@ -65,8 +65,6 @@
|
|||
\github{vivekimsit}
|
||||
\linkedin{vivekpoddar}
|
||||
|
||||
\quote{``Be the change that you want to see in the world."}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
|
@ -89,6 +87,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\input{resume/summary.tex}
|
||||
\input{resume/education.tex}
|
||||
\input{resume/skills.tex}
|
||||
\input{resume/experience.tex}
|
||||
\input{resume/honors.tex}
|
||||
\input{resume/extracurricular.tex}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Senior Software Engineer} % Job title
|
||||
{GlobalLogic Technologies India} % Organization
|
||||
{GlobalLogic Technologies India (Consultant for Google)} % Organization
|
||||
{Gurgaon, India} % Location
|
||||
{Mar. 2013 - Jan. 2017} % Date(s)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Extracurricular Activity}
|
||||
\cvsection{Technical Experience}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
@ -11,12 +11,21 @@
|
|||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Open source contributor and mentor} % Affiliation/role
|
||||
{Token based authentication framework written in NodeJS} % Affiliation/role
|
||||
{Authentication microservice} % Organization/group
|
||||
{} % Location
|
||||
{Mar. 2018 - Present} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
||||
\github{vivekimsit}
|
||||
\item {Proposed various marketing and network activities to raise awareness.}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Reatime currency exchange written in NodeJS} % Affiliation/role
|
||||
{Currency Exchange} % Organization/group
|
||||
{} % Location
|
||||
{Jun. 2018 - Present} % Date(s)
|
||||
{
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{Excellence Award} % Award
|
||||
{Developed and released the project in 1-team} % Event
|
||||
{Developed and released the project in a 1-team} % Event
|
||||
{Gurgaon, India} % Location
|
||||
{2016} % Date(s)
|
||||
|
||||
|
|
28
examples/resume/skills.tex
Normal file
28
examples/resume/skills.tex
Normal file
|
@ -0,0 +1,28 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Skills}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvskills}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Programming} % Category
|
||||
{Python(Proficient), Javascript(Advanced), Java(Proficient)} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Web} % Category
|
||||
{Spring, Express, Redux, React, Angular, HTML5, LESS, SASS} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cvskill
|
||||
{Languages} % Category
|
||||
{Hindi, English} % Skills
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cvskills}
|
|
@ -9,7 +9,7 @@
|
|||
\usepackage{fontspec}
|
||||
|
||||
% Define shortcut to load the Font Awesome font.
|
||||
\newfontfamily{\FA}{FontAwesome}
|
||||
\newfontfamily\FA[Path=fonts/]{FontAwesome}
|
||||
% Generic command displaying an icon by its name.
|
||||
\newcommand*{\faicon}[1]{{
|
||||
\FA\csname faicon@#1\endcsname
|
||||
|
|
Loading…
Reference in a new issue