Advertisement
ZeyadNofal

SD CV

Sep 20th, 2022
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 7.40 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%
  2. % This is an example CV created using altacv.cls (v1.6.4, 13 Nov 2021) written by
  3. % LianTze Lim ([email protected]), based on the
  4. % Cv created by BusinessInsider at http://www.businessinsider.my/a-sample-resume-for-marissa-mayer-2016-7/?r=US&IR=T
  5. %
  6. %% It may be distributed and/or modified under the
  7. %% conditions of the LaTeX Project Public License, either version 1.3
  8. %% of this license or (at your option) any later version.
  9. %% The latest version of this license is in
  10. %%    http://www.latex-project.org/lppl.txt
  11. %% and version 1.3 or later is part of all distributions of LaTeX
  12. %% version 2003/12/01 or later.
  13. %%%%%%%%%%%%%%%%
  14.  
  15. %% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
  16. % \documentclass[10pt,a4paper,normalphoto]{altacv}
  17.  
  18. \documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
  19.  
  20. %% AltaCV uses the fontawesome5 package.
  21. %% See http://texdoc.net/pkg/fontawesome5 for full list of symbols.
  22.  
  23. % Change the page layout if you need to
  24. \geometry{left=1.25cm,right=1.25cm,top=1.5cm,bottom=1.5cm,columnsep=1.2cm}
  25.  
  26. % The paracol package lets you typeset columns of text in parallel
  27. \usepackage{paracol}
  28.  
  29.  
  30. % Change the font if you want to, depending on whether
  31. % you're using pdflatex or xelatex/lualatex
  32. \ifxetexorluatex
  33.   % If using xelatex or lualatex:
  34.   \setmainfont{Lato}
  35. \else
  36.   % If using pdflatex:
  37.   \usepackage[default]{lato}
  38. \fi
  39.  
  40. % Change the colours if you want to
  41. \definecolor{NavyBlue}{HTML}{27285C}
  42. \definecolor{SlateGrey}{HTML}{2E2E2E}
  43. \definecolor{LightGrey}{HTML}{666666}
  44. % \colorlet{name}{black}
  45. % \colorlet{tagline}{PastelRed}
  46. \colorlet{heading}{NavyBlue}
  47. \colorlet{headingrule}{NavyBlue}
  48. % \colorlet{subheading}{PastelRed}
  49. \colorlet{accent}{NavyBlue}
  50. \colorlet{emphasis}{SlateGrey}
  51. \colorlet{body}{LightGrey}
  52.  
  53. % Change some fonts, if necessary
  54. % \renewcommand{\namefont}{\Huge\rmfamily\bfseries}
  55. % \renewcommand{\personalinfofont}{\footnotesize}
  56. % \renewcommand{\cvsectionfont}{\LARGE\rmfamily\bfseries}
  57. % \renewcommand{\cvsubsectionfont}{\large\bfseries}
  58.  
  59. % Change the bullets for itemize and rating marker
  60. % for \cvskill if you want to
  61. \renewcommand{\itemmarker}{{\small\textbullet}}
  62. \renewcommand{\ratingmarker}{\faCircle}
  63.  
  64. %% Use (and optionally edit if necessary) this .tex if you
  65. %% want to use an author-year reference style like APA(6)
  66. %% for your publication list
  67. \input{pubs-authoryear}
  68.  
  69. %% Use (and optionally edit if necessary) this .tex if you
  70. %% want an originally numerical reference style like IEEE
  71. %% for your publication list
  72. % \input{pubs-num}
  73.  
  74. %% sample.bib contains your publications
  75. \addbibresource{sample.bib}
  76.  
  77. \begin{document}
  78. \name{Zeyad Nofal}
  79. \tagline{Software Developer}
  80.  
  81. %\photoR{4cm}{zeyad4}
  82.  
  83. \personalinfo{%
  84.   % Not all of these are required!
  85.   % You can add your own with \printinfo{symbol}{detail}
  86.  \phone{+20-115-802-3582}
  87.  \mailaddress{26 Misr Ll. Tamir Buildings, Area 8, Sheraton}
  88.  \location{Cairo, Egypt}
  89.  % \homepage{marissamayr.tumblr.com}
  90.  % \twitter{@marissamayer}
  91.   \linkedin{zeyadnofal}
  92.  \github{zeyadnofal} % I'm just making this up though.
  93. %   \orcid{0000-0000-0000-0000} % Obviously making this up too.
  94.   %% You can add your own arbitrary detail with
  95.   %% \printinfo{symbol}{detail}[optional hyperlink prefix]
  96.   % \printinfo{\faPaw}{Hey ho!}
  97.   %% Or you can declare your own field with
  98.   %% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
  99.   % \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
  100.   % \gitlab{your_id}
  101.     %%
  102.   %% For services and platforms like Mastodon where there isn't a
  103.   %% straightforward relation between the user ID/nickname and the hyperlink,
  104.   %% you can use \printinfo directly e.g.
  105.   % \printinfo{\faMastodon}{@username@instace}[https://instance.url/@username]
  106.   %% But if you absolutely want to create new dedicated info fields for
  107.   %% such platforms, then use \NewInfoField* with a star:
  108.   % \NewInfoField*{mastodon}{\faMastodon}
  109.   %% then you can use \mastodon, with TWO arguments where the 2nd argument is
  110.   %% the full hyperlink.
  111.   % \mastodon{@username@instance}{https://instance.url/@username}
  112. }
  113.  
  114. \makecvheader
  115.  
  116. %% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
  117. \AtBeginEnvironment{itemize}{\small}
  118.  
  119. %% Set the left/right column width ratio to 6:4.
  120. \columnratio{0.6}
  121.  
  122. % Start a 2-column paracol. Both the left and right columns will automatically
  123. % break across pages if things get too long.
  124. \begin{paracol}{2}
  125.  
  126. \cvsection{Experience}
  127.  
  128. \cvevent{Software Developer}{Accord Business Group}{July 2021 -- Present}{Maadi}
  129. \begin{itemize}
  130. \item SAS Fraud Management developer with 1 year of experience in implementing customer’s requirements on UI and creating, testing and maintaining rules and alerts on SFM
  131. \item Handled SFM implementation and testing for multiple clients
  132. \item Been a part of end to end technical delivery of projects
  133. \end{itemize}
  134.  
  135.  
  136. % use ONLY \newpage if you want to force a page break for
  137. % ONLY the currentc column
  138.  
  139. \cvsection{Education}
  140.  
  141. \cvevent{Post Graduate Diploma}{Information Technology Institute (ITI)}{2020 -- 2021}{}
  142. \begin{itemize}
  143.    \item ITI 9-month Professional Diploma in GeoInformatics (GIS)
  144. \end{itemize}
  145.  
  146. \divider
  147.  
  148. \cvevent{Bachelor of Science Degree}{Ahram Canadian University}{2016 -- 2020}{}
  149. \begin{itemize}
  150.    \item Faculty of Computer Science and IT
  151.    \item Computer Science Major
  152.    \item GPA 3.3
  153. \end{itemize}
  154.  
  155. \cvsection{Courses}
  156.  
  157. \cvevent{Android Development Course}{Russian Cultural Center}{2019}{}
  158. \begin{itemize}
  159.    \item Completion certificate of a 3-month Android Development course using Java
  160. \end{itemize}
  161.  
  162. \divider
  163.  
  164. \cvevent{Python for Everybody Specialization}{Coursera}{2020}{5 Courses}
  165. \begin{itemize}
  166.    \item 1. Programming for Everybody (Getting Started with Python)
  167.    \item 2.Python Data Structures
  168.    \item 3. Using Python to Access Web Data
  169.    \item 4. Using Databases with Python
  170.    \item 5. Capstone: Retrieving, Processing and Visualizing Data with Python
  171. \end{itemize}
  172.  
  173. \divider
  174.  
  175.  
  176.  
  177. %% Switch to the right column. This will now automatically move to the second
  178. %% page if the content is too long.
  179. \switchcolumn
  180.  
  181. \cvsection{Profile}
  182. \begin{quote}
  183. An ambitious and competitive software developer who is always looking for problems to solve and seeking opportunities which will help gain knowledge to grow as an individual and as a team member
  184. \end{quote}
  185.  
  186. \cvsection{Languages}
  187.  
  188. \cvskill{Arabic}{5}
  189. % \divider
  190.  
  191. \cvskill{English}{4}
  192.  
  193. \cvsection{Technical Skills}
  194.  
  195. \cvtag{MS Office}
  196. \cvtag{C++}
  197. \cvtag{Java}
  198. \cvtag{C\#}
  199. \cvtag{Python}
  200. \cvtag{Database}
  201. \cvtag{SQL}
  202. \cvtag{Agile}
  203. \cvtag{SAS SFM}\\
  204. \cvtag{Data Structures \& Algorithms}\\
  205. \cvtag{Object Oriented Programming}\\
  206.  
  207. \cvsection{Soft Skills}
  208.  
  209. \cvtag{Problem Solving}
  210. \cvtag{Analytical Abilities}\\
  211. \cvtag{Collaboration}
  212. \cvtag{Adaptability}\\
  213. \cvtag{Organization}
  214. \cvtag{Resourcefulness}\\
  215. \cvtag{Perseverance}
  216.  
  217.  
  218. \cvsection{Achievements}
  219. \cvevent{Ahram Canadian University CTF}{Cyber Security Competition}{2018}{}
  220. \begin{itemize}
  221.    \item Part of a 3-member team achieving 1st Place and qualifying to Egypt Universities CTF
  222. \end{itemize}
  223.  
  224. \cvevent{Egypt Universities CTF}{Cyber Security Competition}{2018}{}
  225. \begin{itemize}
  226.    \item Part of a 3-member team achieving 8th Place
  227. \end{itemize}
  228.  
  229. \end{paracol}
  230. % \divider
  231. \newpage
  232.  
  233.  
  234. \end{document}
  235.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement