Skip to content

Commit

Permalink
feat: add underline to phone
Browse files Browse the repository at this point in the history
  • Loading branch information
sungvzer committed Sep 25, 2023
1 parent 8086a8d commit d2db063
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
*.aux
*.fdb_latexmk
*.fls
*.pdf
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
all: build

build:
latexmk -pdf -c
latexmk -pdf

watch:
latexmk -pvc -pdf

clean:
latexmk -C
2 changes: 1 addition & 1 deletion resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

\begin{center}
\textbf{\Huge \scshape Salvatore Gargano} \\ \vspace{1pt}
\small +39 334-257-5807 $|$ \href{mailto:sungvzer@proton.me}{\underline{sungvzer@proton.me}} $|$
\href{tel:+393342575807}{\underline{+39 334 257 5807}} $|$ \href{mailto:sungvzer@proton.me}{\underline{sungvzer@proton.me}} $|$
\href{https://linkedin.com/in/sungvzer}{\underline{linkedin.com/in/sungvzer}} $|$
\href{https://github.com/sungvzer}{\underline{github.com/sungvzer}}
\end{center}
Expand Down

0 comments on commit d2db063

Please sign in to comment.