\documentclass[10pt, letterpaper]{article} % Packages: \usepackage[ ignoreheadfoot, % set margins without considering header and footer top=2 cm, % seperation between body and page edge from the top bottom=2 cm, % seperation between body and page edge from the bottom left=2 cm, % seperation between body and page edge from the left right=2 cm, % seperation between body and page edge from the right footskip=1.0 cm, % seperation between body and footer % showframe % for debugging ]{geometry} % for adjusting page geometry \usepackage{titlesec} % for customizing section titles \usepackage{tabularx} % for making tables with fixed width columns \usepackage{array} % tabularx requires this \usepackage[dvipsnames]{xcolor} % for coloring text \definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color \usepackage{enumitem} % for customizing lists \usepackage{fontawesome5} % for using icons \usepackage{amsmath} % for math \usepackage[ pdftitle={John Doe's CV}, pdfauthor={John Doe}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks \usepackage[pscoord]{eso-pic} % for floating text on the page \usepackage{calc} % for calculating lengths \usepackage{bookmark} % for bookmarks \usepackage{lastpage} % for getting the total number of pages \usepackage{changepage} % for one column entries (adjustwidth environment) \usepackage{paracol} % for two and three column entries \usepackage{ifthen} % for conditional statements \usepackage{needspace} % for avoiding page brake right after the section title \usepackage{iftex} % check if engine is pdflatex, xetex or luatex % Ensure that generate pdf is machine readable/ATS parsable: \ifPDFTeX \input{glyphtounicode} \pdfgentounicode=1 \fi % Some settings: \AtBeginEnvironment{adjustwidth}{\partopsep0pt} % remove space before adjustwidth environment \pagestyle{empty} % no header or footer \setcounter{secnumdepth}{0} % no section numbering \setlength{\parindent}{0pt} % no indentation \setlength{\topskip}{0pt} % no top skip \setlength{\columnsep}{0cm} % set column seperation \makeatletter \let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle \patchcmd{\ps@customFooterStyle}{\thepage}{ \color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}} }{}{} % replace number by desired string \makeatother \pagestyle{customFooterStyle} \titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule] \titlespacing{\section}{ % left space: -1pt }{ % top space: 0.3 cm }{ % bottom space: 0.2 cm } % section title spacing \renewcommand\labelitemi{$\circ$} % custom bullet points \newenvironment{highlights}{ \begin{itemize}[ topsep=0.10 cm, parsep=0.10 cm, partopsep=0pt, itemsep=0pt, leftmargin=0.4 cm + 10pt + 0.6 cm ] }{ \end{itemize} } % new environment for highlights \newenvironment{onecolentry}{ \begin{adjustwidth}{ 0.2 cm + 0.00001 cm }{ 0.2 cm + 0.00001 cm } }{ \end{adjustwidth} } % new environment for one column entries \newenvironment{onecolentrybulleted}{ \onecolentry \setcolumnwidth{0.6 cm, \fill} \begin{paracol}{2} \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} \switchcolumn }{ \end{paracol} \endonecolentry } % new environment for one column entries with bullets \newenvironment{twocolentry}[2][]{ \onecolentry \def\secondColumn{#2} \setcolumnwidth{\fill, 4.5 cm} \begin{paracol}{2} }{ \switchcolumn \raggedleft \secondColumn \end{paracol} \endonecolentry } % new environment for two column entries \newenvironment{threecolentry}[3][]{ \onecolentry \def\thirdColumn{#3} \setcolumnwidth{0.6 cm, \fill, 4.5 cm} \begin{paracol}{3} #2 \switchcolumn }{ \switchcolumn \raggedleft \thirdColumn \end{paracol} \endonecolentry } % new environment for three column entries \newenvironment{header}{ \setlength{\topsep}{0pt}\par\kern\topsep\centering\linespread{1.5} }{ \par\kern\topsep } % new environment for the header \newcommand{\placelastupdatedtext}{% \placetextbox{}{}{} \AddToShipoutPictureFG*{% Add to current page foreground \put( \LenToUnit{\paperwidth-2 cm-0.2 cm+0.05cm}, \LenToUnit{\paperheight-1.0 cm} ){\vtop{{\null}\makebox[0pt][c]{ \small\color{gray}\textit{Last updated in January 2024}\hspace{\widthof{Last updated in January 2024}} }}}% }% }% % save the original href command in a new command: \let\hrefWithoutArrow\href % new command for external links: \renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}} \begin{document} \placelastupdatedtext \begin{header} \textbf{\fontsize{24 pt}{24 pt}\selectfont John Doe} \vspace{0.3 cm} \normalsize \mbox{ {\color{black}{\footnotesize\faMapMarker*}\hspace*{0.13cm}Istanbul, Turkey} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{mailto:johndoe@example.com}{\color{black}{\footnotesize\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{tel:+90-541-999-99-99}{\color{black}{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{https://example.com/}{\color{black}{\footnotesize\faLink}\hspace*{0.13cm}example.com} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{https://linkedin.com/in/johndoe}{\color{black}{\footnotesize\faLinkedinIn}\hspace*{0.13cm}johndoe} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{https://github.com/johndoe}{\color{black}{\footnotesize\faGithub}\hspace*{0.13cm}johndoe} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{https://instagram.com/johndoe}{\color{black}{\footnotesize\faInstagram}\hspace*{0.13cm}johndoe} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{\color{black}{\footnotesize\faOrcid}\hspace*{0.13cm}0000-0000-0000-0000} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{https://example/@johndoe}{\color{black}{\footnotesize\faMastodon}\hspace*{0.13cm}@johndoe@example} } \kern 0.5 cm \mbox{ \hrefWithoutArrow{https://twitter.com/johndoe}{\color{black}{\footnotesize\faTwitter}\hspace*{0.13cm}johndoe} } \kern 0.5 cm \end{header} \vspace{0.3 cm - 0.3 cm} \section{Text Entries} \begin{onecolentry} This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. \end{onecolentry} \vspace{0.2 cm} \begin{onecolentry} This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. \end{onecolentry} \vspace{0.2 cm} \begin{onecolentry} This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information. \end{onecolentry} \section{Bullet Entries} \begin{onecolentry} \textbullet \hspace{3pt} This is a bullet entry. \end{onecolentry} \vspace{0.2 cm} \begin{onecolentry} \textbullet \hspace{3pt} This is a bullet entry. \end{onecolentry} \section{Publication Entries} \begin{samepage} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ Sept. 2021 } \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \end{threecolentry} \end{samepage} \vspace{0.2 cm} \begin{samepage} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ Sept. 2021 } \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \hspace{0.6 cm}% \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} \end{onecolentry} \end{samepage} \vspace{0.2 cm} \begin{samepage} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ Sept. 2021 } \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \hspace{0.6 cm}% IEEE Transactions on Applied Superconductivity \end{onecolentry} \end{samepage} \vspace{0.2 cm} \begin{samepage} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ Sept. 2021 } \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \hspace{0.6 cm}% \href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity) \end{onecolentry} \end{samepage} \section{Experience Entries} \begin{onecolentrybulleted} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{onecolentrybulleted} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{onecolentrybulleted} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{onecolentrybulleted} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Software Engineer} \textit{Some \textbf{Company}} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \section{Education Entries} \begin{onecolentrybulleted} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{onecolentrybulleted} \vspace{0.2 cm} \begin{onecolentrybulleted} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{onecolentrybulleted} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{onecolentrybulleted} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{onecolentrybulleted} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{onecolentrybulleted} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{onecolentrybulleted} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{Boğaziçi University} \textit{BS in Mechanical Engineering} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \section{Normal Entries} \begin{onecolentrybulleted} \textbf{My Project} \end{onecolentrybulleted} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{onecolentrybulleted} \textbf{My Project} \end{onecolentrybulleted} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} } \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} } \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to present} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{June 2020} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} } \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2015 to June 2020} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} } \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \vspace{0.2 cm} \begin{threecolentry}{ \vspace*{\fill} \textbullet \vspace*{3px} \vspace*{\fill} }{ \textit{Sept. 2021} \textit{Istanbul, Turkey}} \textbf{My Project} \end{threecolentry} \vspace{0.10 cm} \begin{onecolentry} \begin{highlights} \item Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}. \item Did that. \end{highlights} \end{onecolentry} \section{One Line Entries} \begin{onecolentry} \textbf{Pro\textnormal{gram}ming:} Python, C++, JavaScript, MATLAB \end{onecolentry} \end{document}