mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-02-23 05:15:30 +08:00
- add Docker-based build rules using thomasweise/texlive\n- add projects section template for CV customization\n\nNew make targets:\n- docker-resume\n- docker-cv\n- docker-coverletter\n- docker
25 lines
No EOL
851 B
TeX
25 lines
No EOL
851 B
TeX
%-------------------------------------------------------------------------------
|
|
% SECTION TITLE
|
|
%-------------------------------------------------------------------------------
|
|
\cvsection{Projects}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CONTENT
|
|
%-------------------------------------------------------------------------------
|
|
\begin{cventries}
|
|
|
|
\cventry
|
|
{Creator \& Maintainer} % Role
|
|
{Awesome CV} % Project
|
|
{Open Source} % Location
|
|
{2015 - PRESENT} % Date(s)
|
|
{
|
|
\begin{cvitems} % Description(s) of tasks/responsibilities
|
|
\item {Created an innovative LaTeX template for CV/Résumé that utilizes XeLaTeX engine.}
|
|
\item {The template supports both English and Korean with various fonts.}
|
|
\item {Open source project that attracted over 5k+ stars on GitHub.}
|
|
\end{cvitems}
|
|
}
|
|
|
|
\end{cventries} |