Add experience section. Reduce photo size. Add | to tagline
This commit is contained in:
parent
97bd0489ed
commit
bbdaaceb72
|
@ -1,8 +1,8 @@
|
|||
% !TEX TS-program = luatex
|
||||
\documentclass[localfont]{yaac-another-awesome-cv}
|
||||
\name{Ahmad Saalim Lone}{}
|
||||
\tagline{Full-Stack Developer System Administrator}
|
||||
\photo{4cm}{ceda}
|
||||
\tagline{Full-Stack Developer | System Administrator}
|
||||
\photo{2.5cm}{ceda}
|
||||
\socialinfo{\website{https://webionite.com}{webionite.com} \\
|
||||
\gitlab{ceda\_ei}
|
||||
\git{git.webionite.com/ceda\_ei}
|
||||
|
@ -15,4 +15,5 @@
|
|||
\makecvheader{}
|
||||
\makecvfooter{\textsc{\selectlanguage{english}\today}}{\textsc{Ceda EI --- CV}}{\thepage}
|
||||
\input{sections/skills}
|
||||
\input{sections/experience}
|
||||
\end{document}
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
\sectionTitle{Work Experience}{\faSuitcase}
|
||||
\begin{experiences}
|
||||
\experience
|
||||
{June 2020}{Front end Developer | System Administrator}{The Smart Make}{Netherlands}
|
||||
{Mar 2020}{
|
||||
\begin{itemize}
|
||||
\item Working on a block code editor used for teaching students robotics.
|
||||
\item Managing servers for the functioning of the website.
|
||||
\end{itemize}
|
||||
}{Javascript, Typescript, React, Gulp, WebUSB, Nginx}
|
||||
\emptySeparator
|
||||
\experience
|
||||
{Aug 2019}{Full Stack Engineer}{Bashir International}{India}
|
||||
{Apr 2019}{
|
||||
\begin{itemize}
|
||||
\item Developing and developing Tana --- An inventory management system.
|
||||
\end{itemize}
|
||||
}{Python, Django, Flask, SQLite, Javascript, React, Material UI}
|
||||
\emptySeparator
|
||||
\experience
|
||||
{May 2018}{Full Stack Engineer | Server Administration}{Tours Mon Ami}{Quebec, Canada}
|
||||
{Dec 2017}{
|
||||
\begin{itemize}
|
||||
\item Developing Frontend and Backend for online booking of tours.
|
||||
\item Managing servers for the functioning of the website.
|
||||
\end{itemize}
|
||||
}{PHP, MySQL, Stripe, Apache, Server Administration}
|
||||
\emptySeparator
|
||||
\end{experiences}
|
Loading…
Reference in New Issue