Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[10pt,a4paper,ragged2e]{altacv}
- \geometry{left=2cm,right=2cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm}
- % Change the font if you want to, depending on whether
- % you're using pdflatex or xelatex/lualatex
- \ifxetexorluatex
- % If using xelatex or lualatex:
- \setmainfont{Carlito}
- \else
- % If using pdflatex:
- \usepackage[utf8]{inputenc}
- \usepackage[T1]{fontenc}
- \usepackage[default]{lato}
- \fi
- % Change the colours if you want to
- \definecolor{VividPurple}{HTML}{000000}
- \definecolor{SlateGrey}{HTML}{2E2E2E}
- \definecolor{LightGrey}{HTML}{2E2E2E}
- \colorlet{heading}{VividPurple}
- \colorlet{accent}{VividPurple}
- \colorlet{emphasis}{SlateGrey}
- \colorlet{body}{LightGrey}
- % Change the bullets for itemize and rating marker
- % for \cvskill if you want to
- \renewcommand{\itemmarker}{{\small\textbullet}}
- \renewcommand{\ratingmarker}{\faCircle}
- %% sample.bib contains your publications
- \addbibresource{sample.bib}
- \usepackage{hyperref}
- \begin{document}
- \name{Ahmed Negm}
- \tagline{Software Engineer}
- \personalinfo{
- \email{a.negm1231@gmail.com}
- \phone{+(20)1067286498}
- \location{Ismailia, Egypt}
- \linkedin{\href {https://www.linkedin.com/in/negm5/}{linkedin.com/in/negm5/}}
- \github{\href {https://github.com/AhmedNegm5}{github.com/AhmedNegm5}}
- }
- %% Make the header extend all the way to the right, if you want.
- \begin{fullwidth}
- \makecvheader
- \end{fullwidth}
- %% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
- \AtBeginEnvironment{itemize}{\small}
- %% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
- %% You can always just use \marginpar{...} if you do
- %% not need to align the top of the contents to any
- %% \cvsection title in the "main" bar.
- \cvsection{EDUCATION}
- \cvevent{Computer science student}{Suez Canel University}{09/2021 - 09/ 2025}{Ismalia, Egypt}
- \cvsection[]{Volunteering}
- \cvevent{IT Member }{ICPC SCU community}{Oct 2022 -- Present}{Suez canal university, Egypt}
- \begin{itemize}
- \item Part of the IT team which is responsible for training and preparing my college students for the ICPC and other programming contests.
- \item Making training programming contests and writing algorithmic problems for the trainees on polygon which is used to develop the packages of
- all problems in order to be used on Codeforces Online Judge.
- \item Teaching students C++ STL, Data Structures, and algorithms related to programming competitions.
- %\smallskip
- \end{itemize}
- \cvsection{Projects}
- \cvproject{Hotel Reservation System}
- \begin{itemize}
- \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}}
- \end{itemize}
- \divider
- \cvproject{Little Lemon API}
- \begin{itemize}
- \item This project was my project for the Backend Developer course on coursera\github{\href {https://github.com/AhmedNegm5/LittleLemon}{Project link}}
- \end{itemize}
- \cvsection{ACHIEVEMENTS}
- \cvproject{Qualification to Egyptian Collegiate Programming Contest (QECPC) 2022}
- \begin{itemize}
- \item ranked 8th on my university and 15th among all universities on that day
- \end{itemize}
- \cvsection{CERTIFICATES}
- \cvevent{
- The 2022 ICPC ECPC Qualifications Collegiate Programming Contest Day 9}{ICPC GLOBAL}{August 2022}{}
- \begin{itemize}
- \item Credential ID:
- \href{https://icpc.global/ICPCID/B2FEUFD4RMCW}{B2FEUFD4RMCW}.
- \end{itemize}
- \divider
- \cvevent{
- Python Programmer Bootcamp}{365 Data Science}{November 2022}{}
- \begin{itemize}
- \item Credential ID:
- \href{https://learn.365datascience.com/c/4b8b5af09a/}{4b8b5af09a}.
- \end{itemize}
- \cvsection{SKILLS}
- \cvproject{C, C++, Python, OOP, Data Structures, Algorithms, Problem Solving, Django}
- % \printbibliography[heading=pubtype,title={\printinfo{\faBook}{Books}},type=book]
- % \divider
- % \printbibliography[heading=pubtype,title={\printinfo{\faFileTextO}{Journal Articles}}, type=article]
- % \divider
- % \printbibliography[heading=pubtype,title={\printinfo{\faGroup}{Conference Proceedings}},type=inproceedings]
- % %% If the NEXT page doesn't start with a \cvsection but you'd
- % %% still like to add a sidebar, then use this command on THIS
- % %% page to add it. The optional argument lets you pull up the
- % %% sidebar a bit so that it looks aligned with the top of the
- % %% main column.
- % % \addnextpagesidebar[-1ex]{page3sidebar}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement