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}