Add responsibility section. Add \responsibility
This commit is contained in:
parent
1734bd8801
commit
85eb7def41
|
@ -14,7 +14,8 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\makecvheader{}
|
\makecvheader{}
|
||||||
\makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Ceda EI --- CV}}{\thepage}
|
\makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Ceda EI --- CV}}{\thepage}
|
||||||
\input{sections/skills}
|
\input{sections/responsibility}
|
||||||
\input{sections/experience}
|
\input{sections/experience}
|
||||||
|
\input{sections/skills}
|
||||||
\input{sections/projects}
|
\input{sections/projects}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -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}
|
|
@ -502,12 +502,20 @@
|
||||||
\begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em}
|
\begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em}
|
||||||
\textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\
|
\textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\
|
||||||
#3\\
|
#3\\
|
||||||
#4\smallskip\\
|
#4\smallskip
|
||||||
\footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\
|
\footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\
|
||||||
\end{minipage}
|
\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]{
|
\newcommand*\twocolumnsection[2]{
|
||||||
\begin{minipage}[t]{\dimexpr(\linewidth/2) - 3em}
|
\begin{minipage}[t]{\dimexpr(\linewidth/2) - 3em}
|
||||||
|
|
Loading…
Reference in New Issue