diff --git a/awesome-cv.cls b/awesome-cv.cls index d1c1074..6aa266a 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -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}} diff --git a/examples/resume.pdf b/examples/resume.pdf index f6d779c..b91a385 100644 Binary files a/examples/resume.pdf and b/examples/resume.pdf differ diff --git a/examples/resume.tex b/examples/resume.tex index 8df2b34..234746e 100644 --- a/examples/resume.tex +++ b/examples/resume.tex @@ -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} diff --git a/examples/resume/experience.tex b/examples/resume/experience.tex index fc95cce..4630343 100644 --- a/examples/resume/experience.tex +++ b/examples/resume/experience.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) { diff --git a/examples/resume/extracurricular.tex b/examples/resume/extracurricular.tex index 5573a3b..e470b72 100644 --- a/examples/resume/extracurricular.tex +++ b/examples/resume/extracurricular.tex @@ -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} diff --git a/examples/resume/honors.tex b/examples/resume/honors.tex index 9f31919..2912b2b 100644 --- a/examples/resume/honors.tex +++ b/examples/resume/honors.tex @@ -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) diff --git a/examples/resume/skills.tex b/examples/resume/skills.tex new file mode 100644 index 0000000..31792c9 --- /dev/null +++ b/examples/resume/skills.tex @@ -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} diff --git a/fontawesome.sty b/fontawesome.sty index 77aa991..8484a1e 100644 --- a/fontawesome.sty +++ b/fontawesome.sty @@ -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 @@ -784,4 +784,4 @@ \expandafter\def\csname faicon@youtube\endcsname {\symbol{"F167}} \def\faYoutube {{\FA\csname faicon@youtube\endcsname}} \expandafter\def\csname faicon@youtube-play\endcsname {\symbol{"F16A}} \def\faYoutubePlay {{\FA\csname faicon@youtube-play\endcsname}} \expandafter\def\csname faicon@youtube-square\endcsname {\symbol{"F166}} \def\faYoutubeSquare {{\FA\csname faicon@youtube-square\endcsname}} -\endinput \ No newline at end of file +\endinput