Skip to content

Commit

Permalink
replace command contactInfo with basicInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Oct 8, 2016
1 parent 6ed320a commit 3657c78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 2 additions & 6 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,8 @@
\progressbar[heightr=1, width=#1, borderwidth=0pt, roundnessr=0.45, filledcolor=green!40, subdivisions=1]{#3}
}

\newcommand{\contactInfo}[3]{
\centerline{\sffamily\large{\faEnvelope\ {#1} \textperiodcentered\ \faPhone\ {#2}}
\ifthenelse{\isempty{#3}}%
{ } % if {#3} is empty
{\textperiodcentered\ \faLink\ {#3} } % homepage, no space before \text...
}
\newcommand{\basicInfo}[1]{
\centerline{\sffamily\large{#1}}
\vspace{1.5ex}
}

Expand Down
12 changes: 5 additions & 7 deletions resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@

\name{Bin Yuan}

% {E-mail}{mobilephone}{homepage}
% be careful of _ in emaill address
\contactInfo{my\_[email protected]}{(+86) 131-221-87xxx}{http://www.yuanbin.me}
% {E-mail}{mobilephone}
% keep the last empty braces!
%\contactInfo{[email protected]}{(+86) 131-221-87xxx}{}

\basicInfo{
\email{[email protected]} \textperiodcentered\
\phone{(+86) 131-221-87xxx} \textperiodcentered\
\linkedin[billryan8]{https://www.linkedin.com/in/billryan8}}

\section{\faGraduationCap\ Education}
\datedsubsection{\textbf{Shanghai Jiao Tong University (SJTU)}, Shanghai, China}{2013 -- Present}
\textit{Master student} in Electronics Engineering (EE), expected March 2016
Expand Down

0 comments on commit 3657c78

Please sign in to comment.