A => .gitignore +7 -0
@@ 1,7 @@
+*.aux
+*.fdb_latexmk
+*.fls
+*.log
+*.out
+*.pdf
+*.xdv
A => Fonts/Tinos/Tinos-Bold.ttf +1 -0
@@ 1,1 @@
+/usr/share/fonts/noto/NotoSerifCJK-Regular.ttc<
\ No newline at end of file
A => Fonts/Tinos/Tinos-BoldItalic.ttf +1 -0
@@ 1,1 @@
+/usr/share/fonts/noto/NotoSerifCJK-Regular.ttc<
\ No newline at end of file
A => Fonts/Tinos/Tinos-Italic.ttf +1 -0
@@ 1,1 @@
+/usr/share/fonts/noto/NotoSerifCJK-Regular.ttc<
\ No newline at end of file
A => Fonts/Tinos/Tinos-Regular.ttf +1 -0
@@ 1,1 @@
+/usr/share/fonts/noto/NotoSerifCJK-Regular.ttc<
\ No newline at end of file
A => resume.tex +64 -0
@@ 1,64 @@
+\documentclass{simpleresumecv}
+
+\setmainfont[Path=/usr/share/fonts/noto/,BoldFont=NotoSerifCJK-Bold]{NotoSerifCJK-Regular.ttc}
+
+\newcommand{\CVAuthor}{Pinghao Wu 吳秉澔}
+\newcommand{\CVTitle}{Pinghao's CV}
+\newcommand{\CVNote}{CV}
+\newcommand{\CVWebpage}{https://xdavidwu.link}
+
+\hypersetup{
+ pdftitle={\CVTitle},
+ pdfauthor={\CVAuthor},
+ pdfsubject={\CVWebpage}
+}
+
+\begin{document}
+
+\Title{\CVAuthor}
+
+\begin{SubTitle}
+ \href{\CVWebpage}{\url{\CVWebpage}}
+\end{SubTitle}
+
+\begin{Body}
+
+\Section{Education}{Education}{PDF:Education}
+
+ \Entry
+ \href{https://www.nycu.edu.tw/}{\textbf{National Yang Ming Chaio Tung University}}, Taiwan
+
+ \BulletItem
+ Master of Science in \href{https://www.cs.nycu.edu.tw/}{Computer Science}
+ \hfill
+ \DatestampYM{2022}{09} -- \DatestampY{2024} (est.)
+
+ \BulletItem
+ Bachelor of Science in \href{https://www.cs.nycu.edu.tw/}{Computer Science}
+ \hfill
+ \DatestampYM{2018}{09} -- \DatestampYM{2022}{06}
+
+\Section{Work Experience}{Work Experience}{PDF:Work Experience}
+
+ \Entry
+ \href{https://it.cs.nycu.edu.tw/}{\textbf{Information Technology Center, Department of Computer Science}}, National Yang Ming Chiao Tung University, Taiwan
+
+ \BulletItem
+ WWW team leader
+ \hfill
+ \DatestampYM{2023}{04} -- now
+ \SubBulletItem Leaded the team while there are 6 new ongoing projects simultaneously
+
+ \BulletItem
+ WWW team member
+ \hfill
+ \DatestampYM{2019}{03} -- \DatestampYM{2023}{03}
+ \SubBulletItem Designed CI/CD pipeline for Kubernetes deployment of Laravel projects
+
+\Section{Personal Projects}{Personal Projects}{PDF:Personal Projects}
+
+\Section{Open Source Contributions}{Open Source Contributions}{PDF:Open Source Contributions}
+
+\end{Body}
+
+\end{document}