Advertisement
ZeyadNofal

SD CV

Sep 20th, 2022
306
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 (liantze@gmail.com), 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.   \email{zeyadnofal98@gmail.com}
  87.  \phone{+20-115-802-3582}
  88.  \mailaddress{26 Misr Ll. Tamir Buildings, Area 8, Sheraton}
  89.  \location{Cairo, Egypt}
  90.  % \homepage{marissamayr.tumblr.com}
  91.  % \twitter{@marissamayer}
  92.   \linkedin{zeyadnofal}
  93.  \github{zeyadnofal} % I'm just making this up though.
  94. %   \orcid{0000-0000-0000-0000} % Obviously making this up too.
  95.   %% You can add your own arbitrary detail with
  96.   %% \printinfo{symbol}{detail}[optional hyperlink prefix]
  97.   % \printinfo{\faPaw}{Hey ho!}
  98.   %% Or you can declare your own field with
  99.   %% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
  100.   % \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
  101.   % \gitlab{your_id}
  102.     %%
  103.   %% For services and platforms like Mastodon where there isn't a
  104.   %% straightforward relation between the user ID/nickname and the hyperlink,
  105.   %% you can use \printinfo directly e.g.
  106.   % \printinfo{\faMastodon}{@username@instace}[https://instance.url/@username]
  107.   %% But if you absolutely want to create new dedicated info fields for
  108.   %% such platforms, then use \NewInfoField* with a star:
  109.   % \NewInfoField*{mastodon}{\faMastodon}
  110.   %% then you can use \mastodon, with TWO arguments where the 2nd argument is
  111.   %% the full hyperlink.
  112.   % \mastodon{@username@instance}{https://instance.url/@username}
  113. }
  114.  
  115. \makecvheader
  116.  
  117. %% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
  118. \AtBeginEnvironment{itemize}{\small}
  119.  
  120. %% Set the left/right column width ratio to 6:4.
  121. \columnratio{0.6}
  122.  
  123. % Start a 2-column paracol. Both the left and right columns will automatically
  124. % break across pages if things get too long.
  125. \begin{paracol}{2}
  126.  
  127. \cvsection{Experience}
  128.  
  129. \cvevent{Software Developer}{Accord Business Group}{July 2021 -- Present}{Maadi}
  130. \begin{itemize}
  131. \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
  132. \item Handled SFM implementation and testing for multiple clients
  133. \item Been a part of end to end technical delivery of projects
  134. \end{itemize}
  135.  
  136.  
  137. % use ONLY \newpage if you want to force a page break for
  138. % ONLY the currentc column
  139.  
  140. \cvsection{Education}
  141.  
  142. \cvevent{Post Graduate Diploma}{Information Technology Institute (ITI)}{2020 -- 2021}{}
  143. \begin{itemize}
  144.    \item ITI 9-month Professional Diploma in GeoInformatics (GIS)
  145. \end{itemize}
  146.  
  147. \divider
  148.  
  149. \cvevent{Bachelor of Science Degree}{Ahram Canadian University}{2016 -- 2020}{}
  150. \begin{itemize}
  151.    \item Faculty of Computer Science and IT
  152.    \item Computer Science Major
  153.    \item GPA 3.3
  154. \end{itemize}
  155.  
  156. \cvsection{Courses}
  157.  
  158. \cvevent{Android Development Course}{Russian Cultural Center}{2019}{}
  159. \begin{itemize}
  160.    \item Completion certificate of a 3-month Android Development course using Java
  161. \end{itemize}
  162.  
  163. \divider
  164.  
  165. \cvevent{Python for Everybody Specialization}{Coursera}{2020}{5 Courses}
  166. \begin{itemize}
  167.    \item 1. Programming for Everybody (Getting Started with Python)
  168.    \item 2.Python Data Structures
  169.    \item 3. Using Python to Access Web Data
  170.    \item 4. Using Databases with Python
  171.    \item 5. Capstone: Retrieving, Processing and Visualizing Data with Python
  172. \end{itemize}
  173.  
  174. \divider
  175.  
  176.  
  177.  
  178. %% Switch to the right column. This will now automatically move to the second
  179. %% page if the content is too long.
  180. \switchcolumn
  181.  
  182. \cvsection{Profile}
  183. \begin{quote}
  184. 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
  185. \end{quote}
  186.  
  187. \cvsection{Languages}
  188.  
  189. \cvskill{Arabic}{5}
  190. % \divider
  191.  
  192. \cvskill{English}{4}
  193.  
  194. \cvsection{Technical Skills}
  195.  
  196. \cvtag{MS Office}
  197. \cvtag{C++}
  198. \cvtag{Java}
  199. \cvtag{C\#}
  200. \cvtag{Python}
  201. \cvtag{Database}
  202. \cvtag{SQL}
  203. \cvtag{Agile}
  204. \cvtag{SAS SFM}\\
  205. \cvtag{Data Structures \& Algorithms}\\
  206. \cvtag{Object Oriented Programming}\\
  207.  
  208. \cvsection{Soft Skills}
  209.  
  210. \cvtag{Problem Solving}
  211. \cvtag{Analytical Abilities}\\
  212. \cvtag{Collaboration}
  213. \cvtag{Adaptability}\\
  214. \cvtag{Organization}
  215. \cvtag{Resourcefulness}\\
  216. \cvtag{Perseverance}
  217.  
  218.  
  219. \cvsection{Achievements}
  220. \cvevent{Ahram Canadian University CTF}{Cyber Security Competition}{2018}{}
  221. \begin{itemize}
  222.    \item Part of a 3-member team achieving 1st Place and qualifying to Egypt Universities CTF
  223. \end{itemize}
  224.  
  225. \cvevent{Egypt Universities CTF}{Cyber Security Competition}{2018}{}
  226. \begin{itemize}
  227.    \item Part of a 3-member team achieving 8th Place
  228. \end{itemize}
  229.  
  230. \end{paracol}
  231. % \divider
  232. \newpage
  233.  
  234.  
  235. \end{document}
  236.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement