[面試官帶你飛] 寫履歷好難 ? 我直接寫一個模板給你抄

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • 1. 登入 www.overleaf.c...
    2. 新建一個空白 project, 將下面程式貼上
    \LoadClass[11pt]{article}
    \documentclass{article}
    \usepackage{comment}
    \usepackage{xcolor} % for color definitions
    \usepackage{sectsty} % for section formatting
    \usepackage{enumitem} % for itemize customization
    \usepackage{fontawesome} % Include the fontawesome package
    \usepackage{hyperref}

    ewcommand{
    ame}[1]{
    \centerline{\Huge\textbf{#1}}
    \vspace{1.2ex}
    }
    \RequirePackage[
    a4paper,
    left=0.7in,
    right=0.7in,
    top=0.50in,
    bottom=0.5in,
    nohead
    ]{geometry}
    \hypersetup{
    colorlinks=true,
    linkcolor=blue,
    filecolor=magenta,
    urlcolor=cyan,
    pdftitle={Overleaf Example},
    pdfpagemode=FullScreen,
    }
    \definecolor{myblue}{RGB}{0,0,155}
    \sectionfont{
    mfamily\color{myblue}\sectionrule{0pt}{0pt}{-5pt}{0.8pt}}
    \begin{document}

    ame{Easy Learn}
    \vspace{10pt}
    \faPhone{ (+886) 000-111-222} \hfill
    \faEnvelopeO { easylearn@gmail.com} \hfill
    \faGithub { \href{github.com/xxx/}{\color{black}\underline{easylearn}}} \hfill
    \faLinkedin { \href{xxx}{\color{black}\underline{easylearn}}}
    \section*{Profile}
    I'm a youtuber, please suscribe me.
    \section*{Education}

    oindent\textbf{Nation Taiwan University}\hfill \textbf{Taipei/Taiwan}\par
    \vspace{1pt}
    {

    oindent\fontsize{9pt}{11pt}\selectfont\textbf{Master of Computer Science and Information Engineering}\hfill 09/2022 - 06/2024\par

    oindent\textcolor{red}{\textbf{GPA: 3.8/4.0}}
    }
    \par
    \vspace{8pt}

    oindent\textbf{Nation Taiwan University}\hfill \textbf{Taipei/Taiwan}\par
    \vspace{1pt}
    {

    oindent\fontsize{9pt}{11pt}\selectfont\textbf{Bachelor of Computer Science and Information Engineering}\hfill 09/2018 - 06/2022\par

    oindent\textcolor{red}{\textbf{GPA: 3.9/4.0}}
    }
    \par
    \section*{Experiences}

    oindent\textbf{CompanyA (Intern)}\hfill{07/2024 - 09/2024}
    \begin{itemize}[parsep=0.5ex]
    \item{\fontsize{10pt}{0pt}\selectfont\textbf{ProjectA}}
    \begin{itemize}
    \item[] {\fontsize{9pt}{0pt}\selectfont What did you do ? }
    \end{itemize}
    \item{\fontsize{10pt}{0pt}\textbf{ProjectB}}
    \begin{itemize}
    \item[] {\fontsize{9pt}{0pt}\selectfont What did you do ? }
    \end{itemize}
    \end{itemize}
    \vspace{2ex} % Adds a bit more space between the entries

    oindent\textbf{CompanyB (R\&D)}\hfill{09/2024 - 11/2024}
    \begin{itemize}[parsep=0.5ex]
    \item{\fontsize{10pt}{0pt}\textbf{ProjectC}}
    \begin{itemize}
    \item[] {\fontsize{9pt}{0pt}\selectfont What did you do ? }
    \end{itemize}
    \end{itemize}
    \section*{Competitions}
    \begin{itemize}[leftmargin=*, label={}]
    \item \textbf{2024 ACM} \hfill \textit{The first place winner}
    \item \textbf{2024 CyberSecurity} \hfill \textit{The second place winner}
    \end{itemize}
    \section*{Projects}
    \href{github.com/xxx}{\color{black}\textbf{\underline{projectA}}\hfill\textbf{07/2024 - 09/2024}}
    \begin{itemize}[parsep=0.5ex]
    \item\textcolor[RGB]{80, 80, 80}{\sffamily description ....}
    \item\textcolor[RGB]{80, 80, 80}{\sffamily description ....}
    \end{itemize}
    \vspace{\baselineskip}
    \href{github.com/xxx}{\color{black}\textbf{\underline{projectB}}\hfill\textbf{09/2024 - 11/2024}}
    \begin{itemize}[parsep=0.5ex]
    \item\textcolor[RGB]{80, 80, 80}{\sffamily description ....}
    \end{itemize}
    \section*{Skills}
    \begin{itemize}[parsep=0.5ex]
    \item{\fontsize{10pt}{0pt}\selectfont\textbf{Programming: \textcolor[RGB]{80, 80, 80}{Python, C}}}
    \item{\fontsize{10pt}{0pt}\selectfont\textbf{Operating System: \textcolor[RGB]{80, 80, 80}{Windows, Linux}}}
    \end{itemize}
    \pagebreak
    \section*{Languages}
    \begin{itemize}[parsep=0.5ex]
    \item{\fontsize{10pt}{0pt}\selectfont\textbf{Chinese: \textcolor[RGB]{80, 80, 80}{native}}}
    \item{\fontsize{10pt}{0pt}\selectfont\textbf{English: \textcolor[RGB]{80, 80, 80}{proficient (Toeic: 990)}}}
    \end{itemize}
    \end{document}

Комментарии •