Skip to content

Commit

Permalink
Update cv.html
Browse files Browse the repository at this point in the history
  • Loading branch information
streetturtle authored Oct 23, 2020
1 parent 1e34636 commit 7719d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ <h4>
{% elsif item.type == 'site' %}
<i class="fa fa-globe"></i>
{% endif %}
<a href="{{item.link}}">{{item.name}}</a>
<a href="http://github.com/{{item.link}}">{{item.name}}</a>
</h4>
<div class="row">
<div class="col-xs-3">{{item.langs}}</div>
{% if item.stars %}
<div class="col-xs-6"><i class="fa fa-star-o" aria-hidden="true"></i> {{item.stars}}</div>
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/{{item.link}}?style=flat-square">
{% endif%}
</div>
</div>
Expand Down

0 comments on commit 7719d52

Please sign in to comment.