\documentclass[11pt]{article}
\usepackage{calc}
\usepackage[top=0.4in,bottom=0.4in,right=0.6in,left=0.6in]{geometry}
\usepackage{hyperref}
% \usepackage{times}
\usepackage{enumitem}
\usepackage{fontenc}
\usepackage{tgbonum}
\usepackage{subfiles}
\usepackage{lipsum}
% List settings with tighter spacing
\setlist[itemize,1]{label=\textbullet,leftmargin=*,nosep,topsep=0pt,parsep=0pt,partopsep=0pt}
\setlist[itemize,2]{label=-,leftmargin=*,nosep,topsep=0pt,parsep=0pt,partopsep=0pt}
% Section formatting with reduced spacing
\newlength{\remaining}
\renewcommand{\section}[1]{%
\vspace{0.8em}%
\setlength{\remaining}{\textwidth-\widthof{\Large\uppercase{#1}}}%
\noindent{\Large\textbf{\uppercase{#1}}}\hrulefill\par
\vspace{0.2em}%
}
% Subsection formatting with reduced spacing
\renewcommand{\subsection}[4]{%
\vspace{0.4em}%
\noindent{\normalsize\textbf{#1} | \textbf{#2} | \textbf{#3}} \hfill {\small#4}\par
}
% Project title formatting
\newcommand{\project}[1]{%
\vspace{0.2em}%
\noindent{\small\textit{#1}}\par
}
% Hyperref settings
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=black,
urlcolor=black,
pdftitle={Resume}
}
\setlength{\parindent}{0pt} % Remove paragraph indentation
\pagestyle{empty} % No page numbers
% Custom command for skills section with reduced spacing
\newcommand{\skillsection}[2]{%
\textbf{\small#1:} {\small#2}%
}
\begin{document}
\fontencoding{T1}
\fontfamily{phv}
\fontsize{10}{13}
\selectfont
\begin{center}
\begin{center}
\Huge\bfseries Owen Shao
\end{center}
\vspace{1em}
\begin{tabular}{c c c c c}
\href{tel:Phone-Number}{+8618018607207} $\bullet$ &
\href{mailto:mailid@mail.com}{tian.shao@namelos.xyz} $\bullet$ &
\href{https://www.linkedin.com/in/tian-shao-113947104/}{linkedin/owen-shao} \\
\href{https://www.owenshao.space/}{owenshao.space} $\bullet$ &
\href{https://github.com/zhutoutoutousan}{github/zhutoutoutousan} \\
\end{tabular}
\end{center}
\vspace{-0.5em}
\input{subsections/work_ex.tex}
\input{subsections/education.tex}
\input{subsections/others.tex}
\end{document}

PDF Preview
Create an account to compile and preview