liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.27k stars 331 forks source link

Software/Design Projects command #55

Closed Tepexic closed 3 years ago

Tepexic commented 4 years ago

I've updated my CV recently, and I was wondering if you'd be interested on adding something like these two new commands I've put together for my "Projects" section

\newcommand{\cvgithubproject}[3]{%
  {\large\color{emphasis}#1\par}
  \smallskip
  {\small\makebox[\linewidth][l]{\faGithub \hspace{0.5em}#2}\par
  \ifthenelse{\equal{#3}{}}{}{{\smallskip\small\makebox[\linewidth][l]{\faLaptop \hspace{0.5em}#3}}\par}}%
  \medskip
}

\newcommand{\cvcodepenproject}[2]{%
  {\large\color{emphasis}#1\par}
  \smallskip
  {\small\makebox[\linewidth][l]{\faCodepen \hspace{0.5em}#2}\par}
  \medskip
}

This is how they look like: Capture

Thanks

liantze commented 3 years ago

Covered by https://github.com/liantze/AltaCV#new-information-fields and https://github.com/liantze/AltaCV/issues/25.