From 85eb7def411311831a2ebef231d8a02d50f42c67 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Thu, 9 Jul 2020 15:54:27 +0530 Subject: [PATCH] Add responsibility section. Add \responsibility --- resume.tex | 3 ++- sections/responsibility.tex | 12 ++++++++++++ yaac-another-awesome-cv.cls | 10 +++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 sections/responsibility.tex diff --git a/resume.tex b/resume.tex index f2eef94..df45416 100644 --- a/resume.tex +++ b/resume.tex @@ -14,7 +14,8 @@ \begin{document} \makecvheader{} \makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Ceda EI --- CV}}{\thepage} -\input{sections/skills} +\input{sections/responsibility} \input{sections/experience} +\input{sections/skills} \input{sections/projects} \end{document} diff --git a/sections/responsibility.tex b/sections/responsibility.tex new file mode 100644 index 0000000..ade67f8 --- /dev/null +++ b/sections/responsibility.tex @@ -0,0 +1,12 @@ +\sectionTitle{Positions of Responsibility}{\faGavel} + +\begin{projects} + \responsibility {Founder, Head | IT-Club | Delhi Public School, Budgam}{2017} + { + \begin{itemize} + \item Organized \textbf{Inter-School Website Making Competition}. + \item Organized \textbf{Tech Mania --- Intra School IT Workshops, Exhibition and Quiz}. + \item Held \textbf{Workshops} for \textbf{Web Designing}, \textbf{Introduction to Linux}. + \end{itemize} + } +\end{projects} diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 896e92d..0e04ab1 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -502,12 +502,20 @@ \begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em} \textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\ #3\\ - #4\smallskip\\ + #4\smallskip \footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\ \end{minipage} \\* } +\newcommand\responsibility[3]{ + \begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em} + \textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\ + #3\smallskip + \end{minipage} + \\* +} + \newcommand*\twocolumnsection[2]{ \begin{minipage}[t]{\dimexpr(\linewidth/2) - 3em}