Advertisement
Ahmed_Negm

Untitled

Dec 16th, 2023
35
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. \email{a.negm1231@gmail.com}
  41. \phone{+(20)1067286498}
  42. \location{Ismailia, Egypt}
  43. \linkedin{\href {https://www.linkedin.com/in/negm5/}{linkedin.com/in/negm5/}}
  44. \github{\href {https://github.com/AhmedNegm5}{github.com/AhmedNegm5}}
  45. }
  46.  
  47. %% Make the header extend all the way to the right, if you want.
  48. \begin{fullwidth}
  49. \makecvheader
  50. \end{fullwidth}
  51.  
  52. %% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
  53. \AtBeginEnvironment{itemize}{\small}
  54.  
  55. %% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
  56. %% You can always just use \marginpar{...} if you do
  57. %% not need to align the top of the contents to any
  58. %% \cvsection title in the "main" bar.
  59.  
  60. \cvsection{EDUCATION}
  61. \cvevent{Computer science student}{Suez Canel University}{09/2021 - 09/ 2025}{Ismalia, Egypt}
  62.  
  63.  
  64.  
  65. \cvsection[]{Volunteering}
  66.  
  67. \cvevent{IT Member }{ICPC SCU community}{Oct 2022 -- Present}{Suez canal university, Egypt}
  68. \begin{itemize}
  69. \item Part of the IT team which is responsible for training and preparing my college students for the ICPC and other programming contests.
  70.  
  71. \item Making training programming contests and writing algorithmic problems for the trainees on polygon which is used to develop the packages of
  72. all problems in order to be used on Codeforces Online Judge.
  73.  
  74. \item Teaching students C++ STL, Data Structures, and algorithms related to programming competitions.
  75.  
  76. %\smallskip
  77. \end{itemize}
  78.  
  79. \cvsection{Projects}
  80. \cvproject{Hotel Reservation System}
  81. \begin{itemize}
  82. \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}}
  83. \end{itemize}
  84.  
  85. \divider
  86.  
  87. \cvproject{Little Lemon API}
  88. \begin{itemize}
  89. \item This project was my project for the Backend Developer course on coursera\github{\href {https://github.com/AhmedNegm5/LittleLemon}{Project link}}
  90. \end{itemize}
  91.  
  92.  
  93. \cvsection{ACHIEVEMENTS}
  94. \cvproject{Qualification to Egyptian Collegiate Programming Contest (QECPC) 2022}
  95. \begin{itemize}
  96.  
  97. \item ranked 8th on my university and 15th among all universities on that day
  98. \end{itemize}
  99.  
  100.  
  101.  
  102. \cvsection{CERTIFICATES}
  103. \cvevent{
  104. The 2022 ICPC ECPC Qualifications Collegiate Programming Contest Day 9}{ICPC GLOBAL}{August 2022}{}
  105. \begin{itemize}
  106. \item Credential ID:
  107. \href{https://icpc.global/ICPCID/B2FEUFD4RMCW}{B2FEUFD4RMCW}.
  108. \end{itemize}
  109.  
  110. \divider
  111.  
  112. \cvevent{
  113. Python Programmer Bootcamp}{365 Data Science}{November 2022}{}
  114. \begin{itemize}
  115. \item Credential ID:
  116. \href{https://learn.365datascience.com/c/4b8b5af09a/}{4b8b5af09a}.
  117. \end{itemize}
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. \cvsection{SKILLS}
  127.  
  128. \cvproject{C, C++, Python, OOP, Data Structures, Algorithms, Problem Solving, Django}
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. % \printbibliography[heading=pubtype,title={\printinfo{\faBook}{Books}},type=book]
  138.  
  139. % \divider
  140.  
  141. % \printbibliography[heading=pubtype,title={\printinfo{\faFileTextO}{Journal Articles}}, type=article]
  142.  
  143. % \divider
  144.  
  145. % \printbibliography[heading=pubtype,title={\printinfo{\faGroup}{Conference Proceedings}},type=inproceedings]
  146.  
  147. % %% If the NEXT page doesn't start with a \cvsection but you'd
  148. % %% still like to add a sidebar, then use this command on THIS
  149. % %% page to add it. The optional argument lets you pull up the
  150. % %% sidebar a bit so that it looks aligned with the top of the
  151. % %% main column.
  152. % % \addnextpagesidebar[-1ex]{page3sidebar}
  153.  
  154.  
  155. \end{document}
  156.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement