Skip to content

Commit

Permalink
Add website
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroyi committed Dec 23, 2023
1 parent 1809530 commit 5da97a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
XELATEX=docker run --rm -v $(PWD):/doc/ -w /doc -it thomasweise/docker-texlive-full xelatex

rick-haines.pdf: rick-haines.tex sections/*.tex sections/headshot.jpg
$(XELATEX) $<
rick-haines.pdf: awesome-cv.cls rick-haines.tex sections/*.tex sections/headshot.jpg
$(XELATEX) rick-haines.tex sections/*.tex

clean:
rm -f rick-haines.pdf rick-haines.log rick-haines.aux
2 changes: 1 addition & 1 deletion awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{http://\@homepage}{\faHome\acvHeaderIconSep\@homepage}%
\href{https://\@homepage}{\faHome\acvHeaderIconSep\@homepage}%
}%
\ifthenelse{\isundefined{\@github}}%
{}%
Expand Down
4 changes: 2 additions & 2 deletions rick-haines.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
\mobile{407-494-0075}
\email{rick@haines.tech}
%\dateofbirth{January 1st, 1970}
%\homepage{www.haines.tech}
\homepage{github.com/kuroyi/resume}
\homepage{www.haines.tech}
% \homepage{github.com/kuroyi/resume}
\linkedin{rick-haines-tech}
\github{kuroyi}
% \gitlab{gitlab-id}
Expand Down

0 comments on commit 5da97a1

Please sign in to comment.