Skip to content

Commit

Permalink
remove progress package, fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Apr 6, 2018
1 parent 6dfaf5b commit add85e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
\RequirePackage{xltxtra}
% use xifthen
\RequirePackage{xifthen}
% use progress bar for skill
\RequirePackage{progressbar}
% use hyperlink for email and url
\RequirePackage{hyperref}
\hypersetup{hidelinks}
Expand Down Expand Up @@ -109,12 +107,6 @@
{\href{#2}{#2}}
{\href{#2}{#1}}}

% defines progress bar with text
% usage: \pbar[3][width]{Text}{percentage}
\newcommand{\pbar}[3][10em]{{#2}\
\progressbar[heightr=1, width=#1, borderwidth=0pt, roundnessr=0.45, filledcolor=green!40, subdivisions=1]{#3}
}

\newcommand{\basicInfo}[1]{
\centerline{\sffamily\large{#1}}
\vspace{1.5ex}
Expand Down
10 changes: 5 additions & 5 deletions resume_photo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

\Large{
\begin{tabu}{ c l r }
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & \pbar{Python}{0.75} \\
& \email{[email protected]} & \pbar{Scala}{0.5} \\
& \phone{(+86) 131-221-87xxx} & \pbar{Linux}{0.7} \\
& \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & \pbar{Flask}{0.5} \\
& \github[github.com/billryan]{https://github.com/billryan} & \pbar{Javascript}{0.5}
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & \scshape{Python }{0.75} \\
& \email{[email protected]} & \scshape{Scala }{0.5} \\
& \phone{(+86) 131-221-87xxx} & \scshape{Linux }{0.7} \\
& \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & \scshape{Flask }{0.5} \\
& \github[github.com/billryan]{https://github.com/billryan} & \scshape{Javascript }{0.5}
\end{tabu}
}

Expand Down

0 comments on commit add85e7

Please sign in to comment.