Skip to content

Commit

Permalink
add resume
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihangHLiu committed Nov 5, 2024
1 parent 9690fd5 commit 16829d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ author:
xing :
youtube :
wikipedia :
resume : "https://zihanghliu.github.io/files/CV_2024_10_3.pdf"
resume : "https://zihanghliu.github.io/files/CV_2024_11_3.pdf"


# Reading Files
Expand Down
3 changes: 3 additions & 0 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ <h3 class="author__name">{{ author.name }}</h3>
{% endif %}
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-fw fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
{% if author.resume %}
<a href="{{ author.resume }}"><i class="fa fa-fw fa-file"></i> Resume</a>
{% endif %}
</ul>
<div class="author__urls_sm">
Expand Down
Binary file added files/CV_2024_11_3.pdf
Binary file not shown.

0 comments on commit 16829d5

Please sign in to comment.