
Pratik Ravindra Aruja's Résumé

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Template: Curriculum Vitae
%
% Source: http://www.howtotex.com/
% Feel free to distribute this template, but please keep the
% referal to HowToTeX.com.
% Date: July 2011
% 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% How to use writeLaTeX: 
%
% You edit the source code here on the left, and the preview on the
% right shows you the result within a few seconds.
%
% Bookmark this page and share the URL with your co-authors. They can
% edit at the same time!
%
% You can upload figures, bibliographies, custom classes and
% styles using the files menu.
%
% If you're new to LaTeX, the wikibook is a great place to start:
% http://en.wikibooks.org/wiki/LaTeX
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[paper=a4,fontsize=11pt]{scrartcl} % KOMA-article class
							
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[protrusion=true,expansion=true]{microtype}
\usepackage{amsmath,amsfonts,amsthm}     % Math packages
\usepackage{graphicx}                    % Enable pdflatex
\usepackage[svgnames]{xcolor}            % Colors by their 'svgnames'
\usepackage{geometry}
	\textheight=700px                    % Saving trees ;-)
\usepackage{url}
\frenchspacing              % Better looking spacings after periods
\pagestyle{empty}           % No pagenumbers/headers/footers
%%% Custom sectioning (sectsty package)
%%% ------------------------------------------------------------
\usepackage{sectsty}
\sectionfont{%			            % Change font of \section command
	\usefont{OT1}{phv}{b}{n}%		% bch-b-n: CharterBT-Bold font
	\sectionrule{0pt}{0pt}{-5pt}{3pt}}
%%% Macros
%%% ------------------------------------------------------------
\newlength{\spacebox}
\settowidth{\spacebox}{8888888888}			% Box to align text
\newcommand{\sepspace}{\vspace*{1em}}		% Vertical space macro
\newcommand{\MyName}[1]{ % Name
		\Huge \usefont{OT1}{phv}{b}{n} \hfill #1
		\par \normalsize \normalfont}
		
\newcommand{\MySlogan}[1]{ % Slogan (optional)
		\large \usefont{OT1}{phv}{m}{n}\hfill \textit{#1}
		\par \normalsize \normalfont}
\newcommand{\NewPart}[1]{\section*{\uppercase{#1}}}
\newcommand{\PersonalEntry}[2]{
		\noindent\hangindent=2em\hangafter=0 % Indentation
		\parbox{\spacebox}{        % Box to align text
		\textit{#1}}		       % Entry name (birth, address, etc.)
		\hspace{1.5em} #2 \par}    % Entry value
\newcommand{\SkillsEntry}[2]{      % Same as \PersonalEntry
		\noindent\hangindent=2em\hangafter=0 % Indentation
		\parbox{\spacebox}{        % Box to align text
		\textit{#1}}			   % Entry name (birth, address, etc.)
		\hspace{1.5em} #2 \par}    % Entry value	
		
\newcommand{\EducationEntry}[4]{
		\noindent \textbf{#1} \hfill      % Study
		\colorbox{Black}{%
			\parbox{6em}{%
			\hfill\color{White}#2}} \par  % Duration
		\noindent \textit{#3} \par        % School
		\noindent\hangindent=2em\hangafter=0 \small #4 % Description
		\normalsize \par}
\newcommand{\WorkEntry}[4]{				  % Same as \EducationEntry
		\noindent \textbf{#1} \hfill      % Jobname
		\colorbox{Black}{\color{White}#2} \par  % Duration
		\noindent \textit{#3} \par              % Company
		\noindent\hangindent=2em\hangafter=0 \small #4 % Description
		\normalsize \par}
%%% Begin Document
%%% ------------------------------------------------------------
\begin{document}
% you can upload a photo and include it here...
%\begin{wrapfigure}{l}{0.5\textwidth}
%	\vspace*{-2em}
%		\includegraphics[width=0.15\textwidth]{photo}
%\end{wrapfigure}
\MyName{Pratik Ravindra Aruja}
\sepspace
%%% Personal details
%%% ------------------------------------------------------------
\NewPart{Personal details}{}
\PersonalEntry{Birth}{Octomber 4, 1994}
\PersonalEntry{Address}{P,6 Zulelal Colony Shirpur}
\PersonalEntry{Phone}{(+91) 9665835558}
\PersonalEntry{Mail}{\url{pratikaruja1111@gmail.com}}
%%% Objective
%%% ------------------------------------------------------------
\NewPart{Objective}{}
To acquire advanced knowledge in my concern. Seeking a challenging career where my academic excellence will add value towards organization and personal growth.
%%% Education
%%% ------------------------------------------------------------
\NewPart{Education}{}
\EducationEntry{M.C.A (Appear)}{2016-2017}{North Maharashtra University}
  {Overall CGPA:5.79}
\sepspace
\EducationEntry{B.C.A}{2014-2015}{North Maharashtra University}
  {Overall CGPA:7.79}
\sepspace
\EducationEntry{H.S.C}{2011-2012}{Nashik Board}
  {Overall Result:49.33}
 \sepspace
\EducationEntry{S.S.C}{2009-2010}{Nashik Board}
  {Overall Result:66.91}
  
%%% Skills
%%% ------------------------------------------------------------
\NewPart{Skills}{}
\SkillsEntry{Natural Languages}{Sindhi (mother tongue)}
\SkillsEntry{}{English}
\SkillsEntry{}{Hindi}
 \sepspace
\SkillsEntry{Computer Languages}{c,c++,java,php,asp.net,javascript}
 \sepspace
\SkillsEntry{Packages}{MS-Office,Tally}
 \sepspace
\SkillsEntry{Database}{MS-Access,MySql}
%%% Area Of Interest
%%% ------------------------------------------------------------
\NewPart{Area Of Interest}{}
{Software Devlopement}
%%% References
%%% ------------------------------------------------------------
\NewPart{Project Summery}{}
\SkillsEntry{Title:}{Medical Shop Management System in vb.net and java}
 \sepspace
\SkillsEntry{Description:}{This system is used to do all transaction like sales purchase maintained stock detail etc.}
\sepspace
\SkillsEntry{Title:}{Online Examination in asp.net}
 \sepspace
\SkillsEntry{Description:}{This is a web base system is used to give or take the exams online.}
%%% Area Of Interest
%%% ------------------------------------------------------------
\NewPart{}{}
{I hereby declare that all the details in the application are true, complete and correct to the best of my knowledge and belief.}
\end{document}