Advertisement
Ahmed_Negm

Untitled

Dec 16th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. \documentclass[10pt,a4paper,ragged2e]{altacv}
  2.  
  3. \geometry{left=2cm,right=2cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm}
  4.  
  5. % Change the font if you want to, depending on whether
  6. % you're using pdflatex or xelatex/lualatex
  7. \ifxetexorluatex
  8. % If using xelatex or lualatex:
  9. \setmainfont{Carlito}
  10. \else
  11. % If using pdflatex:
  12. \usepackage[utf8]{inputenc}
  13. \usepackage[T1]{fontenc}
  14. \usepackage[default]{lato}
  15. \fi
  16.  
  17. % Change the colours if you want to
  18. \definecolor{VividPurple}{HTML}{000000}
  19. \definecolor{SlateGrey}{HTML}{2E2E2E}
  20. \definecolor{LightGrey}{HTML}{2E2E2E}
  21. \colorlet{heading}{VividPurple}
  22. \colorlet{accent}{VividPurple}
  23. \colorlet{emphasis}{SlateGrey}
  24. \colorlet{body}{LightGrey}
  25.  
  26. % Change the bullets for itemize and rating marker
  27. % for \cvskill if you want to
  28. \renewcommand{\itemmarker}{{\small\textbullet}}
  29. \renewcommand{\ratingmarker}{\faCircle}
  30.  
  31. %% sample.bib contains your publications
  32. \addbibresource{sample.bib}
  33. \usepackage{hyperref}
  34. \begin{document}
  35.  
  36. \name{Ahmed Negm}
  37. \tagline{Software Engineer}
  38.  
  39. \personalinfo{
  40. \phone{+(20)1067286498}
  41. \location{Ismailia, Egypt}
  42. \linkedin{\href {https://www.linkedin.com/in/negm5/}{linkedin.com/in/negm5/}}
  43. \github{\href {https://github.com/AhmedNegm5}{github.com/AhmedNegm5}}
  44. }
  45.  
  46. %% Make the header extend all the way to the right, if you want.
  47. \begin{fullwidth}
  48. \makecvheader
  49. \end{fullwidth}
  50.  
  51. %% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
  52. \AtBeginEnvironment{itemize}{\small}
  53.  
  54. %% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
  55. %% You can always just use \marginpar{...} if you do
  56. %% not need to align the top of the contents to any
  57. %% \cvsection title in the "main" bar.
  58.  
  59. \cvsection{EDUCATION}
  60. \cvevent{Computer science student}{Suez Canel University}{09/2021 - 09/ 2025}{Ismalia, Egypt}
  61.  
  62.  
  63.  
  64. \cvsection[]{Volunteering}
  65.  
  66. \cvevent{IT Member }{ICPC SCU community}{Oct 2022 -- Present}{Suez canal university, Egypt}
  67. \begin{itemize}
  68. \item Part of the IT team which is responsible for training and preparing my college students for the ICPC and other programming contests.
  69.  
  70. \item Making training programming contests and writing algorithmic problems for the trainees on polygon which is used to develop the packages of
  71. all problems in order to be used on Codeforces Online Judge.
  72.  
  73. \item Teaching students C++ STL, Data Structures, and algorithms related to programming competitions.
  74.  
  75. %\smallskip
  76. \end{itemize}
  77.  
  78. \cvsection{Projects}
  79. \cvproject{Hotel Reservation System}
  80. \begin{itemize}
  81. \item This project was my project for the file structure about a Hotel Reservation System subject with my team I helped in coding the whole C++ code and all Data structure and Algorithms implemented in the project\github{\href {https://github.com/AhmedNegm5/Hotel-reservation-system}{Project link}}
  82. \end{itemize}
  83.  
  84. \divider
  85.  
  86. \cvproject{Little Lemon API}
  87. \begin{itemize}
  88. \item This project was my project for the Backend Developer course on coursera\github{\href {https://github.com/AhmedNegm5/LittleLemon}{Project link}}
  89. \end{itemize}
  90.  
  91.  
  92. \cvsection{ACHIEVEMENTS}
  93. \cvproject{Qualification to Egyptian Collegiate Programming Contest (QECPC) 2022}
  94. \begin{itemize}
  95.  
  96. \item ranked 8th on my university and 15th among all universities on that day
  97. \end{itemize}
  98.  
  99.  
  100.  
  101. \cvsection{CERTIFICATES}
  102. \cvevent{
  103. The 2022 ICPC ECPC Qualifications Collegiate Programming Contest Day 9}{ICPC GLOBAL}{August 2022}{}
  104. \begin{itemize}
  105. \item Credential ID:
  106. \href{https://icpc.global/ICPCID/B2FEUFD4RMCW}{B2FEUFD4RMCW}.
  107. \end{itemize}
  108.  
  109. \divider
  110.  
  111. \cvevent{
  112. Python Programmer Bootcamp}{365 Data Science}{November 2022}{}
  113. \begin{itemize}
  114. \item Credential ID:
  115. \href{https://learn.365datascience.com/c/4b8b5af09a/}{4b8b5af09a}.
  116. \end{itemize}
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. \cvsection{SKILLS}
  126.  
  127. \cvproject{C, C++, Python, OOP, Data Structures, Algorithms, Problem Solving, Django}
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. % \printbibliography[heading=pubtype,title={\printinfo{\faBook}{Books}},type=book]
  137.  
  138. % \divider
  139.  
  140. % \printbibliography[heading=pubtype,title={\printinfo{\faFileTextO}{Journal Articles}}, type=article]
  141.  
  142. % \divider
  143.  
  144. % \printbibliography[heading=pubtype,title={\printinfo{\faGroup}{Conference Proceedings}},type=inproceedings]
  145.  
  146. % %% If the NEXT page doesn't start with a \cvsection but you'd
  147. % %% still like to add a sidebar, then use this command on THIS
  148. % %% page to add it. The optional argument lets you pull up the
  149. % %% sidebar a bit so that it looks aligned with the top of the
  150. % %% main column.
  151. % % \addnextpagesidebar[-1ex]{page3sidebar}
  152.  
  153.  
  154. \end{document}
  155.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement